Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KubeDecoder *decoder = &decoder{decode: kubescheme.Codecs.UniversalDeserializer().Decode}
Functions ¶
Types ¶
type Decode ¶
type Decode func(data []byte, defaults *schema.GroupVersionKind, into runtime.Object) (runtime.Object, *schema.GroupVersionKind, error)
type Executor ¶
type Executor interface {
Execute() error
}
func PostInstallExecutor ¶
func PostInstallExecutor(kubeClient kubernetes.Interface) Executor
func PreDeleteExecutor ¶
func PreDeleteExecutor(kubeClient kubernetes.Interface) Executor
func SanityExecutor ¶
func SanityExecutor(kubeClient kubernetes.Interface) Executor
Click to show internal directories.
Click to hide internal directories.