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
commit 05fc5959ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 {