Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CreateKindClusterAction is the action name for creating a cluster CreateKindClusterAction = "octant-plugin-for-kind.dev/create" // DeleteKindClusterAction is the action name for deleting a cluster DeleteKindClusterAction = "octant-plugin-for-kind.dev/delete" // LoadImageAction is the action name for loading a kind image LoadImageAction = "octant-plugin-for-kind.dev/loadImage" // DeleteImageAction is the action name for deleting a kind image DeleteImageAction = "octant-plugin-for-kind.dev/deleteImage" )
Variables ¶
This section is empty.
Functions ¶
func ActionHandler ¶
func ActionHandler(request *service.ActionRequest) error
ActionHandler is a handler for actions
Types ¶
type ClusterConfig ¶
type ClusterConfig struct { Details ClusterDetails `json:"clusterConfiguration"` Features map[string]interface{} `json:"featureGates"` }
ClusterConfig contains input from stepper
Click to show internal directories.
Click to hide internal directories.