Skip to content

Commit d631c4d

Browse files
committed
api changes to install manifests
1 parent cab6f66 commit d631c4d

9 files changed

+243
-243
lines changed

install/0000_30_machine-api-operator_02_machine.CustomNoUpgrade.crd.yaml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -97,20 +97,20 @@ spec:
9797
type: string
9898
lifecycleHooks:
9999
description: |-
100-
LifecycleHooks allow users to pause operations on the machine at
100+
lifecycleHooks allow users to pause operations on the machine at
101101
certain predefined points within the machine lifecycle.
102102
properties:
103103
preDrain:
104104
description: |-
105-
PreDrain hooks prevent the machine from being drained.
105+
preDrain hooks prevent the machine from being drained.
106106
This also blocks further lifecycle events, such as termination.
107107
items:
108108
description: LifecycleHook represents a single instance of a
109109
lifecycle hook
110110
properties:
111111
name:
112112
description: |-
113-
Name defines a unique name for the lifcycle hook.
113+
name defines a unique name for the lifcycle hook.
114114
The name should be unique and descriptive, ideally 1-3 words, in CamelCase or
115115
it may be namespaced, eg. foo.example.com/CamelCase.
116116
Names must be unique and should only be managed by a single entity.
@@ -120,7 +120,7 @@ spec:
120120
type: string
121121
owner:
122122
description: |-
123-
Owner defines the owner of the lifecycle hook.
123+
owner defines the owner of the lifecycle hook.
124124
This should be descriptive enough so that users can identify
125125
who/what is responsible for blocking the lifecycle.
126126
This could be the name of a controller (e.g. clusteroperator/etcd)
@@ -138,15 +138,15 @@ spec:
138138
x-kubernetes-list-type: map
139139
preTerminate:
140140
description: |-
141-
PreTerminate hooks prevent the machine from being terminated.
141+
preTerminate hooks prevent the machine from being terminated.
142142
PreTerminate hooks be actioned after the Machine has been drained.
143143
items:
144144
description: LifecycleHook represents a single instance of a
145145
lifecycle hook
146146
properties:
147147
name:
148148
description: |-
149-
Name defines a unique name for the lifcycle hook.
149+
name defines a unique name for the lifcycle hook.
150150
The name should be unique and descriptive, ideally 1-3 words, in CamelCase or
151151
it may be namespaced, eg. foo.example.com/CamelCase.
152152
Names must be unique and should only be managed by a single entity.
@@ -156,7 +156,7 @@ spec:
156156
type: string
157157
owner:
158158
description: |-
159-
Owner defines the owner of the lifecycle hook.
159+
owner defines the owner of the lifecycle hook.
160160
This should be descriptive enough so that users can identify
161161
who/what is responsible for blocking the lifecycle.
162162
This could be the name of a controller (e.g. clusteroperator/etcd)
@@ -183,14 +183,14 @@ spec:
183183
additionalProperties:
184184
type: string
185185
description: |-
186-
Annotations is an unstructured key value map stored with a resource that may be
186+
annotations is an unstructured key value map stored with a resource that may be
187187
set by external tools to store and retrieve arbitrary metadata. They are not
188188
queryable and should be preserved when modifying objects.
189189
More info: http://kubernetes.io/docs/user-guide/annotations
190190
type: object
191191
generateName:
192192
description: |-
193-
GenerateName is an optional prefix, used by the server, to generate a unique
193+
generateName is an optional prefix, used by the server, to generate a unique
194194
name ONLY IF the Name field has not been provided.
195195
If this field is used, the name returned to the client will be different
196196
than the name passed. This value will also be combined with a unique suffix.
@@ -217,7 +217,7 @@ spec:
217217
type: object
218218
name:
219219
description: |-
220-
Name must be unique within a namespace. Is required when creating resources, although
220+
name must be unique within a namespace. Is required when creating resources, although
221221
some resources may allow a client to request the generation of an appropriate name
222222
automatically. Name is primarily intended for creation idempotence and configuration
223223
definition.
@@ -226,7 +226,7 @@ spec:
226226
type: string
227227
namespace:
228228
description: |-
229-
Namespace defines the space within each name must be unique. An empty namespace is
229+
namespace defines the space within each name must be unique. An empty namespace is
230230
equivalent to the "default" namespace, but "default" is the canonical representation.
231231
Not all objects are required to be scoped to a namespace - the value of this field for
232232
those objects will be empty.
@@ -294,7 +294,7 @@ spec:
294294
type: object
295295
providerID:
296296
description: |-
297-
ProviderID is the identification ID of the machine provided by the provider.
297+
providerID is the identification ID of the machine provided by the provider.
298298
This field must match the provider ID as seen on the node object corresponding to this machine.
299299
This field is required by higher level consumers of cluster-api. Example use case is cluster autoscaler
300300
with cluster-api as provider. Clean-up logic in the autoscaler compares machines to nodes to find out
@@ -306,12 +306,12 @@ spec:
306306
be interfacing with cluster-api as generic provider.
307307
type: string
308308
providerSpec:
309-
description: ProviderSpec details Provider-specific configuration
309+
description: providerSpec details Provider-specific configuration
310310
to use during node creation.
311311
properties:
312312
value:
313313
description: |-
314-
Value is an inlined, serialized representation of the resource
314+
value is an inlined, serialized representation of the resource
315315
configuration. It is recommended that providers maintain their own
316316
versioned API types that should be serialized/deserialized from this
317317
field, akin to component config.
@@ -360,7 +360,7 @@ spec:
360360
description: MachineStatus defines the observed state of Machine
361361
properties:
362362
addresses:
363-
description: Addresses is a list of addresses assigned to the machine.
363+
description: addresses is a list of addresses assigned to the machine.
364364
Queried from cloud provider, if available.
365365
items:
366366
description: NodeAddress contains information for the node's address.
@@ -396,7 +396,7 @@ spec:
396396
through Migrating.
397397
rule: self == 'Migrating' || self == oldSelf || oldSelf == 'Migrating'
398398
conditions:
399-
description: Conditions defines the current state of the Machine
399+
description: conditions defines the current state of the Machine
400400
items:
401401
description: Condition defines an observation of a Machine API resource
402402
operational state.
@@ -421,16 +421,16 @@ spec:
421421
type: string
422422
severity:
423423
description: |-
424-
Severity provides an explicit classification of Reason code, so the users or machines can immediately
424+
severity provides an explicit classification of Reason code, so the users or machines can immediately
425425
understand the current situation and act accordingly.
426426
The Severity field MUST be set only when Status=False.
427427
type: string
428428
status:
429-
description: Status of the condition, one of True, False, Unknown.
429+
description: status of the condition, one of True, False, Unknown.
430430
type: string
431431
type:
432432
description: |-
433-
Type of condition in CamelCase or in foo.example.com/CamelCase.
433+
type of condition in CamelCase or in foo.example.com/CamelCase.
434434
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions
435435
can be useful (see .node.status.conditions), the ability to deconflict is important.
436436
type: string
@@ -445,7 +445,7 @@ spec:
445445
x-kubernetes-list-type: map
446446
errorMessage:
447447
description: |-
448-
ErrorMessage will be set in the event that there is a terminal problem
448+
errorMessage will be set in the event that there is a terminal problem
449449
reconciling the Machine and will contain a more verbose string suitable
450450
for logging and human consumption.
451451
@@ -464,7 +464,7 @@ spec:
464464
type: string
465465
errorReason:
466466
description: |-
467-
ErrorReason will be set in the event that there is a terminal problem
467+
errorReason will be set in the event that there is a terminal problem
468468
reconciling the Machine and will contain a succinct value suitable
469469
for machine interpretation.
470470
@@ -483,37 +483,37 @@ spec:
483483
type: string
484484
lastOperation:
485485
description: |-
486-
LastOperation describes the last-operation performed by the machine-controller.
486+
lastOperation describes the last-operation performed by the machine-controller.
487487
This API should be useful as a history in terms of the latest operation performed on the
488488
specific machine. It should also convey the state of the latest-operation for example if
489489
it is still on-going, failed or completed successfully.
490490
properties:
491491
description:
492-
description: Description is the human-readable description of
492+
description: description is the human-readable description of
493493
the last operation.
494494
type: string
495495
lastUpdated:
496-
description: LastUpdated is the timestamp at which LastOperation
496+
description: lastUpdated is the timestamp at which LastOperation
497497
API was last-updated.
498498
format: date-time
499499
type: string
500500
state:
501501
description: |-
502-
State is the current status of the last performed operation.
502+
state is the current status of the last performed operation.
503503
E.g. Processing, Failed, Successful etc
504504
type: string
505505
type:
506506
description: |-
507-
Type is the type of operation which was last performed.
507+
type is the type of operation which was last performed.
508508
E.g. Create, Delete, Update etc
509509
type: string
510510
type: object
511511
lastUpdated:
512-
description: LastUpdated identifies when this status was last observed.
512+
description: lastUpdated identifies when this status was last observed.
513513
format: date-time
514514
type: string
515515
nodeRef:
516-
description: NodeRef will point to the corresponding Node if it exists.
516+
description: nodeRef will point to the corresponding Node if it exists.
517517
properties:
518518
apiVersion:
519519
description: API version of the referent.
@@ -557,12 +557,12 @@ spec:
557557
x-kubernetes-map-type: atomic
558558
phase:
559559
description: |-
560-
Phase represents the current phase of machine actuation.
560+
phase represents the current phase of machine actuation.
561561
One of: Failed, Provisioning, Provisioned, Running, Deleting
562562
type: string
563563
providerStatus:
564564
description: |-
565-
ProviderStatus details a Provider-specific status.
565+
providerStatus details a Provider-specific status.
566566
It is recommended that providers maintain their
567567
own versioned API types that should be
568568
serialized/deserialized from this field.

0 commit comments

Comments
 (0)