Documentation
¶
Index ¶
- type Client
- func (c *Client) CrdClient() crdclientset.Interface
- func (c *Client) HelmClient() *helmclient.Client
- func (c *Client) KarmadaClient() karmadaclientset.Interface
- func (c *Client) KubeClient() kubeclient.Interface
- func (c *Client) NewClusterClientSet(clusterName string) (kubeclient.Interface, error)
- func (c *Client) PromClient() promclient.Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(rest genericclioptions.RESTClientGetter) (*Client, error)
func (*Client) CrdClient ¶
func (c *Client) CrdClient() crdclientset.Interface
func (*Client) HelmClient ¶
func (c *Client) HelmClient() *helmclient.Client
func (*Client) KarmadaClient ¶
func (c *Client) KarmadaClient() karmadaclientset.Interface
func (*Client) KubeClient ¶
func (c *Client) KubeClient() kubeclient.Interface
func (*Client) NewClusterClientSet ¶
func (c *Client) NewClusterClientSet(clusterName string) (kubeclient.Interface, error)
func (*Client) PromClient ¶
func (c *Client) PromClient() promclient.Interface
Click to show internal directories.
Click to hide internal directories.