Interface SecretsRoleConfig


public interface SecretsRoleConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether the role is cluster wide or not.
    boolean
    If the current role is meant to be generated or not.
    The name of the role.
    The namespace of the role.
  • Method Details

    • name

      @WithDefault("view-secrets") String name()
      The name of the role.
    • namespace

      Optional<String> namespace()
      The namespace of the role.
    • clusterWide

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

      @WithDefault("true") 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.