Package io.quarkus.kubernetes.deployment
Class SubjectConfig
java.lang.Object
io.quarkus.kubernetes.deployment.SubjectConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe "apiGroup" resource that matches with the "kind" property.The "kind" resource to use by the Subject element in the generated Role Binding resource.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. -
Constructor Summary
Constructors -
Method Summary
-
Field 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.
-
-
Constructor Details
-
SubjectConfig
public SubjectConfig()
-