Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶ added in v0.2.12
type Action struct { types.Metadata EnvironmentSecrets []EnvironmentSecret }
type EnvironmentSecret ¶ added in v0.2.12
type EnvironmentSecret struct { types.Metadata Repository types.StringValue Environment types.StringValue SecretName types.StringValue PlainTextValue types.StringValue EncryptedValue types.StringValue }
func (*EnvironmentSecret) GetMetadata ¶ added in v0.2.13
func (a *EnvironmentSecret) GetMetadata() *types.Metadata
func (*EnvironmentSecret) GetRawValue ¶ added in v0.2.13
func (a *EnvironmentSecret) GetRawValue() interface{}
type GitHub ¶
type GitHub struct { Repositories []Repository EnvironmentSecrets []EnvironmentSecret }
type Repository ¶
Click to show internal directories.
Click to hide internal directories.