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 { // Name of operation - could be used for resetting shared exponential backoff OperationName string 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
func (*GeneratedOperations) Run ¶
func (o *GeneratedOperations) Run() (eventErr, detailedErr error)
Run executes the operations and its supporting functions
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.15.0-beta.1
- Published
- May 28, 2019
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 7 minutes ago –
Tools for package owners.