Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CloneAndRemoveLabel (0.12 sec)

  1. pkg/controller/endpoint/endpoints_controller.go

    	// But first check if it has that label to avoid expensive copies.
    	compareLabels := currentEndpoints.Labels
    	if _, ok := currentEndpoints.Labels[v1.IsHeadlessService]; ok {
    		compareLabels = utillabels.CloneAndRemoveLabel(currentEndpoints.Labels, v1.IsHeadlessService)
    	}
    	// When comparing the subsets, we ignore the difference in ResourceVersion of Pod to avoid unnecessary Endpoints
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 26.3K bytes
    - Viewed (0)
Back to top