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