Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 127 of 127 for bindat (0.34 sec)

  1. CHANGELOG/CHANGELOG-1.21.md

    - Use network.Interface.VirtualMachine.ID to get the binded VM
      Skip standalone VM when reconciling LoadBalancer ([#97635](https://github.com/kubernetes/kubernetes/pull/97635), [@nilo19](https://github.com/nilo19)) [SIG Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    const (
    	// used for PersistentVolumes that are not available
    	VolumePending PersistentVolumePhase = "Pending"
    	// used for PersistentVolumes that are not yet bound
    	// Available volumes are held by the binder and matched to PersistentVolumeClaims
    	VolumeAvailable PersistentVolumePhase = "Available"
    	// used for PersistentVolumes that are bound
    	VolumeBound PersistentVolumePhase = "Bound"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.ddd"/>
      </mime-type>
      <mime-type type="application/vnd.fujixerox.docuworks">
        <glob pattern="*.xdw"/>
      </mime-type>
      <mime-type type="application/vnd.fujixerox.docuworks.binder">
        <glob pattern="*.xbd"/>
      </mime-type>
      <mime-type type="application/vnd.fut-misnet"/>
      <mime-type type="application/vnd.fuzzysheet">
        <glob pattern="*.fzs"/>
      </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)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MultiplePackageError.Packages", Field, 4},
    		{"NoGoError", Type, 0},
    		{"NoGoError.Dir", Field, 0},
    		{"Package", Type, 0},
    		{"Package.AllTags", Field, 2},
    		{"Package.BinDir", Field, 0},
    		{"Package.BinaryOnly", Field, 7},
    		{"Package.CFiles", Field, 0},
    		{"Package.CXXFiles", Field, 2},
    		{"Package.CgoCFLAGS", Field, 0},
    		{"Package.CgoCPPFLAGS", Field, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    						},
    					},
    					"bindVerb": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Verb for the bind call, empty if not supported. This verb is appended to the URLPrefix when issuing the bind call to extender. If this method is implemented by the extender, it is the extender's responsibility to bind the pod to apiserver. Only one extender can implement this function.",
    							Type:        []string{"string"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. RELEASE.md

    Ashutosh Hathidara, autoih, Ayushman Kumar, ayushmankumar7, Bairen Yi, Bas
    Aarts, Bastian Eichenberger, Ben Barsdell, bhack, Bharat Raghunathan, Biagio
    Montaruli, Bigcat-Himax, blueyi, Bryan Cutler, Byambaa, Carlos
    Hernandez-Vaquero, Chen Lei, Chris Knorowski, Christian Clauss, chuanqiw,
    CuiYifeng, Daniel Situnayake, Daria Zhuravleva, Dayananda-V, Deven Desai, Devi
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
            },
            "azureFile": {
              "$ref": "#/definitions/io.k8s.api.core.v1.AzureFilePersistentVolumeSource",
              "description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod."
            },
            "capacity": {
              "additionalProperties": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top