sigs.k8s.io/cluster-api-provider-aws@v1.5.5/config/rbac/role.yaml (about)

     1  ---
     2  apiVersion: rbac.authorization.k8s.io/v1
     3  kind: ClusterRole
     4  metadata:
     5    creationTimestamp: null
     6    name: manager-role
     7  rules:
     8  - apiGroups:
     9    - ""
    10    resources:
    11    - events
    12    verbs:
    13    - create
    14    - get
    15    - list
    16    - patch
    17    - update
    18    - watch
    19  - apiGroups:
    20    - ""
    21    resources:
    22    - namespaces
    23    verbs:
    24    - get
    25    - list
    26    - watch
    27  - apiGroups:
    28    - ""
    29    resources:
    30    - secrets
    31    verbs:
    32    - create
    33    - delete
    34    - get
    35    - list
    36    - patch
    37    - update
    38    - watch
    39  - apiGroups:
    40    - bootstrap.cluster.x-k8s.io
    41    resources:
    42    - eksconfigs
    43    verbs:
    44    - create
    45    - delete
    46    - get
    47    - list
    48    - patch
    49    - update
    50    - watch
    51  - apiGroups:
    52    - bootstrap.cluster.x-k8s.io
    53    resources:
    54    - eksconfigs/status
    55    verbs:
    56    - get
    57    - patch
    58    - update
    59  - apiGroups:
    60    - cluster.x-k8s.io
    61    resources:
    62    - clusters
    63    - clusters/status
    64    verbs:
    65    - get
    66    - list
    67    - watch
    68  - apiGroups:
    69    - cluster.x-k8s.io
    70    resources:
    71    - clusters
    72    - machinepools
    73    - machines
    74    verbs:
    75    - get
    76    - list
    77    - watch
    78  - apiGroups:
    79    - cluster.x-k8s.io
    80    resources:
    81    - machinedeployments
    82    verbs:
    83    - get
    84    - list
    85    - watch
    86  - apiGroups:
    87    - cluster.x-k8s.io
    88    resources:
    89    - machinepools
    90    verbs:
    91    - get
    92    - list
    93    - watch
    94  - apiGroups:
    95    - cluster.x-k8s.io
    96    resources:
    97    - machinepools
    98    - machinepools/status
    99    verbs:
   100    - get
   101    - list
   102    - patch
   103    - watch
   104  - apiGroups:
   105    - cluster.x-k8s.io
   106    resources:
   107    - machines
   108    - machines/status
   109    verbs:
   110    - get
   111    - list
   112    - watch
   113  - apiGroups:
   114    - controlplane.cluster.x-k8s.io
   115    resources:
   116    - awsmanagedcontrolplanes
   117    verbs:
   118    - create
   119    - delete
   120    - get
   121    - list
   122    - patch
   123    - update
   124    - watch
   125  - apiGroups:
   126    - controlplane.cluster.x-k8s.io
   127    resources:
   128    - awsmanagedcontrolplanes
   129    - awsmanagedcontrolplanes/status
   130    verbs:
   131    - get
   132    - list
   133    - watch
   134  - apiGroups:
   135    - controlplane.cluster.x-k8s.io
   136    resources:
   137    - awsmanagedcontrolplanes/status
   138    verbs:
   139    - get
   140    - patch
   141    - update
   142  - apiGroups:
   143    - ""
   144    resources:
   145    - events
   146    verbs:
   147    - create
   148    - get
   149    - list
   150    - patch
   151    - watch
   152  - apiGroups:
   153    - infrastructure.cluster.x-k8s.io
   154    resources:
   155    - awsclustercontrolleridentities
   156    verbs:
   157    - create
   158    - get
   159    - list
   160    - watch
   161  - apiGroups:
   162    - infrastructure.cluster.x-k8s.io
   163    resources:
   164    - awsclustercontrolleridentities
   165    - awsclusterroleidentities
   166    - awsclusterstaticidentities
   167    verbs:
   168    - get
   169    - list
   170    - watch
   171  - apiGroups:
   172    - infrastructure.cluster.x-k8s.io
   173    resources:
   174    - awsclusterroleidentities
   175    - awsclusterstaticidentities
   176    verbs:
   177    - get
   178    - list
   179    - watch
   180  - apiGroups:
   181    - infrastructure.cluster.x-k8s.io
   182    resources:
   183    - awsclusters
   184    verbs:
   185    - create
   186    - delete
   187    - get
   188    - list
   189    - patch
   190    - update
   191    - watch
   192  - apiGroups:
   193    - infrastructure.cluster.x-k8s.io
   194    resources:
   195    - awsclusters/status
   196    verbs:
   197    - get
   198    - patch
   199    - update
   200  - apiGroups:
   201    - infrastructure.cluster.x-k8s.io
   202    resources:
   203    - awsfargateprofiles
   204    verbs:
   205    - create
   206    - delete
   207    - get
   208    - list
   209    - patch
   210    - update
   211    - watch
   212  - apiGroups:
   213    - infrastructure.cluster.x-k8s.io
   214    resources:
   215    - awsfargateprofiles/status
   216    verbs:
   217    - get
   218    - patch
   219    - update
   220  - apiGroups:
   221    - infrastructure.cluster.x-k8s.io
   222    resources:
   223    - awsmachinepools
   224    verbs:
   225    - create
   226    - delete
   227    - get
   228    - list
   229    - patch
   230    - update
   231    - watch
   232  - apiGroups:
   233    - infrastructure.cluster.x-k8s.io
   234    resources:
   235    - awsmachinepools
   236    - awsmachinepools/status
   237    verbs:
   238    - get
   239    - list
   240    - watch
   241  - apiGroups:
   242    - infrastructure.cluster.x-k8s.io
   243    resources:
   244    - awsmachinepools/status
   245    verbs:
   246    - get
   247    - patch
   248    - update
   249  - apiGroups:
   250    - infrastructure.cluster.x-k8s.io
   251    resources:
   252    - awsmachines
   253    verbs:
   254    - create
   255    - delete
   256    - get
   257    - list
   258    - patch
   259    - update
   260    - watch
   261  - apiGroups:
   262    - infrastructure.cluster.x-k8s.io
   263    resources:
   264    - awsmachines
   265    - awsmachines/status
   266    verbs:
   267    - get
   268    - list
   269    - watch
   270  - apiGroups:
   271    - infrastructure.cluster.x-k8s.io
   272    resources:
   273    - awsmachines/status
   274    verbs:
   275    - get
   276    - patch
   277    - update
   278  - apiGroups:
   279    - infrastructure.cluster.x-k8s.io
   280    resources:
   281    - awsmanagedmachinepools
   282    verbs:
   283    - create
   284    - delete
   285    - get
   286    - list
   287    - patch
   288    - update
   289    - watch
   290  - apiGroups:
   291    - infrastructure.cluster.x-k8s.io
   292    resources:
   293    - awsmanagedmachinepools
   294    - awsmanagedmachinepools/status
   295    verbs:
   296    - get
   297    - list
   298    - watch
   299  - apiGroups:
   300    - infrastructure.cluster.x-k8s.io
   301    resources:
   302    - awsmanagedmachinepools/status
   303    verbs:
   304    - get
   305    - patch
   306    - update