Package io.quarkus.kubernetes.deployment
Class RoleBindingConfig
java.lang.Object
io.quarkus.kubernetes.deployment.RoleBindingConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf the Role sets in the `role-name` property is cluster wide or not.Labels to add into the RoleBinding resource.Name of the RoleBinding resource to be generated.The name of the Role resource to use by the RoleRef element in the generated Role Binding resource.List of subjects elements to use in the generated RoleBinding resource. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Name of the RoleBinding 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 Role resource to use by the RoleRef element in the generated Role Binding resource. By default, it's "view" role name. -
clusterWide
If the Role sets in the `role-name` property is cluster wide or not. -
subjects
List of subjects elements to use in the generated RoleBinding resource.
-
-
Constructor Details
-
RoleBindingConfig
public RoleBindingConfig()
-