type LeaseCandidateStrategy …
var Strategy …
func (LeaseCandidateStrategy) NamespaceScoped() bool { … }
func (LeaseCandidateStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (LeaseCandidateStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (LeaseCandidateStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (LeaseCandidateStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (LeaseCandidateStrategy) Canonicalize(obj runtime.Object) { … }
func (LeaseCandidateStrategy) AllowCreateOnUpdate() bool { … }
func (LeaseCandidateStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (LeaseCandidateStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (LeaseCandidateStrategy) AllowUnconditionalUpdate() bool { … }
func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error) { … }
func ToSelectableFields(leasecandidate *coordination.LeaseCandidate) fields.Set { … }