Documentation
¶
Index ¶
Constants ¶
View Source
const (
// DefaultTagPrefix is the default prefix for Bluelink tags.
DefaultTagPrefix = "bluelink:"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigProvider ¶
type ConfigProvider interface {
// CreateConfig creates a TaggingConfig by applying defaults
// where request config values are not specified.
// The DeployEngineVersion is always set from the engine version.
CreateConfig(requestConfig *types.TaggingOperationConfig) *provider.TaggingConfig
}
ConfigProvider provides tagging configuration for blueprint operations. It merges request-level configuration with code-level defaults.
func NewConfigProvider ¶
func NewConfigProvider(deployEngineVersion string) ConfigProvider
NewConfigProvider creates a new ConfigProvider with the given deploy engine version.
Click to show internal directories.
Click to hide internal directories.