Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for storageMode (0.24 sec)

  1. pkg/apis/core/v1/zz_generated.conversion.go

    	out.SecretRef = (*core.SecretReference)(unsafe.Pointer(in.SecretRef))
    	out.SSLEnabled = in.SSLEnabled
    	out.ProtectionDomain = in.ProtectionDomain
    	out.StoragePool = in.StoragePool
    	out.StorageMode = in.StorageMode
    	out.VolumeName = in.VolumeName
    	out.FSType = in.FSType
    	out.ReadOnly = in.ReadOnly
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"protectionDomain": "protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.",
    	"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.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. 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)
  6. pkg/apis/core/types.go

    	// +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
    	// 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)
  7. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "description": "sslEnabled is the flag to enable/disable SSL communication with Gateway, default false",
                "type": "boolean"
              },
              "storageMode": {
                "description": "storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.",
                "type": "string"
              },
              "storagePool": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

              "sslEnabled": {
                "description": "sslEnabled Flag enable/disable SSL communication with Gateway, default false",
                "type": "boolean"
              },
              "storageMode": {
                "description": "storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.",
                "type": "string"
              },
              "storagePool": {
    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