Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteRedact ¶
func GetRedact ¶
func GetRedact() (*troubleshootv1beta2.Redactor, error)
func GetRedactInfo ¶
func GetRedactInfo() ([]types.RedactorList, error)
func GetRedactSpec ¶
GetRedactSpec returns the redaction yaml spec, a pretty error string, and the underlying error
func SetRedactSpec ¶
SetRedactSpec sets the global redact spec to the specified string, and returns a pretty error string + the underlying error
Types ¶
type RedactorMetadata ¶
type RedactorMetadata struct { Metadata types.RedactorList `json:"metadata"` Redact string `json:"redact"` }
func GetRedactBySlug ¶
func GetRedactBySlug(slug string) (*RedactorMetadata, error)
func SetRedactEnabled ¶
func SetRedactEnabled(slug string, enabled bool) (*RedactorMetadata, error)
sets whether an individual redactor is enabled
func SetRedactYaml ¶
func SetRedactYaml(slug, description string, enabled, newRedact bool, yamlBytes []byte) (*RedactorMetadata, error)
updates/creates an individual redact with the provided metadata and yaml
Click to show internal directories.
Click to hide internal directories.