Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MethodCreate to create K8s resource MethodCreate = "create" // MethodGet to get K8s resource MethodGet = "get" // MethodUpdate to update K8s resource MethodUpdate = "update" // MethodDelete to delete K8s resource MethodDelete = "delete" // Client types TypedClient Client = iota DynamicClient )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeMethod ¶
type KubeMethod string
KubeMethod define methods to manage K8s resource
func (KubeMethod) String ¶
func (m KubeMethod) String() string
Click to show internal directories.
Click to hide internal directories.