Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KafkaLogsUserConfig ¶
type KafkaLogsUserConfig struct { // +kubebuilder:validation:MinLength=1 // +kubebuilder:validation:MaxLength=249 // Topic name KafkaTopic string `groups:"create,update" json:"kafka_topic"` // +kubebuilder:validation:MaxItems=5 // The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent. SelectedLogFields []string `groups:"create,update" json:"selected_log_fields,omitempty"` }
func (*KafkaLogsUserConfig) DeepCopy ¶
func (in *KafkaLogsUserConfig) DeepCopy() *KafkaLogsUserConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KafkaLogsUserConfig.
func (*KafkaLogsUserConfig) DeepCopyInto ¶
func (in *KafkaLogsUserConfig) DeepCopyInto(out *KafkaLogsUserConfig)
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.