Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMockLister ¶
func NewMockLister(kubeconfig *restclient.Config) (*mockLister, error)
Types ¶
type MockConfigMapNamespaceLister ¶
type MockConfigMapNamespaceLister struct {
// contains filtered or unexported fields
}
type MockInfrastructureLister ¶
type MockInfrastructureLister struct {
// contains filtered or unexported fields
}
func (MockInfrastructureLister) Get ¶
func (m MockInfrastructureLister) Get(name string) (*configv1.Infrastructure, error)
func (MockInfrastructureLister) List ¶
func (m MockInfrastructureLister) List(selector labels.Selector) ([]*configv1.Infrastructure, error)
type MockSecretNamespaceLister ¶
type MockSecretNamespaceLister struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.