Documentation
¶
Index ¶
- func GetAll(client newclient.Client, spaceID string) (*resources.Resources[*EphemeralEnvironment], error)
- type CreateEnvironmentCommand
- type CreateEnvironmentResponse
- type DeprovisionEphemeralEnvironmentCommand
- type DeprovisionEphemeralEnvironmentProjectCommand
- type DeprovisionEphemeralEnvironmentProjectResponse
- type DeprovisionEphemeralEnvironmentResponse
- type DeprovisioningRunbookRun
- type EphemeralEnvironment
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateEnvironmentResponse ¶
type CreateEnvironmentResponse struct {
Id string `json:"Id"`
}
type DeprovisionEphemeralEnvironmentCommand ¶
type DeprovisionEphemeralEnvironmentCommand struct{}
type DeprovisionEphemeralEnvironmentProjectCommand ¶
type DeprovisionEphemeralEnvironmentProjectCommand struct{}
type DeprovisionEphemeralEnvironmentProjectResponse ¶
type DeprovisionEphemeralEnvironmentProjectResponse struct {
DeprovisioningRun DeprovisioningRunbookRun `json:"DeprovisioningRun"`
}
func DeprovisionForProject ¶
type DeprovisionEphemeralEnvironmentResponse ¶
type DeprovisionEphemeralEnvironmentResponse struct {
DeprovisioningRuns []DeprovisioningRunbookRun `json:"DeprovisioningRuns"`
}
func Deprovision ¶
type EphemeralEnvironment ¶
type EphemeralEnvironment struct {
ID string `json:"Id"`
Name string `json:"Name"`
SpaceID string `json:"SpaceId"`
Slug string `json:"Slug"`
Description string `json:"Description"`
Type string `json:"Type"`
SortOrder int `json:"SortOrder"`
UseGuidedFailure bool `json:"UseGuidedFailure"`
ParentEnvironmentId string `json:"ParentEnvironmentId"`
}
func NewEphemeralEnvironment ¶
func NewEphemeralEnvironment(name string, parentEnvironmentID string, spaceID string) *EphemeralEnvironment
Click to show internal directories.
Click to hide internal directories.