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:
Kubernetes Prow Robot
2023-03-06 09:24:29 -08:00
committed by GitHub
23 changed files with 34 additions and 34 deletions

View File

@@ -9997,7 +9997,7 @@ func schema_k8sio_api_autoscaling_v1_CrossVersionObjectReference(ref common.Refe
},
"name": {
SchemaProps: spec.SchemaProps{
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",
Default: "",
Type: []string{"string"},
Format: "",
@@ -10804,7 +10804,7 @@ func schema_k8sio_api_autoscaling_v1_ScaleStatus(ref common.ReferenceCallback) c
},
"selector": {
SchemaProps: spec.SchemaProps{
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{"string"},
Format: "",
},
@@ -10911,7 +10911,7 @@ func schema_k8sio_api_autoscaling_v2_CrossVersionObjectReference(ref common.Refe
},
"name": {
SchemaProps: spec.SchemaProps{
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",
Default: "",
Type: []string{"string"},
Format: "",
@@ -11927,7 +11927,7 @@ func schema_k8sio_api_autoscaling_v2beta1_CrossVersionObjectReference(ref common
},
"name": {
SchemaProps: spec.SchemaProps{
Description: "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
Description: "Name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
Default: "",
Type: []string{"string"},
Format: "",
@@ -12763,7 +12763,7 @@ func schema_k8sio_api_autoscaling_v2beta2_CrossVersionObjectReference(ref common
},
"name": {
SchemaProps: spec.SchemaProps{
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",
Default: "",
Type: []string{"string"},
Format: "",
@@ -30991,7 +30991,7 @@ func schema_k8sio_api_extensions_v1beta1_ScaleStatus(ref common.ReferenceCallbac
},
},
SchemaProps: spec.SchemaProps{
Description: "label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors",
Description: "selector is a label query over pods that should match the replicas count. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/",
Type: []string{"object"},
AdditionalProperties: &spec.SchemaOrBool{
Allows: true,