Interface RbacConfig.ClusterRoleBindingConfig

Enclosing interface:
RbacConfig

public static interface RbacConfig.ClusterRoleBindingConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    Labels to add into the RoleBinding resource.
    Name of the ClusterRoleBinding resource to be generated.
    The name of the ClusterRole resource to use by the RoleRef element in the generated ClusterRoleBinding resource.
    List of subjects elements to use in the generated ClusterRoleBinding resource.
  • Method Details

    • name

      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

      @ConfigDocMapKey("label-name") Map<String,String> labels()
      Labels to add into the RoleBinding resource.
    • roleName

      String roleName()
      The name of the ClusterRole resource to use by the RoleRef element in the generated ClusterRoleBinding resource.
    • subjects

      List of subjects elements to use in the generated ClusterRoleBinding resource.