Documentation
¶
Index ¶
- func IsValidProperty(property string) error
- func NewCmdDisplay(ctx *cmd.Context) *cmd.Command
- func NewCmdGet(ctx *cmd.Context) *cmd.Command
- func NewCmdInit(ctx *cmd.Context) *cmd.Command
- func NewCmdProfile(ctx *cmd.Context) *cmd.Command
- func NewCmdSet(ctx *cmd.Context) *cmd.Command
- func NewCmdUnset(ctx *cmd.Context) *cmd.Command
- type DisplayOpts
- type GetOpts
- type InitOpts
- type SetOpts
- type UnsetOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidProperty ¶
IsValidProperty returns an error if the given property is invalid.
Types ¶
type DisplayOpts ¶
type InitOpts ¶
type InitOpts struct {
Ctx context.Context
IO iostreams.IOStreams
Profile *profile.Profile
// Clients
IAMClient iam_service.ClientService
OrganizationService organization_service.ClientService
ProjectService project_service.ClientService
}
type SetOpts ¶
type SetOpts struct {
Ctx context.Context
IO iostreams.IOStreams
Profile *profile.Profile
// Resource Manager client
ProjectService project_service.ClientService
OrganizationService organization_service.ClientService
// Arguments
Property string
Value string
// contains filtered or unexported fields
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.