client

package
v0.0.0-...-30f5d34 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CRClient

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

func NewCRClient

func NewCRClient(restClient *rest.RESTClient, scheme *runtime.Scheme, namespace string) *CRClient

func (*CRClient) Create

func (crClient *CRClient) Create(obj *crd.RDSDatabase) (*crd.RDSDatabase, error)

func (*CRClient) Delete

func (crClient *CRClient) Delete(name string, options *meta_v1.DeleteOptions) error

func (*CRClient) Get

func (crClient *CRClient) Get(name string) (*crd.RDSDatabase, error)

func (*CRClient) List

func (crClient *CRClient) List(opts meta_v1.ListOptions) (*crd.RDSDatabaseList, error)

func (*CRClient) NewListWatch

func (crClient *CRClient) NewListWatch() *cache.ListWatch

Create a new List watch for our CRD

func (*CRClient) Update

func (crClient *CRClient) Update(obj *crd.RDSDatabase) (*crd.RDSDatabase, error)

func (*CRClient) UpdateStatus

func (crClient *CRClient) UpdateStatus(obj *crd.RDSDatabase) (*crd.RDSDatabase, error)

Jump to

Keyboard shortcuts

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