update obsolete links

This commit is contained in:
Mateusz Puczyński
2023-02-28 00:04:22 +01:00
parent c5cd7a1db5
commit 81987dba34
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: "",
@@ -30919,7 +30919,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,