kubernetesk8s.io/kubernetes/pkg/registry/persistentvolume Index | Files | Directories

package persistentvolume

import "k8s.io/kubernetes/pkg/registry/persistentvolume"

Index

Variables

var StatusStrategy = persistentvolumeStatusStrategy{Strategy}
var Strategy = persistentvolumeStrategy{api.Scheme, api.SimpleNameGenerator}

Strategy is the default logic that applies when creating and updating PersistentVolume objects via the REST API.

Functions

func MatchPersistentVolumes

func MatchPersistentVolumes(label labels.Selector, field fields.Selector) *generic.SelectionPredicate

MatchPersistentVolume returns a generic matcher for a given label and field selector.

func PersistentVolumeToSelectableFields

func PersistentVolumeToSelectableFields(persistentvolume *api.PersistentVolume) fields.Set

PersistentVolumeToSelectableFields returns a field set that represents the object

Source Files

doc.go strategy.go

Directories

PathSynopsis
pkg/registry/persistentvolume/etcd
Version
v1.4.0-beta.5
Published
Sep 15, 2016
Platform
linux/amd64
Imports
8 packages
Last checked
1 hour ago

Tools for package owners.