kubernetes/staging/src/k8s.io/apiserver/pkg/storage/interfaces.go

type Feature

var RequestWatchProgress

type Versioner

type ResponseMeta

type IndexerFunc

type IndexerFuncs

var Everything

type MatchValue

type UpdateFunc

type ValidateObjectFunc

// ValidateAllObjectFunc is a "admit everything" instance of ValidateObjectFunc.
func ValidateAllObjectFunc(ctx context.Context, obj runtime.Object) error {}

type Preconditions

// NewUIDPreconditions returns a Preconditions with UID set.
func NewUIDPreconditions(uid string) *Preconditions {}

func (p *Preconditions) Check(key string, obj runtime.Object) error {}

type Interface

type GetOptions

type ListOptions

type DeleteOptions