Merge pull request #126955 from tallclair/cleanup

Remove corev1.Binding deprecation message
This commit is contained in:
Kubernetes Prow Robot
2024-10-23 02:21:19 +01:00
committed by GitHub
7 changed files with 4 additions and 7 deletions

View File

@@ -19547,7 +19547,7 @@ func schema_k8sio_api_core_v1_Binding(ref common.ReferenceCallback) common.OpenA
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
Description: "Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.",
Description: "Binding ties one object to another; for example, a pod is bound to a node by a scheduler.",
Type: []string{"object"},
Properties: map[string]spec.Schema{
"kind": {