Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpectValue ¶
Types ¶
type Case ¶
type Case struct { Name string Adapt func() (resources.QueryFunc, error) ExpectWhileQuerying func(k8sClient *kubernetesmock.MockClientInt) ExpectWhileEnsuring func(k8sClient *kubernetesmock.MockClientInt) WantAdaptErr bool WantQueryErr bool WantEnsureErr bool }
Click to show internal directories.
Click to hide internal directories.