Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { TargetResources []TargetResource `json:"TargetResources,omitempty"` NamespaceSelector *metav1.LabelSelector `json:"NamespaceSelector,omitempty"` EnableClusterResources bool `json:"EnableClusterResources,omitempty"` }
Config represents the configuration file of kubbernecker.
func (*Config) SelectorFor ¶
type TargetResource ¶
type TargetResource struct { metav1.GroupVersionKind `json:",inline"` NamespaceSelector *metav1.LabelSelector `json:"namespaceSelector,omitempty"` ResourceSelector *metav1.LabelSelector `json:"resourceSelector,omitempty"` }
Click to show internal directories.
Click to hide internal directories.