Documentation
¶
Index ¶
- func NewCreateCommand(client client.API, w io.Writer) *cobra.Command
- func NewCredentialsCommand(client client.API, w io.Writer) *cobra.Command
- func NewListCommand(client client.API, w io.Writer) *cobra.Command
- func NewUpdateCommand(client client.API, w io.Writer) *cobra.Command
- type CreateOptions
- type ListOptions
- type UpdateOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCommand ¶
NewCreateCommand creates a new `credentials create` command to create a credential pool
func NewCredentialsCommand ¶
NewCredentialsCommand creates a new `credentials` command
func NewListCommand ¶
NewListCommand creates a new `credentials list` command to list credential pools for a workspace
Types ¶
type CreateOptions ¶
CreateOptions are the options for creating a credential pool
type ListOptions ¶
type ListOptions struct {
WorkspaceID string
}
ListOptions are the options for listing credential pools
type UpdateOptions ¶
UpdateOptions are the options for updating a credential pool
Click to show internal directories.
Click to hide internal directories.