Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // +optional Add_dir_header *bool `json:"add_dir_header,omitempty"` // +optional Alsologtostderr *bool `json:"alsologtostderr,omitempty"` // +optional Log_backtrace_at *string `json:"log_backtrace_at,omitempty"` // +optional Log_dir *string `json:"log_dir,omitempty"` // +optional Log_file *string `json:"log_file,omitempty"` // +optional Log_file_max_size *uint64 `json:"log_file_max_size,omitempty"` // +optional Logtostderr *bool `json:"logtostderr,omitempty"` // +optional One_output *bool `json:"one_output,omitempty"` // +optional Skip_headers *bool `json:"skip_headers,omitempty"` // +optional Skip_log_headers *bool `json:"skip_log_headers,omitempty"` // +optional Stderrthreshold *string `json:"stderrthreshold,omitempty"` // +optional V *int `json:"v,omitempty"` // +optional Vmodule *string `json:"vmodule,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.