Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CloudCIDRAllocatorMismatch (0.24 sec)

  1. pkg/controller/nodeipam/ipam/sync/sync.go

    	InvalidModeEvent = "CloudCIDRAllocatorInvalidMode"
    	// MismatchEvent is the event recorded when the CIDR range allocated in the
    	// node spec does not match what has been allocated in the cloud.
    	MismatchEvent = "CloudCIDRAllocatorMismatch"
    )
    
    // cloudAlias is the interface to the cloud platform APIs.
    type cloudAlias interface {
    	// Alias returns the IP alias for the node.
    	Alias(ctx context.Context, node *v1.Node) (*net.IPNet, error)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 07 07:50:01 UTC 2023
    - 12.6K bytes
    - Viewed (0)
Back to top