github.com/verrazzano/verrazzano@v1.7.0/pkg/k8sutil/testdata/clusterrole_update.yaml (about)

     1  # Copyright (C) 2022, Oracle and/or its affiliates.
     2  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  apiVersion: rbac.authorization.k8s.io/v1
     4  kind: ClusterRole
     5  metadata:
     6    name: verrazzano-managed-cluster
     7  rules:
     8    - apiGroups:
     9        - ""
    10      resources:
    11        - secrets
    12      verbs:
    13        - get
    14        - list
    15        - watch
    16        - update