Documentation ¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
- type ClabernetesV1alpha1Client
- func (c *ClabernetesV1alpha1Client) Configs(namespace string) ConfigInterface
- func (c *ClabernetesV1alpha1Client) ImageRequests(namespace string) ImageRequestInterface
- func (c *ClabernetesV1alpha1Client) RESTClient() rest.Interface
- func (c *ClabernetesV1alpha1Client) Topologies(namespace string) TopologyInterface
- type ClabernetesV1alpha1Interface
- type ConfigExpansion
- type ConfigInterface
- type ConfigsGetter
- type ImageRequestExpansion
- type ImageRequestInterface
- type ImageRequestsGetter
- type TopologiesGetter
- type TopologyExpansion
- type TopologyInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClabernetesV1alpha1Client ¶
type ClabernetesV1alpha1Client struct {
// contains filtered or unexported fields
}
ClabernetesV1alpha1Client is used to interact with features provided by the clabernetes.containerlab.dev group.
func New ¶
func New(c rest.Interface) *ClabernetesV1alpha1Client
New creates a new ClabernetesV1alpha1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*ClabernetesV1alpha1Client, error)
NewForConfig creates a new ClabernetesV1alpha1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).
func NewForConfigAndClient ¶
NewForConfigAndClient creates a new ClabernetesV1alpha1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *ClabernetesV1alpha1Client
NewForConfigOrDie creates a new ClabernetesV1alpha1Client for the given config and panics if there is an error in the config.
func (*ClabernetesV1alpha1Client) Configs ¶
func (c *ClabernetesV1alpha1Client) Configs(namespace string) ConfigInterface
func (*ClabernetesV1alpha1Client) ImageRequests ¶
func (c *ClabernetesV1alpha1Client) ImageRequests(namespace string) ImageRequestInterface
func (*ClabernetesV1alpha1Client) RESTClient ¶
func (c *ClabernetesV1alpha1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*ClabernetesV1alpha1Client) Topologies ¶
func (c *ClabernetesV1alpha1Client) Topologies(namespace string) TopologyInterface
type ClabernetesV1alpha1Interface ¶
type ClabernetesV1alpha1Interface interface { RESTClient() rest.Interface ConfigsGetter ImageRequestsGetter TopologiesGetter }
type ConfigExpansion ¶
type ConfigExpansion interface{}
type ConfigInterface ¶
type ConfigInterface interface { Create( ctx context.Context, config *v1alpha1.Config, opts v1.CreateOptions, ) (*v1alpha1.Config, error) Update( ctx context.Context, config *v1alpha1.Config, opts v1.UpdateOptions, ) (*v1alpha1.Config, error) UpdateStatus( ctx context.Context, config *v1alpha1.Config, opts v1.UpdateOptions, ) (*v1alpha1.Config, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Config, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ConfigList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch( ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string, ) (result *v1alpha1.Config, err error) ConfigExpansion }
ConfigInterface has methods to work with Config resources.
type ConfigsGetter ¶
type ConfigsGetter interface {
Configs(namespace string) ConfigInterface
}
ConfigsGetter has a method to return a ConfigInterface. A group's client should implement this interface.
type ImageRequestExpansion ¶
type ImageRequestExpansion interface{}
type ImageRequestInterface ¶
type ImageRequestInterface interface { Create( ctx context.Context, imageRequest *v1alpha1.ImageRequest, opts v1.CreateOptions, ) (*v1alpha1.ImageRequest, error) Update( ctx context.Context, imageRequest *v1alpha1.ImageRequest, opts v1.UpdateOptions, ) (*v1alpha1.ImageRequest, error) UpdateStatus( ctx context.Context, imageRequest *v1alpha1.ImageRequest, opts v1.UpdateOptions, ) (*v1alpha1.ImageRequest, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ImageRequest, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ImageRequestList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch( ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string, ) (result *v1alpha1.ImageRequest, err error) ImageRequestExpansion }
ImageRequestInterface has methods to work with ImageRequest resources.
type ImageRequestsGetter ¶
type ImageRequestsGetter interface {
ImageRequests(namespace string) ImageRequestInterface
}
ImageRequestsGetter has a method to return a ImageRequestInterface. A group's client should implement this interface.
type TopologiesGetter ¶
type TopologiesGetter interface {
Topologies(namespace string) TopologyInterface
}
TopologiesGetter has a method to return a TopologyInterface. A group's client should implement this interface.
type TopologyExpansion ¶
type TopologyExpansion interface{}
type TopologyInterface ¶
type TopologyInterface interface { Create( ctx context.Context, topology *v1alpha1.Topology, opts v1.CreateOptions, ) (*v1alpha1.Topology, error) Update( ctx context.Context, topology *v1alpha1.Topology, opts v1.UpdateOptions, ) (*v1alpha1.Topology, error) UpdateStatus( ctx context.Context, topology *v1alpha1.Topology, opts v1.UpdateOptions, ) (*v1alpha1.Topology, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Topology, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.TopologyList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch( ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string, ) (result *v1alpha1.Topology, err error) TopologyExpansion }
TopologyInterface has methods to work with Topology resources.