Skip to content

Commit 2b835b3

Browse files
committed
fix
1 parent 5a7056b commit 2b835b3

File tree

1 file changed

+0
-51
lines changed

1 file changed

+0
-51
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_arocontrolplanes.yaml renamed to config/crd/bases/controlplane.cluster.x-k8s.io_arocontrolplanes.yaml

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)