File tree Expand file tree Collapse file tree 1 file changed +0
-51
lines changed Expand file tree Collapse file tree 1 file changed +0
-51
lines changed Original file line number Diff line number Diff line change @@ -264,13 +264,6 @@ spec:
264264 and cannot be set with Subnet.
265265 type : string
266266 type : object
267- resources :
268- description : Resources are embedded ARO resources to be managed by
269- this resource.
270- items :
271- type : object
272- x-kubernetes-preserve-unknown-fields : true
273- type : array
274267 version :
275268 description : OpenShift semantic version, for example "4.14.5".
276269 type : string
@@ -365,22 +358,6 @@ spec:
365358 consoleURL :
366359 description : ConsoleURL is the url for the openshift console.
367360 type : string
368- controlPlaneEndpoint :
369- description : ControlPlaneEndpoint represents the endpoint for the
370- cluster's API server.
371- properties :
372- host :
373- description : host is the hostname on which the API server is serving.
374- maxLength : 512
375- type : string
376- port :
377- description : port is the port on which the API server is serving.
378- format : int32
379- type : integer
380- required :
381- - host
382- - port
383- type : object
384361 externalManagedControlPlane :
385362 default : true
386363 description : |-
@@ -411,34 +388,6 @@ spec:
411388 description : Ready denotes that the AROControlPlane API Server is
412389 ready to receive requests.
413390 type : boolean
414- resources :
415- items :
416- description : ResourceStatus represents the status of a resource.
417- properties :
418- ready :
419- type : boolean
420- resource :
421- description : StatusResource is a handle to a resource.
422- properties :
423- group :
424- type : string
425- kind :
426- type : string
427- name :
428- type : string
429- version :
430- type : string
431- required :
432- - group
433- - kind
434- - name
435- - version
436- type : object
437- required :
438- - ready
439- - resource
440- type : object
441- type : array
442391 version :
443392 description : ARO-HCP OpenShift semantic version, for example "4.20.0".
444393 type : string
You can’t perform that action at this time.
0 commit comments