storage

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2022 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventREST

type EventREST struct {
	rest.Storage
	// contains filtered or unexported fields
}

EventREST implements the REST endpoint for find events by a statefulset.

func (*EventREST) Get

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

Get retrieves the object from the storage. It is required to support Patch.

func (*EventREST) GroupVersionKind

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

GroupVersionKind is used to specify a particular GroupVersionKind to discovery.

func (*EventREST) New

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

New returns an empty object that can be used with Create and Update after request data has been put into it.

type HPARest added in v1.8.0

type HPARest struct {
	rest.Storage
	// contains filtered or unexported fields
}

HPARest implements the REST endpoint for find hpalist by a statefulSet.

func (*HPARest) Get added in v1.8.0

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

Get retrieves the object from the storage. It is required to support Patch.

func (*HPARest) GroupVersionKind added in v1.8.0

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

GroupVersionKind is used to specify a particular GroupVersionKind to discovery.

func (*HPARest) New added in v1.8.0

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

New returns an empty object that can be used with Create and Update after request data has been put into it.

type PodREST

type PodREST struct {
	rest.Storage
	// contains filtered or unexported fields
}

PodREST implements the REST endpoint for find pods by a deployment.

func (*PodREST) Get

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

Get retrieves the object from the storage. It is required to support Patch.

func (*PodREST) GroupVersionKind

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

GroupVersionKind is used to specify a particular GroupVersionKind to discovery.

func (*PodREST) New

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

New returns an empty object that can be used with Create and Update after request data has been put into it.

type REST

type REST struct {
	*proxy.Store
}

REST implements pkg/api/rest.StandardStorage

func (*REST) Categories

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

Categories implements the CategoriesProvider interface. Returns a list of categories a resource is part of.

func (*REST) ShortNames

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

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

type ScaleREST

type ScaleREST struct {
	rest.Storage
	// contains filtered or unexported fields
}

ScaleREST implements the REST endpoint for scale the statefulset.

func (*ScaleREST) Get

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

Get finds a resource in the storage by name and returns it.

func (*ScaleREST) GroupVersionKind

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

GroupVersionKind is used to specify a particular GroupVersionKind to discovery.

func (*ScaleREST) New

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

New creates a new Scale object.

func (*ScaleREST) Update

func (r *ScaleREST) Update(ctx context.Context, name string, objInfo rest.UpdatedObjectInfo, createValidation rest.ValidateObjectFunc, updateValidation rest.ValidateObjectUpdateFunc, forceAllowCreate bool, options *metav1.UpdateOptions) (runtime.Object, bool, error)

Update finds a resource in the storage and updates it.

type StatusREST

type StatusREST struct {
	rest.Storage
	// contains filtered or unexported fields
}

StatusREST implements the REST endpoint for changing the status of a replication controller

func (*StatusREST) Get

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

Get retrieves the object from the storage. It is required to support Patch.

func (*StatusREST) New

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

New returns an empty object that can be used with Create and Update after request data has been put into it.

func (*StatusREST) Update

func (r *StatusREST) Update(ctx context.Context, name string, objInfo rest.UpdatedObjectInfo, createValidation rest.ValidateObjectFunc, updateValidation rest.ValidateObjectUpdateFunc, forceAllowCreate bool, options *metav1.UpdateOptions) (runtime.Object, bool, error)

Update alters the status subset of an object.

type Storage

type Storage struct {
	StatefulSet *REST
	Pods        *PodREST
	Status      *StatusREST
	Scale       *ScaleREST
	Events      *EventREST
	HPAs        *HPARest
}

Storage includes storage for resources.

func NewStorageV1

NewStorageV1 returns a Storage object that will work against resources.

func NewStorageV1Beta1

NewStorageV1Beta1 returns a Storage object that will work against resources.

func NewStorageV1Beta2

NewStorageV1Beta2 returns a Storage object that will work against resources.

Jump to

Keyboard shortcuts

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