kubernetesk8s.io/kubernetes/pkg/volume/util/types Index | Files

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

type UniquePVCName types.UID

UniquePVCName defines the type to key pvc off

type UniquePodName

type UniquePodName types.UID

UniquePodName defines the type to key pods off of

Source Files

types.go

Version
v1.14.4
Published
Jul 4, 2019
Platform
js/wasm
Imports
1 packages
Last checked
46 seconds ago

Tools for package owners.