diff --git a/config/crd/bases/infrastructure.cluster.x-k8s.io_gcpmachinepools.yaml b/config/crd/bases/infrastructure.cluster.x-k8s.io_gcpmachinepools.yaml index 01acbbd85..3aac4526c 100644 --- a/config/crd/bases/infrastructure.cluster.x-k8s.io_gcpmachinepools.yaml +++ b/config/crd/bases/infrastructure.cluster.x-k8s.io_gcpmachinepools.yaml @@ -27,7 +27,8 @@ spec: name: v1beta1 schema: openAPIV3Schema: - description: GCPMachinePool is the Schema for the gcpmachinepools API + description: GCPMachinePool is the Schema for the gcpmachinepools API and + represents a GCP Machine Pool. properties: apiVersion: description: 'APIVersion defines the versioned schema of this representation @@ -43,6 +44,7 @@ spec: type: object spec: description: GCPMachinePoolSpec defines the desired state of GCPMachinePool + and the GCP instances that it will create. properties: additionalDisks: description: AdditionalDisks are optional non-boot attached disks. @@ -165,6 +167,7 @@ spec: type: object status: description: GCPMachinePoolStatus defines the observed state of GCPMachinePool + and the GCP instances that it manages. properties: conditions: description: Conditions specifies the conditions for the managed machine