Documentation ¶
Index ¶
Constants ¶
View Source
const ERR_NO_RESOURCE string = "No resources found."
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ConfigMaps ¶
type ConfigMaps struct {
// contains filtered or unexported fields
}
func NewConfigMaps ¶
func NewConfigMaps(clientSet *kubernetes.Clientset, namespace, name string) *ConfigMaps
func (*ConfigMaps) Delete ¶
func (cm *ConfigMaps) Delete()
func (*ConfigMaps) Get ¶
func (cm *ConfigMaps) Get()
type EndPoints ¶
type EndPoints struct {
// contains filtered or unexported fields
}
func NewEndPoints ¶
func NewEndPoints(clientSet *kubernetes.Clientset, namespace, name string) *EndPoints
type Namespaces ¶
type Namespaces struct {
// contains filtered or unexported fields
}
func (*Namespaces) Delete ¶
func (n *Namespaces) Delete()
func (*Namespaces) Get ¶
func (n *Namespaces) Get()
type Nodes ¶
type Nodes struct {
// contains filtered or unexported fields
}
func NewNodes ¶
func NewNodes(clientSet *kubernetes.Clientset) *Nodes
type Resourcer ¶
type Resourcer interface { Get() Delete() }
func NewNamespaces ¶
func NewNamespaces(clientSet *kubernetes.Clientset, name string) Resourcer
type ResourcesManager ¶
type ResourcesManager struct {
// contains filtered or unexported fields
}
func NewResourcesManager ¶
func NewResourcesManager(client *clientset.Client, namespace, resource, name string) *ResourcesManager
func (*ResourcesManager) Delete ¶
func (rsm *ResourcesManager) Delete()
func (*ResourcesManager) Get ¶
func (rsm *ResourcesManager) Get()
func (*ResourcesManager) GetLogs ¶
func (rsm *ResourcesManager) GetLogs()
type Secrets ¶
type Secrets struct {
// contains filtered or unexported fields
}
func NewSecrets ¶
func NewSecrets(clientSet *kubernetes.Clientset, namespace, name string) *Secrets
type ServiceAccounts ¶
type ServiceAccounts struct {
// contains filtered or unexported fields
}
func NewServiceAccounts ¶
func NewServiceAccounts(clientSet *kubernetes.Clientset, namespace, name string) *ServiceAccounts
func (*ServiceAccounts) Delete ¶
func (sa *ServiceAccounts) Delete()
func (*ServiceAccounts) Get ¶
func (sa *ServiceAccounts) Get()
Click to show internal directories.
Click to hide internal directories.