type eventStrategy …
var Strategy …
func (eventStrategy) DefaultGarbageCollectionPolicy(ctx context.Context) rest.GarbageCollectionPolicy { … }
func (eventStrategy) NamespaceScoped() bool { … }
func (eventStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (eventStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (eventStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (eventStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (eventStrategy) Canonicalize(obj runtime.Object) { … }
func (eventStrategy) AllowCreateOnUpdate() bool { … }
func (eventStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (eventStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (eventStrategy) AllowUnconditionalUpdate() bool { … }
func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error) { … }
func Matcher(label labels.Selector, field fields.Selector) storage.SelectionPredicate { … }
func ToSelectableFields(event *api.Event) fields.Set { … }
func requestGroupVersion(ctx context.Context) schema.GroupVersion { … }