|
75 | 75 | description: APIServerLoadBalancerPort is the port on which the listener
|
76 | 76 | on the APIServer loadbalancer will be created
|
77 | 77 | type: integer
|
78 |
| - caKeyPair: |
79 |
| - description: CAKeyPair is the key pair for ca certs. |
80 |
| - properties: |
81 |
| - cert: |
82 |
| - description: base64 encoded cert and key |
83 |
| - format: byte |
84 |
| - type: string |
85 |
| - key: |
86 |
| - format: byte |
87 |
| - type: string |
88 |
| - type: object |
89 | 78 | cloudName:
|
90 | 79 | description: The name of the cloud to use from the clouds secret
|
91 | 80 | type: string
|
@@ -134,17 +123,6 @@ spec:
|
134 | 123 | items:
|
135 | 124 | type: string
|
136 | 125 | type: array
|
137 |
| - etcdCAKeyPair: |
138 |
| - description: EtcdCAKeyPair is the key pair for etcd. |
139 |
| - properties: |
140 |
| - cert: |
141 |
| - description: base64 encoded cert and key |
142 |
| - format: byte |
143 |
| - type: string |
144 |
| - key: |
145 |
| - format: byte |
146 |
| - type: string |
147 |
| - type: object |
148 | 126 | externalNetworkId:
|
149 | 127 | description: ExternalNetworkID is the ID of an external OpenStack
|
150 | 128 | Network. This is necessary to get public internet to the VMs.
|
@@ -217,17 +195,6 @@ spec:
|
217 | 195 | - subnet
|
218 | 196 | type: object
|
219 | 197 | type: array
|
220 |
| - frontProxyCAKeyPair: |
221 |
| - description: FrontProxyCAKeyPair is the key pair for FrontProxyKeyPair. |
222 |
| - properties: |
223 |
| - cert: |
224 |
| - description: base64 encoded cert and key |
225 |
| - format: byte |
226 |
| - type: string |
227 |
| - key: |
228 |
| - format: byte |
229 |
| - type: string |
230 |
| - type: object |
231 | 198 | managedAPIServerLoadBalancer:
|
232 | 199 | description: 'ManagedAPIServerLoadBalancer defines whether a LoadBalancer
|
233 | 200 | for the APIServer should be created. If set to true the following
|
@@ -284,17 +251,6 @@ spec:
|
284 | 251 | connected to this subnet. If you leave this empty, no network will
|
285 | 252 | be created.
|
286 | 253 | type: string
|
287 |
| - saKeyPair: |
288 |
| - description: SAKeyPair is the service account key pair. |
289 |
| - properties: |
290 |
| - cert: |
291 |
| - description: base64 encoded cert and key |
292 |
| - format: byte |
293 |
| - type: string |
294 |
| - key: |
295 |
| - format: byte |
296 |
| - type: string |
297 |
| - type: object |
298 | 254 | subnet:
|
299 | 255 | description: If NodeCIDR cannot be set this can be used to detect
|
300 | 256 | an existing subnet.
|
|
0 commit comments