Package io.quarkus.kubernetes.deployment
Class ClusterRoleBindingConfig
java.lang.Object
io.quarkus.kubernetes.deployment.ClusterRoleBindingConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionLabels to add into the RoleBinding resource.Name of the ClusterRoleBinding resource to be generated.The name of the ClusterRole resource to use by the RoleRef element in the generated ClusterRoleBinding resource.List of subjects elements to use in the generated ClusterRoleBinding resource. -
Constructor Summary
Constructors -
Method Summary
-
Field 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
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.
-
-
Constructor Details
-
ClusterRoleBindingConfig
public ClusterRoleBindingConfig()
-