Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + func EnterServiceNameInteractively(defaultValue, promptText string, validateName validation.Validator) (serviceName string) + func EnterServicePropertiesInteractively(svcPlan scv1beta1.ClusterServicePlan) (values map[string]string) + func GetServicePlanNames(stringMap map[string]scv1beta1.ClusterServicePlan) (keys []string) + func SelectClassInteractively(classesByCategory map[string][]scv1beta1.ClusterServiceClass) (class scv1beta1.ClusterServiceClass, serviceType string) + func SelectPlanNameInteractively(plans map[string]scv1beta1.ClusterServicePlan, promptText string) (plan string) + func StyledOutput(text, style string) string