Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultFieldMappingConfig ¶
func DefaultFieldMappingConfig() logs.FieldMappingConfig
Types ¶
type Request ¶
type Request struct {
logs.LogsRequestBase `json:",inline" template:"true"`
// The log group on which to perform the query.
LogGroup string `json:"logGroup" template:"true"`
// The query to perform on the log group.
Query string `json:"query" template:"true"`
}
+kubebuilder:object:generate=true
func (*Request) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Request.
func (*Request) 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.