 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const ( ReasonSecurityGroupRequested = "SecurityGroupRequested" ReasonResourceAllocated = "ResourceAllocated" ReasonBranchAllocationFailed = "BranchAllocationFailed" ReasonBranchENIAnnotationFailed = "BranchENIAnnotationFailed" ReasonTrunkENICreationFailed = "TrunkENICreationFailed" )
Variables ¶
      View Source
      
  
var ( // NodeDeleteRequeueRequestDelay represents the time after which the resources belonging to a node will be cleaned // up after receiving the actual node delete event. NodeDeleteRequeueRequestDelay = time.Minute * 1 ErrTrunkExistInCache = fmt.Errorf("trunk eni already exist in cache") ErrTrunkNotInCache = fmt.Errorf("trunk eni not present in cache") )
Functions ¶
func NewBranchENIProvider ¶
func NewBranchENIProvider(logger logr.Logger, wrapper api.Wrapper, worker worker.Worker, _ config.ResourceConfig, ctx context.Context, ) provider.ResourceProvider
NewBranchENIProvider returns the Branch ENI Provider for all nodes across the cluster
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.