Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeStatusManager ¶
type FakeStatusManager struct { FakeIsReady func(ctx context.Context, ing *v1alpha1.Ingress) (bool, error) // contains filtered or unexported fields }
FakeStatusManager implements status.Manager for use in unit tests.
func (*FakeStatusManager) IsReadyCallCount ¶
func (m *FakeStatusManager) IsReadyCallCount(ing *v1alpha1.Ingress) int
IsReadyCallCount returns how many times IsReady has been called for a given ingress
Click to show internal directories.
Click to hide internal directories.