Documentation ¶
Index ¶
- type Crdclient
- func (f *Crdclient) Create(obj *crd.Database) (*crd.Database, error)
- func (f *Crdclient) Delete(name string, options *meta_v1.DeleteOptions) error
- func (f *Crdclient) Get(name string) (*crd.Database, error)
- func (f *Crdclient) List(opts meta_v1.ListOptions) (*crd.DatabaseList, error)
- func (f *Crdclient) NewListWatch() *cache.ListWatch
- func (f *Crdclient) Update(obj *crd.Database) (*crd.Database, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crdclient ¶
type Crdclient struct {
// contains filtered or unexported fields
}
func (*Crdclient) Delete ¶
func (f *Crdclient) Delete(name string, options *meta_v1.DeleteOptions) error
func (*Crdclient) List ¶
func (f *Crdclient) List(opts meta_v1.ListOptions) (*crd.DatabaseList, error)
func (*Crdclient) NewListWatch ¶
Create a new List watch for our CRD
Click to show internal directories.
Click to hide internal directories.