Interface SecretsRoleConfig
public interface SecretsRoleConfig
-
Method Summary
-
Method Details
-
name
The name of the role. -
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.
-