Merge pull request #116109 from aerfio/aerfio/update-broken-links-autoscaling
Update obsolete links to kubernetes.io/docs/user-guide in Go structs descriptions in autoscaling packages
This commit is contained in:
6
api/openapi-spec/swagger.json
generated
6
api/openapi-spec/swagger.json
generated
@@ -2419,7 +2419,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "name is the name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
|
||||
"description": "name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
@@ -2614,7 +2614,7 @@
|
||||
"type": "integer"
|
||||
},
|
||||
"selector": {
|
||||
"description": "selector is the label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors",
|
||||
"description": "selector is the label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
@@ -2681,7 +2681,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "name is the name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
|
||||
"description": "name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
@@ -197,7 +197,7 @@
|
||||
"type": "integer"
|
||||
},
|
||||
"selector": {
|
||||
"description": "selector is the label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors",
|
||||
"description": "selector is the label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
@@ -1314,7 +1314,7 @@
|
||||
"type": "integer"
|
||||
},
|
||||
"selector": {
|
||||
"description": "selector is the label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors",
|
||||
"description": "selector is the label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"name": {
|
||||
"default": "",
|
||||
"description": "name is the name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
|
||||
"description": "name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
@@ -75,7 +75,7 @@
|
||||
},
|
||||
"name": {
|
||||
"default": "",
|
||||
"description": "name is the name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
|
||||
"description": "name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user