Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AzureDiskVolumeSource (0.13 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/core/v1/azurediskvolumesource.go

    	Kind        *v1.AzureDataDiskKind        `json:"kind,omitempty"`
    }
    
    // AzureDiskVolumeSourceApplyConfiguration constructs an declarative configuration of the AzureDiskVolumeSource type for use with
    // apply.
    func AzureDiskVolumeSource() *AzureDiskVolumeSourceApplyConfiguration {
    	return &AzureDiskVolumeSourceApplyConfiguration{}
    }
    
    // WithDiskName sets the DiskName field in the declarative configuration to the given value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 4.1K bytes
    - Viewed (0)
Back to top