Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for ThinProvisioned (0.53 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string storagePool = 6;
    
      // storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
      // Default is ThinProvisioned.
      // +optional
      optional string storageMode = 7;
    
      // volumeName is the name of a volume already created in the ScaleIO system
      // that is associated with this volume source.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	// The ScaleIO Storage Pool associated with the protection domain.
    	// +optional
    	StoragePool string
    	// Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
    	// Default is ThinProvisioned.
    	// +optional
    	StorageMode string
    	// The name of a volume already created in the ScaleIO system
    	// that is associated with this volume source.
    	VolumeName string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"storagePool":      "storagePool is the ScaleIO Storage Pool associated with the protection domain.",
    	"storageMode":      "storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.",
    	"volumeName":       "volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string storagePool = 6;
    
      // storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
      // Default is ThinProvisioned.
      // +optional
      optional string storageMode = 7;
    
      // volumeName is the name of a volume already created in the ScaleIO system
      // that is associated with this volume source.
    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/core/v1/types.go

    	// +optional
    	StoragePool string `json:"storagePool,omitempty" protobuf:"bytes,6,opt,name=storagePool"`
    	// storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
    	// Default is ThinProvisioned.
    	// +optional
    	StorageMode string `json:"storageMode,omitempty" protobuf:"bytes,7,opt,name=storageMode"`
    	// volumeName is the name of a volume already created in the ScaleIO system
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "type": "boolean"
              },
              "storageMode": {
                "description": "storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.",
                "type": "string"
              },
              "storagePool": {
                "description": "storagePool is the ScaleIO Storage Pool associated with the protection domain.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "boolean"
              },
              "storageMode": {
                "description": "storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.",
                "type": "string"
              },
              "storagePool": {
                "description": "storagePool is the ScaleIO Storage Pool associated with the protection domain.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top