Documentation
¶
Index ¶
Constants ¶
View Source
const ( NicReservationDuration = time.Second * 180 // We set this interval at 5 minutes, as thats how often our NRP limits are reset. // See: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/request-limits-and-throttling#network-throttling NicGarbageCollectionInterval = time.Minute * 5 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶ added in v1.7.0
type Instance struct {
// contains filtered or unexported fields
}
func NewInstance ¶ added in v1.7.0
func NewInstance(kubeClient client.Client, cloudProvider corecloudprovider.CloudProvider) *Instance
type NetworkInterface ¶ added in v0.6.2
type NetworkInterface struct {
// contains filtered or unexported fields
}
func NewNetworkInterface ¶ added in v0.6.2
func NewNetworkInterface(kubeClient client.Client, vmInstanceProvider instance.VMProvider) *NetworkInterface
func (*NetworkInterface) Reconcile ¶ added in v0.6.2
func (c *NetworkInterface) Reconcile(ctx context.Context) (reconciler.Result, error)
Click to show internal directories.
Click to hide internal directories.