Package io.quarkus.kubernetes.deployment
Interface RbacConfig.ClusterRoleBindingConfig
- Enclosing interface:
- RbacConfig
public static interface RbacConfig.ClusterRoleBindingConfig
-
Method Summary
Modifier and TypeMethodDescriptionlabels()Labels to add into the RoleBinding resource.name()Name of the ClusterRoleBinding resource to be generated.roleName()The name of the ClusterRole resource to use by the RoleRef element in the generated ClusterRoleBinding resource.subjects()List of subjects elements to use in the generated ClusterRoleBinding resource.
-
Method Details
-
name
Name of the ClusterRoleBinding resource to be generated. If not provided, it will use the application name plus the role ref name. -
labels
Labels to add into the RoleBinding resource. -
roleName
String roleName()The name of the ClusterRole resource to use by the RoleRef element in the generated ClusterRoleBinding resource. -
subjects
Map<String,RbacConfig.SubjectConfig> subjects()List of subjects elements to use in the generated ClusterRoleBinding resource.
-