Documentation
¶
Index ¶
Constants ¶
View Source
const ( IgnoreResourceStatusAll = "all" IgnoreResourceStatusCRD = "crd" IgnoreResourceStatusNone = "none" )
Variables ¶
This section is empty.
Functions ¶
func ExtractImages ¶
Types ¶
type CompareOptions ¶
type Document ¶
type Document struct {
Parent Parent `json:"parent" yaml:"parent"`
Resource Resource `json:"resource" yaml:"resource"`
Body string `json:"body" yaml:"body"`
Normalization Normalization `json:"-" yaml:"-"`
}
type KnownTypeField ¶
type Normalization ¶
type Normalization struct {
JSONPointers []string
JQPathExpressions []string
ManagedFieldsManagers []string
KnownTypeFields []KnownTypeField
CompareOptions CompareOptions
}
type Parent ¶
type Parent struct {
Namespace string `json:"namespace,omitempty" yaml:"namespace,omitempty"`
Name string `json:"name" yaml:"name"`
SourceIndex int `json:"sourceIndex" yaml:"sourceIndex"`
SourceName string `json:"sourceName,omitempty" yaml:"sourceName,omitempty"`
SourcePath string `json:"sourcePath,omitempty" yaml:"sourcePath,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.