Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultConfig = "config.json" // If we change the config or store format to something incompatible, // we can bump this and write shims to decode both. Hopefully. DefaultVersion = 1 )
Functions ¶
func NewInBackend ¶
Types ¶
type Config ¶
type Config struct { Resources []*metav1.APIResourceList `json:"resources"` Version int `json:"version"` }
func (*Config) BestResourceMappingFor ¶
Click to show internal directories.
Click to hide internal directories.