Documentation ¶
Overview ¶
+kubebuilder:validation:Optional
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerOTelConfig ¶ added in v1.4.0
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 ¶ added in v1.4.0
func (in *ControllerOTelConfig) DeepCopy() *ControllerOTelConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControllerOTelConfig.
func (*ControllerOTelConfig) DeepCopyInto ¶ added in v1.4.0
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.