Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for ThinProvisioned (0.4 sec)

  1. pkg/apis/core/v1/defaults.go

    	if obj.StorageMode == "" {
    		obj.StorageMode = "ThinProvisioned"
    	}
    	if obj.FSType == "" {
    		obj.FSType = "xfs"
    	}
    }
    
    func SetDefaults_ScaleIOPersistentVolumeSource(obj *v1.ScaleIOPersistentVolumeSource) {
    	if obj.StorageMode == "" {
    		obj.StorageMode = "ThinProvisioned"
    	}
    	if obj.FSType == "" {
    		obj.FSType = "xfs"
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 19 22:24:15 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  2. pkg/apis/core/v1/defaults_test.go

    		".Spec.Volumes[0].VolumeSource.ScaleIO.FSType":                                                `"xfs"`,
    		".Spec.Volumes[0].VolumeSource.ScaleIO.StorageMode":                                           `"ThinProvisioned"`,
    		".Spec.Volumes[0].VolumeSource.Secret.DefaultMode":                                            `420`,
    	}
    	t.Run("empty PodTemplateSpec", func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  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. 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)
  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)
  8. api/openapi-spec/v3/apis__apps__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 May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/api__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 May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  10. pkg/generated/openapi/zz_generated.openapi.go

    						},
    					},
    					"storageMode": {
    						SchemaProps: spec.SchemaProps{
    							Description: "storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"volumeName": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top