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 { GetKind() string GetAPIVersion() string } type TypeMeta ¶ type TypeMeta struct { // Kind is the kind of the resource. Kind string `yaml:"kind" mapstructure:"kind"` // APIVersion is the version of the API. APIVersion string `yaml:"apiVersion" mapstructure:"apiVersion"` } Source Files ¶ View all Source files types.go Click to show internal directories. Click to hide internal directories.