Documentation
¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphFinderExpansion ¶ added in v0.2.0
type GraphFinderExpansion interface{}
type GraphFinderInterface ¶ added in v0.2.0
type GraphFinderInterface interface { Create(*v1alpha1.GraphFinder) (*v1alpha1.GraphFinder, error) GraphFinderExpansion }
GraphFinderInterface has methods to work with GraphFinder resources.
type GraphFindersGetter ¶ added in v0.2.0
type GraphFindersGetter interface {
GraphFinders() GraphFinderInterface
}
GraphFindersGetter has a method to return a GraphFinderInterface. A group's client should implement this interface.
type MetaV1alpha1Client ¶
type MetaV1alpha1Client struct {
// contains filtered or unexported fields
}
MetaV1alpha1Client is used to interact with features provided by the meta.appscode.com group.
func New ¶
func New(c rest.Interface) *MetaV1alpha1Client
New creates a new MetaV1alpha1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*MetaV1alpha1Client, error)
NewForConfig creates a new MetaV1alpha1Client for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *MetaV1alpha1Client
NewForConfigOrDie creates a new MetaV1alpha1Client for the given config and panics if there is an error in the config.
func (*MetaV1alpha1Client) GraphFinders ¶ added in v0.2.0
func (c *MetaV1alpha1Client) GraphFinders() GraphFinderInterface
func (*MetaV1alpha1Client) PathFinders ¶
func (c *MetaV1alpha1Client) PathFinders() PathFinderInterface
func (*MetaV1alpha1Client) RESTClient ¶
func (c *MetaV1alpha1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*MetaV1alpha1Client) ResourceDescriptors ¶
func (c *MetaV1alpha1Client) ResourceDescriptors() ResourceDescriptorInterface
type MetaV1alpha1Interface ¶
type MetaV1alpha1Interface interface { RESTClient() rest.Interface GraphFindersGetter PathFindersGetter ResourceDescriptorsGetter }
type PathFinderExpansion ¶
type PathFinderExpansion interface{}
type PathFinderInterface ¶
type PathFinderInterface interface { Create(*v1alpha1.PathFinder) (*v1alpha1.PathFinder, error) PathFinderExpansion }
PathFinderInterface has methods to work with PathFinder resources.
type PathFindersGetter ¶
type PathFindersGetter interface {
PathFinders() PathFinderInterface
}
PathFindersGetter has a method to return a PathFinderInterface. A group's client should implement this interface.
type ResourceDescriptorExpansion ¶
type ResourceDescriptorExpansion interface{}
type ResourceDescriptorInterface ¶
type ResourceDescriptorInterface interface { Create(*v1alpha1.ResourceDescriptor) (*v1alpha1.ResourceDescriptor, error) Update(*v1alpha1.ResourceDescriptor) (*v1alpha1.ResourceDescriptor, error) Delete(name string, options *v1.DeleteOptions) error DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error Get(name string, options v1.GetOptions) (*v1alpha1.ResourceDescriptor, error) List(opts v1.ListOptions) (*v1alpha1.ResourceDescriptorList, error) Watch(opts v1.ListOptions) (watch.Interface, error) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.ResourceDescriptor, err error) ResourceDescriptorExpansion }
ResourceDescriptorInterface has methods to work with ResourceDescriptor resources.
type ResourceDescriptorsGetter ¶
type ResourceDescriptorsGetter interface {
ResourceDescriptors() ResourceDescriptorInterface
}
ResourceDescriptorsGetter has a method to return a ResourceDescriptorInterface. A group's client should implement this interface.