type persistentvolumeclaimStrategy …
var Strategy …
func (persistentvolumeclaimStrategy) NamespaceScoped() bool { … }
func (persistentvolumeclaimStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (persistentvolumeclaimStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (persistentvolumeclaimStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (persistentvolumeclaimStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (persistentvolumeclaimStrategy) Canonicalize(obj runtime.Object) { … }
func (persistentvolumeclaimStrategy) AllowCreateOnUpdate() bool { … }
func (persistentvolumeclaimStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (persistentvolumeclaimStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (persistentvolumeclaimStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (persistentvolumeclaimStrategy) AllowUnconditionalUpdate() bool { … }
type persistentvolumeclaimStatusStrategy …
var StatusStrategy …
func (persistentvolumeclaimStatusStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (persistentvolumeclaimStatusStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (persistentvolumeclaimStatusStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (persistentvolumeclaimStatusStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error) { … }
func MatchPersistentVolumeClaim(label labels.Selector, field fields.Selector) storage.SelectionPredicate { … }
func PersistentVolumeClaimToSelectableFields(persistentvolumeclaim *api.PersistentVolumeClaim) fields.Set { … }