Skip to content

Commit e724f96

Browse files
author
Joshua Reed
committed
Fixup id requirements.
1 parent 157fa61 commit e724f96

File tree

1 file changed

+38
-8
lines changed

1 file changed

+38
-8
lines changed

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

Lines changed: 38 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
zones:
7676
items:
7777
properties:
78-
iD:
78+
id:
7979
description: The CS zone ID the cluster is built in.
8080
type: string
8181
name:
@@ -84,21 +84,19 @@ spec:
8484
network:
8585
description: The network within the Zone to use.
8686
properties:
87-
name:
88-
description: Name of the infrastructure identity to be used.
89-
type: string
90-
networkID:
87+
id:
9188
description: Cloudstack Network ID the cluster is built
9289
in.
9390
type: string
94-
networkType:
91+
name:
92+
description: Name of the infrastructure identity to be used.
93+
type: string
94+
type:
9595
description: Cloudstack Network Type the cluster is built
9696
in.
9797
type: string
9898
type: object
9999
required:
100-
- iD
101-
- name
102100
- network
103101
type: object
104102
type: array
@@ -118,9 +116,41 @@ spec:
118116
publicIPID:
119117
description: The CS public IP ID to use for the k8s endpoint.
120118
type: string
119+
publicIPNetworkId:
120+
description: The Id of the network the PublicIP is in.
121+
type: string
121122
ready:
122123
description: Reflects the readiness of the CS cluster.
123124
type: boolean
125+
zones:
126+
additionalProperties:
127+
properties:
128+
id:
129+
description: The CS zone ID the cluster is built in.
130+
type: string
131+
name:
132+
description: The Zone name.
133+
type: string
134+
network:
135+
description: The network within the Zone to use.
136+
properties:
137+
id:
138+
description: Cloudstack Network ID the cluster is built
139+
in.
140+
type: string
141+
name:
142+
description: Name of the infrastructure identity to be used.
143+
type: string
144+
type:
145+
description: Cloudstack Network Type the cluster is built
146+
in.
147+
type: string
148+
type: object
149+
required:
150+
- network
151+
type: object
152+
description: The status of the cluster's ACS Zones.
153+
type: object
124154
required:
125155
- ready
126156
type: object

0 commit comments

Comments
 (0)