Documentation ¶
Index ¶
- func GetNamespace(ctx context.Context, client waypoint_service.ClientService, ...) (string, error)
- func NewCmdCreate(ctx *cmd.Context, runF func(opts *TFCConfigCreateOpts) error) *cmd.Command
- func NewCmdDelete(ctx *cmd.Context, runF func(opts *TFCConfigDeleteOpts) error) *cmd.Command
- func NewCmdRead(ctx *cmd.Context, runF func(opts *TFCConfigReadOpts) error) *cmd.Command
- func NewCmdTFCConfig(ctx *cmd.Context) *cmd.Command
- type TFCConfigCreateOpts
- type TFCConfigDeleteOpts
- type TFCConfigReadOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNamespace ¶
func GetNamespace(ctx context.Context, client waypoint_service.ClientService, orgID, projectID string) (string, error)
func NewCmdCreate ¶
func NewCmdDelete ¶
func NewCmdRead ¶
Types ¶
type TFCConfigCreateOpts ¶
type TFCConfigDeleteOpts ¶
type TFCConfigDeleteOpts struct { Ctx context.Context Profile *profile.Profile Output *format.Outputter IO iostreams.IOStreams WaypointClient waypoint_service.ClientService }
type TFCConfigReadOpts ¶
type TFCConfigReadOpts struct { Ctx context.Context Profile *profile.Profile Output *format.Outputter IO iostreams.IOStreams WaypointClient waypoint_service.ClientService }
Click to show internal directories.
Click to hide internal directories.