Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DiskTypeStandard is the standard disk type DiskTypeStandard = "pd-standard" // DiskTypeSSD is the SSD disk type DiskTypeSSD = "pd-ssd" // DiskTypeScratch is the SCRATCH disk type DiskTypeScratch = "SCRATCH" // DiskTypePDBalanced is the balanced disk type DiskTypePDBalanced = "pd-balanced" // DiskInterfaceNVME is the NVME disk interface DiskInterfaceNVME = "NVME" // DiskInterfaceSCSI is the SCSI disk interface DiskInterfaceSCSI = "SCSI" )
Variables ¶
This section is empty.
Functions ¶
func ValidateGCPProviderSpec ¶
func ValidateGCPProviderSpec(spec *api.GCPProviderSpec, secrets *corev1.Secret) []error
ValidateGCPProviderSpec validates gcp provider spec
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.