Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for cachingMode (0.12 sec)

  1. pkg/apis/core/zz_generated.deepcopy.go

    func (in *AzureDiskVolumeSource) DeepCopyInto(out *AzureDiskVolumeSource) {
    	*out = *in
    	if in.CachingMode != nil {
    		in, out := &in.CachingMode, &out.CachingMode
    		*out = new(AzureDataDiskCachingMode)
    		**out = **in
    	}
    	if in.FSType != nil {
    		in, out := &in.FSType, &out.FSType
    		*out = new(string)
    		**out = **in
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    func (in *AzureDiskVolumeSource) DeepCopyInto(out *AzureDiskVolumeSource) {
    	*out = *in
    	if in.CachingMode != nil {
    		in, out := &in.CachingMode, &out.CachingMode
    		*out = new(AzureDataDiskCachingMode)
    		**out = **in
    	}
    	if in.FSType != nil {
    		in, out := &in.FSType, &out.FSType
    		*out = new(string)
    		**out = **in
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

        },
        "io.k8s.api.core.v1.AzureDiskVolumeSource": {
          "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.",
          "properties": {
            "cachingMode": {
              "description": "Host Caching mode: None, Read Only, Read Write.",
              "type": "string"
            },
            "diskName": {
              "description": "The Name of the data disk in the blob storage",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top