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 ¶
Click to show internal directories.
Click to hide internal directories.