Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sameLoadBalancerClass (0.17 sec)

  1. pkg/registry/core/service/strategy.go

    	}
    
    	// If a user is switching to a type that doesn't need LoadBalancerClass AND they did not change
    	// this field, it is safe to drop it.
    	if canSetLoadBalancerClass(oldSvc) && !canSetLoadBalancerClass(newSvc) && sameLoadBalancerClass(oldSvc, newSvc) {
    		newSvc.Spec.LoadBalancerClass = nil
    	}
    
    	// If a user is switching to a type that doesn't need ExternalTrafficPolicy
    	// AND they did not change this field, it is safe to drop it.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 13:09:36 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top