type persistentvolumeStrategy …
var Strategy …
func (persistentvolumeStrategy) NamespaceScoped() bool { … }
func (persistentvolumeStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (persistentvolumeStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (persistentvolumeStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (persistentvolumeStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (persistentvolumeStrategy) Canonicalize(obj runtime.Object) { … }
func (persistentvolumeStrategy) AllowCreateOnUpdate() bool { … }
func (persistentvolumeStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (persistentvolumeStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (persistentvolumeStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (persistentvolumeStrategy) AllowUnconditionalUpdate() bool { … }
type persistentvolumeStatusStrategy …
var StatusStrategy …
func (persistentvolumeStatusStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
var NowFunc …
func (persistentvolumeStatusStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (persistentvolumeStatusStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (persistentvolumeStatusStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error) { … }
func MatchPersistentVolumes(label labels.Selector, field fields.Selector) storage.SelectionPredicate { … }
func PersistentVolumeToSelectableFields(persistentvolume *api.PersistentVolume) fields.Set { … }