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
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
3
+
#
4
+
# http://www.apache.org/licenses/LICENSE-2.0
5
+
#
6
+
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
7
+
apiVersion: apiextensions.k8s.io/v1
8
+
kind: CustomResourceDefinition
9
+
metadata:
10
+
annotations:
11
+
controller-gen.kubebuilder.io/version: v0.18.0
12
+
name: topologies.kueue.x-k8s.io
13
+
spec:
14
+
group: kueue.x-k8s.io
15
+
names:
16
+
kind: Topology
17
+
listKind: TopologyList
18
+
plural: topologies
19
+
singular: topology
20
+
scope: Cluster
21
+
versions:
22
+
- name: v1alpha1
23
+
schema:
24
+
openAPIV3Schema:
25
+
description: Topology is the Schema for the topology API
26
+
properties:
27
+
apiVersion:
28
+
description: |-
29
+
APIVersion defines the versioned schema of this representation of an object.
30
+
Servers should convert recognized schemas to the latest internal value, and
31
+
may reject unrecognized values.
32
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
33
+
type: string
34
+
kind:
35
+
description: |-
36
+
Kind is a string value representing the REST resource this object represents.
37
+
Servers may infer this from the endpoint the client submits requests to.
38
+
Cannot be updated.
39
+
In CamelCase.
40
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
41
+
type: string
42
+
metadata:
43
+
type: object
44
+
spec:
45
+
description: TopologySpec defines the desired state of Topology
46
+
properties:
47
+
levels:
48
+
description: levels define the levels of topology.
49
+
items:
50
+
description: TopologyLevel defines the desired state of TopologyLevel
51
+
properties:
52
+
nodeLabel:
53
+
description: |-
54
+
nodeLabel indicates the name of the node label for a specific topology
0 commit comments