Versions in this module Expand all Collapse all v11 v11.3.3 Dec 13, 2022 Changes in this version + const AWSLabelNamespace + const AzureLabelNamespace + type CloudConfig struct + Client cloud.InstanceMetadata + Clock clockwork.Clock + Log logrus.FieldLogger + type CloudImporter struct + func NewCloudImporter(ctx context.Context, c *CloudConfig) (*CloudImporter, error) + func (l *CloudImporter) Apply(r types.ResourceWithLabels) + func (l *CloudImporter) Get() map[string]string + func (l *CloudImporter) Start(ctx context.Context) + func (l *CloudImporter) Sync(ctx context.Context) error + type Dynamic struct + func NewDynamic(ctx context.Context, config *DynamicConfig) (*Dynamic, error) + func (l *Dynamic) Close() + func (l *Dynamic) Get() map[string]types.CommandLabel + func (l *Dynamic) Start() + func (l *Dynamic) Sync() + type DynamicConfig struct + Labels services.CommandLabels + Log *logrus.Entry + func (c *DynamicConfig) CheckAndSetDefaults() error + type Importer interface + Apply func(r types.ResourceWithLabels) + Get func() map[string]string + Start func(context.Context) + Sync func(context.Context) error