Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Debub turns on debug messages matching listed logger sources. // +optional Debug []string `json:"debug,omitempty"` // Source controls whether messages are prefixed with their logger source. // +optional LogSource bool `json:"source,omitempty"` // Klog configures the klog backend. // +optional Klog klogcontrol.Config `json:"klog,omitempty"` }
+k8s:deepcopy-gen=true
func (*Config) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Config.
func (*Config) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.