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: config/components/crd/bases/kueue.x-k8s.io_resourceflavors.yaml
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,10 @@ spec:
18
18
- name: v1alpha2
19
19
schema:
20
20
openAPIV3Schema:
21
-
description: ResourceFlavor is the Schema for the resourceflavors API
21
+
description: "ResourceFlavor is the Schema for the resourceflavors API. \n
22
+
.metadata.labels associated with this flavor are matched against or converted
23
+
to node affinity constraints on the workload’s pods. .metadata.labels can
24
+
be up to 8 elements."
22
25
properties:
23
26
apiVersion:
24
27
description: 'APIVersion defines the versioned schema of this representation
@@ -30,15 +33,6 @@ spec:
30
33
object represents. Servers may infer this from the endpoint the client
31
34
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
32
35
type: string
33
-
labels:
34
-
additionalProperties:
35
-
type: string
36
-
description: "labels associated with this flavor. They are matched against
37
-
or converted to node affinity constraints on the workload’s pods. For
38
-
example, cloud.provider.com/accelerator: nvidia-tesla-k80. More info:
39
-
http://kubernetes.io/docs/user-guide/labels \n labels can be up to 8
0 commit comments