Package io.quarkus.kubernetes.deployment
Interface RbacConfig.SubjectConfig
- Enclosing interface:
RbacConfig
public static interface RbacConfig.SubjectConfig
-
Method Summary
Modifier and TypeMethodDescriptionapiGroup()The "apiGroup" resource that matches with the "kind" property.kind()The "kind" resource to use by the Subject element in the generated Role Binding resource.name()The "name" resource to use by the Subject element in the generated Role Binding resource.The "namespace" resource to use by the Subject element in the generated Role Binding resource.
-
Method Details
-
name
The "name" resource to use by the Subject element in the generated Role Binding resource. -
kind
The "kind" resource to use by the Subject element in the generated Role Binding resource. By default, it uses the "ServiceAccount" kind. -
apiGroup
The "apiGroup" resource that matches with the "kind" property. By default, it's empty. -
namespace
The "namespace" resource to use by the Subject element in the generated Role Binding resource. By default, it will use the same as provided in the generated resources.
-