Documentation ¶
Overview ¶
Package testing is for project wide testing utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEstablishedCRD ¶
func NewEstablishedCRD() *v1beta1.CustomResourceDefinition
NewEstablishedCRD fakes CRD installation success.
func StartInformers ¶
func StartInformers(mocks Mocks, sync ...cache.InformerSynced) (<-chan struct{}, context.CancelFunc)
StartInformers starts new fake informers
Types ¶
type Mocks ¶
type Mocks struct { KubeClient *kubefake.Clientset KubeInformerFactory informers.SharedInformerFactory ExtClient *extfake.Clientset CarrierClient *carrierfake.Clientset CarrierInformerFactory externalversions.SharedInformerFactory FakeRecorder *record.FakeRecorder Mux *http.ServeMux }
Mocks is a holder for all my fakes and Mocks
Click to show internal directories.
Click to hide internal directories.