Skip to content

Commit

Permalink
resolve make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennenMM7 committed Apr 18, 2023
1 parent 0427f0a commit 7187b6d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7187b6d

Please sign in to comment.