kubeclient

package
v0.0.0-...-7ff13f1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL