Documentation ¶
Index ¶
- func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error)
- func MatchGlobalRoleBinding(label labels.Selector, field fields.Selector) storage.SelectionPredicate
- func NewStorage(scheme *runtime.Scheme, optsGetter generic.RESTOptionsGetter) (rest.StandardStorage, error)
- func SelectableFields(obj *v1.GlobalRoleBinding) fields.Set
- type GlobalRoleBindingStrategy
- func (GlobalRoleBindingStrategy) AllowCreateOnUpdate() bool
- func (GlobalRoleBindingStrategy) AllowUnconditionalUpdate() bool
- func (GlobalRoleBindingStrategy) Canonicalize(obj runtime.Object)
- func (GlobalRoleBindingStrategy) NamespaceScoped() bool
- func (GlobalRoleBindingStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object)
- func (GlobalRoleBindingStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object)
- func (GlobalRoleBindingStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList
- func (GlobalRoleBindingStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList
- func (s GlobalRoleBindingStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string
- func (s GlobalRoleBindingStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchGlobalRoleBinding ¶
func NewStorage ¶
func NewStorage(scheme *runtime.Scheme, optsGetter generic.RESTOptionsGetter) (rest.StandardStorage, error)
func SelectableFields ¶
func SelectableFields(obj *v1.GlobalRoleBinding) fields.Set
Types ¶
type GlobalRoleBindingStrategy ¶
type GlobalRoleBindingStrategy struct { runtime.ObjectTyper names.NameGenerator }
func NewStrategy ¶
func NewStrategy(typer runtime.ObjectTyper) GlobalRoleBindingStrategy
func (GlobalRoleBindingStrategy) AllowCreateOnUpdate ¶
func (GlobalRoleBindingStrategy) AllowCreateOnUpdate() bool
func (GlobalRoleBindingStrategy) AllowUnconditionalUpdate ¶
func (GlobalRoleBindingStrategy) AllowUnconditionalUpdate() bool
func (GlobalRoleBindingStrategy) Canonicalize ¶
func (GlobalRoleBindingStrategy) Canonicalize(obj runtime.Object)
func (GlobalRoleBindingStrategy) NamespaceScoped ¶
func (GlobalRoleBindingStrategy) NamespaceScoped() bool
func (GlobalRoleBindingStrategy) PrepareForCreate ¶
func (GlobalRoleBindingStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object)
func (GlobalRoleBindingStrategy) PrepareForUpdate ¶
func (GlobalRoleBindingStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object)
func (GlobalRoleBindingStrategy) ValidateUpdate ¶
func (GlobalRoleBindingStrategy) WarningsOnCreate ¶
func (GlobalRoleBindingStrategy) WarningsOnUpdate ¶
Click to show internal directories.
Click to hide internal directories.