Documentation
¶
Index ¶
Constants ¶
View Source
const ( StateStorageTypeFileSystem = "fs" SecretsProviderTypePassphrase = "passphrase" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystemStateStorage ¶
type FileSystemStateStorage struct {
Path string `json:"path" yaml:"path"`
}
FileSystemStateStorage describes file system state storage
func (*FileSystemStateStorage) CredentialsValue ¶
func (d *FileSystemStateStorage) CredentialsValue() string
func (*FileSystemStateStorage) IsProvisionEnabled ¶
func (d *FileSystemStateStorage) IsProvisionEnabled() bool
func (*FileSystemStateStorage) ProjectIdValue ¶
func (d *FileSystemStateStorage) ProjectIdValue() string
func (*FileSystemStateStorage) ProviderType ¶
func (d *FileSystemStateStorage) ProviderType() string
func (*FileSystemStateStorage) StorageUrl ¶
func (d *FileSystemStateStorage) StorageUrl() string
type PassphraseSecretsProvider ¶
type PassphraseSecretsProvider struct {
PassPhrase string `json:"passPhrase" yaml:"passPhrase"`
}
PassphraseSecretsProvider describes pass phrase secrets provider
func (*PassphraseSecretsProvider) CredentialsValue ¶
func (d *PassphraseSecretsProvider) CredentialsValue() string
func (*PassphraseSecretsProvider) IsProvisionEnabled ¶
func (d *PassphraseSecretsProvider) IsProvisionEnabled() bool
func (*PassphraseSecretsProvider) KeyUrl ¶
func (d *PassphraseSecretsProvider) KeyUrl() string
func (*PassphraseSecretsProvider) ProjectIdValue ¶
func (d *PassphraseSecretsProvider) ProjectIdValue() string
func (*PassphraseSecretsProvider) ProviderType ¶
func (d *PassphraseSecretsProvider) ProviderType() string
Click to show internal directories.
Click to hide internal directories.