Documentation ¶
Overview ¶
Package kube implements "kube" starlark built-in which renders and applies Kubernetes objects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Scheme = runtime.NewScheme() Codecs = serializer.NewCodecFactory(Scheme) )
View Source
var ErrNotFound = errors.New("not found")
View Source
var ErrUpdateImmutable = errors.New("cannot update immutable. Use -force to delete and recreate")
Functions ¶
func ErrImmutableRessource ¶ added in v1.1.2
Types ¶
Click to show internal directories.
Click to hide internal directories.