File tree Expand file tree Collapse file tree 1 file changed +38
-8
lines changed Expand file tree Collapse file tree 1 file changed +38
-8
lines changed Original file line number Diff line number Diff line change 75
75
zones :
76
76
items :
77
77
properties :
78
- iD :
78
+ id :
79
79
description : The CS zone ID the cluster is built in.
80
80
type : string
81
81
name :
@@ -84,21 +84,19 @@ spec:
84
84
network :
85
85
description : The network within the Zone to use.
86
86
properties :
87
- name :
88
- description : Name of the infrastructure identity to be used.
89
- type : string
90
- networkID :
87
+ id :
91
88
description : Cloudstack Network ID the cluster is built
92
89
in.
93
90
type : string
94
- networkType :
91
+ name :
92
+ description : Name of the infrastructure identity to be used.
93
+ type : string
94
+ type :
95
95
description : Cloudstack Network Type the cluster is built
96
96
in.
97
97
type : string
98
98
type : object
99
99
required :
100
- - iD
101
- - name
102
100
- network
103
101
type : object
104
102
type : array
@@ -118,9 +116,41 @@ spec:
118
116
publicIPID :
119
117
description : The CS public IP ID to use for the k8s endpoint.
120
118
type : string
119
+ publicIPNetworkId :
120
+ description : The Id of the network the PublicIP is in.
121
+ type : string
121
122
ready :
122
123
description : Reflects the readiness of the CS cluster.
123
124
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
124
154
required :
125
155
- ready
126
156
type : object
You can’t perform that action at this time.
0 commit comments