Documentation
¶
Index ¶
- func NewCreateServiceCommand(p *config.KfParams, client services.Client, ...) *cobra.Command
- func NewDeleteServiceCommand(p *config.KfParams, client services.Client) *cobra.Command
- func NewGetServiceCommand(p *config.KfParams, client services.Client) *cobra.Command
- func NewListServicesCommand(p *config.KfParams, client services.Client, appsClient apps.Client, ...) *cobra.Command
- func NewMarketplaceCommand(p *config.KfParams, client marketplace.ClientInterface) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateServiceCommand ¶
func NewCreateServiceCommand(p *config.KfParams, client services.Client, marketplaceClient marketplace.ClientInterface) *cobra.Command
NewCreateServiceCommand allows users to create service instances.
func NewDeleteServiceCommand ¶
NewDeleteServiceCommand allows users to delete service instances.
func NewGetServiceCommand ¶
NewGetServiceCommand allows users to get a service instance.
func NewListServicesCommand ¶
func NewListServicesCommand( p *config.KfParams, client services.Client, appsClient apps.Client, marketplaceClient marketplace.ClientInterface, ) *cobra.Command
NewListServicesCommand allows users to list service instances.
func NewMarketplaceCommand ¶
func NewMarketplaceCommand(p *config.KfParams, client marketplace.ClientInterface) *cobra.Command
NewMarketplaceCommand allows users to get a service instance.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.