Skip to content

Commit 7187b6d

Browse files
committed
resolve make generate
1 parent 0427f0a commit 7187b6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_gcpmachinepools.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ spec:
2727
name: v1beta1
2828
schema:
2929
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.
3132
properties:
3233
apiVersion:
3334
description: 'APIVersion defines the versioned schema of this representation
@@ -43,6 +44,7 @@ spec:
4344
type: object
4445
spec:
4546
description: GCPMachinePoolSpec defines the desired state of GCPMachinePool
47+
and the GCP instances that it will create.
4648
properties:
4749
additionalDisks:
4850
description: AdditionalDisks are optional non-boot attached disks.
@@ -165,6 +167,7 @@ spec:
165167
type: object
166168
status:
167169
description: GCPMachinePoolStatus defines the observed state of GCPMachinePool
170+
and the GCP instances that it manages.
168171
properties:
169172
conditions:
170173
description: Conditions specifies the conditions for the managed machine

0 commit comments

Comments
 (0)