Skip to content

Commit 37b6d1d

Browse files
committed
Regenerate files
1 parent 69ae35a commit 37b6d1d

7 files changed

+8506
-9641
lines changed

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/nodeops.k8s.preferred.jp_nodedisruptionbudgets.yaml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.11.1
7-
creationTimestamp: null
6+
controller-gen.kubebuilder.io/version: v0.17.2
87
name: nodedisruptionbudgets.nodeops.k8s.preferred.jp
98
spec:
109
group: nodeops.k8s.preferred.jp
@@ -29,14 +28,19 @@ spec:
2928
API
3029
properties:
3130
apiVersion:
32-
description: 'APIVersion defines the versioned schema of this representation
33-
of an object. Servers should convert recognized schemas to the latest
34-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
31+
description: |-
32+
APIVersion defines the versioned schema of this representation of an object.
33+
Servers should convert recognized schemas to the latest internal value, and
34+
may reject unrecognized values.
35+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
3536
type: string
3637
kind:
37-
description: 'Kind is a string value representing the REST resource this
38-
object represents. Servers may infer this from the endpoint the client
39-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
38+
description: |-
39+
Kind is a string value representing the REST resource this object represents.
40+
Servers may infer this from the endpoint the client submits requests to.
41+
Cannot be updated.
42+
In CamelCase.
43+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
4044
type: string
4145
metadata:
4246
type: object

config/crd/bases/nodeops.k8s.preferred.jp_nodeoperations.yaml

Lines changed: 4219 additions & 4237 deletions
Large diffs are not rendered by default.

config/crd/bases/nodeops.k8s.preferred.jp_nodeoperationtemplates.yaml

Lines changed: 4216 additions & 5235 deletions
Large diffs are not rendered by default.

config/crd/bases/nodeops.k8s.preferred.jp_noderemediations.yaml

Lines changed: 38 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.11.1
7-
creationTimestamp: null
6+
controller-gen.kubebuilder.io/version: v0.17.2
87
name: noderemediations.nodeops.k8s.preferred.jp
98
spec:
109
group: nodeops.k8s.preferred.jp
@@ -21,14 +20,19 @@ spec:
2120
description: NodeRemediation is the Schema for the noderemediations API
2221
properties:
2322
apiVersion:
24-
description: 'APIVersion defines the versioned schema of this representation
25-
of an object. Servers should convert recognized schemas to the latest
26-
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
2728
type: string
2829
kind:
29-
description: 'Kind is a string value representing the REST resource this
30-
object represents. Servers may infer this from the endpoint the client
31-
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
3236
type: string
3337
metadata:
3438
type: object
@@ -65,41 +69,47 @@ spec:
6569
description: NodeRemediationStatus defines the observed state of NodeRemediation
6670
properties:
6771
activeNodeOperation:
68-
description: 'INSERT ADDITIONAL STATUS FIELD - define observed state
69-
of cluster Important: Run "make" to regenerate code after modifying
70-
this file'
72+
description: |-
73+
INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
74+
Important: Run "make" to regenerate code after modifying this file
7175
properties:
7276
apiVersion:
7377
description: API version of the referent.
7478
type: string
7579
fieldPath:
76-
description: 'If referring to a piece of an object instead of
77-
an entire object, this string should contain a valid JSON/Go
78-
field access statement, such as desiredState.manifest.containers[2].
79-
For example, if the object reference is to a container within
80-
a pod, this would take on a value like: "spec.containers{name}"
81-
(where "name" refers to the name of the container that triggered
82-
the event) or if no container name is specified "spec.containers[2]"
83-
(container with index 2 in this pod). This syntax is chosen
84-
only to have some well-defined way of referencing a part of
85-
an object. TODO: this design is not final and this field is
86-
subject to change in the future.'
80+
description: |-
81+
If referring to a piece of an object instead of an entire object, this string
82+
should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
83+
For example, if the object reference is to a container within a pod, this would take on a value like:
84+
"spec.containers{name}" (where "name" refers to the name of the container that triggered
85+
the event) or if no container name is specified "spec.containers[2]" (container with
86+
index 2 in this pod). This syntax is chosen only to have some well-defined way of
87+
referencing a part of an object.
8788
type: string
8889
kind:
89-
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
90+
description: |-
91+
Kind of the referent.
92+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
9093
type: string
9194
name:
92-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
95+
description: |-
96+
Name of the referent.
97+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
9398
type: string
9499
namespace:
95-
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
100+
description: |-
101+
Namespace of the referent.
102+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
96103
type: string
97104
resourceVersion:
98-
description: 'Specific resourceVersion to which this reference
99-
is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
105+
description: |-
106+
Specific resourceVersion to which this reference is made, if any.
107+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
100108
type: string
101109
uid:
102-
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
110+
description: |-
111+
UID of the referent.
112+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
103113
type: string
104114
type: object
105115
x-kubernetes-map-type: atomic

