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/cluster.x-k8s.io_clusters.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,12 @@ spec:
31
31
apiVersion:
32
32
description: 'APIVersion defines the versioned schema of this representation
33
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/api-conventions.md#resources'
34
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
35
35
type: string
36
36
kind:
37
37
description: 'Kind is a string value representing the REST resource this
38
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/api-conventions.md#types-kinds'
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'
40
40
type: string
41
41
metadata:
42
42
type: object
@@ -97,7 +97,7 @@ spec:
97
97
in the future.'
98
98
type: string
99
99
kind:
100
-
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
100
+
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
101
101
type: string
102
102
name:
103
103
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
@@ -107,7 +107,7 @@ spec:
107
107
type: string
108
108
resourceVersion:
109
109
description: 'Specific resourceVersion to which this reference is
110
-
made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency'
110
+
made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
111
111
type: string
112
112
uid:
113
113
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
Copy file name to clipboardExpand all lines: config/crd/bases/cluster.x-k8s.io_machinedeployments.yaml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ spec:
30
30
apiVersion:
31
31
description: 'APIVersion defines the versioned schema of this representation
32
32
of an object. Servers should convert recognized schemas to the latest
33
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
33
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
34
34
type: string
35
35
kind:
36
36
description: 'Kind is a string value representing the REST resource this
37
37
object represents. Servers may infer this from the endpoint the client
38
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
38
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
39
39
type: string
40
40
metadata:
41
41
type: object
@@ -165,7 +165,7 @@ spec:
165
165
description: Template describes the machines that will be created.
166
166
properties:
167
167
metadata:
168
-
description: 'Standard object''s metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata'
168
+
description: 'Standard object''s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata'
169
169
properties:
170
170
annotations:
171
171
additionalProperties:
@@ -189,7 +189,7 @@ spec:
189
189
with Reason ServerTimeout indicating a unique name could not
190
190
be found in the time allotted, and the client should retry
191
191
(optionally after the time indicated in the Retry-After header).
192
-
\n Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#idempotency"
192
+
\n Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency"
193
193
type: string
194
194
labels:
195
195
additionalProperties:
@@ -244,7 +244,7 @@ spec:
244
244
controller.
245
245
type: boolean
246
246
kind:
247
-
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
247
+
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
248
248
type: string
249
249
name:
250
250
description: 'Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names'
@@ -262,7 +262,7 @@ spec:
262
262
type: object
263
263
spec:
264
264
description: 'Specification of the desired behavior of the machine.
265
-
More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status'
265
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status'
266
266
properties:
267
267
bootstrap:
268
268
description: Bootstrap is a reference to a local struct which
@@ -293,7 +293,7 @@ spec:
293
293
field is subject to change in the future.'
294
294
type: string
295
295
kind:
296
-
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
296
+
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
297
297
type: string
298
298
name:
299
299
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
@@ -304,7 +304,7 @@ spec:
304
304
type: string
305
305
resourceVersion:
306
306
description: 'Specific resourceVersion to which this
307
-
reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency'
307
+
reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
308
308
type: string
309
309
uid:
310
310
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
@@ -338,7 +338,7 @@ spec:
338
338
future.'
339
339
type: string
340
340
kind:
341
-
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
341
+
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
342
342
type: string
343
343
name:
344
344
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
@@ -348,7 +348,7 @@ spec:
348
348
type: string
349
349
resourceVersion:
350
350
description: 'Specific resourceVersion to which this reference
351
-
is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency'
351
+
is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
352
352
type: string
353
353
uid:
354
354
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
@@ -382,7 +382,7 @@ spec:
382
382
indicating a unique name could not be found in the time
383
383
allotted, and the client should retry (optionally after
384
384
the time indicated in the Retry-After header). \n Applied
385
-
only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#idempotency"
385
+
only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency"
386
386
type: string
387
387
labels:
388
388
additionalProperties:
@@ -438,7 +438,7 @@ spec:
438
438
managing controller.
439
439
type: boolean
440
440
kind:
441
-
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
441
+
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
442
442
type: string
443
443
name:
444
444
description: 'Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names'
Copy file name to clipboardExpand all lines: config/crd/bases/cluster.x-k8s.io_machines.yaml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -40,12 +40,12 @@ spec:
40
40
apiVersion:
41
41
description: 'APIVersion defines the versioned schema of this representation
42
42
of an object. Servers should convert recognized schemas to the latest
43
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
43
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
44
44
type: string
45
45
kind:
46
46
description: 'Kind is a string value representing the REST resource this
47
47
object represents. Servers may infer this from the endpoint the client
48
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
48
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
49
49
type: string
50
50
metadata:
51
51
type: object
@@ -79,7 +79,7 @@ spec:
79
79
subject to change in the future.'
80
80
type: string
81
81
kind:
82
-
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
82
+
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
83
83
type: string
84
84
name:
85
85
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
@@ -89,7 +89,7 @@ spec:
89
89
type: string
90
90
resourceVersion:
91
91
description: 'Specific resourceVersion to which this reference
92
-
is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency'
92
+
is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
93
93
type: string
94
94
uid:
95
95
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
@@ -122,7 +122,7 @@ spec:
122
122
in the future.'
123
123
type: string
124
124
kind:
125
-
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
125
+
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
126
126
type: string
127
127
name:
128
128
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
@@ -132,7 +132,7 @@ spec:
132
132
type: string
133
133
resourceVersion:
134
134
description: 'Specific resourceVersion to which this reference is
135
-
made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency'
135
+
made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
136
136
type: string
137
137
uid:
138
138
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
@@ -164,7 +164,7 @@ spec:
164
164
name could not be found in the time allotted, and the client should
165
165
retry (optionally after the time indicated in the Retry-After
166
166
header). \n Applied only if Name is not specified. More info:
0 commit comments