Documentation ¶
Index ¶
- type Client
- func (c Client) DaemonSets(namespace string) v1beta1extensions.DaemonSetInterface
- func (c Client) Endpoints(namespace string) v1core.EndpointsInterface
- func (c Client) Jobs(namespace string) v1batch.JobInterface
- func (c Client) Pods(namespace string) v1core.PodInterface
- func (c Client) Services(namespace string) v1core.ServiceInterface
- type ClientInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*kubernetes.Clientset
}
func (Client) DaemonSets ¶
func (c Client) DaemonSets(namespace string) v1beta1extensions.DaemonSetInterface
type ClientInterface ¶
type ClientInterface interface { Pods(string) v1core.PodInterface Jobs(string) v1batch.JobInterface Endpoints(string) v1core.EndpointsInterface DaemonSets(string) v1beta1extensions.DaemonSetInterface Services(string) v1core.ServiceInterface }
Click to show internal directories.
Click to hide internal directories.