# Functions
No description provided by the author
# Structs
KubeManifestBase is the base type for all autogenerated manifests, bundling common functionality.
KubeManifestRuntimeInfo contains all runtime information about the current environment (e.g.
ManifestCodegen is a code generator for generating golang structs from kubernetes manifest files.
# Interfaces
KubeManifest is implemented by all types that can be applied to a kube cluster as supported by KubeManifestBase.
# Type aliases
No description provided by the author