File tree 2 files changed +15
-25
lines changed
2 files changed +15
-25
lines changed Original file line number Diff line number Diff line change 27
27
plural : openshiftassistedconfigs
28
28
shortNames :
29
29
- oac
30
+ - oacs
30
31
singular : openshiftassistedconfig
31
32
scope : Namespaced
32
33
versions :
@@ -678,7 +679,7 @@ rules:
678
679
- apiGroups :
679
680
- bootstrap.cluster.x-k8s.io
680
681
resources :
681
- - openshiftassistedconfigs
682
+ - ' * '
682
683
verbs :
683
684
- create
684
685
- delete
@@ -687,20 +688,6 @@ rules:
687
688
- patch
688
689
- update
689
690
- 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
704
691
- apiGroups :
705
692
- cluster.x-k8s.io
706
693
resources :
@@ -729,10 +716,14 @@ rules:
729
716
- apiGroups :
730
717
- controlplane.cluster.x-k8s.io
731
718
resources :
732
- - openshiftassistedcontrolplanes
719
+ - ' * '
733
720
verbs :
721
+ - create
722
+ - delete
734
723
- get
735
724
- list
725
+ - patch
726
+ - update
736
727
- watch
737
728
- apiGroups :
738
729
- extensions.hive.openshift.io
@@ -753,10 +744,14 @@ rules:
753
744
- apiGroups :
754
745
- infrastructure.cluster.x-k8s.io
755
746
resources :
756
- - metal3machines
747
+ - ' * '
757
748
verbs :
749
+ - create
750
+ - delete
751
+ - get
758
752
- list
759
753
- patch
754
+ - update
760
755
- watch
761
756
- apiGroups :
762
757
- infrastructure.cluster.x-k8s.io
@@ -766,14 +761,6 @@ rules:
766
761
verbs :
767
762
- get
768
763
- update
769
- - apiGroups :
770
- - infrastructure.cluster.x-k8s.io
771
- resources :
772
- - metal3machinetemplates
773
- verbs :
774
- - list
775
- - patch
776
- - watch
777
764
- apiGroups :
778
765
- metal3.io
779
766
resources :
Original file line number Diff line number Diff line change 25
25
kind : OpenshiftAssistedControlPlane
26
26
listKind : OpenshiftAssistedControlPlaneList
27
27
plural : openshiftassistedcontrolplanes
28
+ shortNames :
29
+ - oacp
30
+ - oacps
28
31
singular : openshiftassistedcontrolplane
29
32
scope : Namespaced
30
33
versions :
You can’t perform that action at this time.
0 commit comments