# Packages

Package kubectl provides a kubectl-like interface for Kubernetes.

# Functions

ConstructK8sComponentsCM creates a k8s-components config map for the given components.
MarshalK8SResources marshals every field of a struct into a k8s resource YAML.
MarshalK8SResourcesList marshals every element of a slice into a k8s resource YAML.
UnmarshalK8SResources takes YAML and converts it into a k8s resources struct.

# Interfaces

Marshaler is used by all k8s resources that can be marshaled to YAML.

# Type aliases

ConfigMaps represent a list of k8s ConfigMap.
Secrets represent a list of k8s Secret.