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 }
func (*Action) GetMetadata ¶ added in v0.2.12
func (*Action) GetRawValue ¶ added in v0.2.12
func (a *Action) GetRawValue() interface{}
type EnvironmentSecret ¶ added in v0.2.12
type EnvironmentSecret struct { Repository types.StringValue Environment types.StringValue SecretName types.StringValue PlainTextValue types.StringValue EncryptedValue types.StringValue }
type GitHub ¶
type GitHub struct { Repositories []Repository Actions []Action }
type Repository ¶
Click to show internal directories.
Click to hide internal directories.