Documentation ¶
Index ¶
- Variables
- func ValidateMachine(machine *compute.Machine) field.ErrorList
- func ValidateMachineClass(machineClass *compute.MachineClass) field.ErrorList
- func ValidateMachineClassUpdate(newMachineClass, oldMachineClass *compute.MachineClass) field.ErrorList
- func ValidateMachinePool(machinePool *compute.MachinePool) field.ErrorList
- func ValidateMachinePoolUpdate(newMachinePool, oldMachinePool *compute.MachinePool) field.ErrorList
- func ValidateMachineUpdate(newMachine, oldMachine *compute.Machine) field.ErrorList
Constants ¶
This section is empty.
Variables ¶
View Source
var ValidateMachinePoolName = apivalidation.NameIsDNSSubdomain
Functions ¶
func ValidateMachine ¶
ValidateMachine validates a Machine object.
func ValidateMachineClass ¶
func ValidateMachineClass(machineClass *compute.MachineClass) field.ErrorList
ValidateMachineClass validates a MachineClass object.
func ValidateMachineClassUpdate ¶
func ValidateMachineClassUpdate(newMachineClass, oldMachineClass *compute.MachineClass) field.ErrorList
ValidateMachineClassUpdate validates a MachineClass object before an update.
func ValidateMachinePool ¶
func ValidateMachinePool(machinePool *compute.MachinePool) field.ErrorList
func ValidateMachinePoolUpdate ¶
func ValidateMachinePoolUpdate(newMachinePool, oldMachinePool *compute.MachinePool) field.ErrorList
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.