Remove corev1.Binding deprecation message

This commit is contained in:
Tim Allclair
2024-08-27 16:52:28 -07:00
parent e9c9a27c97
commit adf6baa857
7 changed files with 4 additions and 7 deletions

View File

@@ -5435,7 +5435,6 @@ type NamespaceList struct {
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// 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.
type Binding struct {
metav1.TypeMeta
// ObjectMeta describes the object that is being bound.