Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 198 for scaleIO (0.13 sec)

  1. pkg/apis/core/types.go

    	Kind *AzureDataDiskKind
    }
    
    // ScaleIOVolumeSource represents a persistent ScaleIO volume
    type ScaleIOVolumeSource struct {
    	// The host address of the ScaleIO API Gateway.
    	Gateway string
    	// The name of the storage system as configured in ScaleIO.
    	System string
    	// SecretRef references to the secret for ScaleIO user and other
    	// sensitive information. If this is not provided, Login operation will fail.
    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. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"":                 "ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume",
    	"gateway":          "gateway is the host address of the ScaleIO API Gateway.",
    	"system":           "system is the name of the storage system as configured in ScaleIO.",
    	"secretRef":        "secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	PortworxVolume *PortworxVolumeSource `json:"portworxVolume,omitempty" protobuf:"bytes,24,opt,name=portworxVolume"`
    	// scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
    	// +optional
    	ScaleIO *ScaleIOVolumeSource `json:"scaleIO,omitempty" protobuf:"bytes,25,opt,name=scaleIO"`
    	// storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
    	// +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)
  4. staging/src/k8s.io/api/core/v1/generated.proto

    }
    
    // ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume
    message ScaleIOPersistentVolumeSource {
      // gateway is the host address of the ScaleIO API Gateway.
      optional string gateway = 1;
    
      // system is the name of the storage system as configured in ScaleIO.
      optional string system = 2;
    
      // secretRef references to the secret for ScaleIO user and other
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

                },
                "portworxVolume": {
                  "volumeID": "volumeIDValue",
                  "fsType": "fsTypeValue",
                  "readOnly": true
                },
                "scaleIO": {
                  "gateway": "gatewayValue",
                  "system": "systemValue",
                  "secretRef": {
                    "name": "nameValue"
                  },
                  "sslEnabled": true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml

              monitors:
              - monitorsValue
              pool: poolValue
              readOnly: true
              secretRef:
                name: nameValue
              user: userValue
            scaleIO:
              fsType: fsTypeValue
              gateway: gatewayValue
              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json

                },
                "portworxVolume": {
                  "volumeID": "volumeIDValue",
                  "fsType": "fsTypeValue",
                  "readOnly": true
                },
                "scaleIO": {
                  "gateway": "gatewayValue",
                  "system": "systemValue",
                  "secretRef": {
                    "name": "nameValue"
                  },
                  "sslEnabled": true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.yaml

              monitors:
              - monitorsValue
              pool: poolValue
              readOnly: true
              secretRef:
                name: nameValue
              user: userValue
            scaleIO:
              fsType: fsTypeValue
              gateway: gatewayValue
              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.json

                },
                "portworxVolume": {
                  "volumeID": "volumeIDValue",
                  "fsType": "fsTypeValue",
                  "readOnly": true
                },
                "scaleIO": {
                  "gateway": "gatewayValue",
                  "system": "systemValue",
                  "secretRef": {
                    "name": "nameValue"
                  },
                  "sslEnabled": true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PodTemplate.json

                "defaultMode": 2
              },
              "portworxVolume": {
                "volumeID": "volumeIDValue",
                "fsType": "fsTypeValue",
                "readOnly": true
              },
              "scaleIO": {
                "gateway": "gatewayValue",
                "system": "systemValue",
                "secretRef": {
                  "name": "nameValue"
                },
                "sslEnabled": true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 50K bytes
    - Viewed (0)
Back to top