Class ServiceAccountConfig

java.lang.Object
io.quarkus.kubernetes.deployment.ServiceAccountConfig

public class ServiceAccountConfig extends Object
  • Field Details

    • name

      @ConfigItem Optional<String> name
      The name of the service account.
    • namespace

      @ConfigItem Optional<String> namespace
      The namespace of the service account.
    • labels

      @ConfigItem @ConfigDocMapKey("label-name") Map<String,String> labels
      Labels of the service account.
    • useAsDefault

      @ConfigItem Optional<Boolean> 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()