Documentation ¶
Index ¶
- func AllContainerNames(pod *corev1.Pod) string
- func FindCastFromMap(m map[string]interface{}, find string, cast interface{}) (bool, error)
- func InitCommandFuncs() (map[string]func(map[string]interface{}) ([]byte, error), error)
- type Client
- func (c *Client) GetK8sClientset() *kubernetes.Clientset
- func (c *Client) RawRequest() *rawRequest
- func (c *Client) ResourceDelete(gv schema.GroupVersion, resource string, params map[string]interface{}) error
- func (c *Client) ResourceExec(gv schema.GroupVersion, resource string, params map[string]interface{}) (string, error)
- func (c *Client) ResourceGet(gv schema.GroupVersion, resource string, params map[string]interface{}) (string, error)
- func (c *Client) ResourceList(gv schema.GroupVersion, resource string, params map[string]interface{}) (string, error)
- func (c *Client) ResourcePatch(gv schema.GroupVersion, resource string, params map[string]interface{}) (string, error)
- func (c *Client) ResourceRequest(gv schema.GroupVersion, resource, verb string, args map[string]interface{}) (string, error)
- func (c *Client) ResourceWatch(gv schema.GroupVersion, resource string, params map[string]interface{}) (watch.Interface, error)
- type CommandResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllContainerNames ¶
func FindCastFromMap ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetK8sClientset ¶
func (c *Client) GetK8sClientset() *kubernetes.Clientset
func (*Client) RawRequest ¶
func (c *Client) RawRequest() *rawRequest
func (*Client) ResourceDelete ¶
func (*Client) ResourceExec ¶
func (*Client) ResourceGet ¶
func (*Client) ResourceList ¶
func (*Client) ResourcePatch ¶
func (*Client) ResourceRequest ¶
func (*Client) ResourceWatch ¶
type CommandResult ¶
Click to show internal directories.
Click to hide internal directories.