Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 127 for ecsi (0.11 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.yaml

            configMap:
              defaultMode: 3
              items:
              - key: keyValue
                mode: 3
                path: pathValue
              name: nameValue
              optional: true
            csi:
              driver: driverValue
              fsType: fsTypeValue
              nodePublishSecretRef:
                name: nameValue
              readOnly: true
              volumeAttributes:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  2. pkg/features/kube_features.go

    	// Enables the Portworx in-tree driver to Portworx migration feature.
    	CSIMigrationPortworx featuregate.Feature = "CSIMigrationPortworx"
    
    	// owner: @fengzixu
    	// alpha: v1.21
    	//
    	// Enables kubelet to detect CSI volume condition and send the event of the abnormal volume to the corresponding pod that is using it.
    	CSIVolumeHealth featuregate.Feature = "CSIVolumeHealth"
    
    	// owner: @nckturner
    	// kep:  http://kep.k8s.io/2699
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.yaml

          volumeID: volumeIDValue
        configMap:
          defaultMode: 3
          items:
          - key: keyValue
            mode: 3
            path: pathValue
          name: nameValue
          optional: true
        csi:
          driver: driverValue
          fsType: fsTypeValue
          nodePublishSecretRef:
            name: nameValue
          readOnly: true
          volumeAttributes:
            volumeAttributesKey: volumeAttributesValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 33.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.yaml

            configMap:
              defaultMode: 3
              items:
              - key: keyValue
                mode: 3
                path: pathValue
              name: nameValue
              optional: true
            csi:
              driver: driverValue
              fsType: fsTypeValue
              nodePublishSecretRef:
                name: nameValue
              readOnly: true
              volumeAttributes:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.yaml

                  items:
                  - key: keyValue
                    mode: 3
                    path: pathValue
                  name: nameValue
                  optional: true
                csi:
                  driver: driverValue
                  fsType: fsTypeValue
                  nodePublishSecretRef:
                    name: nameValue
                  readOnly: true
                  volumeAttributes:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  9. maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java

                return value;
            }
        }
    
        /**
         * ED (Erase in Display) / EL (Erase in Line) parameter (see
         * <a href="https://en.wikipedia.org/wiki/ANSI_escape_code#CSI_sequences">CSI sequence J and K</a>)
         * @see Ansi#eraseScreen(Erase)
         * @see Ansi#eraseLine(Erase)
         */
        public enum Erase {
            FORWARD(0, "FORWARD"),
            BACKWARD(1, "BACKWARD"),
            ALL(2, "ALL");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 09:53:45 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	{46, "EL3HLT", "level 3 halted"},
    	{47, "EL3RST", "level 3 reset"},
    	{48, "ELNRNG", "link number out of range"},
    	{49, "EUNATCH", "protocol driver not attached"},
    	{50, "ENOCSI", "no CSI structure available"},
    	{51, "EL2HLT", "level 2 halted"},
    	{52, "EBADE", "invalid exchange"},
    	{53, "EBADR", "invalid request descriptor"},
    	{54, "EXFULL", "exchange full"},
    	{55, "ENOANO", "no anode"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top