Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for releasem (0.15 sec)

  1. pkg/apis/core/types.go

    	// released volumes must be recycled before becoming available again
    	// this phase is used by the persistent volume claim binder to signal to another process to reclaim the resource
    	VolumeReleased PersistentVolumePhase = "Released"
    	// used for PersistentVolumes that failed to be correctly recycled or deleted after being released from a claim
    	VolumeFailed PersistentVolumePhase = "Failed"
    )
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <magic priority="60">
          <match value="&lt;stata_dta>&lt;header>&lt;release>118&lt;/release>" type="string" offset="0"/>
        </magic>
      </mime-type>
      <mime-type type="application/x-stata-dta;version=13">
        <sub-class-of type="application/x-stata-dta"/>
        <magic priority="60">
          <match value="&lt;stata_dta>&lt;header>&lt;release>117&lt;/release>" type="string" offset="0"/>
        </magic>
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// released volumes must be recycled before becoming available again
    	// this phase is used by the persistent volume claim binder to signal to another process to reclaim the resource
    	VolumeReleased PersistentVolumePhase = "Released"
    	// used for PersistentVolumes that failed to be correctly recycled or deleted after being released from a claim
    	VolumeFailed PersistentVolumePhase = "Failed"
    )
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                                              description: "Type defines the type of path
                                                modifier. Additional types may be added
                                                in a future release of the API. \n Note
                                                that values may be added to this enum,
                                                implementations must ensure that unknown
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top