rolebinding🔗
Objects🔗
- BuiltinRoleRef
- BuiltinRoleRefName
- BuiltinRoleRefOrCustomRoleRef
- CustomRoleRef
- RoleBinding
- RoleBindingSubject
- RoleBindingSubjectKind
Builders🔗
Functions🔗
NewRoleBinding🔗
NewRoleBinding creates a new RoleBinding object.
NewCustomRoleRef🔗
NewCustomRoleRef creates a new CustomRoleRef object.
NewBuiltinRoleRef🔗
NewBuiltinRoleRef creates a new BuiltinRoleRef object.
NewRoleBindingSubject🔗
NewRoleBindingSubject creates a new RoleBindingSubject object.
NewBuiltinRoleRefOrCustomRoleRef🔗
NewBuiltinRoleRefOrCustomRoleRef creates a new BuiltinRoleRefOrCustomRoleRef object.
RoleBindingConverter🔗
RoleBindingConverter accepts a RoleBinding
object and generates the Go code to build this object using builders.
CustomRoleRefConverter🔗
CustomRoleRefConverter accepts a CustomRoleRef
object and generates the Go code to build this object using builders.
BuiltinRoleRefConverter🔗
BuiltinRoleRefConverter accepts a BuiltinRoleRef
object and generates the Go code to build this object using builders.
RoleBindingSubjectConverter🔗
RoleBindingSubjectConverter accepts a RoleBindingSubject
object and generates the Go code to build this object using builders.