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/crd/bases/k8s.elx.cloud_nodegroups.yaml
+26-22Lines changed: 26 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
-
2
1
---
3
2
apiVersion: apiextensions.k8s.io/v1
4
3
kind: CustomResourceDefinition
5
4
metadata:
6
5
annotations:
7
-
controller-gen.kubebuilder.io/version: v0.7.0
8
-
creationTimestamp: null
6
+
controller-gen.kubebuilder.io/version: v0.14.0
9
7
name: nodegroups.k8s.elx.cloud
10
8
spec:
11
9
group: k8s.elx.cloud
@@ -22,14 +20,19 @@ spec:
22
20
description: NodeGroup is the Schema for the nodegroups API
23
21
properties:
24
22
apiVersion:
25
-
description: 'APIVersion defines the versioned schema of this representation
26
-
of an object. Servers should convert recognized schemas to the latest
27
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
28
28
type: string
29
29
kind:
30
-
description: 'Kind is a string value representing the REST resource this
31
-
object represents. Servers may infer this from the endpoint the client
32
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
33
36
type: string
34
37
metadata:
35
38
type: object
@@ -43,22 +46,29 @@ spec:
43
46
items:
44
47
type: string
45
48
type: array
49
+
nodeGroupNames:
50
+
items:
51
+
type: string
52
+
type: array
46
53
taints:
47
54
items:
48
-
description: The node this Taint is attached to has the "effect"
49
-
on any pod that does not tolerate the Taint.
55
+
description: |-
56
+
The node this Taint is attached to has the "effect" on
57
+
any pod that does not tolerate the Taint.
50
58
properties:
51
59
effect:
52
-
description: Required. The effect of the taint on pods that
53
-
do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule
54
-
and NoExecute.
60
+
description: |-
61
+
Required. The effect of the taint on pods
62
+
that do not tolerate the taint.
63
+
Valid effects are NoSchedule, PreferNoSchedule and NoExecute.
55
64
type: string
56
65
key:
57
66
description: Required. The taint key to be applied to a node.
58
67
type: string
59
68
timeAdded:
60
-
description: TimeAdded represents the time at which the taint
61
-
was added. It is only written for NoExecute taints.
69
+
description: |-
70
+
TimeAdded represents the time at which the taint was added.
0 commit comments