Package io.quarkus.kubernetes.deployment
Class ServiceAccountConfig
- java.lang.Object
-
- io.quarkus.kubernetes.deployment.ServiceAccountConfig
-
public class ServiceAccountConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Map<String,String>labelsLabels of the service account.(package private) Optional<String>nameThe name of the service account.(package private) Optional<String>namespaceThe namespace of the service account.(package private) Optional<Boolean>useAsDefaultIf true, this service account will be used in the generated Deployment resource.
-
Constructor Summary
Constructors Constructor Description ServiceAccountConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisUseAsDefault()
-