Documentation ¶
Index ¶
Constants ¶
View Source
const ( Aws = "Pulumi AWS" Azure = "Pulumi Azure" Gcp = "Pulumi Google Cloud" AwsTf = "Terraform AWS (Preview)" GcpTf = "Terraform Google Cloud (Preview)" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListItem ¶ added in v1.54.7
func (*ListItem) GetItemDescription ¶ added in v1.54.7
func (*ListItem) GetItemValue ¶ added in v1.54.7
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model - represents the state of the new stack creation operation
func (Model) ProviderName ¶
ProviderName returns the stack cloud name selected by the user
type NewStackStatus ¶
type NewStackStatus int
const ( NameInput NewStackStatus = iota ProviderInput Pending Done Error )
Click to show internal directories.
Click to hide internal directories.