Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrVersionMismatch = errors.New("version mismatch")
ErrVersionMismatch for app.
Functions ¶
Types ¶
type App ¶
type App struct { Resources *Resources ID string Name string Namespace string Domain string InitVersion string Version string ConfigVersion string Secrets Secrets }
App to be created.
func (*App) HasConfigVersion ¶ added in v1.156.0
HasConfigVersion for app.
func (*App) HasResources ¶ added in v1.162.0
HasResources for app.
type Mocks ¶
type Mocks int
Mocks for app.
func (Mocks) Call ¶
func (Mocks) Call(_ pulumi.MockCallArgs) (resource.PropertyMap, error)
func (Mocks) NewResource ¶
func (Mocks) NewResource(_ pulumi.MockResourceArgs) (string, resource.PropertyMap, error)
Click to show internal directories.
Click to hide internal directories.