Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConfigType = "generic" + cpi.OCM_CONFIG_TYPE_SUFFIX ConfigTypeV1 = ConfigType + runtime.VersionSeparator + "v1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aggregator ¶
type Aggregator struct {
// contains filtered or unexported fields
}
func NewAggregator ¶
func NewAggregator(optimized bool, cfgs ...cpi.Config) (*Aggregator, error)
func (*Aggregator) Get ¶
func (a *Aggregator) Get() cpi.Config
type Config ¶
type Config struct { runtime.ObjectVersionedType `json:",inline"` cpi.ConfigurationList `json:",inline"` Sets map[string]cpi.ConfigSet `json:"sets,omitempty"` }
Config describes a memory based repository interface.
Click to show internal directories.
Click to hide internal directories.