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

@@ -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"
}
},