Skip to content

Commit 23ef8c5

Browse files
committed
Update generated machine and machine template crds
1 parent c554f74 commit 23ef8c5

File tree

2 files changed

+8
-114
lines changed

2 files changed

+8
-114
lines changed

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

Lines changed: 4 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -383,63 +383,10 @@ spec:
383383
- label
384384
- mountPath
385385
type: object
386-
failureDomain:
387-
description: FailureDomain -- the FailureDomain the machine is placed
388-
in.
389-
properties:
390-
account:
391-
description: CloudStack account.
392-
type: string
393-
acsendpoint:
394-
description: Apache CloudStack Endpoint secret reference.
395-
properties:
396-
name:
397-
description: Name is unique within a namespace to reference
398-
a secret resource.
399-
type: string
400-
namespace:
401-
description: Namespace defines the space within which the
402-
secret name must be unique.
403-
type: string
404-
type: object
405-
domain:
406-
description: CloudStack domain.
407-
type: string
408-
name:
409-
description: The failure domain unique name.
410-
type: string
411-
zone:
412-
description: The ACS Zone for this failure domain.
413-
properties:
414-
id:
415-
description: ID.
416-
type: string
417-
name:
418-
description: Name.
419-
type: string
420-
network:
421-
description: The network within the Zone to use.
422-
properties:
423-
id:
424-
description: Cloudstack Network ID the cluster is built
425-
in.
426-
type: string
427-
name:
428-
description: Cloudstack Network Name the cluster is built
429-
in.
430-
type: string
431-
type:
432-
description: Cloudstack Network Type the cluster is built
433-
in.
434-
type: string
435-
type: object
436-
required:
437-
- network
438-
type: object
439-
required:
440-
- name
441-
- zone
442-
type: object
386+
failureDomainName:
387+
description: FailureDomainName -- the name of the FailureDomain the
388+
machine is placed in.
389+
type: string
443390
id:
444391
description: ID.
445392
type: string

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

Lines changed: 4 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -336,63 +336,10 @@ spec:
336336
- label
337337
- mountPath
338338
type: object
339-
failureDomain:
340-
description: FailureDomain -- the FailureDomain the machine
341-
is placed in.
342-
properties:
343-
account:
344-
description: CloudStack account.
345-
type: string
346-
acsendpoint:
347-
description: Apache CloudStack Endpoint secret reference.
348-
properties:
349-
name:
350-
description: Name is unique within a namespace to
351-
reference a secret resource.
352-
type: string
353-
namespace:
354-
description: Namespace defines the space within which
355-
the secret name must be unique.
356-
type: string
357-
type: object
358-
domain:
359-
description: CloudStack domain.
360-
type: string
361-
name:
362-
description: The failure domain unique name.
363-
type: string
364-
zone:
365-
description: The ACS Zone for this failure domain.
366-
properties:
367-
id:
368-
description: ID.
369-
type: string
370-
name:
371-
description: Name.
372-
type: string
373-
network:
374-
description: The network within the Zone to use.
375-
properties:
376-
id:
377-
description: Cloudstack Network ID the cluster
378-
is built in.
379-
type: string
380-
name:
381-
description: Cloudstack Network Name the cluster
382-
is built in.
383-
type: string
384-
type:
385-
description: Cloudstack Network Type the cluster
386-
is built in.
387-
type: string
388-
type: object
389-
required:
390-
- network
391-
type: object
392-
required:
393-
- name
394-
- zone
395-
type: object
339+
failureDomainName:
340+
description: FailureDomainName -- the name of the FailureDomain
341+
the machine is placed in.
342+
type: string
396343
id:
397344
description: ID.
398345
type: string

0 commit comments

Comments
 (0)