You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/v1alpha2/inferencepool_types.go
-41Lines changed: 0 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -146,47 +146,6 @@ const (
146
146
FailCloseExtensionFailureMode="FailClose"
147
147
)
148
148
149
-
// LabelKey was originally copied from: https://github.com/kubernetes-sigs/gateway-api/blob/99a3934c6bc1ce0874f3a4c5f20cafd8977ffcb4/apis/v1/shared_types.go#L694-L731
150
-
// Duplicated as to not take an unexpected dependency on gw's API.
151
-
//
152
-
// LabelKey is the key of a label. This is used for validation
153
-
// of maps. This matches the Kubernetes "qualified name" validation that is used for labels.
154
-
// Labels are case sensitive, so: my-label and My-Label are considered distinct.
Copy file name to clipboardExpand all lines: api/v1alpha2/shared_types.go
+41Lines changed: 41 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,3 +65,44 @@ type ObjectName string
65
65
// +kubebuilder:validation:Minimum=1
66
66
// +kubebuilder:validation:Maximum=65535
67
67
typePortNumberint32
68
+
69
+
// LabelKey was originally copied from: https://github.com/kubernetes-sigs/gateway-api/blob/99a3934c6bc1ce0874f3a4c5f20cafd8977ffcb4/apis/v1/shared_types.go#L694-L731
70
+
// Duplicated as to not take an unexpected dependency on gw's API.
71
+
//
72
+
// LabelKey is the key of a label. This is used for validation
73
+
// of maps. This matches the Kubernetes "qualified name" validation that is used for labels.
74
+
// Labels are case sensitive, so: my-label and My-Label are considered distinct.
0 commit comments