utils

package
v0.7.14-77-gec619c41 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2024 License: BSD-3-Clause Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsUUID added in v0.7.1

func IsUUID(arg string) bool

IsUUID returns whether the provided the string is a UUID or not.

func IsValidOutputFormat added in v0.7.14

func IsValidOutputFormat(format string) bool

func PopulateMetroToken added in v0.7.9

func PopulateMetroToken(cmd *cobra.Command, metro, token *string) error

func PrettyPrintInstance added in v0.7.1

func PrettyPrintInstance(ctx context.Context, instance *kcinstances.GetResponseItem, serviceGroup *kcservices.GetResponseItem, autoStart bool)

PrettyPrintInstance outputs a single instance and information about it.

func PrintAutoscaleConfiguration added in v0.7.13

func PrintAutoscaleConfiguration(ctx context.Context, format string, resp *kcclient.ServiceResponse[kcautoscale.GetResponseItem]) error

PrintAutoscaleConfiguration pretty-prints the provided autoscale configuration or returns an error if unable to send to stdout via the provided context.

func PrintCertificates added in v0.7.13

func PrintCertificates(ctx context.Context, format string, resp *kcclient.ServiceResponse[kccerts.GetResponseItem]) error

PrintCertificates pretty-prints the provided set of certificates or returns an error if unable to send to stdout via the provided context.

func PrintInstances

func PrintInstances(ctx context.Context, format string, resp *kcclient.ServiceResponse[kcinstances.GetResponseItem]) 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, resp *kcclient.ServiceResponse[kcservices.GetResponseItem]) 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 PrintServiceGroupsCompat

func PrintServiceGroupsCompat(ctx context.Context, format string, serviceGroups ...kcservices.GetResponseItem) error

PrintServiceGroupsCompat pretty-prints the provided set of service groups or returns an error if unable to send to stdout via the provided context.

TODO(antoineco): implement batch GET of service groups in the KraftCloud SDK to avoid this compatibility function. Its only caller is in service/list/list.go

func PrintVolumes added in v0.7.1

func PrintVolumes(ctx context.Context, format string, resp *kcclient.ServiceResponse[kcvolumes.GetResponseItem]) error

PrintVolumes pretty-prints the provided set of volumes or returns an error if unable to send to stdout via the provided context.

func PrintVolumesCompat

func PrintVolumesCompat(ctx context.Context, format string, volumes ...kcvolumes.GetResponseItem) error

PrintVolumesCompat pretty-prints the provided set of volumes or returns an error if unable to send to stdout via the provided context.

TODO(antoineco): implement batch GET of service groups in the KraftCloud SDK to avoid this compatibility function. Its only caller is in volume/list/list.go

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL