Documentation
¶
Overview ¶
Package cmd package for the fakeintake client CLI
Index ¶
- func NewCommand() (cmd *cobra.Command)
- func NewFilterCommand(cl **client.Client) (cmd *cobra.Command)
- func NewFilterContainerImagesCommand(cl **client.Client) (cmd *cobra.Command)
- func NewFilterLogsCommand(cl **client.Client) (cmd *cobra.Command)
- func NewFilterMetricsCommand(cl **client.Client) (cmd *cobra.Command)
- func NewFilterSBOMCommand(cl **client.Client) (cmd *cobra.Command)
- func NewFlushServerAndResetAggregatorsCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetAPMStatsCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetCheckRunCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetCheckRunNamesCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetConnectionsCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetConnectionsNamesCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetContainerImageCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetContainerImageNamesCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetContainerLifecycleEventsCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetContainersCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetFlareCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetLogServiceCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetLogServiceNamesCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetMetadataCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetMetricCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetMetricNamesCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetProcessDiscoveriesCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetProcessesCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetSBOMCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetSBOMIDsCommand(cl **client.Client) (cmd *cobra.Command)
- func NewGetTracesCommand(cl **client.Client) (cmd *cobra.Command)
- func NewRouteStatsCommand(cl **client.Client) (cmd *cobra.Command)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
NewCommand returns the root command for the fakeintakectl CLI
func NewFilterCommand ¶
NewFilterCommand returns the filter command
func NewFilterContainerImagesCommand ¶
NewFilterContainerImagesCommand returns the filter container-images command
func NewFilterLogsCommand ¶
NewFilterLogsCommand returns the filter logs command
func NewFilterMetricsCommand ¶
NewFilterMetricsCommand returns the filter metrics command
func NewFilterSBOMCommand ¶
NewFilterSBOMCommand returns the filter sbom command
func NewFlushServerAndResetAggregatorsCommand ¶
NewFlushServerAndResetAggregatorsCommand returns the flush command
func NewGetAPMStatsCommand ¶ added in v0.52.0
NewGetAPMStatsCommand returns the get apm stats command
func NewGetCheckRunCommand ¶
NewGetCheckRunCommand returns the get check-run command
func NewGetCheckRunNamesCommand ¶
NewGetCheckRunNamesCommand returns the get check-run names command
func NewGetCommand ¶
NewGetCommand returns the get command
func NewGetConnectionsCommand ¶
NewGetConnectionsCommand returns the get connections command
func NewGetConnectionsNamesCommand ¶
NewGetConnectionsNamesCommand returns the get connections names command
func NewGetContainerImageCommand ¶
NewGetContainerImageCommand returns the get container-image command
func NewGetContainerImageNamesCommand ¶
NewGetContainerImageNamesCommand returns the get container-image names command
func NewGetContainerLifecycleEventsCommand ¶
NewGetContainerLifecycleEventsCommand returns the filter sbom command
func NewGetContainersCommand ¶
NewGetContainersCommand returns the get containers command
func NewGetFlareCommand ¶
NewGetFlareCommand returns the get flare command
func NewGetLogServiceCommand ¶
NewGetLogServiceCommand returns the get log-service command
func NewGetLogServiceNamesCommand ¶
NewGetLogServiceNamesCommand returns the get log-service names command
func NewGetMetadataCommand ¶ added in v0.52.0
NewGetMetadataCommand returns the get metadata command
func NewGetMetricCommand ¶
NewGetMetricCommand returns the get metric command
func NewGetMetricNamesCommand ¶
NewGetMetricNamesCommand returns the get metric names command
func NewGetProcessDiscoveriesCommand ¶
NewGetProcessDiscoveriesCommand returns the get process-discoveries command
func NewGetProcessesCommand ¶
NewGetProcessesCommand returns the get processes command
func NewGetSBOMCommand ¶
NewGetSBOMCommand returns the get sbom command
func NewGetSBOMIDsCommand ¶
NewGetSBOMIDsCommand returns the get container-image names command
func NewGetTracesCommand ¶ added in v0.52.0
NewGetTracesCommand returns the get traces command
Types ¶
This section is empty.
Source Files
¶
- filter.go
- filtercontainerimages.go
- filterlogs.go
- filtermetrics.go
- filtersbom.go
- flush.go
- get.go
- getapmstats.go
- getcheckrun.go
- getcheckrunnames.go
- getconnections.go
- getconnectionsnames.go
- getcontainerimage.go
- getcontainerimagenames.go
- getcontainerlifecycle.go
- getcontainers.go
- getflare.go
- getlogservice.go
- getlogservicenames.go
- getmetadata.go
- getmetric.go
- getmetricnames.go
- getprocessdiscoveries.go
- getprocesses.go
- getsbom.go
- getsbomids.go
- gettraces.go
- root.go
- routestats.go