Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
FakeClient mocks out the Kubernetes client
func (*FakeClient) GetIngresses ¶
func (c *FakeClient) GetIngresses() ([]*v1beta1.Ingress, error)
GetIngresses mocks out calls to GetIngresses
func (*FakeClient) GetServices ¶
func (c *FakeClient) GetServices() ([]*v1.Service, error)
GetServices mocks out calls to GetServices
func (*FakeClient) String ¶
func (c *FakeClient) String() string
func (*FakeClient) WatchIngresses ¶
func (c *FakeClient) WatchIngresses() k8s.Watcher
WatchIngresses mocks out calls to WatchIngresses
func (*FakeClient) WatchServices ¶
func (c *FakeClient) WatchServices() k8s.Watcher
WatchServices mocks out calls to WatchServices
Click to show internal directories.
Click to hide internal directories.