Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
RoleBindingKind = rbacv1.SchemeGroupVersion.WithKind("RoleBinding")
)
View Source
var (
RoleKind = rbacv1.SchemeGroupVersion.WithKind("Role")
)
Functions ¶
func NewRoleBindingPatcher ¶
func NewRoleBindingPatcher(upd, orig *RoleBinding) lifecycle.Persister
func NewRolePatcher ¶
Types ¶
type Role ¶
func NewRoleFromObject ¶
type RoleBinding ¶
type RoleBinding struct { *helper.NamespaceScopedAPIObject Key client.ObjectKey Object *rbacv1.RoleBinding }
func NewRoleBinding ¶
func NewRoleBinding(key client.ObjectKey) *RoleBinding
func NewRoleBindingFromObject ¶
func NewRoleBindingFromObject(obj *rbacv1.RoleBinding) *RoleBinding
func (*RoleBinding) Copy ¶
func (rb *RoleBinding) Copy() *RoleBinding
Click to show internal directories.
Click to hide internal directories.