From 7187b6d128c0e1c16c7b596a341da072dcb9b877 Mon Sep 17 00:00:00 2001 From: bmurray Date: Tue, 18 Apr 2023 13:32:29 -0700 Subject: [PATCH] resolve make generate --- .../infrastructure.cluster.x-k8s.io_gcpmachinepools.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 01acbbd856..3aac4526c7 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