Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Kubeconfig string
Context string
Namespace string
// RestConfig allows passing a pre-built rest.Config (e.g., for testing).
// If set, Kubeconfig and Context are ignored.
RestConfig *rest.Config
}
Config holds the Kubernetes connection configuration.
type Options ¶
type Options struct {
StripManagedFields bool
StripServerFields bool
NoColor bool
ShowTimestamps bool
Differ diff.Differ
Output io.Writer
LabelSelector string
FieldSelector string
AllNamespaces bool
}
Options configures the watcher behavior.
Click to show internal directories.
Click to hide internal directories.