config/crd/bases/nodeops.k8s.preferred.jp_noderemediationtemplates.yaml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.11.1
7-
creationTimestamp: null
6+
controller-gen.kubebuilder.io/version: v0.17.2
87
name: noderemediationtemplates.nodeops.k8s.preferred.jp
98
spec:
109
group: nodeops.k8s.preferred.jp
@@ -22,14 +21,19 @@ spec:
2221
API
2322
properties:
2423
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'
24+
description: |-
25+
APIVersion defines the versioned schema of this representation of an object.
26+
Servers should convert recognized schemas to the latest internal value, and
27+
may reject unrecognized values.
28+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
2829
type: string
2930
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'
31+
description: |-
32+
Kind is a string value representing the REST resource this object represents.
33+
Servers may infer this from the endpoint the client submits requests to.
34+
Cannot be updated.
35+
In CamelCase.
36+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
3337
type: string
3438
metadata:
3539
type: object

config/rbac/role.yaml

Lines changed: 9 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,14 @@
22
apiVersion: rbac.authorization.k8s.io/v1
33
kind: ClusterRole
44
metadata:
5-
creationTimestamp: null
65
name: manager-role
76
rules:
87
- apiGroups:
98
- ""
109
resources:
1110
- events
12-
verbs:
13-
- create
14-
- delete
15-
- get
16-
- list
17-
- patch
18-
- update
19-
- watch
20-
- apiGroups:
21-
- ""
22-
resources:
2311
- nodes
12+
- pods/eviction
2413
verbs:
2514
- create
2615
- delete
@@ -46,18 +35,6 @@ rules:
4635
- get
4736
- list
4837
- watch
49-
- apiGroups:
50-
- ""
51-
resources:
52-
- pods/eviction
53-
verbs:
54-
- create
55-
- delete
56-
- get
57-
- list
58-
- patch
59-
- update
60-
- watch
6138
- apiGroups:
6239
- ""
6340
resources:
@@ -86,109 +63,9 @@ rules:
8663
- nodeops.k8s.preferred.jp
8764
resources:
8865
- nodedisruptionbudgets
89-
verbs:
90-
- create
91-
- delete
92-
- get
93-
- list
94-
- patch
95-
- update
96-
- watch
97-
- apiGroups:
98-
- nodeops.k8s.preferred.jp
99-
resources:
100-
- nodedisruptionbudgets/finalizers
101-
verbs:
102-
- update
103-
- apiGroups:
104-
- nodeops.k8s.preferred.jp
105-
resources:
106-
- nodedisruptionbudgets/status
107-
verbs:
108-
- get
109-
- patch
110-
- update
111-
- apiGroups:
112-
- nodeops.k8s.preferred.jp
113-
resources:
11466
- nodeoperations
115-
verbs:
116-
- create
117-
- delete
118-
- get
119-
- list
120-
- patch
121-
- update
122-
- watch
123-
- apiGroups:
124-
- nodeops.k8s.preferred.jp
125-
resources:
126-
- nodeoperations/finalizers
127-
verbs:
128-
- update
129-
- apiGroups:
130-
- nodeops.k8s.preferred.jp
131-
resources:
132-
- nodeoperations/status
133-
verbs:
134-
- get
135-
- patch
136-
- update
137-
- apiGroups:
138-
- nodeops.k8s.preferred.jp
139-
resources:
14067
- nodeoperationtemplates
141-
verbs:
142-
- create
143-
- delete
144-
- get
145-
- list
146-
- patch
147-
- update
148-
- watch
149-
- apiGroups:
150-
- nodeops.k8s.preferred.jp
151-
resources:
152-
- nodeoperationtemplates/finalizers
153-
verbs:
154-
- update
155-
- apiGroups:
156-
- nodeops.k8s.preferred.jp
157-
resources:
158-
- nodeoperationtemplates/status
159-
verbs:
160-
- get
161-
- patch
162-
- update
163-
- apiGroups:
164-
- nodeops.k8s.preferred.jp
165-
resources:
16668
- noderemediations
167-
verbs:
168-
- create
169-
- delete
170-
- get
171-
- list
172-
- patch
173-
- update
174-
- watch
175-
- apiGroups:
176-
- nodeops.k8s.preferred.jp
177-
resources:
178-
- noderemediations/finalizers
179-
verbs:
180-
- update
181-
- apiGroups:
182-
- nodeops.k8s.preferred.jp
183-
resources:
184-
- noderemediations/status
185-
verbs:
186-
- get
187-
- patch
188-
- update
189-
- apiGroups:
190-
- nodeops.k8s.preferred.jp
191-
resources:
19269
- noderemediationtemplates
19370
verbs:
19471
- create
@@ -201,12 +78,20 @@ rules:
20178
- apiGroups:
20279
- nodeops.k8s.preferred.jp
20380
resources:
81+
- nodedisruptionbudgets/finalizers
82+
- nodeoperations/finalizers
83+
- nodeoperationtemplates/finalizers
84+
- noderemediations/finalizers
20485
- noderemediationtemplates/finalizers
20586
verbs:
20687
- update
20788
- apiGroups:
20889
- nodeops.k8s.preferred.jp
20990
resources:
91+
- nodedisruptionbudgets/status
92+
- nodeoperations/status
93+
- nodeoperationtemplates/status
94+
- noderemediations/status
21095
- noderemediationtemplates/status
21196
verbs:
21297
- get

0 commit comments

Comments
 (0)