Skip to content

Commit c55796f

Browse files
committed
feat: make generate
Signed-off-by: Chris Privitere <[email protected]>
1 parent 4bba031 commit c55796f

3 files changed

+18
-18
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
name: v1alpha3
3131
schema:
3232
openAPIV3Schema:
33-
description: PacketCluster is the Schema for the packetclusters API
33+
description: PacketCluster is the Schema for the packetclusters API.
3434
properties:
3535
apiVersion:
3636
description: 'APIVersion defines the versioned schema of this representation
@@ -45,7 +45,7 @@ spec:
4545
metadata:
4646
type: object
4747
spec:
48-
description: PacketClusterSpec defines the desired state of PacketCluster
48+
description: PacketClusterSpec defines the desired state of PacketCluster.
4949
properties:
5050
controlPlaneEndpoint:
5151
description: ControlPlaneEndpoint represents the endpoint used to
@@ -85,7 +85,7 @@ spec:
8585
- vipManager
8686
type: object
8787
status:
88-
description: PacketClusterStatus defines the observed state of PacketCluster
88+
description: PacketClusterStatus defines the observed state of PacketCluster.
8989
properties:
9090
ready:
9191
description: Ready denotes that the cluster (infrastructure) is ready.
@@ -108,7 +108,7 @@ spec:
108108
name: v1beta1
109109
schema:
110110
openAPIV3Schema:
111-
description: PacketCluster is the Schema for the packetclusters API
111+
description: PacketCluster is the Schema for the packetclusters API.
112112
properties:
113113
apiVersion:
114114
description: 'APIVersion defines the versioned schema of this representation
@@ -123,7 +123,7 @@ spec:
123123
metadata:
124124
type: object
125125
spec:
126-
description: PacketClusterSpec defines the desired state of PacketCluster
126+
description: PacketClusterSpec defines the desired state of PacketCluster.
127127
properties:
128128
controlPlaneEndpoint:
129129
description: ControlPlaneEndpoint represents the endpoint used to
@@ -163,7 +163,7 @@ spec:
163163
- vipManager
164164
type: object
165165
status:
166-
description: PacketClusterStatus defines the observed state of PacketCluster
166+
description: PacketClusterStatus defines the observed state of PacketCluster.
167167
properties:
168168
conditions:
169169
description: Conditions defines current service state of the PacketCluster.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
name: v1alpha3
4343
schema:
4444
openAPIV3Schema:
45-
description: PacketMachine is the Schema for the packetmachines API
45+
description: PacketMachine is the Schema for the packetmachines API.
4646
properties:
4747
apiVersion:
4848
description: 'APIVersion defines the versioned schema of this representation
@@ -57,7 +57,7 @@ spec:
5757
metadata:
5858
type: object
5959
spec:
60-
description: PacketMachineSpec defines the desired state of PacketMachine
60+
description: PacketMachineSpec defines the desired state of PacketMachine.
6161
properties:
6262
OS:
6363
type: string
@@ -103,7 +103,7 @@ spec:
103103
- machineType
104104
type: object
105105
status:
106-
description: PacketMachineStatus defines the observed state of PacketMachine
106+
description: PacketMachineStatus defines the observed state of PacketMachine.
107107
properties:
108108
addresses:
109109
description: Addresses contains the Packet device associated addresses.
@@ -179,7 +179,7 @@ spec:
179179
name: v1beta1
180180
schema:
181181
openAPIV3Schema:
182-
description: PacketMachine is the Schema for the packetmachines API
182+
description: PacketMachine is the Schema for the packetmachines API.
183183
properties:
184184
apiVersion:
185185
description: 'APIVersion defines the versioned schema of this representation
@@ -194,7 +194,7 @@ spec:
194194
metadata:
195195
type: object
196196
spec:
197-
description: PacketMachineSpec defines the desired state of PacketMachine
197+
description: PacketMachineSpec defines the desired state of PacketMachine.
198198
properties:
199199
billingCycle:
200200
type: string
@@ -240,7 +240,7 @@ spec:
240240
- os
241241
type: object
242242
status:
243-
description: PacketMachineStatus defines the observed state of PacketMachine
243+
description: PacketMachineStatus defines the observed state of PacketMachine.
244244
properties:
245245
addresses:
246246
description: Addresses contains the Packet device associated addresses.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
schema:
2323
openAPIV3Schema:
2424
description: PacketMachineTemplate is the Schema for the packetmachinetemplates
25-
API
25+
API.
2626
properties:
2727
apiVersion:
2828
description: 'APIVersion defines the versioned schema of this representation
@@ -37,11 +37,11 @@ spec:
3737
metadata:
3838
type: object
3939
spec:
40-
description: PacketMachineTemplateSpec defines the desired state of PacketMachineTemplate
40+
description: PacketMachineTemplateSpec defines the desired state of PacketMachineTemplate.
4141
properties:
4242
template:
4343
description: PacketMachineTemplateResource describes the data needed
44-
to create am PacketMachine from a template
44+
to create am PacketMachine from a template.
4545
properties:
4646
spec:
4747
description: Spec is the specification of the desired behavior
@@ -104,7 +104,7 @@ spec:
104104
schema:
105105
openAPIV3Schema:
106106
description: PacketMachineTemplate is the Schema for the packetmachinetemplates
107-
API
107+
API.
108108
properties:
109109
apiVersion:
110110
description: 'APIVersion defines the versioned schema of this representation
@@ -119,11 +119,11 @@ spec:
119119
metadata:
120120
type: object
121121
spec:
122-
description: PacketMachineTemplateSpec defines the desired state of PacketMachineTemplate
122+
description: PacketMachineTemplateSpec defines the desired state of PacketMachineTemplate.
123123
properties:
124124
template:
125125
description: PacketMachineTemplateResource describes the data needed
126-
to create am PacketMachine from a template
126+
to create am PacketMachine from a template.
127127
properties:
128128
spec:
129129
description: Spec is the specification of the desired behavior

0 commit comments

Comments
 (0)