ref

package
v0.0.0-...-8ce3b0f Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComponentRefConfig

type ComponentRefConfig struct {
	SecretStore string `json:"secret_store"`
	ConfigStore string `json:"config_store"`
}

type Config

type Config struct {
	SecretRef    []*SecretRefConfig  `json:"secret_ref"`
	ComponentRef *ComponentRefConfig `json:"component_ref"`
}

Config is ref json config

type SecretRefConfig

type SecretRefConfig struct {
	//secret component name, such as : local.file
	StoreName string `json:"store_name"`
	// key in the secret component
	Key string `json:"key"`
	//sub key in the secret component
	SubKey string `json:"sub_key"`
	// key need to inject into metadata
	InjectAs string `json:"inject_as"`
}

Jump to

Keyboard shortcuts

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