Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for Driver (0.47 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    				Description: "CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. CSI drivers do not need to create the CSIDriver object directly. Instead they may use the cluster-driver-registrar sidecar container. When deployed with a CSI driver it automatically creates a CSIDriver object representing the driver. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          },
          "required": [
            "driver",
            "volumeHandle"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.CSIVolumeSource": {
          "description": "Represents a source location of a volume to mount, managed by an external CSI driver",
          "properties": {
            "driver": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

          },
          "required": [
            "driver",
            "volumeHandle"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.CSIVolumeSource": {
          "description": "Represents a source location of a volume to mount, managed by an external CSI driver",
          "properties": {
            "driver": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  4. api/go1.txt

    pkg compress/zlib, func NewWriter(io.Writer) *Writer
    pkg compress/zlib, func NewWriterLevel(io.Writer, int) (*Writer, error)
    pkg compress/zlib, func NewWriterLevelDict(io.Writer, int, []uint8) (*Writer, error)
    pkg compress/zlib, method (*Writer) Close() error
    pkg compress/zlib, method (*Writer) Flush() error
    pkg compress/zlib, method (*Writer) Write([]uint8) (int, error)
    pkg compress/zlib, type Writer struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/api__v1_openapi.json

              },
              "driver": {
                "default": "",
                "description": "driver is the name of the driver to use for this volume. Required.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.pb.go

    	i -= len(m.VolumeHandle)
    	copy(dAtA[i:], m.VolumeHandle)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.VolumeHandle)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Driver)
    	copy(dAtA[i:], m.Driver)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Driver)))
    	i--
    	dAtA[i] = 0xa
    	return len(dAtA) - i, nil
    }
    
    func (m *CSIVolumeSource) Marshal() (dAtA []byte, err error) {
    	size := m.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

          },
          "required": [
            "driver",
            "volumeHandle"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.CSIVolumeSource": {
          "description": "Represents a source location of a volume to mount, managed by an external CSI driver",
          "properties": {
            "driver": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  8. CREDITS

    including without limitation commercial, advertising or promotional
    purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
    member of the public at large and to the detriment of Affirmer's heirs and
    successors, fully intending that such Waiver shall not be subject to
    revocation, rescission, cancellation, termination, or any other legal or
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  9. src/internal/trace/traceviewer/static/trace_viewer_full.html

    const fenceRE=/driver=(\S+) timeline=(\S+) context=(\d+) seqno=(\d+)/;DmaFenceParser.prototype={__proto__:Parser.prototype,initEvent(eventName,cpuNumber,pid,ts,eventBase){const event=fenceRE.exec(eventBase.details);if(!event)return false;if(eventBase.tgid===undefined){return...
    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. api/go1.1.txt

    pkg crypto/x509, var IncorrectPasswordError error
    pkg database/sql, method (*DB) Ping() error
    pkg database/sql, method (*DB) SetMaxIdleConns(int)
    pkg database/sql/driver, type Queryer interface { Query }
    pkg database/sql/driver, type Queryer interface, Query(string, []Value) (Rows, error)
    pkg debug/dwarf, const AttrAbstractOrigin = 49
    pkg debug/dwarf, const AttrAccessibility = 50
    pkg debug/dwarf, const AttrAddrClass = 51
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top