Documentation ¶
Index ¶
- func IsUUID(arg string) bool
- func PrettyPrintInstance(ctx context.Context, instance *kraftcloudinstances.Instance, autoStart bool)
- func PrintInstances(ctx context.Context, format string, instances ...kraftcloudinstances.Instance) 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 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 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.
Click to show internal directories.
Click to hide internal directories.