sigs.k8s.io/kueue@v0.6.2/config/components/rbac/kustomization.yaml (about)

     1  resources:
     2  # All RBAC will be applied under this service account in
     3  # the deployment namespace. You may comment out this resource
     4  # if your manager will use a service account that exists at
     5  # runtime. Be sure to update RoleBinding and ClusterRoleBinding
     6  # subjects if changing service account names.
     7  - service_account.yaml
     8  - role.yaml
     9  - role_binding.yaml
    10  - leader_election_role.yaml
    11  - leader_election_role_binding.yaml
    12  # Comment the following 3 lines if you want to disable
    13  # the auth proxy (https://github.com/brancz/kube-rbac-proxy)
    14  # which protects your /metrics endpoint.
    15  - auth_proxy_role.yaml
    16  - auth_proxy_role_binding.yaml
    17  - auth_proxy_client_clusterrole.yaml
    18  # ClusterRoles for Kueue APIs
    19  - batch_admin_role.yaml
    20  - batch_user_role.yaml
    21  - clusterqueue_editor_role.yaml
    22  - clusterqueue_viewer_role.yaml
    23  - localqueue_editor_role.yaml
    24  - localqueue_viewer_role.yaml
    25  - resourceflavor_editor_role.yaml
    26  - resourceflavor_viewer_role.yaml
    27  - pending_workloads_cq_viewer_role.yaml
    28  - pending_workloads_lq_viewer_role.yaml
    29  - workload_editor_role.yaml
    30  - workload_viewer_role.yaml
    31  
    32  # ClusterRoles for Kueue integrations
    33  - job_editor_role.yaml
    34  - job_viewer_role.yaml
    35  - jobset_editor_role.yaml
    36  - jobset_viewer_role.yaml
    37  - mpijob_editor_role.yaml
    38  - mpijob_viewer_role.yaml
    39  - mxjob_editor_role.yaml
    40  - mxjob_viewer_role.yaml
    41  - rayjob_editor_role.yaml
    42  - rayjob_viewer_role.yaml
    43  - pytorchjob_editor_role.yaml
    44  - pytorchjob_viewer_role.yaml
    45  - tfjob_editor_role.yaml
    46  - tfjob_viewer_role.yaml
    47  - xgboostjob_editor_role.yaml
    48  - xgboostjob_viewer_role.yaml
    49  - paddlejob_editor_role.yaml
    50  - paddlejob_viewer_role.yaml