Class SecretsRoleConfig


  • public class SecretsRoleConfig
    extends Object
    • Field Detail

      • name

        @ConfigItem(defaultValue="view-secrets")
        public String name
        The name of the role.
      • namespace

        @ConfigItem
        public Optional<String> namespace
        The namespace of the role.
      • clusterWide

        @ConfigItem(defaultValue="false")
        public boolean clusterWide
        Whether the role is cluster wide or not. By default, it's not a cluster wide role.
      • generate

        @ConfigItem(defaultValue="true")
        public boolean generate
        If the current role is meant to be generated or not. If not, it will only be used to generate the role binding resource.
    • Constructor Detail

      • SecretsRoleConfig

        public SecretsRoleConfig()