Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 468 for binder (0.13 sec)

  1. docs/en/docs/img/sponsors/coherence-banner.png

    coherence-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jan 31 22:13:52 UTC 2024
    - 18K bytes
    - Viewed (0)
  2. docs/en/docs/img/sponsors/fern-banner.png

    fern-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 27 18:53:51 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  3. docs/en/docs/img/sponsors/kong-banner.png

    kong-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  4. docs/en/docs/img/sponsors/propelauth-banner.png

    propelauth-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Dec 06 11:33:48 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  5. docs/en/docs/img/sponsors/bump-sh-banner.svg

    bump-sh-banner.svg...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Oct 04 22:51:10 UTC 2023
    - 37.6K bytes
    - Viewed (0)
  6. pkg/controller/volume/persistentvolume/pv_controller.go

    		if err != nil {
    			return err
    		}
    		if !found {
    			// If the PV was created by an external PV provisioner or
    			// bound by external PV binder (e.g. kube-scheduler), it's
    			// possible under heavy load that the corresponding PVC is not synced to
    			// controller local cache yet. So we need to double-check PVC in
    			//   1) informer cache
    			//   2) apiserver if not found in informer cache
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  7. docs/en/docs/img/sponsors/bump-sh-banner.png

    bump-sh-banner.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Sep 10 10:18:26 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  8. pkg/apis/core/types.go

    	ReadOnly bool
    }
    
    // CinderVolumeSource represents a cinder volume resource in Openstack. A Cinder volume
    // must exist before mounting to a container. The volume must also be
    // in the same region as the kubelet. Cinder volumes support ownership
    // management and SELinux relabeling.
    type CinderVolumeSource struct {
    	// Unique id of the volume used to identify the cinder volume.
    	VolumeID string
    	// Filesystem type to mount.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  9. src/internal/trace/traceviewer/static/trace_viewer_full.html

          background-color: hsla(216, 100%, 94.5%, .75);
          border-color: hsl(216, 100%, 89%);
          box-sizing: border-box;
          z-index: -1;
        }
        #sparkline.positive {
          border-right-style: solid;
          /* The border width must be kept in sync with buildSparklineStyle_(). */
          border-right-width: 1px;
        }
        #sparkline:not(.positive) {
          border-left-style: solid;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types.go

    	FlexVolume *FlexVolumeSource `json:"flexVolume,omitempty" protobuf:"bytes,12,opt,name=flexVolume"`
    	// cinder represents a cinder volume attached and mounted on kubelets host machine.
    	// More info: https://examples.k8s.io/mysql-cinder-pd/README.md
    	// +optional
    	Cinder *CinderVolumeSource `json:"cinder,omitempty" protobuf:"bytes,13,opt,name=cinder"`
    	// cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top