Documentation
¶
Index ¶
Constants ¶
View Source
const (
AnnotationEnvMapping = "plugin.rig.dev/env-mapping"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnnotationMappings ¶
type AnnotationSource ¶
type AnnotationSource struct {
// Container name default to capsule name.
Container string `json:"container,omitempty"`
// Optional ConfigMap reference.
ConfigMap string `json:"configMap,omitempty"`
// Optional Secret reference.
Secret string `json:"secret,omitempty"`
// Mappings within this ConfigMap or Secret.
Mappings []AnnotationMappings `json:"mappings"`
}
type AnnotationValue ¶
type AnnotationValue struct {
Sources []AnnotationSource `json:"sources"`
}
Click to show internal directories.
Click to hide internal directories.