Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for presubmits (0.09 sec)

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

    // preserving values that we allocated on their behalf.  For example, they
    // might create a Service without specifying the ClusterIP, in which case we
    // allocate one.  If they resubmit that same YAML, we want it to succeed.
    func patchAllocatedValues(after After, before Before) {
    	oldSvc, newSvc := before.Service, after.Service
    
    	if needsClusterIP(oldSvc) && needsClusterIP(newSvc) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 13:09:33 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top