Class ClusterRoleBindingConfig


  • public class ClusterRoleBindingConfig
    extends Object
    • Field Detail

      • name

        @ConfigItem
        public Optional<String> name
        Name of the ClusterRoleBinding resource to be generated. If not provided, it will use the application name plus the role ref name.
      • labels

        @ConfigItem
        public Map<String,​String> labels
        Labels to add into the RoleBinding resource.
      • roleName

        @ConfigItem
        public String roleName
        The name of the ClusterRole resource to use by the RoleRef element in the generated ClusterRoleBinding resource.
      • subjects

        @ConfigItem
        public Map<String,​SubjectConfig> subjects
        List of subjects elements to use in the generated ClusterRoleBinding resource.
    • Constructor Detail

      • ClusterRoleBindingConfig

        public ClusterRoleBindingConfig()