Documentation ¶
Index ¶
- Constants
- func PrintLabels(labels map[string]string) string
- func PrintMachinePoolAutoscaling(autoscaling *cmv1.MachinePoolAutoscaling) string
- func PrintMachinePoolDiskSize(mp *cmv1.MachinePool) string
- func PrintMachinePoolReplicas(autoscaling *cmv1.MachinePoolAutoscaling, replicas int) string
- func PrintMachinePoolSpot(mp *cmv1.MachinePool) string
- func PrintNodePoolAutorepair(autorepair bool) string
- func PrintNodePoolAutoscaling(autoscaling *cmv1.NodePoolAutoscaling) string
- func PrintNodePoolCurrentReplicas(status *cmv1.NodePoolStatus) string
- func PrintNodePoolInstanceType(aws *cmv1.AWSNodePool) string
- func PrintNodePoolMessage(status *cmv1.NodePoolStatus) string
- func PrintNodePoolReplicas(autoscaling *cmv1.NodePoolAutoscaling, replicas int) string
- func PrintNodePoolReplicasShort(currentReplicas, desiredReplicas string) string
- func PrintNodePoolTuningConfigs(tuningConfigs []string) string
- func PrintNodePoolVersion(version *cmv1.Version) string
- func PrintStringSlice(in []string) string
- func PrintTaints(taints []*cmv1.Taint) string
Constants ¶
View Source
const ( Yes = "Yes" No = "No" )
Variables ¶
This section is empty.
Functions ¶
func PrintLabels ¶
func PrintMachinePoolAutoscaling ¶
func PrintMachinePoolAutoscaling(autoscaling *cmv1.MachinePoolAutoscaling) string
func PrintMachinePoolDiskSize ¶
func PrintMachinePoolDiskSize(mp *cmv1.MachinePool) string
func PrintMachinePoolReplicas ¶
func PrintMachinePoolReplicas(autoscaling *cmv1.MachinePoolAutoscaling, replicas int) string
func PrintMachinePoolSpot ¶
func PrintMachinePoolSpot(mp *cmv1.MachinePool) string
func PrintNodePoolAutorepair ¶
func PrintNodePoolAutoscaling ¶
func PrintNodePoolAutoscaling(autoscaling *cmv1.NodePoolAutoscaling) string
func PrintNodePoolCurrentReplicas ¶
func PrintNodePoolCurrentReplicas(status *cmv1.NodePoolStatus) string
func PrintNodePoolInstanceType ¶
func PrintNodePoolInstanceType(aws *cmv1.AWSNodePool) string
func PrintNodePoolMessage ¶
func PrintNodePoolMessage(status *cmv1.NodePoolStatus) string
func PrintNodePoolReplicas ¶
func PrintNodePoolReplicas(autoscaling *cmv1.NodePoolAutoscaling, replicas int) string
func PrintNodePoolVersion ¶
func PrintStringSlice ¶
func PrintTaints ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.