Skip to content

RoleBinding🔗

Constructor🔗

RoleBinding()

Methods🔗

build🔗

Builds the object.

def build() -> rolebinding.RoleBinding

role🔗

The role we are discussing

def role(role: typing.Union[cogbuilder.Builder[rolebinding.BuiltinRoleRef], cogbuilder.Builder[rolebinding.CustomRoleRef]]) -> typing.Self

subject🔗

The team or user that has the specified role

def subject(subject: cogbuilder.Builder[rolebinding.RoleBindingSubject]) -> typing.Self

See also🔗