Documentation ¶
Index ¶
- func IsUUID(arg string) bool
- func PopulateMetroToken(cmd *cobra.Command, metro, token *string) error
- func PrettyPrintInstance(ctx context.Context, instance *kcinstances.GetResponseItem, ...)
- func PrintAutoscaleConfiguration(ctx context.Context, format string, aconf kcautoscale.GetResponseItem) error
- func PrintInstances(ctx context.Context, format string, instances ...kcinstances.GetResponseItem) error
- func PrintLimits(ctx context.Context, format string, quotas ...kcusers.QuotasResponseItem) error
- func PrintQuotas(ctx context.Context, format string, quotas ...kcusers.QuotasResponseItem) error
- func PrintServiceGroups(ctx context.Context, format string, ...) error
- func PrintVolumes(ctx context.Context, format string, volumes ...kcvolumes.GetResponseItem) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PopulateMetroToken ¶ added in v0.7.9
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, aconf 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 PrintInstances ¶
func PrintInstances(ctx context.Context, format string, instances ...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, serviceGroups ...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 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.