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