Documentation ¶
Index ¶
- type Ides
- type IdesAttributes
- func (i IdesAttributes) InternalRef() (terra.Reference, error)
- func (i IdesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i IdesAttributes) InternalWithRef(ref terra.Reference) IdesAttributes
- func (i IdesAttributes) Name() terra.StringValue
- func (i IdesAttributes) Runtime() terra.StringValue
- type IdesState
- type PersistentStorage
- type PersistentStorageAttributes
- func (ps PersistentStorageAttributes) InternalRef() (terra.Reference, error)
- func (ps PersistentStorageAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ps PersistentStorageAttributes) InternalWithRef(ref terra.Reference) PersistentStorageAttributes
- func (ps PersistentStorageAttributes) Size() terra.NumberValue
- type PersistentStorageState
- type Repositories
- type RepositoriesAttributes
- func (r RepositoriesAttributes) BranchName() terra.StringValue
- func (r RepositoriesAttributes) InternalRef() (terra.Reference, error)
- func (r RepositoriesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (r RepositoriesAttributes) InternalWithRef(ref terra.Reference) RepositoriesAttributes
- func (r RepositoriesAttributes) RepositoryName() terra.StringValue
- type RepositoriesState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ides ¶
type Ides struct { // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // Runtime: string, optional Runtime terra.StringValue `hcl:"runtime,attr"` }
type IdesAttributes ¶
type IdesAttributes struct {
// contains filtered or unexported fields
}
func (IdesAttributes) InternalRef ¶
func (i IdesAttributes) InternalRef() (terra.Reference, error)
func (IdesAttributes) InternalTokens ¶
func (i IdesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IdesAttributes) InternalWithRef ¶
func (i IdesAttributes) InternalWithRef(ref terra.Reference) IdesAttributes
func (IdesAttributes) Name ¶
func (i IdesAttributes) Name() terra.StringValue
func (IdesAttributes) Runtime ¶
func (i IdesAttributes) Runtime() terra.StringValue
type PersistentStorage ¶
type PersistentStorage struct { // Size: number, required Size terra.NumberValue `hcl:"size,attr" validate:"required"` }
type PersistentStorageAttributes ¶
type PersistentStorageAttributes struct {
// contains filtered or unexported fields
}
func (PersistentStorageAttributes) InternalRef ¶
func (ps PersistentStorageAttributes) InternalRef() (terra.Reference, error)
func (PersistentStorageAttributes) InternalTokens ¶
func (ps PersistentStorageAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PersistentStorageAttributes) InternalWithRef ¶
func (ps PersistentStorageAttributes) InternalWithRef(ref terra.Reference) PersistentStorageAttributes
func (PersistentStorageAttributes) Size ¶
func (ps PersistentStorageAttributes) Size() terra.NumberValue
type PersistentStorageState ¶
type PersistentStorageState struct {
Size float64 `json:"size"`
}
type Repositories ¶
type Repositories struct { // BranchName: string, optional BranchName terra.StringValue `hcl:"branch_name,attr"` // RepositoryName: string, required RepositoryName terra.StringValue `hcl:"repository_name,attr" validate:"required"` }
type RepositoriesAttributes ¶
type RepositoriesAttributes struct {
// contains filtered or unexported fields
}
func (RepositoriesAttributes) BranchName ¶
func (r RepositoriesAttributes) BranchName() terra.StringValue
func (RepositoriesAttributes) InternalRef ¶
func (r RepositoriesAttributes) InternalRef() (terra.Reference, error)
func (RepositoriesAttributes) InternalTokens ¶
func (r RepositoriesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RepositoriesAttributes) InternalWithRef ¶
func (r RepositoriesAttributes) InternalWithRef(ref terra.Reference) RepositoriesAttributes
func (RepositoriesAttributes) RepositoryName ¶
func (r RepositoriesAttributes) RepositoryName() terra.StringValue
type RepositoriesState ¶
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.