Documentation ¶
Overview ¶
+kubebuilder:validation:Optional
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerOTelConfig ¶
type ControllerOTelConfig struct {
otelconfig.CommonOTelConfig `json:",inline"`
}
ControllerOTelConfig is the configuration for Controller's OTel collector. swagger:model +kubebuilder:object:generate=true
func (*ControllerOTelConfig) DeepCopy ¶
func (in *ControllerOTelConfig) DeepCopy() *ControllerOTelConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControllerOTelConfig.
func (*ControllerOTelConfig) DeepCopyInto ¶
func (in *ControllerOTelConfig) DeepCopyInto(out *ControllerOTelConfig)
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.