Interface RbacConfig.ServiceAccountConfig

Enclosing interface:
RbacConfig

public static interface RbacConfig.ServiceAccountConfig
  • Method Details

    • name

      Optional<String> name()
      The name of the service account.
    • namespace

      Optional<String> namespace()
      The namespace of the service account.
    • labels

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

      Optional<Boolean> useAsDefault()
      If true, this service account will be used in the generated Deployment resource.
    • isUseAsDefault

      default boolean isUseAsDefault()