type flowSchemaStrategy …
var Strategy …
func (flowSchemaStrategy) NamespaceScoped() bool { … }
func (flowSchemaStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (flowSchemaStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (flowSchemaStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (flowSchemaStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (flowSchemaStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (flowSchemaStrategy) Canonicalize(obj runtime.Object) { … }
func (flowSchemaStrategy) AllowUnconditionalUpdate() bool { … }
func (flowSchemaStrategy) AllowCreateOnUpdate() bool { … }
func (flowSchemaStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (flowSchemaStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
type flowSchemaStatusStrategy …
var StatusStrategy …
func (flowSchemaStatusStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (flowSchemaStatusStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (flowSchemaStatusStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (flowSchemaStatusStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }