Merge pull request #14627 from cdoern/lint-fix

linter fix from #14299
This commit is contained in:
openshift-ci[bot]
2022-06-16 23:14:52 +00:00
committed by GitHub

View File

@ -301,7 +301,7 @@ type PodCreateReport struct {
}
type PodCloneReport struct {
Id string //nolint
Id string //nolint:revive,stylecheck
}
func (p *PodCreateOptions) CPULimits() *specs.LinuxCPU {