Commit 785c5295 authored by Carlos Leandro's avatar Carlos Leandro
Browse files

fix: unknown field 'ExpectedResources' in struct literal of type workerDeploymentTestCase

parent 4f6f21b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ type workerDeploymentTestCase struct {
	ExpectedTolerations    []coreV1.Toleration
	ExpectedInitContainers []coreV1.Container
	ExpectedAffinity       *coreV1.Affinity
	ExpectedResources      *coreV1.ResourceRequirements
}

type workerDeploymentSelectorTestCase struct {