Documentation ¶
Index ¶
- type KubeClient
- func (kc KubeClient) GetDeploymentConfigWatcher(namespace string, options v1.ListOptions, onError func(err error)) watch.Interface
- func (kc KubeClient) GetDeploymentWatcher(namespace string, options v1.ListOptions, onError func(err error)) watch.Interface
- func (kc KubeClient) GetPodWatcher(namespace string, options v1.ListOptions, onError func(err error)) watch.Interface
- func (kc KubeClient) GetReplicaSetWatcher(namespace string, options v1.ListOptions, onError func(err error)) watch.Interface
- func (kc KubeClient) GetReplicationControllerWatcher(namespace string, options v1.ListOptions, onError func(err error)) watch.Interface
- func (kc KubeClient) GetRouteWatcher(namespace string, options v1.ListOptions, onError func(err error)) watch.Interface
- func (kc KubeClient) GetServiceWatcher(namespace string, options v1.ListOptions, onError func(err error)) watch.Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeClient ¶
type KubeClient struct { CoreClient kubernetes.Interface OcAppsClient ocappsclient.AppsV1Interface OcRouteClient ocrouteclient.RouteV1Interface }
func NewKubeClient ¶
func NewKubeClient(parameters []string) *KubeClient
func (KubeClient) GetDeploymentConfigWatcher ¶
func (kc KubeClient) GetDeploymentConfigWatcher(namespace string, options v1.ListOptions, onError func(err error)) watch.Interface
func (KubeClient) GetDeploymentWatcher ¶
func (kc KubeClient) GetDeploymentWatcher(namespace string, options v1.ListOptions, onError func(err error)) watch.Interface
func (KubeClient) GetPodWatcher ¶
func (kc KubeClient) GetPodWatcher(namespace string, options v1.ListOptions, onError func(err error)) watch.Interface
func (KubeClient) GetReplicaSetWatcher ¶
func (kc KubeClient) GetReplicaSetWatcher(namespace string, options v1.ListOptions, onError func(err error)) watch.Interface
func (KubeClient) GetReplicationControllerWatcher ¶
func (kc KubeClient) GetReplicationControllerWatcher(namespace string, options v1.ListOptions, onError func(err error)) watch.Interface
func (KubeClient) GetRouteWatcher ¶
func (kc KubeClient) GetRouteWatcher(namespace string, options v1.ListOptions, onError func(err error)) watch.Interface
func (KubeClient) GetServiceWatcher ¶
func (kc KubeClient) GetServiceWatcher(namespace string, options v1.ListOptions, onError func(err error)) watch.Interface
Click to show internal directories.
Click to hide internal directories.