Skip to content

Commit 44d024b

Browse files
author
Joshua Reed
committed
Standardize json tagging naming conventions.
1 parent e33e7ea commit 44d024b

5 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ spec:
223223
account:
224224
description: CloudStack account.
225225
type: string
226-
acsendpoint:
226+
acsEndpoint:
227227
description: Apache CloudStack Endpoint secret reference.
228228
properties:
229229
name:
@@ -272,7 +272,7 @@ spec:
272272
- network
273273
type: object
274274
required:
275-
- acsendpoint
275+
- acsEndpoint
276276
- name
277277
- zone
278278
type: object

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
account:
4242
description: CloudStack account.
4343
type: string
44-
acsendpoint:
44+
acsEndpoint:
4545
description: Apache CloudStack Endpoint secret reference.
4646
properties:
4747
name:
@@ -89,7 +89,7 @@ spec:
8989
- network
9090
type: object
9191
required:
92-
- acsendpoint
92+
- acsEndpoint
9393
- name
9494
- zone
9595
type: object

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,12 @@ spec:
301301
to `no`. Can be `pro` or `anti`. Will create an affinity group per
302302
machine set.
303303
type: string
304-
affinitygroupids:
304+
affinityGroupIDs:
305305
description: Optional affinitygroupids for deployVirtualMachine
306306
items:
307307
type: string
308308
type: array
309-
cloudstackaffinityref:
309+
cloudstackAffinityRef:
310310
description: Mutually exclusive parameter with AffinityGroupIDs. Is
311311
a reference to a CloudStack affinity group CRD.
312312
properties:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,12 @@ spec:
251251
Defaults to `no`. Can be `pro` or `anti`. Will create an
252252
affinity group per machine set.
253253
type: string
254-
affinitygroupids:
254+
affinityGroupIDs:
255255
description: Optional affinitygroupids for deployVirtualMachine
256256
items:
257257
type: string
258258
type: array
259-
cloudstackaffinityref:
259+
cloudstackAffinityRef:
260260
description: Mutually exclusive parameter with AffinityGroupIDs.
261261
Is a reference to a CloudStack affinity group CRD.
262262
properties:

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ spec:
1515
labels:
1616
control-plane: capc-controller-manager
1717
spec:
18-
securityContext:
19-
runAsNonRoot: true
18+
# securityContext:
19+
# runAsNonRoot: true
2020
containers:
2121
- command:
2222
- /manager

0 commit comments

Comments
 (0)