tagging

package
v0.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL