Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
type Builder struct {
Hit, Miss int
// contains filtered or unexported fields
}
func NewBuilder ¶
func NewNodeBuilder ¶
type FileStore ¶
type FileStore struct {
filesys.FileSystem
NameGenerator func(resid.ResId) string
PostProcessor func(string, []byte) []byte
}
func (*FileStore) WriteKustomization ¶
func (store *FileStore) WriteKustomization(kust *types.Kustomization) error
type Iterator ¶
type Iterator struct {
// contains filtered or unexported fields
}
func NewIterator ¶
func (*Iterator) Schema ¶
func (it *Iterator) Schema() *openapi.ResourceSchema
type Query ¶
type Query []string //nolint:recvcheck
Query represents YAML node path.
func (Query) IsWildcard ¶
type ValueGroup ¶
type ValueGroup struct {
Value *yaml.Node
Clusters []types.ClusterID
// contains filtered or unexported fields
}
func GroupByValue ¶
Click to show internal directories.
Click to hide internal directories.