File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 27
27
name : v1beta1
28
28
schema :
29
29
openAPIV3Schema :
30
- description : GCPMachinePool is the Schema for the gcpmachinepools API
30
+ description : GCPMachinePool is the Schema for the gcpmachinepools API and
31
+ represents a GCP Machine Pool.
31
32
properties :
32
33
apiVersion :
33
34
description : ' APIVersion defines the versioned schema of this representation
43
44
type : object
44
45
spec :
45
46
description : GCPMachinePoolSpec defines the desired state of GCPMachinePool
47
+ and the GCP instances that it will create.
46
48
properties :
47
49
additionalDisks :
48
50
description : AdditionalDisks are optional non-boot attached disks.
@@ -165,6 +167,7 @@ spec:
165
167
type : object
166
168
status :
167
169
description : GCPMachinePoolStatus defines the observed state of GCPMachinePool
170
+ and the GCP instances that it manages.
168
171
properties :
169
172
conditions :
170
173
description : Conditions specifies the conditions for the managed machine
You can’t perform that action at this time.
0 commit comments