Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UpdateKubernetesService (0.16 sec)

  1. pkg/controlplane/controller/kubernetesservice/controller.go

    		// run, ports and type will be corrected only during
    		// start.
    		if err := c.UpdateKubernetesService(false); err != nil {
    			runtime.HandleError(fmt.Errorf("unable to sync kubernetes service: %v", err))
    		}
    	}, c.EndpointInterval, ch)
    }
    
    // UpdateKubernetesService attempts to update the default Kube service.
    func (c *Controller) UpdateKubernetesService(reconcile bool) error {
    	// Update service & endpoint records.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 16 16:33:01 UTC 2023
    - 9.3K bytes
    - Viewed (0)
Back to top