Documentation
¶
Overview ¶
Package secrets defines the reviewed declarative write-only field catalog.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsVaultReference ¶
IsVaultReference reports whether value is a public Konnect vault reference rather than secret material itself.
Types ¶
type Capability ¶
type Capability struct {
ResourceType resources.ResourceType
PathPattern string
Create bool
Update bool
}
Capability describes the supported lifecycle of a write-only field.
func Capabilities ¶
func Capabilities() []Capability
Capabilities returns a copy of the reviewed catalog.
func Match ¶
func Match(resourceType resources.ResourceType, fieldPath string) (Capability, bool)
Match returns the reviewed capability for a concrete resource field path.
Click to show internal directories.
Click to hide internal directories.