Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConfigType = "plugin" + cfgcpi.OCM_CONFIG_TYPE_SUFFIX ConfigTypeV1 = ConfigType + runtime.VersionSeparator + "v1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { runtime.ObjectVersionedType `json:",inline"` Plugin string `json:"plugin"` Config json.RawMessage `json:"config,omitempty"` DisableAutoRegistration bool `json:"disableAutoRegistration,omitempty"` }
Config describes a memory based config interface for plugins.
Click to show internal directories.
Click to hide internal directories.