Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotExist = errors.New("object does not exist")
Functions ¶
func WaitForKubernetesProxy ¶
func WaitForKubernetesProxy()
Types ¶
type ConfigMapList ¶
type ConfigMapList struct {
Items []ConfigMap `json:"items"`
}
type NamespaceList ¶
type NamespaceList struct {
Items []Namespace `json:"items"`
}
type SecretList ¶
type SecretList struct {
Items []Secret `json:"items"`
}
Click to show internal directories.
Click to hide internal directories.