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