Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { GetIPAddressUsage(ctx context.Context) (uint, uint, error) GetIPAddressStatusForLease(ctx context.Context, leaseID mtypes.LeaseID) ([]cip.LeaseState, error) CreateIPPassthrough(ctx context.Context, directive cip.ClusterIPPassthroughDirective) error PurgeIPPassthrough(ctx context.Context, directive cip.ClusterIPPassthroughDirective) error GetIPPassthroughs(ctx context.Context) ([]cip.Passthrough, error) DetectPoolChanges(ctx context.Context) (<-chan struct{}, error) Stop() }
Click to show internal directories.
Click to hide internal directories.