Package io.quarkus.kubernetes.deployment
Class ServiceAccountConfig
java.lang.Object
io.quarkus.kubernetes.deployment.ServiceAccountConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionLabels of the service account.The name of the service account.The namespace of the service account.If true, this service account will be used in the generated Deployment resource. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name of the service account. -
namespace
The namespace of the service account. -
labels
Labels of the service account. -
useAsDefault
If true, this service account will be used in the generated Deployment resource.
-
-
Constructor Details
-
ServiceAccountConfig
public ServiceAccountConfig()
-
-
Method Details
-
isUseAsDefault
public boolean isUseAsDefault()
-