Documentation
¶
Index ¶
- type Client
- func (c *Client) Dapr() daprClient.Interface
- func (c *Client) Discovery() discovery.DiscoveryInterface
- func (c *Client) Dynamic() dynamic.Interface
- func (c *Client) ForResource(in *unstructured.Unstructured) (dynamic.ResourceInterface, error)
- func (c *Client) OLM() olmAC.Interface
- func (c *Client) RESTMapper() (meta.RESTMapper, error)
- func (c *Client) Scheme() *runtime.Scheme
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { kubernetes.Interface apiextClient.ApiextensionsV1Interface // contains filtered or unexported fields }
func (*Client) Dapr ¶
func (c *Client) Dapr() daprClient.Interface
func (*Client) Discovery ¶
func (c *Client) Discovery() discovery.DiscoveryInterface
func (*Client) ForResource ¶
func (c *Client) ForResource(in *unstructured.Unstructured) (dynamic.ResourceInterface, error)
func (*Client) RESTMapper ¶
func (c *Client) RESTMapper() (meta.RESTMapper, error)
Click to show internal directories.
Click to hide internal directories.