Skip to content

Commit 92cebf0

Browse files
Merge pull request #91 from rccrdpccl/generate-latest-manifests
generated latest manifests
2 parents 2143fe4 + c634ee9 commit 92cebf0

File tree

2 files changed

+15
-25
lines changed

2 files changed

+15
-25
lines changed

bootstrap-components.yaml

+12-25
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ spec:
2727
plural: openshiftassistedconfigs
2828
shortNames:
2929
- oac
30+
- oacs
3031
singular: openshiftassistedconfig
3132
scope: Namespaced
3233
versions:
@@ -678,7 +679,7 @@ rules:
678679
- apiGroups:
679680
- bootstrap.cluster.x-k8s.io
680681
resources:
681-
- openshiftassistedconfigs
682+
- '*'
682683
verbs:
683684
- create
684685
- delete
@@ -687,20 +688,6 @@ rules:
687688
- patch
688689
- update
689690
- watch
690-
- apiGroups:
691-
- bootstrap.cluster.x-k8s.io
692-
resources:
693-
- openshiftassistedconfigs/finalizers
694-
verbs:
695-
- update
696-
- apiGroups:
697-
- bootstrap.cluster.x-k8s.io
698-
resources:
699-
- openshiftassistedconfigs/status
700-
verbs:
701-
- get
702-
- patch
703-
- update
704691
- apiGroups:
705692
- cluster.x-k8s.io
706693
resources:
@@ -729,10 +716,14 @@ rules:
729716
- apiGroups:
730717
- controlplane.cluster.x-k8s.io
731718
resources:
732-
- openshiftassistedcontrolplanes
719+
- '*'
733720
verbs:
721+
- create
722+
- delete
734723
- get
735724
- list
725+
- patch
726+
- update
736727
- watch
737728
- apiGroups:
738729
- extensions.hive.openshift.io
@@ -753,10 +744,14 @@ rules:
753744
- apiGroups:
754745
- infrastructure.cluster.x-k8s.io
755746
resources:
756-
- metal3machines
747+
- '*'
757748
verbs:
749+
- create
750+
- delete
751+
- get
758752
- list
759753
- patch
754+
- update
760755
- watch
761756
- apiGroups:
762757
- infrastructure.cluster.x-k8s.io
@@ -766,14 +761,6 @@ rules:
766761
verbs:
767762
- get
768763
- update
769-
- apiGroups:
770-
- infrastructure.cluster.x-k8s.io
771-
resources:
772-
- metal3machinetemplates
773-
verbs:
774-
- list
775-
- patch
776-
- watch
777764
- apiGroups:
778765
- metal3.io
779766
resources:

controlplane-components.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ spec:
2525
kind: OpenshiftAssistedControlPlane
2626
listKind: OpenshiftAssistedControlPlaneList
2727
plural: openshiftassistedcontrolplanes
28+
shortNames:
29+
- oacp
30+
- oacps
2831
singular: openshiftassistedcontrolplane
2932
scope: Namespaced
3033
versions:

0 commit comments

Comments
 (0)