Documentation ¶
Index ¶
- func IsAliasPrefixUsedCached(ctx context.Context, c client.Client, ...) (bool, error)
- func IsAliasPrefixUsedCachedOrLive(ctx context.Context, r client.Reader, c client.Client, ...) (bool, error)
- func IsAliasPrefixUsedLive(ctx context.Context, r client.Reader, ...) (bool, error)
- func IsNetworkInterfaceUsedCached(ctx context.Context, c client.Client, nic *networkingv1alpha1.NetworkInterface, ...) (bool, error)
- func IsNetworkInterfaceUsedCachedOrLive(ctx context.Context, r client.Reader, c client.Client, ...) (bool, error)
- func IsNetworkInterfaceUsedLive(ctx context.Context, r client.Reader, nic *networkingv1alpha1.NetworkInterface, ...) (bool, error)
- func IsNetworkUsedCached(ctx context.Context, c client.Client, network *networkingv1alpha1.Network, ...) (bool, error)
- func IsNetworkUsedCachedOrLive(ctx context.Context, r client.Reader, c client.Client, ...) (bool, error)
- func IsNetworkUsedLive(ctx context.Context, r client.Reader, network *networkingv1alpha1.Network, ...) (bool, error)
- func IsVirtualIPUsedCached(ctx context.Context, c client.Client, virtualIP *networkingv1alpha1.VirtualIP, ...) (bool, error)
- func IsVirtualIPUsedCachedOrLive(ctx context.Context, r client.Reader, c client.Client, ...) (bool, error)
- func IsVirtualIPUsedLive(ctx context.Context, r client.Reader, virtualIP *networkingv1alpha1.VirtualIP, ...) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAliasPrefixUsedCached ¶
func IsAliasPrefixUsedCached(ctx context.Context, c client.Client, aliasPrefix *networkingv1alpha1.AliasPrefix, machinePoolName string) (bool, error)
func IsAliasPrefixUsedLive ¶
func IsAliasPrefixUsedLive(ctx context.Context, r client.Reader, aliasPrefix *networkingv1alpha1.AliasPrefix, machinePoolName string) (bool, error)
func IsNetworkInterfaceUsedCached ¶
func IsNetworkInterfaceUsedCached(ctx context.Context, c client.Client, nic *networkingv1alpha1.NetworkInterface, machinePoolName string) (bool, error)
func IsNetworkInterfaceUsedLive ¶
func IsNetworkInterfaceUsedLive(ctx context.Context, r client.Reader, nic *networkingv1alpha1.NetworkInterface, machinePoolName string) (bool, error)
func IsNetworkUsedCached ¶
func IsNetworkUsedLive ¶
func IsVirtualIPUsedCached ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.