package types
import "k8s.io/kubernetes/pkg/volume/util/types"
Package types defines types used only by volume components
Index ¶
Types ¶
type GeneratedOperations ¶
type GeneratedOperations struct { OperationFunc func() (eventErr error, detailedErr error) EventRecorderFunc func(*error) CompleteFunc func(*error) }
GeneratedOperations contains the operation that is created as well as supporting functions required for the operation executor
type UniquePVCName ¶
UniquePVCName defines the type to key pvc off
type UniquePodName ¶
UniquePodName defines the type to key pods off of
Source Files ¶
types.go
- Version
- v1.12.7
- Published
- Mar 22, 2019
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 12 seconds ago –
Tools for package owners.