Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 42 for releasem (0.17 sec)

  1. pkg/apis/core/validation/validation.go

    			}
    		}
    
    	// something has been released (downgraded)
    	case len(oldService.Spec.ClusterIPs) > len(service.Spec.ClusterIPs):
    		// primary ClusterIP has been released
    		if len(service.Spec.ClusterIPs) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

                      an IP, passing the sequence number associated with the allocation
                      allows us to protect against a race condition and ensure the IP
                      hasn't been released and re-allocated since the release request.
                    format: int64
                    type: integer
                  sequenceNumberForAllocation:
                    additionalProperties:
                      format: int64
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      // +structType=granular
      optional ObjectReference claimRef = 4;
    
      // persistentVolumeReclaimPolicy defines what happens to a persistent volume when released from its claim.
      // Valid options are Retain (default for manually created PersistentVolumes), Delete (default
      // for dynamically provisioned PersistentVolumes), and Recycle (deprecated).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. pkg/registry/core/service/storage/storage_test.go

    			svctest.SetExternalTrafficPolicy(api.ServiceExternalTrafficPolicyLocal)),
    		update:          svctest.MakeService("foo", svctest.SetTypeExternalName),
    		verifyDryAllocs: false, // make sure values were not released.
    	}, {
    		name:            "singlestack:v6_NoAllocs-Allocs",
    		clusterFamilies: []api.IPFamily{api.IPv6Protocol},
    		svc:             svctest.MakeService("foo", svctest.SetTypeExternalName),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      // +structType=granular
      optional ObjectReference claimRef = 4;
    
      // persistentVolumeReclaimPolicy defines what happens to a persistent volume when released from its claim.
      // Valid options are Retain (default for manually created PersistentVolumes), Delete (default
      // for dynamically provisioned PersistentVolumes), and Recycle (deprecated).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"persistentVolumeReclaimPolicy": "persistentVolumeReclaimPolicy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Mask   uint32
    	Cookie uint32
    	Len    uint32
    }
    
    const SizeofInotifyEvent = 0x10
    
    const SI_LOAD_SHIFT = 0x10
    
    type Utsname struct {
    	Sysname    [65]byte
    	Nodename   [65]byte
    	Release    [65]byte
    	Version    [65]byte
    	Machine    [65]byte
    	Domainname [65]byte
    }
    
    const (
    	AT_EMPTY_PATH   = 0x1000
    	AT_FDCWD        = -0x64
    	AT_NO_AUTOMOUNT = 0x800
    	AT_REMOVEDIR    = 0x200
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modfetch/zip_sum_test/testdata/zip_sums.csv

    github.com/gobuffalo/pop,v4.12.2+incompatible,h1:WFHMzzHbVLulZnEium1VlYRnWkzHz39FzVLov6rZdDI=,de2837b63e54b15d99234202839e0394183c4ff7c45b9d99162a407c95574003
    github.com/gobuffalo/release,v1.14.0,h1:+Jy7eLN5md6Fg+AMuFRUiK4sTNq4+zXxRho7/wJe1HU=,a0f34f0d3f02ea43434436936766f185b97204a073a605e720190c433c30aaa5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 18 17:29:01 UTC 2020
    - 334.9K bytes
    - Viewed (0)
  9. src/net/http/h2_bundle.go

    	// returned ClientConn accounts for the upcoming RoundTrip
    	// call, so the caller should not omit it. If the caller needs
    	// to, ClientConn.RoundTrip can be called with a bogus
    	// new(http.Request) to release the stream reservation.
    	GetClientConn(req *Request, addr string) (*http2ClientConn, error)
    	MarkDead(*http2ClientConn)
    }
    
    // clientConnPoolIdleCloser is the interface implemented by ClientConnPool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  10. doc/go_spec.html

    <li>
    The built-in <a href="#Package_unsafe">package <code>unsafe</code></a> includes the new functions
    <code>Add</code> and <code>Slice</code>.
    </li>
    </ul>
    
    <h4 id="Go_1.18">Go 1.18</h4>
    <p>
    The 1.18 release adds polymorphic functions and types ("generics") to the language.
    Specifically:
    </p>
    <ul>
    <li>
    The set of <a href="#Operators_and_punctuation">operators and punctuation</a> includes the new token <code>~</code>.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
Back to top