Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewTTLController (0.14 sec)

  1. pkg/controller/ttl/ttl_controller.go

    	nodeCount int
    
    	// Desired TTL for all nodes in the cluster.
    	desiredTTLSeconds int
    
    	// In which interval of cluster size we currently are.
    	boundaryStep int
    }
    
    // NewTTLController creates a new TTLController
    func NewTTLController(ctx context.Context, nodeInformer informers.NodeInformer, kubeClient clientset.Interface) *Controller {
    	ttlc := &Controller{
    		kubeClient: kubeClient,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top