Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func WithTOMLPath ¶
func WithTOMLPath() spelunk.SpelunkerOption
WithTOMLPath adds the TOML JSONPath modifier to a Spelunker.
Types ¶
type SecretModifierTOMLPath ¶
type SecretModifierTOMLPath struct{}
SecretModifierTOMLPath is a modifier that can extract a specific field out of a TOML stored in a secret value. It parses the TOML into an object and applies standard JSONPath to it.
func (*SecretModifierTOMLPath) Type ¶
func (s *SecretModifierTOMLPath) Type() string
Click to show internal directories.
Click to hide internal directories.