package storage

import "k8s.io/kubernetes/pkg/registry/extensions/controller/storage"

Index

Types

type ContainerStorage

type ContainerStorage struct {
	ReplicationController *RcREST
	Scale                 *ScaleREST
}

Container includes dummy storage for RC pods and experimental storage for Scale.

func NewStorage

func NewStorage(optsGetter generic.RESTOptionsGetter) ContainerStorage

type RcREST

type RcREST struct{}

Dummy implementation

func (*RcREST) New

func (r *RcREST) New() runtime.Object

type ScaleREST

type ScaleREST struct {
	// contains filtered or unexported fields
}

func (*ScaleREST) Get

func (*ScaleREST) New

func (r *ScaleREST) New() runtime.Object

New creates a new Scale object

func (*ScaleREST) Update

Source Files

storage.go

Version
v1.7.16-beta.0
Published
Mar 19, 2018
Platform
js/wasm
Imports
12 packages
Last checked
4 minutes ago

Tools for package owners.