Documentation ¶
Index ¶
- type Client
- type K8sClient
- func (c *K8sClient) DynamicClient() (dynamic.Interface, error)
- func (c *K8sClient) Get(resourceType string, namespace string, name string) (runtime.Object, error)
- func (c *K8sClient) IsReachable() error
- func (c *K8sClient) List(group string, version string, kind string, namespace string) ([]runtime.Object, error)
- func (c *K8sClient) RESTMapper() (meta.RESTMapper, error)
- func (c *K8sClient) ToDiscoveryClient() (discovery.CachedDiscoveryInterface, error)
- func (c *K8sClient) VerifyCreate(obj runtime.Object) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8sClient ¶
func (*K8sClient) IsReachable ¶
func (*K8sClient) RESTMapper ¶
func (c *K8sClient) RESTMapper() (meta.RESTMapper, error)
func (*K8sClient) ToDiscoveryClient ¶
func (c *K8sClient) ToDiscoveryClient() (discovery.CachedDiscoveryInterface, error)
Click to show internal directories.
Click to hide internal directories.