package storage

import "k8s.io/kubernetes/pkg/registry/networking/ipaddress/storage"

Index

Types

type REST

type REST struct {
	*genericregistry.Store
}

REST implements a RESTStorage for IPAddress against etcd

func NewREST

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

NewREST returns a RESTStorage object that will work against endpoint slices.

func (*REST) ShortNames

func (r *REST) ShortNames() []string

ShortNames implements the ShortNamesProvider interface. Returns a list of short names for a resource.

Source Files

storage.go

Version
v1.33.2 (latest)
Published
Jun 17, 2025
Platform
js/wasm
Imports
9 packages
Last checked
1 hour ago

Tools for package owners.