Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkInterface ¶
type NetworkInterface struct { Handle string HostDevice *HostDevice Isolated *Isolated ProviderNetwork *ProviderNetwork IPs []net.IP }
type ProviderNetwork ¶
type ProviderNetwork struct {
NetworkName string
}
type Spec ¶
type Spec struct { ComputeNetworkInterface *computev1alpha1.NetworkInterface NetworkInterface *networkingv1alpha1.NetworkInterface Network *networkingv1alpha1.Network VirtualIP *networkingv1alpha1.VirtualIP }
func GetSpec ¶
func GetSpec(ctx context.Context, c client.Reader, namespace, machineName string, computeNic *computev1alpha1.NetworkInterface) (*Spec, error)
func (*Spec) NetworkInterfaceName ¶
Click to show internal directories.
Click to hide internal directories.