storage

package
v0.0.0-...-284555c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResourceInfo

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

func NewResourceInfo

func NewResourceInfo(gvk schema.GroupVersionKind, obj runtime.Object, list runtime.Object) ResourceInfo

type StandardStorage

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

func NewStandardStorage

func NewStandardStorage(cfg ResourceInfo) *StandardStorage

func (*StandardStorage) Create

func (r *StandardStorage) Create(ctx apirequest.Context, obj runtime.Object, createValidation rest.ValidateObjectFunc, includeUninitialized bool) (runtime.Object, error)

func (*StandardStorage) Delete

func (r *StandardStorage) Delete(ctx apirequest.Context, name string, options *metav1.DeleteOptions) (runtime.Object, bool, error)

func (*StandardStorage) DeleteCollection

func (r *StandardStorage) DeleteCollection(ctx apirequest.Context, options *metav1.DeleteOptions, listOptions *metainternalversion.ListOptions) (runtime.Object, error)

func (*StandardStorage) Get

func (r *StandardStorage) Get(ctx apirequest.Context, name string, options *metav1.GetOptions) (runtime.Object, error)

func (*StandardStorage) GroupVersionKind

func (r *StandardStorage) GroupVersionKind(containingGV schema.GroupVersion) schema.GroupVersionKind

func (*StandardStorage) List

func (*StandardStorage) New

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

func (*StandardStorage) NewList

func (r *StandardStorage) NewList() runtime.Object

func (*StandardStorage) Update

func (r *StandardStorage) Update(ctx apirequest.Context, name string, objInfo rest.UpdatedObjectInfo, createValidation rest.ValidateObjectFunc, updateValidation rest.ValidateObjectUpdateFunc) (runtime.Object, bool, error)

func (*StandardStorage) Watch

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL