Class ServiceAccountConfig


  • public class ServiceAccountConfig
    extends Object
    • Field Detail

      • name

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

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

        @ConfigItem
        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 Detail

      • ServiceAccountConfig

        public ServiceAccountConfig()
    • Method Detail

      • isUseAsDefault

        public boolean isUseAsDefault()