/** * CRIStageSpec is a parsing stage that reads log lines using the standard CRI * logging format. It needs no defined fields. */ export type ICRIStageSpec = {}; export type CRIStageSpec = ICRIStageSpec; export type { ICRIStageSpec as IComGithubGrafanaAgentPkgOperatorApisMonitoringV1alpha1CRIStageSpec, CRIStageSpec as ComGithubGrafanaAgentPkgOperatorApisMonitoringV1alpha1CRIStageSpec };