kube

package
v1.0.0-beta.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Kubernetes       kubernetes.Interface
	DynamicClient    dynamic.Interface
	DefaultNamespace string
	Context          string
)

Functions

func GetAllClients

func GetAllClients(opts GetClientsOptions) ([]kubernetes.Interface, error)

func GroupVersionResourceByKind

func GroupVersionResourceByKind(kind string) (schema.GroupVersionResource, error)

GroupVersionResourceByKind returns GroupVersionResource object to use with dynamic informer.

This method is borrowed from kubectl and kubedog. The difference are: - comparison with kind, name and shortnames - debug message

func Init

func Init(opts InitOptions) error

Types

type GetClientsOptions

type GetClientsOptions struct {
	KubeConfig string
}

type InitOptions

type InitOptions struct {
	KubeContext string
	KubeConfig  string
}

Jump to

Keyboard shortcuts

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