type leaseStrategy …
var Strategy …
func (leaseStrategy) NamespaceScoped() bool { … }
func (leaseStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (leaseStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (leaseStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (leaseStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (leaseStrategy) Canonicalize(obj runtime.Object) { … }
func (leaseStrategy) AllowCreateOnUpdate() bool { … }
func (leaseStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (leaseStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (leaseStrategy) AllowUnconditionalUpdate() bool { … }