Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func MarshalEnvironmentDefinition(env *EnvironmentDefinition) (string, error)
- func NewAuthContext(accessToken string) context.Context
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIKey
- type APIResponse
- type Access
- func (o *Access) GetAccessors() []Accessor
- func (o *Access) GetAccessorsOk() ([]Accessor, bool)
- func (o *Access) GetReceiver() Range
- func (o *Access) GetReceiverOk() (*Range, bool)
- func (o *Access) HasAccessors() bool
- func (o *Access) HasReceiver() bool
- func (o Access) MarshalJSON() ([]byte, error)
- func (o *Access) SetAccessors(v []Accessor)
- func (o *Access) SetReceiver(v Range)
- func (o Access) ToMap() (map[string]interface{}, error)
- type Accessor
- func (o *Accessor) GetIndex() int32
- func (o *Accessor) GetIndexOk() (*int32, bool)
- func (o *Accessor) GetKey() string
- func (o *Accessor) GetKeyOk() (*string, bool)
- func (o *Accessor) GetRange() Range
- func (o *Accessor) GetRangeOk() (*Range, bool)
- func (o *Accessor) HasIndex() bool
- func (o Accessor) MarshalJSON() ([]byte, error)
- func (o *Accessor) SetIndex(v int32)
- func (o *Accessor) SetKey(v string)
- func (o *Accessor) SetRange(v Range)
- func (o Accessor) ToMap() (map[string]interface{}, error)
- func (o *Accessor) UnmarshalJSON(data []byte) (err error)
- type ApiCheckEnvironmentYamlRequest
- type ApiCloneEnvironmentRequest
- type ApiCreateEnvironmentRequest
- type ApiCreateEnvironmentRevisionTagRequest
- type ApiCreateEnvironmentTagRequest
- type ApiDecryptEnvironmentRequest
- type ApiDeleteEnvironmentRequest
- type ApiDeleteEnvironmentRevisionTagRequest
- type ApiDeleteEnvironmentTagRequest
- type ApiGetEnvironmentAtVersionRequest
- type ApiGetEnvironmentETagRequest
- type ApiGetEnvironmentRequest
- type ApiGetEnvironmentRevisionTagRequest
- type ApiGetEnvironmentTagRequest
- type ApiListEnvironmentRevisionTagsRequest
- func (r ApiListEnvironmentRevisionTagsRequest) After(after string) ApiListEnvironmentRevisionTagsRequest
- func (r ApiListEnvironmentRevisionTagsRequest) Count(count int32) ApiListEnvironmentRevisionTagsRequest
- func (r ApiListEnvironmentRevisionTagsRequest) Execute() (*EnvironmentRevisionTags, *http.Response, error)
- type ApiListEnvironmentRevisionsRequest
- type ApiListEnvironmentTagsRequest
- type ApiListEnvironmentsRequest
- type ApiOpenEnvironmentAtVersionRequest
- type ApiOpenEnvironmentRequest
- type ApiReadOpenEnvironmentPropertyRequest
- type ApiReadOpenEnvironmentRequest
- type ApiUpdateEnvironmentRevisionTagRequest
- type ApiUpdateEnvironmentTagRequest
- type ApiUpdateEnvironmentYamlRequest
- type BasicAuth
- type CheckEnvironment
- func (o *CheckEnvironment) GetDiagnostics() []EnvironmentDiagnostic
- func (o *CheckEnvironment) GetDiagnosticsOk() ([]EnvironmentDiagnostic, bool)
- func (o *CheckEnvironment) GetExecutionContext() EvaluatedExecutionContext
- func (o *CheckEnvironment) GetExecutionContextOk() (*EvaluatedExecutionContext, bool)
- func (o *CheckEnvironment) GetExprs() map[string]Expr
- func (o *CheckEnvironment) GetExprsOk() (*map[string]Expr, bool)
- func (o *CheckEnvironment) GetProperties() map[string]Value
- func (o *CheckEnvironment) GetPropertiesOk() (*map[string]Value, bool)
- func (o *CheckEnvironment) GetSchema() interface{}
- func (o *CheckEnvironment) GetSchemaOk() (*interface{}, bool)
- func (o *CheckEnvironment) HasDiagnostics() bool
- func (o *CheckEnvironment) HasExecutionContext() bool
- func (o *CheckEnvironment) HasExprs() bool
- func (o *CheckEnvironment) HasProperties() bool
- func (o *CheckEnvironment) HasSchema() bool
- func (o CheckEnvironment) MarshalJSON() ([]byte, error)
- func (o *CheckEnvironment) SetDiagnostics(v []EnvironmentDiagnostic)
- func (o *CheckEnvironment) SetExecutionContext(v EvaluatedExecutionContext)
- func (o *CheckEnvironment) SetExprs(v map[string]Expr)
- func (o *CheckEnvironment) SetProperties(v map[string]Value)
- func (o *CheckEnvironment) SetSchema(v interface{})
- func (o CheckEnvironment) ToMap() (map[string]interface{}, error)
- type CloneEnvironment
- func (o *CloneEnvironment) GetName() string
- func (o *CloneEnvironment) GetNameOk() (*string, bool)
- func (o *CloneEnvironment) GetPreserveAccess() bool
- func (o *CloneEnvironment) GetPreserveAccessOk() (*bool, bool)
- func (o *CloneEnvironment) GetPreserveEnvironmentTags() bool
- func (o *CloneEnvironment) GetPreserveEnvironmentTagsOk() (*bool, bool)
- func (o *CloneEnvironment) GetPreserveHistory() bool
- func (o *CloneEnvironment) GetPreserveHistoryOk() (*bool, bool)
- func (o *CloneEnvironment) GetPreserveRevisionTags() bool
- func (o *CloneEnvironment) GetPreserveRevisionTagsOk() (*bool, bool)
- func (o *CloneEnvironment) GetProject() string
- func (o *CloneEnvironment) GetProjectOk() (*string, bool)
- func (o *CloneEnvironment) HasPreserveAccess() bool
- func (o *CloneEnvironment) HasPreserveEnvironmentTags() bool
- func (o *CloneEnvironment) HasPreserveHistory() bool
- func (o *CloneEnvironment) HasPreserveRevisionTags() bool
- func (o CloneEnvironment) MarshalJSON() ([]byte, error)
- func (o *CloneEnvironment) SetName(v string)
- func (o *CloneEnvironment) SetPreserveAccess(v bool)
- func (o *CloneEnvironment) SetPreserveEnvironmentTags(v bool)
- func (o *CloneEnvironment) SetPreserveHistory(v bool)
- func (o *CloneEnvironment) SetPreserveRevisionTags(v bool)
- func (o *CloneEnvironment) SetProject(v string)
- func (o CloneEnvironment) ToMap() (map[string]interface{}, error)
- func (o *CloneEnvironment) UnmarshalJSON(data []byte) (err error)
- type CloneEnvironmentOptions
- type Configuration
- type CreateEnvironment
- func (o *CreateEnvironment) GetName() string
- func (o *CreateEnvironment) GetNameOk() (*string, bool)
- func (o *CreateEnvironment) GetProject() string
- func (o *CreateEnvironment) GetProjectOk() (*string, bool)
- func (o CreateEnvironment) MarshalJSON() ([]byte, error)
- func (o *CreateEnvironment) SetName(v string)
- func (o *CreateEnvironment) SetProject(v string)
- func (o CreateEnvironment) ToMap() (map[string]interface{}, error)
- func (o *CreateEnvironment) UnmarshalJSON(data []byte) (err error)
- type CreateEnvironmentRevisionTag
- func (o *CreateEnvironmentRevisionTag) GetName() string
- func (o *CreateEnvironmentRevisionTag) GetNameOk() (*string, bool)
- func (o *CreateEnvironmentRevisionTag) GetRevision() int32
- func (o *CreateEnvironmentRevisionTag) GetRevisionOk() (*int32, bool)
- func (o CreateEnvironmentRevisionTag) MarshalJSON() ([]byte, error)
- func (o *CreateEnvironmentRevisionTag) SetName(v string)
- func (o *CreateEnvironmentRevisionTag) SetRevision(v int32)
- func (o CreateEnvironmentRevisionTag) ToMap() (map[string]interface{}, error)
- func (o *CreateEnvironmentRevisionTag) UnmarshalJSON(data []byte) (err error)
- type CreateEnvironmentRevisionTag204Response
- func (o *CreateEnvironmentRevisionTag204Response) GetMessage() string
- func (o *CreateEnvironmentRevisionTag204Response) GetMessageOk() (*string, bool)
- func (o *CreateEnvironmentRevisionTag204Response) GetStatusCode() int32
- func (o *CreateEnvironmentRevisionTag204Response) GetStatusCodeOk() (*int32, bool)
- func (o *CreateEnvironmentRevisionTag204Response) HasMessage() bool
- func (o *CreateEnvironmentRevisionTag204Response) HasStatusCode() bool
- func (o CreateEnvironmentRevisionTag204Response) MarshalJSON() ([]byte, error)
- func (o *CreateEnvironmentRevisionTag204Response) SetMessage(v string)
- func (o *CreateEnvironmentRevisionTag204Response) SetStatusCode(v int32)
- func (o CreateEnvironmentRevisionTag204Response) ToMap() (map[string]interface{}, error)
- type CreateEnvironmentTag
- func (o *CreateEnvironmentTag) GetName() string
- func (o *CreateEnvironmentTag) GetNameOk() (*string, bool)
- func (o *CreateEnvironmentTag) GetValue() string
- func (o *CreateEnvironmentTag) GetValueOk() (*string, bool)
- func (o CreateEnvironmentTag) MarshalJSON() ([]byte, error)
- func (o *CreateEnvironmentTag) SetName(v string)
- func (o *CreateEnvironmentTag) SetValue(v string)
- func (o CreateEnvironmentTag) ToMap() (map[string]interface{}, error)
- func (o *CreateEnvironmentTag) UnmarshalJSON(data []byte) (err error)
- type CreateEnvironmentTagRequest
- func (o *CreateEnvironmentTagRequest) GetName() string
- func (o *CreateEnvironmentTagRequest) GetNameOk() (*string, bool)
- func (o *CreateEnvironmentTagRequest) GetValue() string
- func (o *CreateEnvironmentTagRequest) GetValueOk() (*string, bool)
- func (o CreateEnvironmentTagRequest) MarshalJSON() ([]byte, error)
- func (o *CreateEnvironmentTagRequest) SetName(v string)
- func (o *CreateEnvironmentTagRequest) SetValue(v string)
- func (o CreateEnvironmentTagRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateEnvironmentTagRequest) UnmarshalJSON(data []byte) (err error)
- type Environment
- func (o *Environment) GetExecutionContext() EvaluatedExecutionContext
- func (o *Environment) GetExecutionContextOk() (*EvaluatedExecutionContext, bool)
- func (o *Environment) GetExprs() map[string]Expr
- func (o *Environment) GetExprsOk() (*map[string]Expr, bool)
- func (o *Environment) GetProperties() map[string]Value
- func (o *Environment) GetPropertiesOk() (*map[string]Value, bool)
- func (o *Environment) GetSchema() interface{}
- func (o *Environment) GetSchemaOk() (*interface{}, bool)
- func (o *Environment) HasExecutionContext() bool
- func (o *Environment) HasExprs() bool
- func (o *Environment) HasProperties() bool
- func (o *Environment) HasSchema() bool
- func (o Environment) MarshalJSON() ([]byte, error)
- func (o *Environment) SetExecutionContext(v EvaluatedExecutionContext)
- func (o *Environment) SetExprs(v map[string]Expr)
- func (o *Environment) SetProperties(v map[string]Value)
- func (o *Environment) SetSchema(v interface{})
- func (o Environment) ToMap() (map[string]interface{}, error)
- type EnvironmentDefinition
- func (o *EnvironmentDefinition) GetImports() []string
- func (o *EnvironmentDefinition) GetImportsOk() ([]string, bool)
- func (o *EnvironmentDefinition) GetValues() EnvironmentDefinitionValues
- func (o *EnvironmentDefinition) GetValuesOk() (*EnvironmentDefinitionValues, bool)
- func (o *EnvironmentDefinition) HasImports() bool
- func (o *EnvironmentDefinition) HasValues() bool
- func (o EnvironmentDefinition) MarshalJSON() ([]byte, error)
- func (o *EnvironmentDefinition) SetImports(v []string)
- func (o *EnvironmentDefinition) SetValues(v EnvironmentDefinitionValues)
- func (o EnvironmentDefinition) ToMap() (map[string]interface{}, error)
- type EnvironmentDefinitionValues
- func (o *EnvironmentDefinitionValues) GetEnvironmentVariables() map[string]string
- func (o *EnvironmentDefinitionValues) GetEnvironmentVariablesOk() (*map[string]string, bool)
- func (o *EnvironmentDefinitionValues) GetFiles() map[string]string
- func (o *EnvironmentDefinitionValues) GetFilesOk() (*map[string]string, bool)
- func (o *EnvironmentDefinitionValues) GetPulumiConfig() map[string]interface{}
- func (o *EnvironmentDefinitionValues) GetPulumiConfigOk() (map[string]interface{}, bool)
- func (o *EnvironmentDefinitionValues) HasEnvironmentVariables() bool
- func (o *EnvironmentDefinitionValues) HasFiles() bool
- func (o *EnvironmentDefinitionValues) HasPulumiConfig() bool
- func (o EnvironmentDefinitionValues) MarshalJSON() ([]byte, error)
- func (o *EnvironmentDefinitionValues) SetEnvironmentVariables(v map[string]string)
- func (o *EnvironmentDefinitionValues) SetFiles(v map[string]string)
- func (o *EnvironmentDefinitionValues) SetPulumiConfig(v map[string]interface{})
- func (o EnvironmentDefinitionValues) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentDefinitionValues) UnmarshalJSON(data []byte) (err error)
- type EnvironmentDiagnostic
- func (o *EnvironmentDiagnostic) GetPath() string
- func (o *EnvironmentDiagnostic) GetPathOk() (*string, bool)
- func (o *EnvironmentDiagnostic) GetRange() Range
- func (o *EnvironmentDiagnostic) GetRangeOk() (*Range, bool)
- func (o *EnvironmentDiagnostic) GetSummary() string
- func (o *EnvironmentDiagnostic) GetSummaryOk() (*string, bool)
- func (o *EnvironmentDiagnostic) HasPath() bool
- func (o *EnvironmentDiagnostic) HasRange() bool
- func (o EnvironmentDiagnostic) MarshalJSON() ([]byte, error)
- func (o *EnvironmentDiagnostic) SetPath(v string)
- func (o *EnvironmentDiagnostic) SetRange(v Range)
- func (o *EnvironmentDiagnostic) SetSummary(v string)
- func (o EnvironmentDiagnostic) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentDiagnostic) UnmarshalJSON(data []byte) (err error)
- type EnvironmentDiagnostics
- func (o *EnvironmentDiagnostics) GetDiagnostics() []EnvironmentDiagnostic
- func (o *EnvironmentDiagnostics) GetDiagnosticsOk() ([]EnvironmentDiagnostic, bool)
- func (o *EnvironmentDiagnostics) HasDiagnostics() bool
- func (o EnvironmentDiagnostics) MarshalJSON() ([]byte, error)
- func (o *EnvironmentDiagnostics) SetDiagnostics(v []EnvironmentDiagnostic)
- func (o EnvironmentDiagnostics) ToMap() (map[string]interface{}, error)
- type EnvironmentRevision
- func (o *EnvironmentRevision) GetCreated() string
- func (o *EnvironmentRevision) GetCreatedOk() (*string, bool)
- func (o *EnvironmentRevision) GetCreatorLogin() string
- func (o *EnvironmentRevision) GetCreatorLoginOk() (*string, bool)
- func (o *EnvironmentRevision) GetCreatorName() string
- func (o *EnvironmentRevision) GetCreatorNameOk() (*string, bool)
- func (o *EnvironmentRevision) GetNumber() int32
- func (o *EnvironmentRevision) GetNumberOk() (*int32, bool)
- func (o *EnvironmentRevision) GetTags() []string
- func (o *EnvironmentRevision) GetTagsOk() ([]string, bool)
- func (o *EnvironmentRevision) HasCreated() bool
- func (o *EnvironmentRevision) HasCreatorLogin() bool
- func (o *EnvironmentRevision) HasCreatorName() bool
- func (o *EnvironmentRevision) HasTags() bool
- func (o EnvironmentRevision) MarshalJSON() ([]byte, error)
- func (o *EnvironmentRevision) SetCreated(v string)
- func (o *EnvironmentRevision) SetCreatorLogin(v string)
- func (o *EnvironmentRevision) SetCreatorName(v string)
- func (o *EnvironmentRevision) SetNumber(v int32)
- func (o *EnvironmentRevision) SetTags(v []string)
- func (o EnvironmentRevision) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentRevision) UnmarshalJSON(data []byte) (err error)
- type EnvironmentRevisionTag
- func (o *EnvironmentRevisionTag) GetCreated() string
- func (o *EnvironmentRevisionTag) GetCreatedOk() (*string, bool)
- func (o *EnvironmentRevisionTag) GetEditorLogin() string
- func (o *EnvironmentRevisionTag) GetEditorLoginOk() (*string, bool)
- func (o *EnvironmentRevisionTag) GetEditorName() string
- func (o *EnvironmentRevisionTag) GetEditorNameOk() (*string, bool)
- func (o *EnvironmentRevisionTag) GetModified() string
- func (o *EnvironmentRevisionTag) GetModifiedOk() (*string, bool)
- func (o *EnvironmentRevisionTag) GetName() string
- func (o *EnvironmentRevisionTag) GetNameOk() (*string, bool)
- func (o *EnvironmentRevisionTag) GetRevision() int32
- func (o *EnvironmentRevisionTag) GetRevisionOk() (*int32, bool)
- func (o *EnvironmentRevisionTag) HasCreated() bool
- func (o *EnvironmentRevisionTag) HasEditorLogin() bool
- func (o *EnvironmentRevisionTag) HasEditorName() bool
- func (o *EnvironmentRevisionTag) HasModified() bool
- func (o EnvironmentRevisionTag) MarshalJSON() ([]byte, error)
- func (o *EnvironmentRevisionTag) SetCreated(v string)
- func (o *EnvironmentRevisionTag) SetEditorLogin(v string)
- func (o *EnvironmentRevisionTag) SetEditorName(v string)
- func (o *EnvironmentRevisionTag) SetModified(v string)
- func (o *EnvironmentRevisionTag) SetName(v string)
- func (o *EnvironmentRevisionTag) SetRevision(v int32)
- func (o EnvironmentRevisionTag) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentRevisionTag) UnmarshalJSON(data []byte) (err error)
- type EnvironmentRevisionTags
- func (o *EnvironmentRevisionTags) GetNextToken() string
- func (o *EnvironmentRevisionTags) GetNextTokenOk() (*string, bool)
- func (o *EnvironmentRevisionTags) GetTags() []EnvironmentRevisionTag
- func (o *EnvironmentRevisionTags) GetTagsOk() ([]EnvironmentRevisionTag, bool)
- func (o *EnvironmentRevisionTags) HasNextToken() bool
- func (o *EnvironmentRevisionTags) HasTags() bool
- func (o EnvironmentRevisionTags) MarshalJSON() ([]byte, error)
- func (o *EnvironmentRevisionTags) SetNextToken(v string)
- func (o *EnvironmentRevisionTags) SetTags(v []EnvironmentRevisionTag)
- func (o EnvironmentRevisionTags) ToMap() (map[string]interface{}, error)
- type EnvironmentTag
- func (o *EnvironmentTag) GetCreated() string
- func (o *EnvironmentTag) GetCreatedOk() (*string, bool)
- func (o *EnvironmentTag) GetEditorLogin() string
- func (o *EnvironmentTag) GetEditorLoginOk() (*string, bool)
- func (o *EnvironmentTag) GetEditorName() string
- func (o *EnvironmentTag) GetEditorNameOk() (*string, bool)
- func (o *EnvironmentTag) GetModified() string
- func (o *EnvironmentTag) GetModifiedOk() (*string, bool)
- func (o *EnvironmentTag) GetName() string
- func (o *EnvironmentTag) GetNameOk() (*string, bool)
- func (o *EnvironmentTag) GetValue() string
- func (o *EnvironmentTag) GetValueOk() (*string, bool)
- func (o *EnvironmentTag) HasValue() bool
- func (o EnvironmentTag) MarshalJSON() ([]byte, error)
- func (o *EnvironmentTag) SetCreated(v string)
- func (o *EnvironmentTag) SetEditorLogin(v string)
- func (o *EnvironmentTag) SetEditorName(v string)
- func (o *EnvironmentTag) SetModified(v string)
- func (o *EnvironmentTag) SetName(v string)
- func (o *EnvironmentTag) SetValue(v string)
- func (o EnvironmentTag) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentTag) UnmarshalJSON(data []byte) (err error)
- type Error
- func (o *Error) GetCode() int32
- func (o *Error) GetCodeOk() (*int32, bool)
- func (o *Error) GetMessage() string
- func (o *Error) GetMessageOk() (*string, bool)
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetCode(v int32)
- func (o *Error) SetMessage(v string)
- func (o Error) ToMap() (map[string]interface{}, error)
- func (o *Error) UnmarshalJSON(data []byte) (err error)
- type EscAPIService
- func (a *EscAPIService) CheckEnvironmentYaml(ctx context.Context, orgName string) ApiCheckEnvironmentYamlRequest
- func (a *EscAPIService) CheckEnvironmentYamlExecute(r ApiCheckEnvironmentYamlRequest) (*CheckEnvironment, *http.Response, error)
- func (a *EscAPIService) CloneEnvironment(ctx context.Context, orgName string, projectName string, envName string) ApiCloneEnvironmentRequest
- func (a *EscAPIService) CloneEnvironmentExecute(r ApiCloneEnvironmentRequest) (*http.Response, error)
- func (a *EscAPIService) CreateEnvironment(ctx context.Context, orgName string) ApiCreateEnvironmentRequest
- func (a *EscAPIService) CreateEnvironmentExecute(r ApiCreateEnvironmentRequest) (*Error, *http.Response, error)
- func (a *EscAPIService) CreateEnvironmentRevisionTag(ctx context.Context, orgName string, projectName string, envName string) ApiCreateEnvironmentRevisionTagRequest
- func (a *EscAPIService) CreateEnvironmentRevisionTagExecute(r ApiCreateEnvironmentRevisionTagRequest) (*http.Response, error)
- func (a *EscAPIService) CreateEnvironmentTag(ctx context.Context, orgName string, projectName string, envName string) ApiCreateEnvironmentTagRequest
- func (a *EscAPIService) CreateEnvironmentTagExecute(r ApiCreateEnvironmentTagRequest) (*EnvironmentTag, *http.Response, error)
- func (a *EscAPIService) DecryptEnvironment(ctx context.Context, orgName string, projectName string, envName string) ApiDecryptEnvironmentRequest
- func (a *EscAPIService) DecryptEnvironmentExecute(r ApiDecryptEnvironmentRequest) (*EnvironmentDefinition, *http.Response, error)
- func (a *EscAPIService) DeleteEnvironment(ctx context.Context, orgName string, projectName string, envName string) ApiDeleteEnvironmentRequest
- func (a *EscAPIService) DeleteEnvironmentExecute(r ApiDeleteEnvironmentRequest) (*Error, *http.Response, error)
- func (a *EscAPIService) DeleteEnvironmentRevisionTag(ctx context.Context, orgName string, projectName string, envName string, ...) ApiDeleteEnvironmentRevisionTagRequest
- func (a *EscAPIService) DeleteEnvironmentRevisionTagExecute(r ApiDeleteEnvironmentRevisionTagRequest) (*http.Response, error)
- func (a *EscAPIService) DeleteEnvironmentTag(ctx context.Context, orgName string, projectName string, envName string, ...) ApiDeleteEnvironmentTagRequest
- func (a *EscAPIService) DeleteEnvironmentTagExecute(r ApiDeleteEnvironmentTagRequest) (*http.Response, error)
- func (a *EscAPIService) GetEnvironment(ctx context.Context, orgName string, projectName string, envName string) ApiGetEnvironmentRequest
- func (a *EscAPIService) GetEnvironmentAtVersion(ctx context.Context, orgName string, projectName string, envName string, ...) ApiGetEnvironmentAtVersionRequest
- func (a *EscAPIService) GetEnvironmentAtVersionExecute(r ApiGetEnvironmentAtVersionRequest) (*EnvironmentDefinition, *http.Response, error)
- func (a *EscAPIService) GetEnvironmentETag(ctx context.Context, orgName string, projectName string, envName string) ApiGetEnvironmentETagRequest
- func (a *EscAPIService) GetEnvironmentETagExecute(r ApiGetEnvironmentETagRequest) (*http.Response, error)
- func (a *EscAPIService) GetEnvironmentExecute(r ApiGetEnvironmentRequest) (*EnvironmentDefinition, *http.Response, error)
- func (a *EscAPIService) GetEnvironmentRevisionTag(ctx context.Context, orgName string, projectName string, envName string, ...) ApiGetEnvironmentRevisionTagRequest
- func (a *EscAPIService) GetEnvironmentRevisionTagExecute(r ApiGetEnvironmentRevisionTagRequest) (*EnvironmentRevisionTag, *http.Response, error)
- func (a *EscAPIService) GetEnvironmentTag(ctx context.Context, orgName string, projectName string, envName string, ...) ApiGetEnvironmentTagRequest
- func (a *EscAPIService) GetEnvironmentTagExecute(r ApiGetEnvironmentTagRequest) (*EnvironmentTag, *http.Response, error)
- func (a *EscAPIService) ListEnvironmentRevisionTags(ctx context.Context, orgName string, projectName string, envName string) ApiListEnvironmentRevisionTagsRequest
- func (a *EscAPIService) ListEnvironmentRevisionTagsExecute(r ApiListEnvironmentRevisionTagsRequest) (*EnvironmentRevisionTags, *http.Response, error)
- func (a *EscAPIService) ListEnvironmentRevisions(ctx context.Context, orgName string, projectName string, envName string) ApiListEnvironmentRevisionsRequest
- func (a *EscAPIService) ListEnvironmentRevisionsExecute(r ApiListEnvironmentRevisionsRequest) ([]EnvironmentRevision, *http.Response, error)
- func (a *EscAPIService) ListEnvironmentTags(ctx context.Context, orgName string, projectName string, envName string) ApiListEnvironmentTagsRequest
- func (a *EscAPIService) ListEnvironmentTagsExecute(r ApiListEnvironmentTagsRequest) (*ListEnvironmentTags, *http.Response, error)
- func (a *EscAPIService) ListEnvironments(ctx context.Context, orgName string) ApiListEnvironmentsRequest
- func (a *EscAPIService) ListEnvironmentsExecute(r ApiListEnvironmentsRequest) (*OrgEnvironments, *http.Response, error)
- func (a *EscAPIService) OpenEnvironment(ctx context.Context, orgName string, projectName string, envName string) ApiOpenEnvironmentRequest
- func (a *EscAPIService) OpenEnvironmentAtVersion(ctx context.Context, orgName string, projectName string, envName string, ...) ApiOpenEnvironmentAtVersionRequest
- func (a *EscAPIService) OpenEnvironmentAtVersionExecute(r ApiOpenEnvironmentAtVersionRequest) (*OpenEnvironment, *http.Response, error)
- func (a *EscAPIService) OpenEnvironmentExecute(r ApiOpenEnvironmentRequest) (*OpenEnvironment, *http.Response, error)
- func (a *EscAPIService) ReadOpenEnvironment(ctx context.Context, orgName string, projectName string, envName string, ...) ApiReadOpenEnvironmentRequest
- func (a *EscAPIService) ReadOpenEnvironmentExecute(r ApiReadOpenEnvironmentRequest) (*Environment, *http.Response, error)
- func (a *EscAPIService) ReadOpenEnvironmentProperty(ctx context.Context, orgName string, projectName string, envName string, ...) ApiReadOpenEnvironmentPropertyRequest
- func (a *EscAPIService) ReadOpenEnvironmentPropertyExecute(r ApiReadOpenEnvironmentPropertyRequest) (*Value, *http.Response, error)
- func (a *EscAPIService) UpdateEnvironmentRevisionTag(ctx context.Context, orgName string, projectName string, envName string, ...) ApiUpdateEnvironmentRevisionTagRequest
- func (a *EscAPIService) UpdateEnvironmentRevisionTagExecute(r ApiUpdateEnvironmentRevisionTagRequest) (*http.Response, error)
- func (a *EscAPIService) UpdateEnvironmentTag(ctx context.Context, orgName string, projectName string, envName string, ...) ApiUpdateEnvironmentTagRequest
- func (a *EscAPIService) UpdateEnvironmentTagExecute(r ApiUpdateEnvironmentTagRequest) (*EnvironmentTag, *http.Response, error)
- func (a *EscAPIService) UpdateEnvironmentYaml(ctx context.Context, orgName string, projectName string, envName string) ApiUpdateEnvironmentYamlRequest
- func (a *EscAPIService) UpdateEnvironmentYamlExecute(r ApiUpdateEnvironmentYamlRequest) (*EnvironmentDiagnostics, *http.Response, error)
- type EscClient
- func (c *EscClient) CheckEnvironment(ctx context.Context, org string, env *EnvironmentDefinition) (*CheckEnvironment, error)
- func (c *EscClient) CheckEnvironmentYaml(ctx context.Context, org, yaml string) (*CheckEnvironment, error)
- func (c *EscClient) CloneEnvironment(ctx context.Context, ...) error
- func (c *EscClient) CreateEnvironment(ctx context.Context, org, projectName, envName string) error
- func (c *EscClient) CreateEnvironmentRevisionTag(ctx context.Context, org, projectName, envName, tagName string, revision int32) error
- func (c *EscClient) CreateEnvironmentTag(ctx context.Context, org, projectName, envName, tagName, tagValue string) (*EnvironmentTag, error)
- func (c *EscClient) DecryptEnvironment(ctx context.Context, org, projectName, envName string) (*EnvironmentDefinition, string, error)
- func (c *EscClient) DeleteEnvironment(ctx context.Context, org, projectName, envName string) error
- func (c *EscClient) DeleteEnvironmentRevisionTag(ctx context.Context, org, projectName, envName, tagName string) error
- func (c *EscClient) DeleteEnvironmentTag(ctx context.Context, org, projectName, envName, tagName string) error
- func (c *EscClient) GetEnvironment(ctx context.Context, org, projectName, envName string) (*EnvironmentDefinition, string, error)
- func (c *EscClient) GetEnvironmentAtVersion(ctx context.Context, org, projectName, envName, version string) (*EnvironmentDefinition, string, error)
- func (c *EscClient) GetEnvironmentRevisionTag(ctx context.Context, org, projectName, envName, tagName string) (*EnvironmentRevisionTag, error)
- func (c *EscClient) GetEnvironmentTag(ctx context.Context, org, projectName, envName, tagName string) (*EnvironmentTag, error)
- func (c *EscClient) ListEnvironmentRevisionTags(ctx context.Context, org, projectName, envName string) (*EnvironmentRevisionTags, error)
- func (c *EscClient) ListEnvironmentRevisionTagsPaginated(ctx context.Context, org, projectName, envName string, after string, ...) (*EnvironmentRevisionTags, error)
- func (c *EscClient) ListEnvironmentRevisions(ctx context.Context, org, projectName, envName string) ([]EnvironmentRevision, error)
- func (c *EscClient) ListEnvironmentRevisionsPaginated(ctx context.Context, org, projectName, envName string, before, count int32) ([]EnvironmentRevision, error)
- func (c *EscClient) ListEnvironmentTags(ctx context.Context, org, projectName, envName string) (*ListEnvironmentTags, error)
- func (c *EscClient) ListEnvironmentTagsPaginated(ctx context.Context, org, projectName, envName string, after string, ...) (*ListEnvironmentTags, error)
- func (c *EscClient) ListEnvironments(ctx context.Context, org string, continuationToken *string) (*OrgEnvironments, error)
- func (c *EscClient) OpenAndReadEnvironment(ctx context.Context, org, projectName, envName string) (*Environment, map[string]any, error)
- func (c *EscClient) OpenAndReadEnvironmentAtVersion(ctx context.Context, org, projectName, envName, version string) (*Environment, map[string]any, error)
- func (c *EscClient) OpenEnvironment(ctx context.Context, org, projectName, envName string) (*OpenEnvironment, error)
- func (c *EscClient) OpenEnvironmentAtVersion(ctx context.Context, org, projectName, envName, version string) (*OpenEnvironment, error)
- func (c *EscClient) ReadEnvironmentProperty(ctx context.Context, org, projectName, envName, openEnvID, propPath string) (*Value, any, error)
- func (c *EscClient) ReadOpenEnvironment(ctx context.Context, org, projectName, envName, openEnvID string) (*Environment, map[string]any, error)
- func (c *EscClient) UpdateEnvironment(ctx context.Context, org, projectName, envName string, ...) (*EnvironmentDiagnostics, error)
- func (c *EscClient) UpdateEnvironmentRevisionTag(ctx context.Context, org, projectName, envName, tagName string, revision int32) error
- func (c *EscClient) UpdateEnvironmentTag(ctx context.Context, ...) (*EnvironmentTag, error)
- func (c *EscClient) UpdateEnvironmentYaml(ctx context.Context, org, projectName, envName, yaml string) (*EnvironmentDiagnostics, error)
- type EvaluatedExecutionContext
- func (o *EvaluatedExecutionContext) GetProperties() map[string]Value
- func (o *EvaluatedExecutionContext) GetPropertiesOk() (*map[string]Value, bool)
- func (o *EvaluatedExecutionContext) GetSchema() interface{}
- func (o *EvaluatedExecutionContext) GetSchemaOk() (*interface{}, bool)
- func (o *EvaluatedExecutionContext) HasProperties() bool
- func (o *EvaluatedExecutionContext) HasSchema() bool
- func (o EvaluatedExecutionContext) MarshalJSON() ([]byte, error)
- func (o *EvaluatedExecutionContext) SetProperties(v map[string]Value)
- func (o *EvaluatedExecutionContext) SetSchema(v interface{})
- func (o EvaluatedExecutionContext) ToMap() (map[string]interface{}, error)
- type Expr
- func (o *Expr) GetAccess() []Access
- func (o *Expr) GetAccessOk() ([]Access, bool)
- func (o *Expr) GetBase() Expr
- func (o *Expr) GetBaseOk() (*Expr, bool)
- func (o *Expr) GetBuiltin() ExprBuiltin
- func (o *Expr) GetBuiltinOk() (*ExprBuiltin, bool)
- func (o *Expr) GetInterpolate() []Interpolation
- func (o *Expr) GetInterpolateOk() ([]Interpolation, bool)
- func (o *Expr) GetKeyRanges() map[string]Range
- func (o *Expr) GetKeyRangesOk() (*map[string]Range, bool)
- func (o *Expr) GetList() []Expr
- func (o *Expr) GetListOk() ([]Expr, bool)
- func (o *Expr) GetLiteral() interface{}
- func (o *Expr) GetLiteralOk() (*interface{}, bool)
- func (o *Expr) GetObject() map[string]Expr
- func (o *Expr) GetObjectOk() (*map[string]Expr, bool)
- func (o *Expr) GetRange() Range
- func (o *Expr) GetRangeOk() (*Range, bool)
- func (o *Expr) GetSchema() interface{}
- func (o *Expr) GetSchemaOk() (*interface{}, bool)
- func (o *Expr) GetSymbol() []PropertyAccessor
- func (o *Expr) GetSymbolOk() ([]PropertyAccessor, bool)
- func (o *Expr) HasAccess() bool
- func (o *Expr) HasBase() bool
- func (o *Expr) HasBuiltin() bool
- func (o *Expr) HasInterpolate() bool
- func (o *Expr) HasKeyRanges() bool
- func (o *Expr) HasList() bool
- func (o *Expr) HasLiteral() bool
- func (o *Expr) HasObject() bool
- func (o *Expr) HasRange() bool
- func (o *Expr) HasSchema() bool
- func (o *Expr) HasSymbol() bool
- func (o Expr) MarshalJSON() ([]byte, error)
- func (o *Expr) SetAccess(v []Access)
- func (o *Expr) SetBase(v Expr)
- func (o *Expr) SetBuiltin(v ExprBuiltin)
- func (o *Expr) SetInterpolate(v []Interpolation)
- func (o *Expr) SetKeyRanges(v map[string]Range)
- func (o *Expr) SetList(v []Expr)
- func (o *Expr) SetLiteral(v interface{})
- func (o *Expr) SetObject(v map[string]Expr)
- func (o *Expr) SetRange(v Range)
- func (o *Expr) SetSchema(v interface{})
- func (o *Expr) SetSymbol(v []PropertyAccessor)
- func (o Expr) ToMap() (map[string]interface{}, error)
- type ExprBuiltin
- func (o *ExprBuiltin) GetArg() Expr
- func (o *ExprBuiltin) GetArgOk() (*Expr, bool)
- func (o *ExprBuiltin) GetArgSchema() interface{}
- func (o *ExprBuiltin) GetArgSchemaOk() (*interface{}, bool)
- func (o *ExprBuiltin) GetName() string
- func (o *ExprBuiltin) GetNameOk() (*string, bool)
- func (o *ExprBuiltin) GetNameRange() Range
- func (o *ExprBuiltin) GetNameRangeOk() (*Range, bool)
- func (o *ExprBuiltin) HasArg() bool
- func (o *ExprBuiltin) HasArgSchema() bool
- func (o *ExprBuiltin) HasNameRange() bool
- func (o ExprBuiltin) MarshalJSON() ([]byte, error)
- func (o *ExprBuiltin) SetArg(v Expr)
- func (o *ExprBuiltin) SetArgSchema(v interface{})
- func (o *ExprBuiltin) SetName(v string)
- func (o *ExprBuiltin) SetNameRange(v Range)
- func (o ExprBuiltin) ToMap() (map[string]interface{}, error)
- func (o *ExprBuiltin) UnmarshalJSON(data []byte) (err error)
- type GenericOpenAPIError
- type Interpolation
- func (o *Interpolation) GetText() string
- func (o *Interpolation) GetTextOk() (*string, bool)
- func (o *Interpolation) GetValue() []PropertyAccessor
- func (o *Interpolation) GetValueOk() ([]PropertyAccessor, bool)
- func (o *Interpolation) HasText() bool
- func (o *Interpolation) HasValue() bool
- func (o Interpolation) MarshalJSON() ([]byte, error)
- func (o *Interpolation) SetText(v string)
- func (o *Interpolation) SetValue(v []PropertyAccessor)
- func (o Interpolation) ToMap() (map[string]interface{}, error)
- type ListEnvironmentTags
- func (o *ListEnvironmentTags) GetNextToken() string
- func (o *ListEnvironmentTags) GetNextTokenOk() (*string, bool)
- func (o *ListEnvironmentTags) GetTags() map[string]EnvironmentTag
- func (o *ListEnvironmentTags) GetTagsOk() (*map[string]EnvironmentTag, bool)
- func (o ListEnvironmentTags) MarshalJSON() ([]byte, error)
- func (o *ListEnvironmentTags) SetNextToken(v string)
- func (o *ListEnvironmentTags) SetTags(v map[string]EnvironmentTag)
- func (o ListEnvironmentTags) ToMap() (map[string]interface{}, error)
- func (o *ListEnvironmentTags) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type NullableAccess
- type NullableAccessor
- type NullableBool
- type NullableCheckEnvironment
- func (v NullableCheckEnvironment) Get() *CheckEnvironment
- func (v NullableCheckEnvironment) IsSet() bool
- func (v NullableCheckEnvironment) MarshalJSON() ([]byte, error)
- func (v *NullableCheckEnvironment) Set(val *CheckEnvironment)
- func (v *NullableCheckEnvironment) UnmarshalJSON(src []byte) error
- func (v *NullableCheckEnvironment) Unset()
- type NullableCloneEnvironment
- func (v NullableCloneEnvironment) Get() *CloneEnvironment
- func (v NullableCloneEnvironment) IsSet() bool
- func (v NullableCloneEnvironment) MarshalJSON() ([]byte, error)
- func (v *NullableCloneEnvironment) Set(val *CloneEnvironment)
- func (v *NullableCloneEnvironment) UnmarshalJSON(src []byte) error
- func (v *NullableCloneEnvironment) Unset()
- type NullableCreateEnvironment
- func (v NullableCreateEnvironment) Get() *CreateEnvironment
- func (v NullableCreateEnvironment) IsSet() bool
- func (v NullableCreateEnvironment) MarshalJSON() ([]byte, error)
- func (v *NullableCreateEnvironment) Set(val *CreateEnvironment)
- func (v *NullableCreateEnvironment) UnmarshalJSON(src []byte) error
- func (v *NullableCreateEnvironment) Unset()
- type NullableCreateEnvironmentRevisionTag
- func (v NullableCreateEnvironmentRevisionTag) Get() *CreateEnvironmentRevisionTag
- func (v NullableCreateEnvironmentRevisionTag) IsSet() bool
- func (v NullableCreateEnvironmentRevisionTag) MarshalJSON() ([]byte, error)
- func (v *NullableCreateEnvironmentRevisionTag) Set(val *CreateEnvironmentRevisionTag)
- func (v *NullableCreateEnvironmentRevisionTag) UnmarshalJSON(src []byte) error
- func (v *NullableCreateEnvironmentRevisionTag) Unset()
- type NullableCreateEnvironmentRevisionTag204Response
- func (v NullableCreateEnvironmentRevisionTag204Response) Get() *CreateEnvironmentRevisionTag204Response
- func (v NullableCreateEnvironmentRevisionTag204Response) IsSet() bool
- func (v NullableCreateEnvironmentRevisionTag204Response) MarshalJSON() ([]byte, error)
- func (v *NullableCreateEnvironmentRevisionTag204Response) Set(val *CreateEnvironmentRevisionTag204Response)
- func (v *NullableCreateEnvironmentRevisionTag204Response) UnmarshalJSON(src []byte) error
- func (v *NullableCreateEnvironmentRevisionTag204Response) Unset()
- type NullableCreateEnvironmentTag
- func (v NullableCreateEnvironmentTag) Get() *CreateEnvironmentTag
- func (v NullableCreateEnvironmentTag) IsSet() bool
- func (v NullableCreateEnvironmentTag) MarshalJSON() ([]byte, error)
- func (v *NullableCreateEnvironmentTag) Set(val *CreateEnvironmentTag)
- func (v *NullableCreateEnvironmentTag) UnmarshalJSON(src []byte) error
- func (v *NullableCreateEnvironmentTag) Unset()
- type NullableCreateEnvironmentTagRequest
- func (v NullableCreateEnvironmentTagRequest) Get() *CreateEnvironmentTagRequest
- func (v NullableCreateEnvironmentTagRequest) IsSet() bool
- func (v NullableCreateEnvironmentTagRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateEnvironmentTagRequest) Set(val *CreateEnvironmentTagRequest)
- func (v *NullableCreateEnvironmentTagRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateEnvironmentTagRequest) Unset()
- type NullableEnvironment
- func (v NullableEnvironment) Get() *Environment
- func (v NullableEnvironment) IsSet() bool
- func (v NullableEnvironment) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironment) Set(val *Environment)
- func (v *NullableEnvironment) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironment) Unset()
- type NullableEnvironmentDefinition
- func (v NullableEnvironmentDefinition) Get() *EnvironmentDefinition
- func (v NullableEnvironmentDefinition) IsSet() bool
- func (v NullableEnvironmentDefinition) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentDefinition) Set(val *EnvironmentDefinition)
- func (v *NullableEnvironmentDefinition) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentDefinition) Unset()
- type NullableEnvironmentDefinitionValues
- func (v NullableEnvironmentDefinitionValues) Get() *EnvironmentDefinitionValues
- func (v NullableEnvironmentDefinitionValues) IsSet() bool
- func (v NullableEnvironmentDefinitionValues) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentDefinitionValues) Set(val *EnvironmentDefinitionValues)
- func (v *NullableEnvironmentDefinitionValues) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentDefinitionValues) Unset()
- type NullableEnvironmentDiagnostic
- func (v NullableEnvironmentDiagnostic) Get() *EnvironmentDiagnostic
- func (v NullableEnvironmentDiagnostic) IsSet() bool
- func (v NullableEnvironmentDiagnostic) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentDiagnostic) Set(val *EnvironmentDiagnostic)
- func (v *NullableEnvironmentDiagnostic) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentDiagnostic) Unset()
- type NullableEnvironmentDiagnostics
- func (v NullableEnvironmentDiagnostics) Get() *EnvironmentDiagnostics
- func (v NullableEnvironmentDiagnostics) IsSet() bool
- func (v NullableEnvironmentDiagnostics) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentDiagnostics) Set(val *EnvironmentDiagnostics)
- func (v *NullableEnvironmentDiagnostics) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentDiagnostics) Unset()
- type NullableEnvironmentRevision
- func (v NullableEnvironmentRevision) Get() *EnvironmentRevision
- func (v NullableEnvironmentRevision) IsSet() bool
- func (v NullableEnvironmentRevision) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentRevision) Set(val *EnvironmentRevision)
- func (v *NullableEnvironmentRevision) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentRevision) Unset()
- type NullableEnvironmentRevisionTag
- func (v NullableEnvironmentRevisionTag) Get() *EnvironmentRevisionTag
- func (v NullableEnvironmentRevisionTag) IsSet() bool
- func (v NullableEnvironmentRevisionTag) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentRevisionTag) Set(val *EnvironmentRevisionTag)
- func (v *NullableEnvironmentRevisionTag) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentRevisionTag) Unset()
- type NullableEnvironmentRevisionTags
- func (v NullableEnvironmentRevisionTags) Get() *EnvironmentRevisionTags
- func (v NullableEnvironmentRevisionTags) IsSet() bool
- func (v NullableEnvironmentRevisionTags) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentRevisionTags) Set(val *EnvironmentRevisionTags)
- func (v *NullableEnvironmentRevisionTags) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentRevisionTags) Unset()
- type NullableEnvironmentTag
- func (v NullableEnvironmentTag) Get() *EnvironmentTag
- func (v NullableEnvironmentTag) IsSet() bool
- func (v NullableEnvironmentTag) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentTag) Set(val *EnvironmentTag)
- func (v *NullableEnvironmentTag) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentTag) Unset()
- type NullableError
- type NullableEvaluatedExecutionContext
- func (v NullableEvaluatedExecutionContext) Get() *EvaluatedExecutionContext
- func (v NullableEvaluatedExecutionContext) IsSet() bool
- func (v NullableEvaluatedExecutionContext) MarshalJSON() ([]byte, error)
- func (v *NullableEvaluatedExecutionContext) Set(val *EvaluatedExecutionContext)
- func (v *NullableEvaluatedExecutionContext) UnmarshalJSON(src []byte) error
- func (v *NullableEvaluatedExecutionContext) Unset()
- type NullableExpr
- type NullableExprBuiltin
- func (v NullableExprBuiltin) Get() *ExprBuiltin
- func (v NullableExprBuiltin) IsSet() bool
- func (v NullableExprBuiltin) MarshalJSON() ([]byte, error)
- func (v *NullableExprBuiltin) Set(val *ExprBuiltin)
- func (v *NullableExprBuiltin) UnmarshalJSON(src []byte) error
- func (v *NullableExprBuiltin) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInterpolation
- func (v NullableInterpolation) Get() *Interpolation
- func (v NullableInterpolation) IsSet() bool
- func (v NullableInterpolation) MarshalJSON() ([]byte, error)
- func (v *NullableInterpolation) Set(val *Interpolation)
- func (v *NullableInterpolation) UnmarshalJSON(src []byte) error
- func (v *NullableInterpolation) Unset()
- type NullableListEnvironmentTags
- func (v NullableListEnvironmentTags) Get() *ListEnvironmentTags
- func (v NullableListEnvironmentTags) IsSet() bool
- func (v NullableListEnvironmentTags) MarshalJSON() ([]byte, error)
- func (v *NullableListEnvironmentTags) Set(val *ListEnvironmentTags)
- func (v *NullableListEnvironmentTags) UnmarshalJSON(src []byte) error
- func (v *NullableListEnvironmentTags) Unset()
- type NullableOpenEnvironment
- func (v NullableOpenEnvironment) Get() *OpenEnvironment
- func (v NullableOpenEnvironment) IsSet() bool
- func (v NullableOpenEnvironment) MarshalJSON() ([]byte, error)
- func (v *NullableOpenEnvironment) Set(val *OpenEnvironment)
- func (v *NullableOpenEnvironment) UnmarshalJSON(src []byte) error
- func (v *NullableOpenEnvironment) Unset()
- type NullableOrgEnvironment
- func (v NullableOrgEnvironment) Get() *OrgEnvironment
- func (v NullableOrgEnvironment) IsSet() bool
- func (v NullableOrgEnvironment) MarshalJSON() ([]byte, error)
- func (v *NullableOrgEnvironment) Set(val *OrgEnvironment)
- func (v *NullableOrgEnvironment) UnmarshalJSON(src []byte) error
- func (v *NullableOrgEnvironment) Unset()
- type NullableOrgEnvironments
- func (v NullableOrgEnvironments) Get() *OrgEnvironments
- func (v NullableOrgEnvironments) IsSet() bool
- func (v NullableOrgEnvironments) MarshalJSON() ([]byte, error)
- func (v *NullableOrgEnvironments) Set(val *OrgEnvironments)
- func (v *NullableOrgEnvironments) UnmarshalJSON(src []byte) error
- func (v *NullableOrgEnvironments) Unset()
- type NullablePos
- type NullablePropertyAccessor
- func (v NullablePropertyAccessor) Get() *PropertyAccessor
- func (v NullablePropertyAccessor) IsSet() bool
- func (v NullablePropertyAccessor) MarshalJSON() ([]byte, error)
- func (v *NullablePropertyAccessor) Set(val *PropertyAccessor)
- func (v *NullablePropertyAccessor) UnmarshalJSON(src []byte) error
- func (v *NullablePropertyAccessor) Unset()
- type NullableRange
- type NullableReference
- type NullableString
- type NullableTime
- type NullableTrace
- type NullableUpdateEnvironmentRevisionTag
- func (v NullableUpdateEnvironmentRevisionTag) Get() *UpdateEnvironmentRevisionTag
- func (v NullableUpdateEnvironmentRevisionTag) IsSet() bool
- func (v NullableUpdateEnvironmentRevisionTag) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateEnvironmentRevisionTag) Set(val *UpdateEnvironmentRevisionTag)
- func (v *NullableUpdateEnvironmentRevisionTag) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateEnvironmentRevisionTag) Unset()
- type NullableUpdateEnvironmentTag
- func (v NullableUpdateEnvironmentTag) Get() *UpdateEnvironmentTag
- func (v NullableUpdateEnvironmentTag) IsSet() bool
- func (v NullableUpdateEnvironmentTag) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateEnvironmentTag) Set(val *UpdateEnvironmentTag)
- func (v *NullableUpdateEnvironmentTag) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateEnvironmentTag) Unset()
- type NullableUpdateEnvironmentTagCurrentTag
- func (v NullableUpdateEnvironmentTagCurrentTag) Get() *UpdateEnvironmentTagCurrentTag
- func (v NullableUpdateEnvironmentTagCurrentTag) IsSet() bool
- func (v NullableUpdateEnvironmentTagCurrentTag) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateEnvironmentTagCurrentTag) Set(val *UpdateEnvironmentTagCurrentTag)
- func (v *NullableUpdateEnvironmentTagCurrentTag) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateEnvironmentTagCurrentTag) Unset()
- type NullableUpdateEnvironmentTagNewTag
- func (v NullableUpdateEnvironmentTagNewTag) Get() *UpdateEnvironmentTagNewTag
- func (v NullableUpdateEnvironmentTagNewTag) IsSet() bool
- func (v NullableUpdateEnvironmentTagNewTag) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateEnvironmentTagNewTag) Set(val *UpdateEnvironmentTagNewTag)
- func (v *NullableUpdateEnvironmentTagNewTag) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateEnvironmentTagNewTag) Unset()
- type NullableUpdateEnvironmentTagRequest
- func (v NullableUpdateEnvironmentTagRequest) Get() *UpdateEnvironmentTagRequest
- func (v NullableUpdateEnvironmentTagRequest) IsSet() bool
- func (v NullableUpdateEnvironmentTagRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateEnvironmentTagRequest) Set(val *UpdateEnvironmentTagRequest)
- func (v *NullableUpdateEnvironmentTagRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateEnvironmentTagRequest) Unset()
- type NullableUpdateEnvironmentTagRequestCurrentTag
- func (v NullableUpdateEnvironmentTagRequestCurrentTag) Get() *UpdateEnvironmentTagRequestCurrentTag
- func (v NullableUpdateEnvironmentTagRequestCurrentTag) IsSet() bool
- func (v NullableUpdateEnvironmentTagRequestCurrentTag) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateEnvironmentTagRequestCurrentTag) Set(val *UpdateEnvironmentTagRequestCurrentTag)
- func (v *NullableUpdateEnvironmentTagRequestCurrentTag) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateEnvironmentTagRequestCurrentTag) Unset()
- type NullableUpdateEnvironmentTagRequestNewTag
- func (v NullableUpdateEnvironmentTagRequestNewTag) Get() *UpdateEnvironmentTagRequestNewTag
- func (v NullableUpdateEnvironmentTagRequestNewTag) IsSet() bool
- func (v NullableUpdateEnvironmentTagRequestNewTag) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateEnvironmentTagRequestNewTag) Set(val *UpdateEnvironmentTagRequestNewTag)
- func (v *NullableUpdateEnvironmentTagRequestNewTag) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateEnvironmentTagRequestNewTag) Unset()
- type NullableValue
- type OpenEnvironment
- func (o *OpenEnvironment) GetDiagnostics() EnvironmentDiagnostics
- func (o *OpenEnvironment) GetDiagnosticsOk() (*EnvironmentDiagnostics, bool)
- func (o *OpenEnvironment) GetId() string
- func (o *OpenEnvironment) GetIdOk() (*string, bool)
- func (o *OpenEnvironment) HasDiagnostics() bool
- func (o OpenEnvironment) MarshalJSON() ([]byte, error)
- func (o *OpenEnvironment) SetDiagnostics(v EnvironmentDiagnostics)
- func (o *OpenEnvironment) SetId(v string)
- func (o OpenEnvironment) ToMap() (map[string]interface{}, error)
- func (o *OpenEnvironment) UnmarshalJSON(data []byte) (err error)
- type OrgEnvironment
- func (o *OrgEnvironment) GetCreated() string
- func (o *OrgEnvironment) GetCreatedOk() (*string, bool)
- func (o *OrgEnvironment) GetModified() string
- func (o *OrgEnvironment) GetModifiedOk() (*string, bool)
- func (o *OrgEnvironment) GetName() string
- func (o *OrgEnvironment) GetNameOk() (*string, bool)
- func (o *OrgEnvironment) GetOrganization() string
- func (o *OrgEnvironment) GetOrganizationOk() (*string, bool)
- func (o *OrgEnvironment) GetProject() string
- func (o *OrgEnvironment) GetProjectOk() (*string, bool)
- func (o *OrgEnvironment) HasOrganization() bool
- func (o OrgEnvironment) MarshalJSON() ([]byte, error)
- func (o *OrgEnvironment) SetCreated(v string)
- func (o *OrgEnvironment) SetModified(v string)
- func (o *OrgEnvironment) SetName(v string)
- func (o *OrgEnvironment) SetOrganization(v string)
- func (o *OrgEnvironment) SetProject(v string)
- func (o OrgEnvironment) ToMap() (map[string]interface{}, error)
- func (o *OrgEnvironment) UnmarshalJSON(data []byte) (err error)
- type OrgEnvironments
- func (o *OrgEnvironments) GetEnvironments() []OrgEnvironment
- func (o *OrgEnvironments) GetEnvironmentsOk() ([]OrgEnvironment, bool)
- func (o *OrgEnvironments) GetNextToken() string
- func (o *OrgEnvironments) GetNextTokenOk() (*string, bool)
- func (o *OrgEnvironments) HasEnvironments() bool
- func (o *OrgEnvironments) HasNextToken() bool
- func (o OrgEnvironments) MarshalJSON() ([]byte, error)
- func (o *OrgEnvironments) SetEnvironments(v []OrgEnvironment)
- func (o *OrgEnvironments) SetNextToken(v string)
- func (o OrgEnvironments) ToMap() (map[string]interface{}, error)
- type Pos
- func (o *Pos) GetByte() int32
- func (o *Pos) GetByteOk() (*int32, bool)
- func (o *Pos) GetColumn() int32
- func (o *Pos) GetColumnOk() (*int32, bool)
- func (o *Pos) GetLine() int32
- func (o *Pos) GetLineOk() (*int32, bool)
- func (o Pos) MarshalJSON() ([]byte, error)
- func (o *Pos) SetByte(v int32)
- func (o *Pos) SetColumn(v int32)
- func (o *Pos) SetLine(v int32)
- func (o Pos) ToMap() (map[string]interface{}, error)
- func (o *Pos) UnmarshalJSON(data []byte) (err error)
- type PropertyAccessor
- func (o *PropertyAccessor) GetIndex() int32
- func (o *PropertyAccessor) GetIndexOk() (*int32, bool)
- func (o *PropertyAccessor) GetKey() string
- func (o *PropertyAccessor) GetKeyOk() (*string, bool)
- func (o *PropertyAccessor) GetRange() Range
- func (o *PropertyAccessor) GetRangeOk() (*Range, bool)
- func (o *PropertyAccessor) GetValue() Range
- func (o *PropertyAccessor) GetValueOk() (*Range, bool)
- func (o *PropertyAccessor) HasIndex() bool
- func (o *PropertyAccessor) HasValue() bool
- func (o PropertyAccessor) MarshalJSON() ([]byte, error)
- func (o *PropertyAccessor) SetIndex(v int32)
- func (o *PropertyAccessor) SetKey(v string)
- func (o *PropertyAccessor) SetRange(v Range)
- func (o *PropertyAccessor) SetValue(v Range)
- func (o PropertyAccessor) ToMap() (map[string]interface{}, error)
- func (o *PropertyAccessor) UnmarshalJSON(data []byte) (err error)
- type Range
- func (o *Range) GetBegin() Pos
- func (o *Range) GetBeginOk() (*Pos, bool)
- func (o *Range) GetEnd() Pos
- func (o *Range) GetEndOk() (*Pos, bool)
- func (o *Range) GetEnvironment() string
- func (o *Range) GetEnvironmentOk() (*string, bool)
- func (o Range) MarshalJSON() ([]byte, error)
- func (o *Range) SetBegin(v Pos)
- func (o *Range) SetEnd(v Pos)
- func (o *Range) SetEnvironment(v string)
- func (o Range) ToMap() (map[string]interface{}, error)
- func (o *Range) UnmarshalJSON(data []byte) (err error)
- type RawAPIClient
- type Reference
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Trace
- func (o *Trace) GetBase() Value
- func (o *Trace) GetBaseOk() (*Value, bool)
- func (o *Trace) GetDef() Range
- func (o *Trace) GetDefOk() (*Range, bool)
- func (o *Trace) HasBase() bool
- func (o *Trace) HasDef() bool
- func (o Trace) MarshalJSON() ([]byte, error)
- func (o *Trace) SetBase(v Value)
- func (o *Trace) SetDef(v Range)
- func (o Trace) ToMap() (map[string]interface{}, error)
- type UpdateEnvironmentRevisionTag
- func (o *UpdateEnvironmentRevisionTag) GetRevision() int32
- func (o *UpdateEnvironmentRevisionTag) GetRevisionOk() (*int32, bool)
- func (o UpdateEnvironmentRevisionTag) MarshalJSON() ([]byte, error)
- func (o *UpdateEnvironmentRevisionTag) SetRevision(v int32)
- func (o UpdateEnvironmentRevisionTag) ToMap() (map[string]interface{}, error)
- func (o *UpdateEnvironmentRevisionTag) UnmarshalJSON(data []byte) (err error)
- type UpdateEnvironmentTag
- func (o *UpdateEnvironmentTag) GetCurrentTag() UpdateEnvironmentTagCurrentTag
- func (o *UpdateEnvironmentTag) GetCurrentTagOk() (*UpdateEnvironmentTagCurrentTag, bool)
- func (o *UpdateEnvironmentTag) GetNewTag() UpdateEnvironmentTagNewTag
- func (o *UpdateEnvironmentTag) GetNewTagOk() (*UpdateEnvironmentTagNewTag, bool)
- func (o UpdateEnvironmentTag) MarshalJSON() ([]byte, error)
- func (o *UpdateEnvironmentTag) SetCurrentTag(v UpdateEnvironmentTagCurrentTag)
- func (o *UpdateEnvironmentTag) SetNewTag(v UpdateEnvironmentTagNewTag)
- func (o UpdateEnvironmentTag) ToMap() (map[string]interface{}, error)
- func (o *UpdateEnvironmentTag) UnmarshalJSON(data []byte) (err error)
- type UpdateEnvironmentTagCurrentTag
- func (o *UpdateEnvironmentTagCurrentTag) GetValue() string
- func (o *UpdateEnvironmentTagCurrentTag) GetValueOk() (*string, bool)
- func (o UpdateEnvironmentTagCurrentTag) MarshalJSON() ([]byte, error)
- func (o *UpdateEnvironmentTagCurrentTag) SetValue(v string)
- func (o UpdateEnvironmentTagCurrentTag) ToMap() (map[string]interface{}, error)
- func (o *UpdateEnvironmentTagCurrentTag) UnmarshalJSON(data []byte) (err error)
- type UpdateEnvironmentTagNewTag
- func (o *UpdateEnvironmentTagNewTag) GetName() string
- func (o *UpdateEnvironmentTagNewTag) GetNameOk() (*string, bool)
- func (o *UpdateEnvironmentTagNewTag) GetValue() string
- func (o *UpdateEnvironmentTagNewTag) GetValueOk() (*string, bool)
- func (o UpdateEnvironmentTagNewTag) MarshalJSON() ([]byte, error)
- func (o *UpdateEnvironmentTagNewTag) SetName(v string)
- func (o *UpdateEnvironmentTagNewTag) SetValue(v string)
- func (o UpdateEnvironmentTagNewTag) ToMap() (map[string]interface{}, error)
- func (o *UpdateEnvironmentTagNewTag) UnmarshalJSON(data []byte) (err error)
- type UpdateEnvironmentTagRequest
- func (o *UpdateEnvironmentTagRequest) GetCurrentTag() UpdateEnvironmentTagRequestCurrentTag
- func (o *UpdateEnvironmentTagRequest) GetCurrentTagOk() (*UpdateEnvironmentTagRequestCurrentTag, bool)
- func (o *UpdateEnvironmentTagRequest) GetNewTag() UpdateEnvironmentTagRequestNewTag
- func (o *UpdateEnvironmentTagRequest) GetNewTagOk() (*UpdateEnvironmentTagRequestNewTag, bool)
- func (o UpdateEnvironmentTagRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateEnvironmentTagRequest) SetCurrentTag(v UpdateEnvironmentTagRequestCurrentTag)
- func (o *UpdateEnvironmentTagRequest) SetNewTag(v UpdateEnvironmentTagRequestNewTag)
- func (o UpdateEnvironmentTagRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateEnvironmentTagRequest) UnmarshalJSON(data []byte) (err error)
- type UpdateEnvironmentTagRequestCurrentTag
- func (o *UpdateEnvironmentTagRequestCurrentTag) GetValue() string
- func (o *UpdateEnvironmentTagRequestCurrentTag) GetValueOk() (*string, bool)
- func (o UpdateEnvironmentTagRequestCurrentTag) MarshalJSON() ([]byte, error)
- func (o *UpdateEnvironmentTagRequestCurrentTag) SetValue(v string)
- func (o UpdateEnvironmentTagRequestCurrentTag) ToMap() (map[string]interface{}, error)
- func (o *UpdateEnvironmentTagRequestCurrentTag) UnmarshalJSON(data []byte) (err error)
- type UpdateEnvironmentTagRequestNewTag
- func (o *UpdateEnvironmentTagRequestNewTag) GetName() string
- func (o *UpdateEnvironmentTagRequestNewTag) GetNameOk() (*string, bool)
- func (o *UpdateEnvironmentTagRequestNewTag) GetValue() string
- func (o *UpdateEnvironmentTagRequestNewTag) GetValueOk() (*string, bool)
- func (o UpdateEnvironmentTagRequestNewTag) MarshalJSON() ([]byte, error)
- func (o *UpdateEnvironmentTagRequestNewTag) SetName(v string)
- func (o *UpdateEnvironmentTagRequestNewTag) SetValue(v string)
- func (o UpdateEnvironmentTagRequestNewTag) ToMap() (map[string]interface{}, error)
- func (o *UpdateEnvironmentTagRequestNewTag) UnmarshalJSON(data []byte) (err error)
- type Value
- func (o *Value) GetSecret() bool
- func (o *Value) GetSecretOk() (*bool, bool)
- func (o *Value) GetTrace() Trace
- func (o *Value) GetTraceOk() (*Trace, bool)
- func (o *Value) GetUnknown() bool
- func (o *Value) GetUnknownOk() (*bool, bool)
- func (o *Value) GetValue() interface{}
- func (o *Value) GetValueOk() (*interface{}, bool)
- func (o *Value) HasSecret() bool
- func (o *Value) HasUnknown() bool
- func (o Value) MarshalJSON() ([]byte, error)
- func (o *Value) SetSecret(v bool)
- func (o *Value) SetTrace(v Trace)
- func (o *Value) SetUnknown(v bool)
- func (o *Value) SetValue(v interface{})
- func (o Value) ToMap() (map[string]interface{}, error)
- func (o *Value) UnmarshalJSON(data []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) YamlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:x-)?(?:[^;]+\+)?yaml)`) )
var ( // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func MarshalEnvironmentDefinition ¶
func MarshalEnvironmentDefinition(env *EnvironmentDefinition) (string, error)
func NewAuthContext ¶
NewAuthContext creates a new context with the given access token. This context can be used to authenticate requests to the ESC API.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type Access ¶
type Access struct { Receiver *Range `json:"receiver,omitempty"` Accessors []Accessor `json:"accessors,omitempty"` }
Access struct for Access
func NewAccess ¶
func NewAccess() *Access
NewAccess instantiates a new Access object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessWithDefaults ¶
func NewAccessWithDefaults() *Access
NewAccessWithDefaults instantiates a new Access object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Access) GetAccessors ¶
GetAccessors returns the Accessors field value if set, zero value otherwise.
func (*Access) GetAccessorsOk ¶
GetAccessorsOk returns a tuple with the Accessors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Access) GetReceiver ¶
GetReceiver returns the Receiver field value if set, zero value otherwise.
func (*Access) GetReceiverOk ¶
GetReceiverOk returns a tuple with the Receiver field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Access) HasAccessors ¶
HasAccessors returns a boolean if a field has been set.
func (*Access) HasReceiver ¶
HasReceiver returns a boolean if a field has been set.
func (Access) MarshalJSON ¶
func (*Access) SetAccessors ¶
SetAccessors gets a reference to the given []Accessor and assigns it to the Accessors field.
func (*Access) SetReceiver ¶
SetReceiver gets a reference to the given Range and assigns it to the Receiver field.
type Accessor ¶
type Accessor struct { Index *int32 `json:"index,omitempty"` Key string `json:"key"` Range Range `json:"range"` }
Accessor struct for Accessor
func NewAccessor ¶
NewAccessor instantiates a new Accessor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessorWithDefaults ¶
func NewAccessorWithDefaults() *Accessor
NewAccessorWithDefaults instantiates a new Accessor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Accessor) GetIndexOk ¶
GetIndexOk returns a tuple with the Index field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Accessor) GetKeyOk ¶
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*Accessor) GetRangeOk ¶
GetRangeOk returns a tuple with the Range field value and a boolean to check if the value has been set.
func (Accessor) MarshalJSON ¶
func (*Accessor) SetIndex ¶
SetIndex gets a reference to the given int32 and assigns it to the Index field.
func (*Accessor) UnmarshalJSON ¶
type ApiCheckEnvironmentYamlRequest ¶
type ApiCheckEnvironmentYamlRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiCheckEnvironmentYamlRequest) Body ¶
func (r ApiCheckEnvironmentYamlRequest) Body(body string) ApiCheckEnvironmentYamlRequest
Environment Yaml content
func (ApiCheckEnvironmentYamlRequest) Execute ¶
func (r ApiCheckEnvironmentYamlRequest) Execute() (*CheckEnvironment, *http.Response, error)
type ApiCloneEnvironmentRequest ¶ added in v0.11.0
type ApiCloneEnvironmentRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiCloneEnvironmentRequest) CloneEnvironment ¶ added in v0.11.0
func (r ApiCloneEnvironmentRequest) CloneEnvironment(cloneEnvironment CloneEnvironment) ApiCloneEnvironmentRequest
Clone environment
type ApiCreateEnvironmentRequest ¶
type ApiCreateEnvironmentRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiCreateEnvironmentRequest) CreateEnvironment ¶ added in v0.10.0
func (r ApiCreateEnvironmentRequest) CreateEnvironment(createEnvironment CreateEnvironment) ApiCreateEnvironmentRequest
Create Environment
type ApiCreateEnvironmentRevisionTagRequest ¶
type ApiCreateEnvironmentRevisionTagRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiCreateEnvironmentRevisionTagRequest) CreateEnvironmentRevisionTag ¶ added in v0.10.0
func (r ApiCreateEnvironmentRevisionTagRequest) CreateEnvironmentRevisionTag(createEnvironmentRevisionTag CreateEnvironmentRevisionTag) ApiCreateEnvironmentRevisionTagRequest
Create environment revision tag
type ApiCreateEnvironmentTagRequest ¶ added in v0.10.0
type ApiCreateEnvironmentTagRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiCreateEnvironmentTagRequest) CreateEnvironmentTag ¶ added in v0.10.0
func (r ApiCreateEnvironmentTagRequest) CreateEnvironmentTag(createEnvironmentTag CreateEnvironmentTag) ApiCreateEnvironmentTagRequest
Create environment tag
func (ApiCreateEnvironmentTagRequest) Execute ¶ added in v0.10.0
func (r ApiCreateEnvironmentTagRequest) Execute() (*EnvironmentTag, *http.Response, error)
type ApiDecryptEnvironmentRequest ¶
type ApiDecryptEnvironmentRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiDecryptEnvironmentRequest) Execute ¶
func (r ApiDecryptEnvironmentRequest) Execute() (*EnvironmentDefinition, *http.Response, error)
type ApiDeleteEnvironmentRequest ¶
type ApiDeleteEnvironmentRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
type ApiDeleteEnvironmentRevisionTagRequest ¶
type ApiDeleteEnvironmentRevisionTagRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
type ApiDeleteEnvironmentTagRequest ¶ added in v0.10.0
type ApiDeleteEnvironmentTagRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
type ApiGetEnvironmentAtVersionRequest ¶
type ApiGetEnvironmentAtVersionRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiGetEnvironmentAtVersionRequest) Execute ¶
func (r ApiGetEnvironmentAtVersionRequest) Execute() (*EnvironmentDefinition, *http.Response, error)
type ApiGetEnvironmentETagRequest ¶
type ApiGetEnvironmentETagRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
type ApiGetEnvironmentRequest ¶
type ApiGetEnvironmentRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiGetEnvironmentRequest) Execute ¶
func (r ApiGetEnvironmentRequest) Execute() (*EnvironmentDefinition, *http.Response, error)
type ApiGetEnvironmentRevisionTagRequest ¶
type ApiGetEnvironmentRevisionTagRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiGetEnvironmentRevisionTagRequest) Execute ¶
func (r ApiGetEnvironmentRevisionTagRequest) Execute() (*EnvironmentRevisionTag, *http.Response, error)
type ApiGetEnvironmentTagRequest ¶ added in v0.10.0
type ApiGetEnvironmentTagRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiGetEnvironmentTagRequest) Execute ¶ added in v0.10.0
func (r ApiGetEnvironmentTagRequest) Execute() (*EnvironmentTag, *http.Response, error)
type ApiListEnvironmentRevisionTagsRequest ¶
type ApiListEnvironmentRevisionTagsRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiListEnvironmentRevisionTagsRequest) After ¶
func (r ApiListEnvironmentRevisionTagsRequest) After(after string) ApiListEnvironmentRevisionTagsRequest
after tag for pagination
func (ApiListEnvironmentRevisionTagsRequest) Count ¶
func (r ApiListEnvironmentRevisionTagsRequest) Count(count int32) ApiListEnvironmentRevisionTagsRequest
limit of tags to return
func (ApiListEnvironmentRevisionTagsRequest) Execute ¶
func (r ApiListEnvironmentRevisionTagsRequest) Execute() (*EnvironmentRevisionTags, *http.Response, error)
type ApiListEnvironmentRevisionsRequest ¶
type ApiListEnvironmentRevisionsRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiListEnvironmentRevisionsRequest) Before ¶
func (r ApiListEnvironmentRevisionsRequest) Before(before int32) ApiListEnvironmentRevisionsRequest
before revision number for pagination
func (ApiListEnvironmentRevisionsRequest) Count ¶
func (r ApiListEnvironmentRevisionsRequest) Count(count int32) ApiListEnvironmentRevisionsRequest
limit of revisions to return
func (ApiListEnvironmentRevisionsRequest) Execute ¶
func (r ApiListEnvironmentRevisionsRequest) Execute() ([]EnvironmentRevision, *http.Response, error)
type ApiListEnvironmentTagsRequest ¶ added in v0.10.0
type ApiListEnvironmentTagsRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiListEnvironmentTagsRequest) After ¶ added in v0.10.0
func (r ApiListEnvironmentTagsRequest) After(after string) ApiListEnvironmentTagsRequest
after tag for pagination
func (ApiListEnvironmentTagsRequest) Count ¶ added in v0.10.0
func (r ApiListEnvironmentTagsRequest) Count(count int32) ApiListEnvironmentTagsRequest
limit of tags to return
func (ApiListEnvironmentTagsRequest) Execute ¶ added in v0.10.0
func (r ApiListEnvironmentTagsRequest) Execute() (*ListEnvironmentTags, *http.Response, error)
type ApiListEnvironmentsRequest ¶
type ApiListEnvironmentsRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiListEnvironmentsRequest) ContinuationToken ¶
func (r ApiListEnvironmentsRequest) ContinuationToken(continuationToken string) ApiListEnvironmentsRequest
continuation Token from previous query to fetch next page of results
func (ApiListEnvironmentsRequest) Execute ¶
func (r ApiListEnvironmentsRequest) Execute() (*OrgEnvironments, *http.Response, error)
type ApiOpenEnvironmentAtVersionRequest ¶
type ApiOpenEnvironmentAtVersionRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiOpenEnvironmentAtVersionRequest) Duration ¶
func (r ApiOpenEnvironmentAtVersionRequest) Duration(duration string) ApiOpenEnvironmentAtVersionRequest
open duration - A duration string is a possibly signed sequence of decimal numbers, each with optional fraction and a unit suffix, such as “300ms”, “1.5h” or “2h45m”. Valid time units are “ns”, “us” (or “µs”), “ms”, “s”, “m”, “h”.
func (ApiOpenEnvironmentAtVersionRequest) Execute ¶
func (r ApiOpenEnvironmentAtVersionRequest) Execute() (*OpenEnvironment, *http.Response, error)
type ApiOpenEnvironmentRequest ¶
type ApiOpenEnvironmentRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiOpenEnvironmentRequest) Duration ¶
func (r ApiOpenEnvironmentRequest) Duration(duration string) ApiOpenEnvironmentRequest
open duration - A duration string is a possibly signed sequence of decimal numbers, each with optional fraction and a unit suffix, such as “300ms”, “1.5h” or “2h45m”. Valid time units are “ns”, “us” (or “µs”), “ms”, “s”, “m”, “h”.
func (ApiOpenEnvironmentRequest) Execute ¶
func (r ApiOpenEnvironmentRequest) Execute() (*OpenEnvironment, *http.Response, error)
type ApiReadOpenEnvironmentPropertyRequest ¶
type ApiReadOpenEnvironmentPropertyRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiReadOpenEnvironmentPropertyRequest) Execute ¶
func (r ApiReadOpenEnvironmentPropertyRequest) Execute() (*Value, *http.Response, error)
func (ApiReadOpenEnvironmentPropertyRequest) Property ¶
func (r ApiReadOpenEnvironmentPropertyRequest) Property(property string) ApiReadOpenEnvironmentPropertyRequest
Path to a specific property using Pulumi path syntax https://www.pulumi.com/docs/concepts/config/#structured-configuration
type ApiReadOpenEnvironmentRequest ¶
type ApiReadOpenEnvironmentRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiReadOpenEnvironmentRequest) Execute ¶
func (r ApiReadOpenEnvironmentRequest) Execute() (*Environment, *http.Response, error)
type ApiUpdateEnvironmentRevisionTagRequest ¶
type ApiUpdateEnvironmentRevisionTagRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiUpdateEnvironmentRevisionTagRequest) Execute ¶
func (r ApiUpdateEnvironmentRevisionTagRequest) Execute() (*http.Response, error)
func (ApiUpdateEnvironmentRevisionTagRequest) UpdateEnvironmentRevisionTag ¶
func (r ApiUpdateEnvironmentRevisionTagRequest) UpdateEnvironmentRevisionTag(updateEnvironmentRevisionTag UpdateEnvironmentRevisionTag) ApiUpdateEnvironmentRevisionTagRequest
Update environment revision tag
type ApiUpdateEnvironmentTagRequest ¶ added in v0.10.0
type ApiUpdateEnvironmentTagRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiUpdateEnvironmentTagRequest) Execute ¶ added in v0.10.0
func (r ApiUpdateEnvironmentTagRequest) Execute() (*EnvironmentTag, *http.Response, error)
func (ApiUpdateEnvironmentTagRequest) UpdateEnvironmentTag ¶ added in v0.10.0
func (r ApiUpdateEnvironmentTagRequest) UpdateEnvironmentTag(updateEnvironmentTag UpdateEnvironmentTag) ApiUpdateEnvironmentTagRequest
Update environment tag
type ApiUpdateEnvironmentYamlRequest ¶
type ApiUpdateEnvironmentYamlRequest struct { ApiService *EscAPIService // contains filtered or unexported fields }
func (ApiUpdateEnvironmentYamlRequest) Body ¶
func (r ApiUpdateEnvironmentYamlRequest) Body(body string) ApiUpdateEnvironmentYamlRequest
Environment Yaml content
func (ApiUpdateEnvironmentYamlRequest) Execute ¶
func (r ApiUpdateEnvironmentYamlRequest) Execute() (*EnvironmentDiagnostics, *http.Response, error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type CheckEnvironment ¶
type CheckEnvironment struct { Exprs *map[string]Expr `json:"exprs,omitempty"` Properties *map[string]Value `json:"properties,omitempty"` Schema interface{} `json:"schema,omitempty"` ExecutionContext *EvaluatedExecutionContext `json:"executionContext,omitempty"` Diagnostics []EnvironmentDiagnostic `json:"diagnostics,omitempty"` }
CheckEnvironment struct for CheckEnvironment
func NewCheckEnvironment ¶
func NewCheckEnvironment() *CheckEnvironment
NewCheckEnvironment instantiates a new CheckEnvironment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCheckEnvironmentWithDefaults ¶
func NewCheckEnvironmentWithDefaults() *CheckEnvironment
NewCheckEnvironmentWithDefaults instantiates a new CheckEnvironment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CheckEnvironment) GetDiagnostics ¶
func (o *CheckEnvironment) GetDiagnostics() []EnvironmentDiagnostic
GetDiagnostics returns the Diagnostics field value if set, zero value otherwise.
func (*CheckEnvironment) GetDiagnosticsOk ¶
func (o *CheckEnvironment) GetDiagnosticsOk() ([]EnvironmentDiagnostic, bool)
GetDiagnosticsOk returns a tuple with the Diagnostics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CheckEnvironment) GetExecutionContext ¶
func (o *CheckEnvironment) GetExecutionContext() EvaluatedExecutionContext
GetExecutionContext returns the ExecutionContext field value if set, zero value otherwise.
func (*CheckEnvironment) GetExecutionContextOk ¶
func (o *CheckEnvironment) GetExecutionContextOk() (*EvaluatedExecutionContext, bool)
GetExecutionContextOk returns a tuple with the ExecutionContext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CheckEnvironment) GetExprs ¶
func (o *CheckEnvironment) GetExprs() map[string]Expr
GetExprs returns the Exprs field value if set, zero value otherwise.
func (*CheckEnvironment) GetExprsOk ¶
func (o *CheckEnvironment) GetExprsOk() (*map[string]Expr, bool)
GetExprsOk returns a tuple with the Exprs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CheckEnvironment) GetProperties ¶
func (o *CheckEnvironment) GetProperties() map[string]Value
GetProperties returns the Properties field value if set, zero value otherwise.
func (*CheckEnvironment) GetPropertiesOk ¶
func (o *CheckEnvironment) GetPropertiesOk() (*map[string]Value, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CheckEnvironment) GetSchema ¶
func (o *CheckEnvironment) GetSchema() interface{}
GetSchema returns the Schema field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CheckEnvironment) GetSchemaOk ¶
func (o *CheckEnvironment) GetSchemaOk() (*interface{}, bool)
GetSchemaOk returns a tuple with the Schema field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CheckEnvironment) HasDiagnostics ¶
func (o *CheckEnvironment) HasDiagnostics() bool
HasDiagnostics returns a boolean if a field has been set.
func (*CheckEnvironment) HasExecutionContext ¶
func (o *CheckEnvironment) HasExecutionContext() bool
HasExecutionContext returns a boolean if a field has been set.
func (*CheckEnvironment) HasExprs ¶
func (o *CheckEnvironment) HasExprs() bool
HasExprs returns a boolean if a field has been set.
func (*CheckEnvironment) HasProperties ¶
func (o *CheckEnvironment) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*CheckEnvironment) HasSchema ¶
func (o *CheckEnvironment) HasSchema() bool
HasSchema returns a boolean if a field has been set.
func (CheckEnvironment) MarshalJSON ¶
func (o CheckEnvironment) MarshalJSON() ([]byte, error)
func (*CheckEnvironment) SetDiagnostics ¶
func (o *CheckEnvironment) SetDiagnostics(v []EnvironmentDiagnostic)
SetDiagnostics gets a reference to the given []EnvironmentDiagnostic and assigns it to the Diagnostics field.
func (*CheckEnvironment) SetExecutionContext ¶
func (o *CheckEnvironment) SetExecutionContext(v EvaluatedExecutionContext)
SetExecutionContext gets a reference to the given EvaluatedExecutionContext and assigns it to the ExecutionContext field.
func (*CheckEnvironment) SetExprs ¶
func (o *CheckEnvironment) SetExprs(v map[string]Expr)
SetExprs gets a reference to the given map[string]Expr and assigns it to the Exprs field.
func (*CheckEnvironment) SetProperties ¶
func (o *CheckEnvironment) SetProperties(v map[string]Value)
SetProperties gets a reference to the given map[string]Value and assigns it to the Properties field.
func (*CheckEnvironment) SetSchema ¶
func (o *CheckEnvironment) SetSchema(v interface{})
SetSchema gets a reference to the given interface{} and assigns it to the Schema field.
func (CheckEnvironment) ToMap ¶
func (o CheckEnvironment) ToMap() (map[string]interface{}, error)
type CloneEnvironment ¶ added in v0.11.0
type CloneEnvironment struct { Project string `json:"project"` Name string `json:"name"` PreserveAccess *bool `json:"preserveAccess,omitempty"` PreserveEnvironmentTags *bool `json:"preserveEnvironmentTags,omitempty"` PreserveHistory *bool `json:"preserveHistory,omitempty"` PreserveRevisionTags *bool `json:"preserveRevisionTags,omitempty"` }
CloneEnvironment struct for CloneEnvironment
func NewCloneEnvironment ¶ added in v0.11.0
func NewCloneEnvironment(project string, name string) *CloneEnvironment
NewCloneEnvironment instantiates a new CloneEnvironment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCloneEnvironmentWithDefaults ¶ added in v0.11.0
func NewCloneEnvironmentWithDefaults() *CloneEnvironment
NewCloneEnvironmentWithDefaults instantiates a new CloneEnvironment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CloneEnvironment) GetName ¶ added in v0.11.0
func (o *CloneEnvironment) GetName() string
GetName returns the Name field value
func (*CloneEnvironment) GetNameOk ¶ added in v0.11.0
func (o *CloneEnvironment) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CloneEnvironment) GetPreserveAccess ¶ added in v0.11.0
func (o *CloneEnvironment) GetPreserveAccess() bool
GetPreserveAccess returns the PreserveAccess field value if set, zero value otherwise.
func (*CloneEnvironment) GetPreserveAccessOk ¶ added in v0.11.0
func (o *CloneEnvironment) GetPreserveAccessOk() (*bool, bool)
GetPreserveAccessOk returns a tuple with the PreserveAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloneEnvironment) GetPreserveEnvironmentTags ¶ added in v0.11.0
func (o *CloneEnvironment) GetPreserveEnvironmentTags() bool
GetPreserveEnvironmentTags returns the PreserveEnvironmentTags field value if set, zero value otherwise.
func (*CloneEnvironment) GetPreserveEnvironmentTagsOk ¶ added in v0.11.0
func (o *CloneEnvironment) GetPreserveEnvironmentTagsOk() (*bool, bool)
GetPreserveEnvironmentTagsOk returns a tuple with the PreserveEnvironmentTags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloneEnvironment) GetPreserveHistory ¶ added in v0.11.0
func (o *CloneEnvironment) GetPreserveHistory() bool
GetPreserveHistory returns the PreserveHistory field value if set, zero value otherwise.
func (*CloneEnvironment) GetPreserveHistoryOk ¶ added in v0.11.0
func (o *CloneEnvironment) GetPreserveHistoryOk() (*bool, bool)
GetPreserveHistoryOk returns a tuple with the PreserveHistory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloneEnvironment) GetPreserveRevisionTags ¶ added in v0.11.0
func (o *CloneEnvironment) GetPreserveRevisionTags() bool
GetPreserveRevisionTags returns the PreserveRevisionTags field value if set, zero value otherwise.
func (*CloneEnvironment) GetPreserveRevisionTagsOk ¶ added in v0.11.0
func (o *CloneEnvironment) GetPreserveRevisionTagsOk() (*bool, bool)
GetPreserveRevisionTagsOk returns a tuple with the PreserveRevisionTags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloneEnvironment) GetProject ¶ added in v0.11.0
func (o *CloneEnvironment) GetProject() string
GetProject returns the Project field value
func (*CloneEnvironment) GetProjectOk ¶ added in v0.11.0
func (o *CloneEnvironment) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (*CloneEnvironment) HasPreserveAccess ¶ added in v0.11.0
func (o *CloneEnvironment) HasPreserveAccess() bool
HasPreserveAccess returns a boolean if a field has been set.
func (*CloneEnvironment) HasPreserveEnvironmentTags ¶ added in v0.11.0
func (o *CloneEnvironment) HasPreserveEnvironmentTags() bool
HasPreserveEnvironmentTags returns a boolean if a field has been set.
func (*CloneEnvironment) HasPreserveHistory ¶ added in v0.11.0
func (o *CloneEnvironment) HasPreserveHistory() bool
HasPreserveHistory returns a boolean if a field has been set.
func (*CloneEnvironment) HasPreserveRevisionTags ¶ added in v0.11.0
func (o *CloneEnvironment) HasPreserveRevisionTags() bool
HasPreserveRevisionTags returns a boolean if a field has been set.
func (CloneEnvironment) MarshalJSON ¶ added in v0.11.0
func (o CloneEnvironment) MarshalJSON() ([]byte, error)
func (*CloneEnvironment) SetName ¶ added in v0.11.0
func (o *CloneEnvironment) SetName(v string)
SetName sets field value
func (*CloneEnvironment) SetPreserveAccess ¶ added in v0.11.0
func (o *CloneEnvironment) SetPreserveAccess(v bool)
SetPreserveAccess gets a reference to the given bool and assigns it to the PreserveAccess field.
func (*CloneEnvironment) SetPreserveEnvironmentTags ¶ added in v0.11.0
func (o *CloneEnvironment) SetPreserveEnvironmentTags(v bool)
SetPreserveEnvironmentTags gets a reference to the given bool and assigns it to the PreserveEnvironmentTags field.
func (*CloneEnvironment) SetPreserveHistory ¶ added in v0.11.0
func (o *CloneEnvironment) SetPreserveHistory(v bool)
SetPreserveHistory gets a reference to the given bool and assigns it to the PreserveHistory field.
func (*CloneEnvironment) SetPreserveRevisionTags ¶ added in v0.11.0
func (o *CloneEnvironment) SetPreserveRevisionTags(v bool)
SetPreserveRevisionTags gets a reference to the given bool and assigns it to the PreserveRevisionTags field.
func (*CloneEnvironment) SetProject ¶ added in v0.11.0
func (o *CloneEnvironment) SetProject(v string)
SetProject sets field value
func (CloneEnvironment) ToMap ¶ added in v0.11.0
func (o CloneEnvironment) ToMap() (map[string]interface{}, error)
func (*CloneEnvironment) UnmarshalJSON ¶ added in v0.11.0
func (o *CloneEnvironment) UnmarshalJSON(data []byte) (err error)
type CloneEnvironmentOptions ¶ added in v0.11.0
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CreateEnvironment ¶ added in v0.10.0
CreateEnvironment struct for CreateEnvironment
func NewCreateEnvironment ¶ added in v0.10.0
func NewCreateEnvironment(project string, name string) *CreateEnvironment
NewCreateEnvironment instantiates a new CreateEnvironment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateEnvironmentWithDefaults ¶ added in v0.10.0
func NewCreateEnvironmentWithDefaults() *CreateEnvironment
NewCreateEnvironmentWithDefaults instantiates a new CreateEnvironment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateEnvironment) GetName ¶ added in v0.10.0
func (o *CreateEnvironment) GetName() string
GetName returns the Name field value
func (*CreateEnvironment) GetNameOk ¶ added in v0.10.0
func (o *CreateEnvironment) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateEnvironment) GetProject ¶ added in v0.10.0
func (o *CreateEnvironment) GetProject() string
GetProject returns the Project field value
func (*CreateEnvironment) GetProjectOk ¶ added in v0.10.0
func (o *CreateEnvironment) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (CreateEnvironment) MarshalJSON ¶ added in v0.10.0
func (o CreateEnvironment) MarshalJSON() ([]byte, error)
func (*CreateEnvironment) SetName ¶ added in v0.10.0
func (o *CreateEnvironment) SetName(v string)
SetName sets field value
func (*CreateEnvironment) SetProject ¶ added in v0.10.0
func (o *CreateEnvironment) SetProject(v string)
SetProject sets field value
func (CreateEnvironment) ToMap ¶ added in v0.10.0
func (o CreateEnvironment) ToMap() (map[string]interface{}, error)
func (*CreateEnvironment) UnmarshalJSON ¶ added in v0.10.0
func (o *CreateEnvironment) UnmarshalJSON(data []byte) (err error)
type CreateEnvironmentRevisionTag ¶ added in v0.10.0
type CreateEnvironmentRevisionTag struct { Name string `json:"name"` Revision int32 `json:"revision"` }
CreateEnvironmentRevisionTag struct for CreateEnvironmentRevisionTag
func NewCreateEnvironmentRevisionTag ¶ added in v0.10.0
func NewCreateEnvironmentRevisionTag(name string, revision int32) *CreateEnvironmentRevisionTag
NewCreateEnvironmentRevisionTag instantiates a new CreateEnvironmentRevisionTag object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateEnvironmentRevisionTagWithDefaults ¶ added in v0.10.0
func NewCreateEnvironmentRevisionTagWithDefaults() *CreateEnvironmentRevisionTag
NewCreateEnvironmentRevisionTagWithDefaults instantiates a new CreateEnvironmentRevisionTag object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateEnvironmentRevisionTag) GetName ¶ added in v0.10.0
func (o *CreateEnvironmentRevisionTag) GetName() string
GetName returns the Name field value
func (*CreateEnvironmentRevisionTag) GetNameOk ¶ added in v0.10.0
func (o *CreateEnvironmentRevisionTag) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateEnvironmentRevisionTag) GetRevision ¶ added in v0.10.0
func (o *CreateEnvironmentRevisionTag) GetRevision() int32
GetRevision returns the Revision field value
func (*CreateEnvironmentRevisionTag) GetRevisionOk ¶ added in v0.10.0
func (o *CreateEnvironmentRevisionTag) GetRevisionOk() (*int32, bool)
GetRevisionOk returns a tuple with the Revision field value and a boolean to check if the value has been set.
func (CreateEnvironmentRevisionTag) MarshalJSON ¶ added in v0.10.0
func (o CreateEnvironmentRevisionTag) MarshalJSON() ([]byte, error)
func (*CreateEnvironmentRevisionTag) SetName ¶ added in v0.10.0
func (o *CreateEnvironmentRevisionTag) SetName(v string)
SetName sets field value
func (*CreateEnvironmentRevisionTag) SetRevision ¶ added in v0.10.0
func (o *CreateEnvironmentRevisionTag) SetRevision(v int32)
SetRevision sets field value
func (CreateEnvironmentRevisionTag) ToMap ¶ added in v0.10.0
func (o CreateEnvironmentRevisionTag) ToMap() (map[string]interface{}, error)
func (*CreateEnvironmentRevisionTag) UnmarshalJSON ¶ added in v0.10.0
func (o *CreateEnvironmentRevisionTag) UnmarshalJSON(data []byte) (err error)
type CreateEnvironmentRevisionTag204Response ¶
type CreateEnvironmentRevisionTag204Response struct { Message *string `json:"message,omitempty"` StatusCode *int32 `json:"statusCode,omitempty"` }
CreateEnvironmentRevisionTag204Response struct for CreateEnvironmentRevisionTag204Response
func NewCreateEnvironmentRevisionTag204Response ¶
func NewCreateEnvironmentRevisionTag204Response() *CreateEnvironmentRevisionTag204Response
NewCreateEnvironmentRevisionTag204Response instantiates a new CreateEnvironmentRevisionTag204Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateEnvironmentRevisionTag204ResponseWithDefaults ¶
func NewCreateEnvironmentRevisionTag204ResponseWithDefaults() *CreateEnvironmentRevisionTag204Response
NewCreateEnvironmentRevisionTag204ResponseWithDefaults instantiates a new CreateEnvironmentRevisionTag204Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateEnvironmentRevisionTag204Response) GetMessage ¶
func (o *CreateEnvironmentRevisionTag204Response) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*CreateEnvironmentRevisionTag204Response) GetMessageOk ¶
func (o *CreateEnvironmentRevisionTag204Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateEnvironmentRevisionTag204Response) GetStatusCode ¶
func (o *CreateEnvironmentRevisionTag204Response) GetStatusCode() int32
GetStatusCode returns the StatusCode field value if set, zero value otherwise.
func (*CreateEnvironmentRevisionTag204Response) GetStatusCodeOk ¶
func (o *CreateEnvironmentRevisionTag204Response) GetStatusCodeOk() (*int32, bool)
GetStatusCodeOk returns a tuple with the StatusCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateEnvironmentRevisionTag204Response) HasMessage ¶
func (o *CreateEnvironmentRevisionTag204Response) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*CreateEnvironmentRevisionTag204Response) HasStatusCode ¶
func (o *CreateEnvironmentRevisionTag204Response) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (CreateEnvironmentRevisionTag204Response) MarshalJSON ¶
func (o CreateEnvironmentRevisionTag204Response) MarshalJSON() ([]byte, error)
func (*CreateEnvironmentRevisionTag204Response) SetMessage ¶
func (o *CreateEnvironmentRevisionTag204Response) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*CreateEnvironmentRevisionTag204Response) SetStatusCode ¶
func (o *CreateEnvironmentRevisionTag204Response) SetStatusCode(v int32)
SetStatusCode gets a reference to the given int32 and assigns it to the StatusCode field.
func (CreateEnvironmentRevisionTag204Response) ToMap ¶
func (o CreateEnvironmentRevisionTag204Response) ToMap() (map[string]interface{}, error)
type CreateEnvironmentTag ¶ added in v0.10.0
CreateEnvironmentTag struct for CreateEnvironmentTag
func NewCreateEnvironmentTag ¶ added in v0.10.0
func NewCreateEnvironmentTag(name string, value string) *CreateEnvironmentTag
NewCreateEnvironmentTag instantiates a new CreateEnvironmentTag object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateEnvironmentTagWithDefaults ¶ added in v0.10.0
func NewCreateEnvironmentTagWithDefaults() *CreateEnvironmentTag
NewCreateEnvironmentTagWithDefaults instantiates a new CreateEnvironmentTag object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateEnvironmentTag) GetName ¶ added in v0.10.0
func (o *CreateEnvironmentTag) GetName() string
GetName returns the Name field value
func (*CreateEnvironmentTag) GetNameOk ¶ added in v0.10.0
func (o *CreateEnvironmentTag) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateEnvironmentTag) GetValue ¶ added in v0.10.0
func (o *CreateEnvironmentTag) GetValue() string
GetValue returns the Value field value
func (*CreateEnvironmentTag) GetValueOk ¶ added in v0.10.0
func (o *CreateEnvironmentTag) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (CreateEnvironmentTag) MarshalJSON ¶ added in v0.10.0
func (o CreateEnvironmentTag) MarshalJSON() ([]byte, error)
func (*CreateEnvironmentTag) SetName ¶ added in v0.10.0
func (o *CreateEnvironmentTag) SetName(v string)
SetName sets field value
func (*CreateEnvironmentTag) SetValue ¶ added in v0.10.0
func (o *CreateEnvironmentTag) SetValue(v string)
SetValue sets field value
func (CreateEnvironmentTag) ToMap ¶ added in v0.10.0
func (o CreateEnvironmentTag) ToMap() (map[string]interface{}, error)
func (*CreateEnvironmentTag) UnmarshalJSON ¶ added in v0.10.0
func (o *CreateEnvironmentTag) UnmarshalJSON(data []byte) (err error)
type CreateEnvironmentTagRequest ¶ added in v0.10.0
CreateEnvironmentTagRequest struct for CreateEnvironmentTagRequest
func NewCreateEnvironmentTagRequest ¶ added in v0.10.0
func NewCreateEnvironmentTagRequest(name string, value string) *CreateEnvironmentTagRequest
NewCreateEnvironmentTagRequest instantiates a new CreateEnvironmentTagRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateEnvironmentTagRequestWithDefaults ¶ added in v0.10.0
func NewCreateEnvironmentTagRequestWithDefaults() *CreateEnvironmentTagRequest
NewCreateEnvironmentTagRequestWithDefaults instantiates a new CreateEnvironmentTagRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateEnvironmentTagRequest) GetName ¶ added in v0.10.0
func (o *CreateEnvironmentTagRequest) GetName() string
GetName returns the Name field value
func (*CreateEnvironmentTagRequest) GetNameOk ¶ added in v0.10.0
func (o *CreateEnvironmentTagRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateEnvironmentTagRequest) GetValue ¶ added in v0.10.0
func (o *CreateEnvironmentTagRequest) GetValue() string
GetValue returns the Value field value
func (*CreateEnvironmentTagRequest) GetValueOk ¶ added in v0.10.0
func (o *CreateEnvironmentTagRequest) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (CreateEnvironmentTagRequest) MarshalJSON ¶ added in v0.10.0
func (o CreateEnvironmentTagRequest) MarshalJSON() ([]byte, error)
func (*CreateEnvironmentTagRequest) SetName ¶ added in v0.10.0
func (o *CreateEnvironmentTagRequest) SetName(v string)
SetName sets field value
func (*CreateEnvironmentTagRequest) SetValue ¶ added in v0.10.0
func (o *CreateEnvironmentTagRequest) SetValue(v string)
SetValue sets field value
func (CreateEnvironmentTagRequest) ToMap ¶ added in v0.10.0
func (o CreateEnvironmentTagRequest) ToMap() (map[string]interface{}, error)
func (*CreateEnvironmentTagRequest) UnmarshalJSON ¶ added in v0.10.0
func (o *CreateEnvironmentTagRequest) UnmarshalJSON(data []byte) (err error)
type Environment ¶
type Environment struct { Exprs *map[string]Expr `json:"exprs,omitempty"` Properties *map[string]Value `json:"properties,omitempty"` Schema interface{} `json:"schema,omitempty"` ExecutionContext *EvaluatedExecutionContext `json:"executionContext,omitempty"` }
Environment struct for Environment
func NewEnvironment ¶
func NewEnvironment() *Environment
NewEnvironment instantiates a new Environment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentWithDefaults ¶
func NewEnvironmentWithDefaults() *Environment
NewEnvironmentWithDefaults instantiates a new Environment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Environment) GetExecutionContext ¶
func (o *Environment) GetExecutionContext() EvaluatedExecutionContext
GetExecutionContext returns the ExecutionContext field value if set, zero value otherwise.
func (*Environment) GetExecutionContextOk ¶
func (o *Environment) GetExecutionContextOk() (*EvaluatedExecutionContext, bool)
GetExecutionContextOk returns a tuple with the ExecutionContext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Environment) GetExprs ¶
func (o *Environment) GetExprs() map[string]Expr
GetExprs returns the Exprs field value if set, zero value otherwise.
func (*Environment) GetExprsOk ¶
func (o *Environment) GetExprsOk() (*map[string]Expr, bool)
GetExprsOk returns a tuple with the Exprs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Environment) GetProperties ¶
func (o *Environment) GetProperties() map[string]Value
GetProperties returns the Properties field value if set, zero value otherwise.
func (*Environment) GetPropertiesOk ¶
func (o *Environment) GetPropertiesOk() (*map[string]Value, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Environment) GetSchema ¶
func (o *Environment) GetSchema() interface{}
GetSchema returns the Schema field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Environment) GetSchemaOk ¶
func (o *Environment) GetSchemaOk() (*interface{}, bool)
GetSchemaOk returns a tuple with the Schema field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Environment) HasExecutionContext ¶
func (o *Environment) HasExecutionContext() bool
HasExecutionContext returns a boolean if a field has been set.
func (*Environment) HasExprs ¶
func (o *Environment) HasExprs() bool
HasExprs returns a boolean if a field has been set.
func (*Environment) HasProperties ¶
func (o *Environment) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*Environment) HasSchema ¶
func (o *Environment) HasSchema() bool
HasSchema returns a boolean if a field has been set.
func (Environment) MarshalJSON ¶
func (o Environment) MarshalJSON() ([]byte, error)
func (*Environment) SetExecutionContext ¶
func (o *Environment) SetExecutionContext(v EvaluatedExecutionContext)
SetExecutionContext gets a reference to the given EvaluatedExecutionContext and assigns it to the ExecutionContext field.
func (*Environment) SetExprs ¶
func (o *Environment) SetExprs(v map[string]Expr)
SetExprs gets a reference to the given map[string]Expr and assigns it to the Exprs field.
func (*Environment) SetProperties ¶
func (o *Environment) SetProperties(v map[string]Value)
SetProperties gets a reference to the given map[string]Value and assigns it to the Properties field.
func (*Environment) SetSchema ¶
func (o *Environment) SetSchema(v interface{})
SetSchema gets a reference to the given interface{} and assigns it to the Schema field.
func (Environment) ToMap ¶
func (o Environment) ToMap() (map[string]interface{}, error)
type EnvironmentDefinition ¶
type EnvironmentDefinition struct { Imports []string `json:"imports,omitempty"` Values *EnvironmentDefinitionValues `json:"values,omitempty"` }
EnvironmentDefinition struct for EnvironmentDefinition
func NewEnvironmentDefinition ¶
func NewEnvironmentDefinition() *EnvironmentDefinition
NewEnvironmentDefinition instantiates a new EnvironmentDefinition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentDefinitionWithDefaults ¶
func NewEnvironmentDefinitionWithDefaults() *EnvironmentDefinition
NewEnvironmentDefinitionWithDefaults instantiates a new EnvironmentDefinition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentDefinition) GetImports ¶
func (o *EnvironmentDefinition) GetImports() []string
GetImports returns the Imports field value if set, zero value otherwise.
func (*EnvironmentDefinition) GetImportsOk ¶
func (o *EnvironmentDefinition) GetImportsOk() ([]string, bool)
GetImportsOk returns a tuple with the Imports field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentDefinition) GetValues ¶
func (o *EnvironmentDefinition) GetValues() EnvironmentDefinitionValues
GetValues returns the Values field value if set, zero value otherwise.
func (*EnvironmentDefinition) GetValuesOk ¶
func (o *EnvironmentDefinition) GetValuesOk() (*EnvironmentDefinitionValues, bool)
GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentDefinition) HasImports ¶
func (o *EnvironmentDefinition) HasImports() bool
HasImports returns a boolean if a field has been set.
func (*EnvironmentDefinition) HasValues ¶
func (o *EnvironmentDefinition) HasValues() bool
HasValues returns a boolean if a field has been set.
func (EnvironmentDefinition) MarshalJSON ¶
func (o EnvironmentDefinition) MarshalJSON() ([]byte, error)
func (*EnvironmentDefinition) SetImports ¶
func (o *EnvironmentDefinition) SetImports(v []string)
SetImports gets a reference to the given []string and assigns it to the Imports field.
func (*EnvironmentDefinition) SetValues ¶
func (o *EnvironmentDefinition) SetValues(v EnvironmentDefinitionValues)
SetValues gets a reference to the given EnvironmentDefinitionValues and assigns it to the Values field.
func (EnvironmentDefinition) ToMap ¶
func (o EnvironmentDefinition) ToMap() (map[string]interface{}, error)
type EnvironmentDefinitionValues ¶
type EnvironmentDefinitionValues struct { PulumiConfig map[string]interface{} `json:"pulumiConfig,omitempty"` EnvironmentVariables *map[string]string `json:"environmentVariables,omitempty"` Files *map[string]string `json:"files,omitempty"` AdditionalProperties map[string]interface{} }
EnvironmentDefinitionValues struct for EnvironmentDefinitionValues
func NewEnvironmentDefinitionValues ¶
func NewEnvironmentDefinitionValues() *EnvironmentDefinitionValues
NewEnvironmentDefinitionValues instantiates a new EnvironmentDefinitionValues object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentDefinitionValuesWithDefaults ¶
func NewEnvironmentDefinitionValuesWithDefaults() *EnvironmentDefinitionValues
NewEnvironmentDefinitionValuesWithDefaults instantiates a new EnvironmentDefinitionValues object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentDefinitionValues) GetEnvironmentVariables ¶
func (o *EnvironmentDefinitionValues) GetEnvironmentVariables() map[string]string
GetEnvironmentVariables returns the EnvironmentVariables field value if set, zero value otherwise.
func (*EnvironmentDefinitionValues) GetEnvironmentVariablesOk ¶
func (o *EnvironmentDefinitionValues) GetEnvironmentVariablesOk() (*map[string]string, bool)
GetEnvironmentVariablesOk returns a tuple with the EnvironmentVariables field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentDefinitionValues) GetFiles ¶
func (o *EnvironmentDefinitionValues) GetFiles() map[string]string
GetFiles returns the Files field value if set, zero value otherwise.
func (*EnvironmentDefinitionValues) GetFilesOk ¶
func (o *EnvironmentDefinitionValues) GetFilesOk() (*map[string]string, bool)
GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentDefinitionValues) GetPulumiConfig ¶
func (o *EnvironmentDefinitionValues) GetPulumiConfig() map[string]interface{}
GetPulumiConfig returns the PulumiConfig field value if set, zero value otherwise.
func (*EnvironmentDefinitionValues) GetPulumiConfigOk ¶
func (o *EnvironmentDefinitionValues) GetPulumiConfigOk() (map[string]interface{}, bool)
GetPulumiConfigOk returns a tuple with the PulumiConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentDefinitionValues) HasEnvironmentVariables ¶
func (o *EnvironmentDefinitionValues) HasEnvironmentVariables() bool
HasEnvironmentVariables returns a boolean if a field has been set.
func (*EnvironmentDefinitionValues) HasFiles ¶
func (o *EnvironmentDefinitionValues) HasFiles() bool
HasFiles returns a boolean if a field has been set.
func (*EnvironmentDefinitionValues) HasPulumiConfig ¶
func (o *EnvironmentDefinitionValues) HasPulumiConfig() bool
HasPulumiConfig returns a boolean if a field has been set.
func (EnvironmentDefinitionValues) MarshalJSON ¶
func (o EnvironmentDefinitionValues) MarshalJSON() ([]byte, error)
func (*EnvironmentDefinitionValues) SetEnvironmentVariables ¶
func (o *EnvironmentDefinitionValues) SetEnvironmentVariables(v map[string]string)
SetEnvironmentVariables gets a reference to the given map[string]string and assigns it to the EnvironmentVariables field.
func (*EnvironmentDefinitionValues) SetFiles ¶
func (o *EnvironmentDefinitionValues) SetFiles(v map[string]string)
SetFiles gets a reference to the given map[string]string and assigns it to the Files field.
func (*EnvironmentDefinitionValues) SetPulumiConfig ¶
func (o *EnvironmentDefinitionValues) SetPulumiConfig(v map[string]interface{})
SetPulumiConfig gets a reference to the given map[string]interface{} and assigns it to the PulumiConfig field.
func (EnvironmentDefinitionValues) ToMap ¶
func (o EnvironmentDefinitionValues) ToMap() (map[string]interface{}, error)
func (*EnvironmentDefinitionValues) UnmarshalJSON ¶
func (o *EnvironmentDefinitionValues) UnmarshalJSON(data []byte) (err error)
type EnvironmentDiagnostic ¶
type EnvironmentDiagnostic struct { Summary string `json:"summary"` Path *string `json:"path,omitempty"` Range *Range `json:"range,omitempty"` AdditionalProperties map[string]interface{} }
EnvironmentDiagnostic struct for EnvironmentDiagnostic
func NewEnvironmentDiagnostic ¶
func NewEnvironmentDiagnostic(summary string) *EnvironmentDiagnostic
NewEnvironmentDiagnostic instantiates a new EnvironmentDiagnostic object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentDiagnosticWithDefaults ¶
func NewEnvironmentDiagnosticWithDefaults() *EnvironmentDiagnostic
NewEnvironmentDiagnosticWithDefaults instantiates a new EnvironmentDiagnostic object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentDiagnostic) GetPath ¶
func (o *EnvironmentDiagnostic) GetPath() string
GetPath returns the Path field value if set, zero value otherwise.
func (*EnvironmentDiagnostic) GetPathOk ¶
func (o *EnvironmentDiagnostic) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentDiagnostic) GetRange ¶
func (o *EnvironmentDiagnostic) GetRange() Range
GetRange returns the Range field value if set, zero value otherwise.
func (*EnvironmentDiagnostic) GetRangeOk ¶
func (o *EnvironmentDiagnostic) GetRangeOk() (*Range, bool)
GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentDiagnostic) GetSummary ¶
func (o *EnvironmentDiagnostic) GetSummary() string
GetSummary returns the Summary field value
func (*EnvironmentDiagnostic) GetSummaryOk ¶
func (o *EnvironmentDiagnostic) GetSummaryOk() (*string, bool)
GetSummaryOk returns a tuple with the Summary field value and a boolean to check if the value has been set.
func (*EnvironmentDiagnostic) HasPath ¶
func (o *EnvironmentDiagnostic) HasPath() bool
HasPath returns a boolean if a field has been set.
func (*EnvironmentDiagnostic) HasRange ¶
func (o *EnvironmentDiagnostic) HasRange() bool
HasRange returns a boolean if a field has been set.
func (EnvironmentDiagnostic) MarshalJSON ¶
func (o EnvironmentDiagnostic) MarshalJSON() ([]byte, error)
func (*EnvironmentDiagnostic) SetPath ¶
func (o *EnvironmentDiagnostic) SetPath(v string)
SetPath gets a reference to the given string and assigns it to the Path field.
func (*EnvironmentDiagnostic) SetRange ¶
func (o *EnvironmentDiagnostic) SetRange(v Range)
SetRange gets a reference to the given Range and assigns it to the Range field.
func (*EnvironmentDiagnostic) SetSummary ¶
func (o *EnvironmentDiagnostic) SetSummary(v string)
SetSummary sets field value
func (EnvironmentDiagnostic) ToMap ¶
func (o EnvironmentDiagnostic) ToMap() (map[string]interface{}, error)
func (*EnvironmentDiagnostic) UnmarshalJSON ¶
func (o *EnvironmentDiagnostic) UnmarshalJSON(data []byte) (err error)
type EnvironmentDiagnostics ¶
type EnvironmentDiagnostics struct {
Diagnostics []EnvironmentDiagnostic `json:"diagnostics,omitempty"`
}
EnvironmentDiagnostics struct for EnvironmentDiagnostics
func NewEnvironmentDiagnostics ¶
func NewEnvironmentDiagnostics() *EnvironmentDiagnostics
NewEnvironmentDiagnostics instantiates a new EnvironmentDiagnostics object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentDiagnosticsWithDefaults ¶
func NewEnvironmentDiagnosticsWithDefaults() *EnvironmentDiagnostics
NewEnvironmentDiagnosticsWithDefaults instantiates a new EnvironmentDiagnostics object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentDiagnostics) GetDiagnostics ¶
func (o *EnvironmentDiagnostics) GetDiagnostics() []EnvironmentDiagnostic
GetDiagnostics returns the Diagnostics field value if set, zero value otherwise.
func (*EnvironmentDiagnostics) GetDiagnosticsOk ¶
func (o *EnvironmentDiagnostics) GetDiagnosticsOk() ([]EnvironmentDiagnostic, bool)
GetDiagnosticsOk returns a tuple with the Diagnostics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentDiagnostics) HasDiagnostics ¶
func (o *EnvironmentDiagnostics) HasDiagnostics() bool
HasDiagnostics returns a boolean if a field has been set.
func (EnvironmentDiagnostics) MarshalJSON ¶
func (o EnvironmentDiagnostics) MarshalJSON() ([]byte, error)
func (*EnvironmentDiagnostics) SetDiagnostics ¶
func (o *EnvironmentDiagnostics) SetDiagnostics(v []EnvironmentDiagnostic)
SetDiagnostics gets a reference to the given []EnvironmentDiagnostic and assigns it to the Diagnostics field.
func (EnvironmentDiagnostics) ToMap ¶
func (o EnvironmentDiagnostics) ToMap() (map[string]interface{}, error)
type EnvironmentRevision ¶
type EnvironmentRevision struct { Number int32 `json:"number"` CreatorLogin *string `json:"creatorLogin,omitempty"` Created *string `json:"created,omitempty"` CreatorName *string `json:"creatorName,omitempty"` Tags []string `json:"tags,omitempty"` }
EnvironmentRevision struct for EnvironmentRevision
func NewEnvironmentRevision ¶
func NewEnvironmentRevision(number int32) *EnvironmentRevision
NewEnvironmentRevision instantiates a new EnvironmentRevision object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentRevisionWithDefaults ¶
func NewEnvironmentRevisionWithDefaults() *EnvironmentRevision
NewEnvironmentRevisionWithDefaults instantiates a new EnvironmentRevision object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentRevision) GetCreated ¶
func (o *EnvironmentRevision) GetCreated() string
GetCreated returns the Created field value if set, zero value otherwise.
func (*EnvironmentRevision) GetCreatedOk ¶
func (o *EnvironmentRevision) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentRevision) GetCreatorLogin ¶
func (o *EnvironmentRevision) GetCreatorLogin() string
GetCreatorLogin returns the CreatorLogin field value if set, zero value otherwise.
func (*EnvironmentRevision) GetCreatorLoginOk ¶
func (o *EnvironmentRevision) GetCreatorLoginOk() (*string, bool)
GetCreatorLoginOk returns a tuple with the CreatorLogin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentRevision) GetCreatorName ¶
func (o *EnvironmentRevision) GetCreatorName() string
GetCreatorName returns the CreatorName field value if set, zero value otherwise.
func (*EnvironmentRevision) GetCreatorNameOk ¶
func (o *EnvironmentRevision) GetCreatorNameOk() (*string, bool)
GetCreatorNameOk returns a tuple with the CreatorName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentRevision) GetNumber ¶
func (o *EnvironmentRevision) GetNumber() int32
GetNumber returns the Number field value
func (*EnvironmentRevision) GetNumberOk ¶
func (o *EnvironmentRevision) GetNumberOk() (*int32, bool)
GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.
func (*EnvironmentRevision) GetTags ¶
func (o *EnvironmentRevision) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*EnvironmentRevision) GetTagsOk ¶
func (o *EnvironmentRevision) GetTagsOk() ([]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentRevision) HasCreated ¶
func (o *EnvironmentRevision) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (*EnvironmentRevision) HasCreatorLogin ¶
func (o *EnvironmentRevision) HasCreatorLogin() bool
HasCreatorLogin returns a boolean if a field has been set.
func (*EnvironmentRevision) HasCreatorName ¶
func (o *EnvironmentRevision) HasCreatorName() bool
HasCreatorName returns a boolean if a field has been set.
func (*EnvironmentRevision) HasTags ¶
func (o *EnvironmentRevision) HasTags() bool
HasTags returns a boolean if a field has been set.
func (EnvironmentRevision) MarshalJSON ¶
func (o EnvironmentRevision) MarshalJSON() ([]byte, error)
func (*EnvironmentRevision) SetCreated ¶
func (o *EnvironmentRevision) SetCreated(v string)
SetCreated gets a reference to the given string and assigns it to the Created field.
func (*EnvironmentRevision) SetCreatorLogin ¶
func (o *EnvironmentRevision) SetCreatorLogin(v string)
SetCreatorLogin gets a reference to the given string and assigns it to the CreatorLogin field.
func (*EnvironmentRevision) SetCreatorName ¶
func (o *EnvironmentRevision) SetCreatorName(v string)
SetCreatorName gets a reference to the given string and assigns it to the CreatorName field.
func (*EnvironmentRevision) SetNumber ¶
func (o *EnvironmentRevision) SetNumber(v int32)
SetNumber sets field value
func (*EnvironmentRevision) SetTags ¶
func (o *EnvironmentRevision) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (EnvironmentRevision) ToMap ¶
func (o EnvironmentRevision) ToMap() (map[string]interface{}, error)
func (*EnvironmentRevision) UnmarshalJSON ¶
func (o *EnvironmentRevision) UnmarshalJSON(data []byte) (err error)
type EnvironmentRevisionTag ¶
type EnvironmentRevisionTag struct { Revision int32 `json:"revision"` Name string `json:"name"` Created *string `json:"created,omitempty"` Modified *string `json:"modified,omitempty"` EditorLogin *string `json:"editorLogin,omitempty"` EditorName *string `json:"editorName,omitempty"` }
EnvironmentRevisionTag struct for EnvironmentRevisionTag
func NewEnvironmentRevisionTag ¶
func NewEnvironmentRevisionTag(revision int32, name string) *EnvironmentRevisionTag
NewEnvironmentRevisionTag instantiates a new EnvironmentRevisionTag object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentRevisionTagWithDefaults ¶
func NewEnvironmentRevisionTagWithDefaults() *EnvironmentRevisionTag
NewEnvironmentRevisionTagWithDefaults instantiates a new EnvironmentRevisionTag object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentRevisionTag) GetCreated ¶
func (o *EnvironmentRevisionTag) GetCreated() string
GetCreated returns the Created field value if set, zero value otherwise.
func (*EnvironmentRevisionTag) GetCreatedOk ¶
func (o *EnvironmentRevisionTag) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentRevisionTag) GetEditorLogin ¶
func (o *EnvironmentRevisionTag) GetEditorLogin() string
GetEditorLogin returns the EditorLogin field value if set, zero value otherwise.
func (*EnvironmentRevisionTag) GetEditorLoginOk ¶
func (o *EnvironmentRevisionTag) GetEditorLoginOk() (*string, bool)
GetEditorLoginOk returns a tuple with the EditorLogin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentRevisionTag) GetEditorName ¶
func (o *EnvironmentRevisionTag) GetEditorName() string
GetEditorName returns the EditorName field value if set, zero value otherwise.
func (*EnvironmentRevisionTag) GetEditorNameOk ¶
func (o *EnvironmentRevisionTag) GetEditorNameOk() (*string, bool)
GetEditorNameOk returns a tuple with the EditorName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentRevisionTag) GetModified ¶
func (o *EnvironmentRevisionTag) GetModified() string
GetModified returns the Modified field value if set, zero value otherwise.
func (*EnvironmentRevisionTag) GetModifiedOk ¶
func (o *EnvironmentRevisionTag) GetModifiedOk() (*string, bool)
GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentRevisionTag) GetName ¶
func (o *EnvironmentRevisionTag) GetName() string
GetName returns the Name field value
func (*EnvironmentRevisionTag) GetNameOk ¶
func (o *EnvironmentRevisionTag) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*EnvironmentRevisionTag) GetRevision ¶
func (o *EnvironmentRevisionTag) GetRevision() int32
GetRevision returns the Revision field value
func (*EnvironmentRevisionTag) GetRevisionOk ¶
func (o *EnvironmentRevisionTag) GetRevisionOk() (*int32, bool)
GetRevisionOk returns a tuple with the Revision field value and a boolean to check if the value has been set.
func (*EnvironmentRevisionTag) HasCreated ¶
func (o *EnvironmentRevisionTag) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (*EnvironmentRevisionTag) HasEditorLogin ¶
func (o *EnvironmentRevisionTag) HasEditorLogin() bool
HasEditorLogin returns a boolean if a field has been set.
func (*EnvironmentRevisionTag) HasEditorName ¶
func (o *EnvironmentRevisionTag) HasEditorName() bool
HasEditorName returns a boolean if a field has been set.
func (*EnvironmentRevisionTag) HasModified ¶
func (o *EnvironmentRevisionTag) HasModified() bool
HasModified returns a boolean if a field has been set.
func (EnvironmentRevisionTag) MarshalJSON ¶
func (o EnvironmentRevisionTag) MarshalJSON() ([]byte, error)
func (*EnvironmentRevisionTag) SetCreated ¶
func (o *EnvironmentRevisionTag) SetCreated(v string)
SetCreated gets a reference to the given string and assigns it to the Created field.
func (*EnvironmentRevisionTag) SetEditorLogin ¶
func (o *EnvironmentRevisionTag) SetEditorLogin(v string)
SetEditorLogin gets a reference to the given string and assigns it to the EditorLogin field.
func (*EnvironmentRevisionTag) SetEditorName ¶
func (o *EnvironmentRevisionTag) SetEditorName(v string)
SetEditorName gets a reference to the given string and assigns it to the EditorName field.
func (*EnvironmentRevisionTag) SetModified ¶
func (o *EnvironmentRevisionTag) SetModified(v string)
SetModified gets a reference to the given string and assigns it to the Modified field.
func (*EnvironmentRevisionTag) SetName ¶
func (o *EnvironmentRevisionTag) SetName(v string)
SetName sets field value
func (*EnvironmentRevisionTag) SetRevision ¶
func (o *EnvironmentRevisionTag) SetRevision(v int32)
SetRevision sets field value
func (EnvironmentRevisionTag) ToMap ¶
func (o EnvironmentRevisionTag) ToMap() (map[string]interface{}, error)
func (*EnvironmentRevisionTag) UnmarshalJSON ¶
func (o *EnvironmentRevisionTag) UnmarshalJSON(data []byte) (err error)
type EnvironmentRevisionTags ¶
type EnvironmentRevisionTags struct { Tags []EnvironmentRevisionTag `json:"tags,omitempty"` NextToken *string `json:"nextToken,omitempty"` }
EnvironmentRevisionTags struct for EnvironmentRevisionTags
func NewEnvironmentRevisionTags ¶
func NewEnvironmentRevisionTags() *EnvironmentRevisionTags
NewEnvironmentRevisionTags instantiates a new EnvironmentRevisionTags object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentRevisionTagsWithDefaults ¶
func NewEnvironmentRevisionTagsWithDefaults() *EnvironmentRevisionTags
NewEnvironmentRevisionTagsWithDefaults instantiates a new EnvironmentRevisionTags object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentRevisionTags) GetNextToken ¶
func (o *EnvironmentRevisionTags) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*EnvironmentRevisionTags) GetNextTokenOk ¶
func (o *EnvironmentRevisionTags) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentRevisionTags) GetTags ¶
func (o *EnvironmentRevisionTags) GetTags() []EnvironmentRevisionTag
GetTags returns the Tags field value if set, zero value otherwise.
func (*EnvironmentRevisionTags) GetTagsOk ¶
func (o *EnvironmentRevisionTags) GetTagsOk() ([]EnvironmentRevisionTag, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentRevisionTags) HasNextToken ¶
func (o *EnvironmentRevisionTags) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (*EnvironmentRevisionTags) HasTags ¶
func (o *EnvironmentRevisionTags) HasTags() bool
HasTags returns a boolean if a field has been set.
func (EnvironmentRevisionTags) MarshalJSON ¶
func (o EnvironmentRevisionTags) MarshalJSON() ([]byte, error)
func (*EnvironmentRevisionTags) SetNextToken ¶
func (o *EnvironmentRevisionTags) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
func (*EnvironmentRevisionTags) SetTags ¶
func (o *EnvironmentRevisionTags) SetTags(v []EnvironmentRevisionTag)
SetTags gets a reference to the given []EnvironmentRevisionTag and assigns it to the Tags field.
func (EnvironmentRevisionTags) ToMap ¶
func (o EnvironmentRevisionTags) ToMap() (map[string]interface{}, error)
type EnvironmentTag ¶ added in v0.10.0
type EnvironmentTag struct { Name string `json:"name"` Value *string `json:"value,omitempty"` Created string `json:"created"` Modified string `json:"modified"` EditorLogin string `json:"editorLogin"` EditorName string `json:"editorName"` }
EnvironmentTag struct for EnvironmentTag
func NewEnvironmentTag ¶ added in v0.10.0
func NewEnvironmentTag(name string, created string, modified string, editorLogin string, editorName string) *EnvironmentTag
NewEnvironmentTag instantiates a new EnvironmentTag object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentTagWithDefaults ¶ added in v0.10.0
func NewEnvironmentTagWithDefaults() *EnvironmentTag
NewEnvironmentTagWithDefaults instantiates a new EnvironmentTag object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentTag) GetCreated ¶ added in v0.10.0
func (o *EnvironmentTag) GetCreated() string
GetCreated returns the Created field value
func (*EnvironmentTag) GetCreatedOk ¶ added in v0.10.0
func (o *EnvironmentTag) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field value and a boolean to check if the value has been set.
func (*EnvironmentTag) GetEditorLogin ¶ added in v0.10.0
func (o *EnvironmentTag) GetEditorLogin() string
GetEditorLogin returns the EditorLogin field value
func (*EnvironmentTag) GetEditorLoginOk ¶ added in v0.10.0
func (o *EnvironmentTag) GetEditorLoginOk() (*string, bool)
GetEditorLoginOk returns a tuple with the EditorLogin field value and a boolean to check if the value has been set.
func (*EnvironmentTag) GetEditorName ¶ added in v0.10.0
func (o *EnvironmentTag) GetEditorName() string
GetEditorName returns the EditorName field value
func (*EnvironmentTag) GetEditorNameOk ¶ added in v0.10.0
func (o *EnvironmentTag) GetEditorNameOk() (*string, bool)
GetEditorNameOk returns a tuple with the EditorName field value and a boolean to check if the value has been set.
func (*EnvironmentTag) GetModified ¶ added in v0.10.0
func (o *EnvironmentTag) GetModified() string
GetModified returns the Modified field value
func (*EnvironmentTag) GetModifiedOk ¶ added in v0.10.0
func (o *EnvironmentTag) GetModifiedOk() (*string, bool)
GetModifiedOk returns a tuple with the Modified field value and a boolean to check if the value has been set.
func (*EnvironmentTag) GetName ¶ added in v0.10.0
func (o *EnvironmentTag) GetName() string
GetName returns the Name field value
func (*EnvironmentTag) GetNameOk ¶ added in v0.10.0
func (o *EnvironmentTag) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*EnvironmentTag) GetValue ¶ added in v0.10.0
func (o *EnvironmentTag) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*EnvironmentTag) GetValueOk ¶ added in v0.10.0
func (o *EnvironmentTag) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentTag) HasValue ¶ added in v0.10.0
func (o *EnvironmentTag) HasValue() bool
HasValue returns a boolean if a field has been set.
func (EnvironmentTag) MarshalJSON ¶ added in v0.10.0
func (o EnvironmentTag) MarshalJSON() ([]byte, error)
func (*EnvironmentTag) SetCreated ¶ added in v0.10.0
func (o *EnvironmentTag) SetCreated(v string)
SetCreated sets field value
func (*EnvironmentTag) SetEditorLogin ¶ added in v0.10.0
func (o *EnvironmentTag) SetEditorLogin(v string)
SetEditorLogin sets field value
func (*EnvironmentTag) SetEditorName ¶ added in v0.10.0
func (o *EnvironmentTag) SetEditorName(v string)
SetEditorName sets field value
func (*EnvironmentTag) SetModified ¶ added in v0.10.0
func (o *EnvironmentTag) SetModified(v string)
SetModified sets field value
func (*EnvironmentTag) SetName ¶ added in v0.10.0
func (o *EnvironmentTag) SetName(v string)
SetName sets field value
func (*EnvironmentTag) SetValue ¶ added in v0.10.0
func (o *EnvironmentTag) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (EnvironmentTag) ToMap ¶ added in v0.10.0
func (o EnvironmentTag) ToMap() (map[string]interface{}, error)
func (*EnvironmentTag) UnmarshalJSON ¶ added in v0.10.0
func (o *EnvironmentTag) UnmarshalJSON(data []byte) (err error)
type Error ¶
Error struct for Error
func NewError ¶
NewError instantiates a new Error object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Error) GetCodeOk ¶
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*Error) GetMessage ¶
GetMessage returns the Message field value
func (*Error) GetMessageOk ¶
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (Error) MarshalJSON ¶
func (*Error) UnmarshalJSON ¶
type EscAPIService ¶
type EscAPIService service
EscAPIService EscAPI service
func (*EscAPIService) CheckEnvironmentYaml ¶
func (a *EscAPIService) CheckEnvironmentYaml(ctx context.Context, orgName string) ApiCheckEnvironmentYamlRequest
CheckEnvironmentYaml Checks an environment definition for errors
Checks an environment definition for errors
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @return ApiCheckEnvironmentYamlRequest
func (*EscAPIService) CheckEnvironmentYamlExecute ¶
func (a *EscAPIService) CheckEnvironmentYamlExecute(r ApiCheckEnvironmentYamlRequest) (*CheckEnvironment, *http.Response, error)
Execute executes the request
@return CheckEnvironment
func (*EscAPIService) CloneEnvironment ¶ added in v0.11.0
func (a *EscAPIService) CloneEnvironment(ctx context.Context, orgName string, projectName string, envName string) ApiCloneEnvironmentRequest
CloneEnvironment Clones an environment
Clones an environment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @return ApiCloneEnvironmentRequest
func (*EscAPIService) CloneEnvironmentExecute ¶ added in v0.11.0
func (a *EscAPIService) CloneEnvironmentExecute(r ApiCloneEnvironmentRequest) (*http.Response, error)
Execute executes the request
func (*EscAPIService) CreateEnvironment ¶
func (a *EscAPIService) CreateEnvironment(ctx context.Context, orgName string) ApiCreateEnvironmentRequest
CreateEnvironment Create a new environment
Creates an environment in the given org with the given name.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @return ApiCreateEnvironmentRequest
func (*EscAPIService) CreateEnvironmentExecute ¶
func (a *EscAPIService) CreateEnvironmentExecute(r ApiCreateEnvironmentRequest) (*Error, *http.Response, error)
Execute executes the request
@return Error
func (*EscAPIService) CreateEnvironmentRevisionTag ¶
func (a *EscAPIService) CreateEnvironmentRevisionTag(ctx context.Context, orgName string, projectName string, envName string) ApiCreateEnvironmentRevisionTagRequest
CreateEnvironmentRevisionTag Create environment revision tag
Create environment revision tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @return ApiCreateEnvironmentRevisionTagRequest
func (*EscAPIService) CreateEnvironmentRevisionTagExecute ¶
func (a *EscAPIService) CreateEnvironmentRevisionTagExecute(r ApiCreateEnvironmentRevisionTagRequest) (*http.Response, error)
Execute executes the request
func (*EscAPIService) CreateEnvironmentTag ¶ added in v0.10.0
func (a *EscAPIService) CreateEnvironmentTag(ctx context.Context, orgName string, projectName string, envName string) ApiCreateEnvironmentTagRequest
CreateEnvironmentTag Create environment tag
Create environment tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @return ApiCreateEnvironmentTagRequest
func (*EscAPIService) CreateEnvironmentTagExecute ¶ added in v0.10.0
func (a *EscAPIService) CreateEnvironmentTagExecute(r ApiCreateEnvironmentTagRequest) (*EnvironmentTag, *http.Response, error)
Execute executes the request
@return EnvironmentTag
func (*EscAPIService) DecryptEnvironment ¶
func (a *EscAPIService) DecryptEnvironment(ctx context.Context, orgName string, projectName string, envName string) ApiDecryptEnvironmentRequest
DecryptEnvironment Reads the definition for the given environment with static secrets in plaintext
Reads the definition for the given environment with static secrets in plaintext
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @return ApiDecryptEnvironmentRequest
func (*EscAPIService) DecryptEnvironmentExecute ¶
func (a *EscAPIService) DecryptEnvironmentExecute(r ApiDecryptEnvironmentRequest) (*EnvironmentDefinition, *http.Response, error)
Execute executes the request
@return EnvironmentDefinition
func (*EscAPIService) DeleteEnvironment ¶
func (a *EscAPIService) DeleteEnvironment(ctx context.Context, orgName string, projectName string, envName string) ApiDeleteEnvironmentRequest
DeleteEnvironment Delete an environment
Delete an environment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @return ApiDeleteEnvironmentRequest
func (*EscAPIService) DeleteEnvironmentExecute ¶
func (a *EscAPIService) DeleteEnvironmentExecute(r ApiDeleteEnvironmentRequest) (*Error, *http.Response, error)
Execute executes the request
@return Error
func (*EscAPIService) DeleteEnvironmentRevisionTag ¶
func (a *EscAPIService) DeleteEnvironmentRevisionTag(ctx context.Context, orgName string, projectName string, envName string, tagName string) ApiDeleteEnvironmentRevisionTagRequest
DeleteEnvironmentRevisionTag Delete environment revision tag
Delete environment revision tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @param tagName Tag name @return ApiDeleteEnvironmentRevisionTagRequest
func (*EscAPIService) DeleteEnvironmentRevisionTagExecute ¶
func (a *EscAPIService) DeleteEnvironmentRevisionTagExecute(r ApiDeleteEnvironmentRevisionTagRequest) (*http.Response, error)
Execute executes the request
func (*EscAPIService) DeleteEnvironmentTag ¶ added in v0.10.0
func (a *EscAPIService) DeleteEnvironmentTag(ctx context.Context, orgName string, projectName string, envName string, tagName string) ApiDeleteEnvironmentTagRequest
DeleteEnvironmentTag Delete environment tag
Delete environment tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @param tagName Tag name @return ApiDeleteEnvironmentTagRequest
func (*EscAPIService) DeleteEnvironmentTagExecute ¶ added in v0.10.0
func (a *EscAPIService) DeleteEnvironmentTagExecute(r ApiDeleteEnvironmentTagRequest) (*http.Response, error)
Execute executes the request
func (*EscAPIService) GetEnvironment ¶
func (a *EscAPIService) GetEnvironment(ctx context.Context, orgName string, projectName string, envName string) ApiGetEnvironmentRequest
GetEnvironment Read an environment
Read an environment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @return ApiGetEnvironmentRequest
func (*EscAPIService) GetEnvironmentAtVersion ¶
func (a *EscAPIService) GetEnvironmentAtVersion(ctx context.Context, orgName string, projectName string, envName string, version string) ApiGetEnvironmentAtVersionRequest
GetEnvironmentAtVersion Read an environment at a specific version
Read an environmentat a specific revision or tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @param version Revision or tag @return ApiGetEnvironmentAtVersionRequest
func (*EscAPIService) GetEnvironmentAtVersionExecute ¶
func (a *EscAPIService) GetEnvironmentAtVersionExecute(r ApiGetEnvironmentAtVersionRequest) (*EnvironmentDefinition, *http.Response, error)
Execute executes the request
@return EnvironmentDefinition
func (*EscAPIService) GetEnvironmentETag ¶
func (a *EscAPIService) GetEnvironmentETag(ctx context.Context, orgName string, projectName string, envName string) ApiGetEnvironmentETagRequest
GetEnvironmentETag Return an Environment ETag
Returns the ETag for the given environment if it exists.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @return ApiGetEnvironmentETagRequest
func (*EscAPIService) GetEnvironmentETagExecute ¶
func (a *EscAPIService) GetEnvironmentETagExecute(r ApiGetEnvironmentETagRequest) (*http.Response, error)
Execute executes the request
func (*EscAPIService) GetEnvironmentExecute ¶
func (a *EscAPIService) GetEnvironmentExecute(r ApiGetEnvironmentRequest) (*EnvironmentDefinition, *http.Response, error)
Execute executes the request
@return EnvironmentDefinition
func (*EscAPIService) GetEnvironmentRevisionTag ¶
func (a *EscAPIService) GetEnvironmentRevisionTag(ctx context.Context, orgName string, projectName string, envName string, tagName string) ApiGetEnvironmentRevisionTagRequest
GetEnvironmentRevisionTag Read environment revision tag
Read environment revision tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @param tagName Tag name @return ApiGetEnvironmentRevisionTagRequest
func (*EscAPIService) GetEnvironmentRevisionTagExecute ¶
func (a *EscAPIService) GetEnvironmentRevisionTagExecute(r ApiGetEnvironmentRevisionTagRequest) (*EnvironmentRevisionTag, *http.Response, error)
Execute executes the request
@return EnvironmentRevisionTag
func (*EscAPIService) GetEnvironmentTag ¶ added in v0.10.0
func (a *EscAPIService) GetEnvironmentTag(ctx context.Context, orgName string, projectName string, envName string, tagName string) ApiGetEnvironmentTagRequest
GetEnvironmentTag Read an environment tag
Read an environment tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @param tagName Tag name @return ApiGetEnvironmentTagRequest
func (*EscAPIService) GetEnvironmentTagExecute ¶ added in v0.10.0
func (a *EscAPIService) GetEnvironmentTagExecute(r ApiGetEnvironmentTagRequest) (*EnvironmentTag, *http.Response, error)
Execute executes the request
@return EnvironmentTag
func (*EscAPIService) ListEnvironmentRevisionTags ¶
func (a *EscAPIService) ListEnvironmentRevisionTags(ctx context.Context, orgName string, projectName string, envName string) ApiListEnvironmentRevisionTagsRequest
ListEnvironmentRevisionTags List environment revisions
List environment revisions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @return ApiListEnvironmentRevisionTagsRequest
func (*EscAPIService) ListEnvironmentRevisionTagsExecute ¶
func (a *EscAPIService) ListEnvironmentRevisionTagsExecute(r ApiListEnvironmentRevisionTagsRequest) (*EnvironmentRevisionTags, *http.Response, error)
Execute executes the request
@return EnvironmentRevisionTags
func (*EscAPIService) ListEnvironmentRevisions ¶
func (a *EscAPIService) ListEnvironmentRevisions(ctx context.Context, orgName string, projectName string, envName string) ApiListEnvironmentRevisionsRequest
ListEnvironmentRevisions List environment revisions
List environment revisions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @return ApiListEnvironmentRevisionsRequest
func (*EscAPIService) ListEnvironmentRevisionsExecute ¶
func (a *EscAPIService) ListEnvironmentRevisionsExecute(r ApiListEnvironmentRevisionsRequest) ([]EnvironmentRevision, *http.Response, error)
Execute executes the request
@return []EnvironmentRevision
func (*EscAPIService) ListEnvironmentTags ¶ added in v0.10.0
func (a *EscAPIService) ListEnvironmentTags(ctx context.Context, orgName string, projectName string, envName string) ApiListEnvironmentTagsRequest
ListEnvironmentTags List environment tags
List environment tags
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @return ApiListEnvironmentTagsRequest
func (*EscAPIService) ListEnvironmentTagsExecute ¶ added in v0.10.0
func (a *EscAPIService) ListEnvironmentTagsExecute(r ApiListEnvironmentTagsRequest) (*ListEnvironmentTags, *http.Response, error)
Execute executes the request
@return ListEnvironmentTags
func (*EscAPIService) ListEnvironments ¶
func (a *EscAPIService) ListEnvironments(ctx context.Context, orgName string) ApiListEnvironmentsRequest
ListEnvironments List environments in the organization
List environments in the organization available to the current user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @return ApiListEnvironmentsRequest
func (*EscAPIService) ListEnvironmentsExecute ¶
func (a *EscAPIService) ListEnvironmentsExecute(r ApiListEnvironmentsRequest) (*OrgEnvironments, *http.Response, error)
Execute executes the request
@return OrgEnvironments
func (*EscAPIService) OpenEnvironment ¶
func (a *EscAPIService) OpenEnvironment(ctx context.Context, orgName string, projectName string, envName string) ApiOpenEnvironmentRequest
OpenEnvironment Open an environment session
Opens a session the given environment for the indicated duration. This returns a session id that can be used to then read values. The default duration is 1 hour.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @return ApiOpenEnvironmentRequest
func (*EscAPIService) OpenEnvironmentAtVersion ¶
func (a *EscAPIService) OpenEnvironmentAtVersion(ctx context.Context, orgName string, projectName string, envName string, version string) ApiOpenEnvironmentAtVersionRequest
OpenEnvironmentAtVersion Open an environment session at a specific version
Opens a session the given environment at a specific version for the indicated duration. This returns a session id that can be used to then read values. The default duration is 1 hour.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @param version Revision or tag @return ApiOpenEnvironmentAtVersionRequest
func (*EscAPIService) OpenEnvironmentAtVersionExecute ¶
func (a *EscAPIService) OpenEnvironmentAtVersionExecute(r ApiOpenEnvironmentAtVersionRequest) (*OpenEnvironment, *http.Response, error)
Execute executes the request
@return OpenEnvironment
func (*EscAPIService) OpenEnvironmentExecute ¶
func (a *EscAPIService) OpenEnvironmentExecute(r ApiOpenEnvironmentRequest) (*OpenEnvironment, *http.Response, error)
Execute executes the request
@return OpenEnvironment
func (*EscAPIService) ReadOpenEnvironment ¶
func (a *EscAPIService) ReadOpenEnvironment(ctx context.Context, orgName string, projectName string, envName string, openSessionID string) ApiReadOpenEnvironmentRequest
ReadOpenEnvironment Read an open environment
Reads and decrypts secrets including retrieving dynamic secrets from providers.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @param openSessionID Open session ID returned from environment open @return ApiReadOpenEnvironmentRequest
func (*EscAPIService) ReadOpenEnvironmentExecute ¶
func (a *EscAPIService) ReadOpenEnvironmentExecute(r ApiReadOpenEnvironmentRequest) (*Environment, *http.Response, error)
Execute executes the request
@return Environment
func (*EscAPIService) ReadOpenEnvironmentProperty ¶
func (a *EscAPIService) ReadOpenEnvironmentProperty(ctx context.Context, orgName string, projectName string, envName string, openSessionID string) ApiReadOpenEnvironmentPropertyRequest
ReadOpenEnvironmentProperty Read an open environment
Reads and decrypts secrets including retrieving dynamic secrets from providers.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @param openSessionID Open session ID returned from environment open @return ApiReadOpenEnvironmentPropertyRequest
func (*EscAPIService) ReadOpenEnvironmentPropertyExecute ¶
func (a *EscAPIService) ReadOpenEnvironmentPropertyExecute(r ApiReadOpenEnvironmentPropertyRequest) (*Value, *http.Response, error)
Execute executes the request
@return Value
func (*EscAPIService) UpdateEnvironmentRevisionTag ¶
func (a *EscAPIService) UpdateEnvironmentRevisionTag(ctx context.Context, orgName string, projectName string, envName string, tagName string) ApiUpdateEnvironmentRevisionTagRequest
UpdateEnvironmentRevisionTag Update environment revision tag
Update environment revision tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @param tagName Tag name @return ApiUpdateEnvironmentRevisionTagRequest
func (*EscAPIService) UpdateEnvironmentRevisionTagExecute ¶
func (a *EscAPIService) UpdateEnvironmentRevisionTagExecute(r ApiUpdateEnvironmentRevisionTagRequest) (*http.Response, error)
Execute executes the request
func (*EscAPIService) UpdateEnvironmentTag ¶ added in v0.10.0
func (a *EscAPIService) UpdateEnvironmentTag(ctx context.Context, orgName string, projectName string, envName string, tagName string) ApiUpdateEnvironmentTagRequest
UpdateEnvironmentTag Update an environment tag
Update an environment tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @param tagName Tag name @return ApiUpdateEnvironmentTagRequest
func (*EscAPIService) UpdateEnvironmentTagExecute ¶ added in v0.10.0
func (a *EscAPIService) UpdateEnvironmentTagExecute(r ApiUpdateEnvironmentTagRequest) (*EnvironmentTag, *http.Response, error)
Execute executes the request
@return EnvironmentTag
func (*EscAPIService) UpdateEnvironmentYaml ¶
func (a *EscAPIService) UpdateEnvironmentYaml(ctx context.Context, orgName string, projectName string, envName string) ApiUpdateEnvironmentYamlRequest
UpdateEnvironmentYaml Update an existing environment with Yaml file
Validates and updates the given environment's definition.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param orgName Organization name @param projectName Project name @param envName Environment name @return ApiUpdateEnvironmentYamlRequest
func (*EscAPIService) UpdateEnvironmentYamlExecute ¶
func (a *EscAPIService) UpdateEnvironmentYamlExecute(r ApiUpdateEnvironmentYamlRequest) (*EnvironmentDiagnostics, *http.Response, error)
Execute executes the request
@return EnvironmentDiagnostics
type EscClient ¶
type EscClient struct { EscAPI *EscAPIService // contains filtered or unexported fields }
EscClient is a client for the ESC API. It wraps the raw API client and provides a more convenient interface.
func NewClient ¶
func NewClient(cfg *Configuration) *EscClient
NewClient creates a new ESC client with the given configuration.
func (*EscClient) CheckEnvironment ¶
func (c *EscClient) CheckEnvironment(ctx context.Context, org string, env *EnvironmentDefinition) (*CheckEnvironment, error)
CheckEnvironment checks the given environment definition for errors.
func (*EscClient) CheckEnvironmentYaml ¶
func (c *EscClient) CheckEnvironmentYaml(ctx context.Context, org, yaml string) (*CheckEnvironment, error)
CheckEnvironmentYaml checks the given environment YAML definition for errors.
func (*EscClient) CloneEnvironment ¶ added in v0.11.0
func (c *EscClient) CloneEnvironment(ctx context.Context, org, srcProjectName, srcEnvName, destProjectName, destEnvName string, cloneEnvironmentOptions *CloneEnvironmentOptions) error
CloneEnvironment clones an existing environment into a new environment.
func (*EscClient) CreateEnvironment ¶
CreateEnvironment creates a new environment with the given name in the given organization.
func (*EscClient) CreateEnvironmentRevisionTag ¶
func (c *EscClient) CreateEnvironmentRevisionTag(ctx context.Context, org, projectName, envName, tagName string, revision int32) error
CreateEnvironmentRevisionTag creates a new tag with the given name for the environment with the given name in the given organization.
func (*EscClient) CreateEnvironmentTag ¶ added in v0.10.0
func (c *EscClient) CreateEnvironmentTag(ctx context.Context, org, projectName, envName, tagName, tagValue string) (*EnvironmentTag, error)
CreateEnvironmentTag creates a new tag with the given name for the environment with the given name in the given organization.
func (*EscClient) DecryptEnvironment ¶
func (c *EscClient) DecryptEnvironment(ctx context.Context, org, projectName, envName string) (*EnvironmentDefinition, string, error)
DecryptEnvironment decrypts the environment with the given name in the given organization.
func (*EscClient) DeleteEnvironment ¶
DeleteEnvironment deletes the environment with the given name in the given organization.
func (*EscClient) DeleteEnvironmentRevisionTag ¶
func (c *EscClient) DeleteEnvironmentRevisionTag(ctx context.Context, org, projectName, envName, tagName string) error
DeleteEnvironmentRevisionTag deletes the tag with the given name for the environment with the given name in the given organization.
func (*EscClient) DeleteEnvironmentTag ¶ added in v0.10.0
func (c *EscClient) DeleteEnvironmentTag(ctx context.Context, org, projectName, envName, tagName string) error
DeleteEnvironmentTag deletes the tag with the given name for the environment with the given name in the given organization.
func (*EscClient) GetEnvironment ¶
func (c *EscClient) GetEnvironment(ctx context.Context, org, projectName, envName string) (*EnvironmentDefinition, string, error)
GetEnvironment retrieves the environment with the given name in the given organization. The environment is returned along with the raw YAML definition.
func (*EscClient) GetEnvironmentAtVersion ¶
func (c *EscClient) GetEnvironmentAtVersion(ctx context.Context, org, projectName, envName, version string) (*EnvironmentDefinition, string, error)
GetEnvironmentAtVersion retrieves the environment with the given name in the given organization at the given version. The environment is returned along with the raw YAML definition.
func (*EscClient) GetEnvironmentRevisionTag ¶
func (c *EscClient) GetEnvironmentRevisionTag(ctx context.Context, org, projectName, envName, tagName string) (*EnvironmentRevisionTag, error)
GetEnvironmentRevisionTag retrieves the tag with the given name of the environment with the given name in the given organization.
func (*EscClient) GetEnvironmentTag ¶ added in v0.10.0
func (c *EscClient) GetEnvironmentTag(ctx context.Context, org, projectName, envName, tagName string) (*EnvironmentTag, error)
GetEnvironmentTag retrieves the tag with the given name of the environment with the given name in the given organization.