package etcd
import "k8s.io/kubernetes/pkg/registry/experimental/controller/etcd"
Index ¶
Types ¶
type ContainerStorage ¶
Container includes dummy storage for RC pods and experimental storage for Scale.
func NewStorage ¶
func NewStorage(opts generic.RESTOptions) ContainerStorage
type RcREST ¶
type RcREST struct{}
Dummy implementation
func (*RcREST) New ¶
type ScaleREST ¶
type ScaleREST struct {
// contains filtered or unexported fields
}
func (*ScaleREST) Get ¶
func (*ScaleREST) New ¶
New creates a new Scale object
func (*ScaleREST) Update ¶
func (r *ScaleREST) Update(ctx api.Context, name string, objInfo rest.UpdatedObjectInfo) (runtime.Object, bool, error)
Source Files ¶
etcd.go
- Version
- v1.4.9-beta.0
- Published
- Jan 12, 2017
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- 4 seconds ago –
Tools for package owners.