Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getMasterServiceUpdateIfNeeded (0.68 sec)

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

    		return c.CreateOrUpdateMasterServiceIfNeeded(serviceName, serviceIP, servicePorts, serviceType, reconcile)
    	}
    	return err
    }
    
    // getMasterServiceUpdateIfNeeded sets service attributes for the given apiserver service.
    func getMasterServiceUpdateIfNeeded(svc *corev1.Service, servicePorts []corev1.ServicePort, serviceType corev1.ServiceType) (s *corev1.Service, updated bool) {
    	// Determine if the service is in the format we expect
    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