instance

package
v3.8.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2018 License: Apache-2.0, Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckObject

func CheckObject(obj runtime.Object) error

CheckObject returns a non-nil error if obj is not an instance object

func EmptyObject

func EmptyObject() runtime.Object

EmptyObject returns an empty instance

func GetAttrs

func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, bool, error)

GetAttrs returns labels and fields of a given object for filtering purposes.

func Match

Match determines whether an ServiceInstance matches a field and label selector.

func NewList

func NewList() runtime.Object

NewList returns a new shell of an instance list

func NewScopeStrategy

func NewScopeStrategy() rest.NamespaceScopedStrategy

NewScopeStrategy returns a new NamespaceScopedStrategy for instances

func NewSingular

func NewSingular(ns, name string) runtime.Object

NewSingular returns a new shell of a service instance, according to the given namespace and name

func NewStorage

func NewStorage(opts server.Options) (rest.Storage, rest.Storage, rest.Storage)

NewStorage creates a new rest.Storage responsible for accessing ServiceInstance resources

Types

type ReferenceREST

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

ReferenceREST defines the REST operations for the reference subresource.

func (*ReferenceREST) Get

Get retrieves the object from the storage. It is required to support Patch and to implement the rest.Getter interface.

func (*ReferenceREST) New

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

New returns a new ServiceInstance

func (*ReferenceREST) Update

Update alters the reference subset of an object and it implements rest.Updater interface

type StatusREST

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

StatusREST defines the REST operations for the status subresource via implementation of various rest interfaces. It supports the http verbs GET, PATCH, and PUT.

func (*StatusREST) Get

Get retrieves the object from the storage. It is required to support Patch and to implement the rest.Getter interface.

func (*StatusREST) New

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

New returns a new ServiceInstance

func (*StatusREST) Update

Update alters the status subset of an object and it implements rest.Updater interface

Jump to

Keyboard shortcuts

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