Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAppBuildInput ¶
type CreateAppDeployInput ¶
type CreateAppDockerInput ¶
type CreateAppDockerInput struct {
DockerImage string `pulumi:"dockerImage"`
}
type CreateAppGithubInput ¶
type CreateAppInput ¶
type CreateAppInput struct { UserID string ProjectID string EnvironmentID string Name string GithubInput *CreateAppGithubInput Enabled bool Build CreateAppBuildInput Resources CreateAppResourcesInput Deploy CreateAppDeployInput EnvironmentVariables []CreateAppEnvironmentVariableInput DockerInput *CreateAppDockerInput }
func (CreateAppInput) GetCpuString ¶
func (i CreateAppInput) GetCpuString() *string
func (CreateAppInput) GetMemoryString ¶
func (i CreateAppInput) GetMemoryString() *string
type CreateAppResourcesInput ¶
type CreateAppResourcesInput struct { Cpu float64 `pulumi:"cpu"` Memory string `pulumi:"memory"` EphemeralStorage *float64 `pulumi:"ephemeralStorage,optional"` SpotInstance *bool `pulumi:"spotInstance,optional"` }
func (*CreateAppResourcesInput) GetMemoryFloat ¶
func (r *CreateAppResourcesInput) GetMemoryFloat() (float64, error)
Click to show internal directories.
Click to hide internal directories.