Documentation ¶ Index ¶ type Config type TypeMeta Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config interface { GetAPIVersion() string GetKind() string PopulateTypeMeta() } type TypeMeta ¶ type TypeMeta struct { // APIVersion is the version of the API. APIVersion string `yaml:"apiVersion" mapstructure:"apiVersion"` // Kind is the kind of the resource. Kind string `yaml:"kind" mapstructure:"kind"` } Source Files ¶ View all Source files types.go Click to show internal directories. Click to hide internal directories.