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