kubernetesk8s.io/kubernetes/pkg/registry/core/secret/storage Index | Files

package storage

import "k8s.io/kubernetes/pkg/registry/core/secret/storage"

Index

Types

type REST

type REST struct {
	*genericregistry.Store
}

REST defines the RESTStorage object that will work against secrets.

func NewREST

func NewREST(optsGetter generic.RESTOptionsGetter) (*REST, error)

NewREST returns a RESTStorage object that will work against secrets.

Source Files

storage.go

Version
v1.26.4
Published
Apr 12, 2023
Platform
windows/amd64
Imports
9 packages
Last checked
6 minutes ago

Tools for package owners.