Skip to content

rolebinding🔗

Objects🔗

Builders🔗

Functions🔗

NewRoleBinding🔗

NewRoleBinding creates a new RoleBinding object.

func NewRoleBinding() *RoleBinding

NewCustomRoleRef🔗

NewCustomRoleRef creates a new CustomRoleRef object.

func NewCustomRoleRef() *CustomRoleRef

NewBuiltinRoleRef🔗

NewBuiltinRoleRef creates a new BuiltinRoleRef object.

func NewBuiltinRoleRef() *BuiltinRoleRef

NewRoleBindingSubject🔗

NewRoleBindingSubject creates a new RoleBindingSubject object.

func NewRoleBindingSubject() *RoleBindingSubject

NewBuiltinRoleRefOrCustomRoleRef🔗

NewBuiltinRoleRefOrCustomRoleRef creates a new BuiltinRoleRefOrCustomRoleRef object.

func NewBuiltinRoleRefOrCustomRoleRef() *BuiltinRoleRefOrCustomRoleRef

RoleBindingConverter🔗

RoleBindingConverter accepts a RoleBinding object and generates the Go code to build this object using builders.

func RoleBindingConverter(input RoleBinding) string

CustomRoleRefConverter🔗

CustomRoleRefConverter accepts a CustomRoleRef object and generates the Go code to build this object using builders.

func CustomRoleRefConverter(input CustomRoleRef) string

BuiltinRoleRefConverter🔗

BuiltinRoleRefConverter accepts a BuiltinRoleRef object and generates the Go code to build this object using builders.

func BuiltinRoleRefConverter(input BuiltinRoleRef) string

RoleBindingSubjectConverter🔗

RoleBindingSubjectConverter accepts a RoleBindingSubject object and generates the Go code to build this object using builders.

func RoleBindingSubjectConverter(input RoleBindingSubject) string