Documentation ¶
Index ¶
- func IsUUID(arg string) bool
- func PrettyPrintInstance(ctx context.Context, instance *kraftcloudinstances.Instance, autoStart bool)
- func PrintAutoscaleConfigurations(ctx context.Context, format string, ...) error
- func PrintInstances(ctx context.Context, format string, instances ...kraftcloudinstances.Instance) error
- func PrintLimits(ctx context.Context, format string, quotas ...kraftcloudusers.Quotas) error
- func PrintQuotas(ctx context.Context, format string, quotas ...kraftcloudusers.Quotas) error
- func PrintServiceGroups(ctx context.Context, format string, ...) error
- func PrintVolumes(ctx context.Context, format string, volumes ...kraftcloudvolumes.Volume) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrettyPrintInstance ¶ added in v0.7.1
func PrettyPrintInstance(ctx context.Context, instance *kraftcloudinstances.Instance, autoStart bool)
PrettyPrintInstance outputs a single instance and information about it.
func PrintAutoscaleConfigurations ¶ added in v0.7.4
func PrintAutoscaleConfigurations(ctx context.Context, format string, autoscaleConfigurations ...kraftcloudautoscale.AutoscaleConfiguration) error
PrintAutoscaleConfigurations pretty-prints the provided set of autoscale configurations or returns an error if unable to send to stdout via the provided context.
func PrintInstances ¶
func PrintInstances(ctx context.Context, format string, instances ...kraftcloudinstances.Instance) error
PrintInstances pretty-prints the provided set of instances or returns an error if unable to send to stdout via the provided context.
func PrintLimits ¶ added in v0.7.5
PrintLimits pretty-prints the provided set of user limits or returns an error if unable to send to stdout via the provided context.
func PrintQuotas ¶ added in v0.7.1
PrintQuotas pretty-prints the provided set of user quotas or returns an error if unable to send to stdout via the provided context.
func PrintServiceGroups ¶ added in v0.7.1
func PrintServiceGroups(ctx context.Context, format string, serviceGroups ...kraftcloudservices.ServiceGroup) error
PrintServiceGroups pretty-prints the provided set of service groups or returns an error if unable to send to stdout via the provided context.
func PrintVolumes ¶ added in v0.7.1
PrintVolumes pretty-prints the provided set of volumes or returns an error if unable to send to stdout via the provided context.
Types ¶
This section is empty.