Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentRefConfig ¶
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"` }
Click to show internal directories.
Click to hide internal directories.