Documentation
¶
Overview ¶
Package kubernetes provides the Kubernetes toolset using Steve API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Toolset ¶
type Toolset struct {
// ReadOnly disables create, patch, delete operations
ReadOnly bool
// DisableDestructive disables delete operations only
DisableDestructive bool
}
Toolset implements the Kubernetes toolset using Steve API
func (*Toolset) GetDescription ¶
GetDescription returns the description of the toolset
func (*Toolset) GetTools ¶
func (t *Toolset) GetTools(client interface{}) []toolset.ServerTool
GetTools returns the tools provided by this toolset
Click to show internal directories.
Click to hide internal directories.