Versions in this module Expand all Collapse all v0 v0.3.0 Mar 27, 2019 v0.2.0 Mar 21, 2019 v0.1.0 Nov 15, 2018 Changes in this version + func NewConditionsValue(conditions duckv1alpha1.Conditions) uitable.Value + type ConditionsTable struct + func NewConditionsTable(conditions duckv1alpha1.Conditions) ConditionsTable + func (t ConditionsTable) Print(ui ui.UI) v0.0.10 Nov 7, 2018 Changes in this version + var BasicHelpGroup = cobrautil.HelpSection + var BuildMgmtHelpGroup = cobrautil.HelpSection + var DeleteAliases = []string + var ListAliases = []string + var OtherHelpGroup = cobrautil.HelpSection + var RestOfCommandsHelpGroup = cobrautil.HelpSection + var RouteMgmtHelpGroup = cobrautil.HelpSection + var SecretMgmtHelpGroup = cobrautil.HelpSection + var SystemHelpGroup = cobrautil.HelpSection + func NewAnnotationsValue(anns map[string]string) uitable.Value + type CancelSignals struct + func (CancelSignals) Watch(stopFunc func()) + type ConfigFactory interface + ConfigureContextResolver func(func() (string, error)) + ConfigurePathResolver func(func() (string, error)) + DefaultNamespace func() (string, error) + RESTConfig func() (*rest.Config, error) + type ConfigFactoryImpl struct + func NewConfigFactoryImpl() *ConfigFactoryImpl + func (f *ConfigFactoryImpl) ConfigureContextResolver(resolverFunc func() (string, error)) + func (f *ConfigFactoryImpl) ConfigurePathResolver(resolverFunc func() (string, error)) + func (f *ConfigFactoryImpl) DefaultNamespace() (string, error) + func (f *ConfigFactoryImpl) RESTConfig() (*rest.Config, error) + type DepsFactory interface + BuildClient func() (buildclientset.Interface, error) + CoreClient func() (kubernetes.Interface, error) + ServingClient func() (servingclientset.Interface, error) + func NewDepsFactory() DepsFactory + type DepsFactoryImpl struct + func NewDepsFactoryImpl(configFactory ConfigFactory) *DepsFactoryImpl + func (f *DepsFactoryImpl) BuildClient() (buildclientset.Interface, error) + func (f *DepsFactoryImpl) CoreClient() (kubernetes.Interface, error) + func (f *DepsFactoryImpl) ServingClient() (servingclientset.Interface, error) + type FlagsFactory struct + func NewFlagsFactory(configFactory ConfigFactory, depsFactory DepsFactory) FlagsFactory + func (f FlagsFactory) NewNamespaceNameFlag(str *string) *NamespaceNameFlag + type GenerateNameFlags struct + GenerateName bool + func (s *GenerateNameFlags) Apply(meta metav1.ObjectMeta) metav1.ObjectMeta + func (s *GenerateNameFlags) Set(cmd *cobra.Command, flagsFactory FlagsFactory) + type KubeconfigContextFlag struct + func NewKubeconfigContextFlag() *KubeconfigContextFlag + func (s *KubeconfigContextFlag) Resolve() error + func (s *KubeconfigContextFlag) Set(val string) error + func (s *KubeconfigContextFlag) String() string + func (s *KubeconfigContextFlag) Type() string + func (s *KubeconfigContextFlag) Value() (string, error) + type KubeconfigFlags struct + Context *KubeconfigContextFlag + Path *KubeconfigPathFlag + func (f *KubeconfigFlags) Set(cmd *cobra.Command, flagsFactory FlagsFactory) + type KubeconfigPathFlag struct + func NewKubeconfigPathFlag() *KubeconfigPathFlag + func (s *KubeconfigPathFlag) Resolve() error + func (s *KubeconfigPathFlag) Set(val string) error + func (s *KubeconfigPathFlag) String() string + func (s *KubeconfigPathFlag) Type() string + func (s *KubeconfigPathFlag) Value() (string, error) + type NamespaceFlags struct + Name string + func (s *NamespaceFlags) Set(cmd *cobra.Command, flagsFactory FlagsFactory) + type NamespaceNameFlag struct + func NewNamespaceNameFlag(value *string, configFactory ConfigFactory) *NamespaceNameFlag + func (s *NamespaceNameFlag) Resolve() error + func (s *NamespaceNameFlag) Set(val string) error + func (s *NamespaceNameFlag) String() string + func (s *NamespaceNameFlag) Type() string + type UIFlags struct + Columns []string + JSON bool + NoColor bool + NonInteractive bool + TTY bool + func (f *UIFlags) ConfigureUI(ui *ui.ConfUI) + func (f *UIFlags) Set(cmd *cobra.Command, flagsFactory FlagsFactory) + type ValueAge struct + T time.Time + func NewValueAge(t time.Time) ValueAge + func (t ValueAge) Compare(other uitable.Value) int + func (t ValueAge) String() string + func (t ValueAge) Value() uitable.Value + type ValueUnknownBool struct + B *bool + func NewValueUnknownBool(b *bool) ValueUnknownBool + func (t ValueUnknownBool) Compare(other uitable.Value) int + func (t ValueUnknownBool) String() string + func (t ValueUnknownBool) Value() uitable.Value