package
Version:
v0.27.0-dev
Opens a new window with list of versions in this module.
Published: Sep 1, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package config provides structs for parsing object-propagation controller configuration.
type Entry struct {
Source Source `json:"source"`
Target Target `json:"target"`
}
type Source struct {
Namespace string `json:"namespace"`
APIVersion string `json:"apiVersion"`
Kind string `json:"kind"`
LabelSelector string `json:"labelSelector"`
}
type Target struct {
NamespaceLabelSelector string `json:"namespaceLabelSelector"`
DetectAndReplaceSourceNSRef bool `json:"detectAndReplaceSourceNSRef"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.