Package io.quarkus.kubernetes.deployment
Interface RbacConfig.ServiceAccountConfig
- Enclosing interface:
- RbacConfig
public static interface RbacConfig.ServiceAccountConfig
-
Method 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. -
isUseAsDefault
default boolean isUseAsDefault()
-