Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MarketplaceCmd ¶
type MarketplaceCmd struct { *command.Namespaced *command.Formatted }
MarketplaceCmd contains the information needed to query the marketplace of services available to the user
func (*MarketplaceCmd) Run ¶
func (c *MarketplaceCmd) Run() error
Run retrieves all service classes visible in the current namespace, retrieves the plans belonging to those classes, and then displays that to the user
func (*MarketplaceCmd) Validate ¶
func (c *MarketplaceCmd) Validate(args []string) error
Validate always returns true, there are no args to validate
Click to show internal directories.
Click to hide internal directories.