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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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{}
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{}
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 ¶
Click to show internal directories.
Click to hide internal directories.