Documentation
¶
Index ¶
- func DiffAttribute(o any, n any) *p.PropertyDiff
- func DiffAttributes(olds any, news any, attributes []string) p.DiffResponse
- func DiffTriggers(olds any, news any) p.DiffResponse
- func MergeDiffResponses(drs ...p.DiffResponse) p.DiffResponse
- type Config
- type Connection
- type ConnectionBase
- type ExecCommand
- type ExecLogging
- type ProxyConnection
- type TriggersInput
- type TriggersOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiffAttribute ¶ added in v0.0.3
func DiffAttribute(o any, n any) *p.PropertyDiff
func DiffAttributes ¶ added in v0.0.3
func DiffAttributes(olds any, news any, attributes []string) p.DiffResponse
func DiffTriggers ¶ added in v0.0.3
func DiffTriggers(olds any, news any) p.DiffResponse
func MergeDiffResponses ¶ added in v0.0.3
func MergeDiffResponses(drs ...p.DiffResponse) p.DiffResponse
Types ¶
type Config ¶
type Config struct {
Connection *Connection `pulumi:"connection" provider:"secret"`
DeleteUnreachable bool `pulumi:"deleteUnreachable,optional"`
}
func (Config) GetDeleteUnreachable ¶ added in v0.0.5
type Connection ¶
type Connection struct {
ConnectionBase
}
type ConnectionBase ¶
type ExecCommand ¶ added in v0.0.3
type ExecLogging ¶ added in v0.0.3
type ExecLogging string
const ( ExecLoggingStdout ExecLogging = "stdout" ExecLoggingStderr ExecLogging = "stderr" ExecLoggingStdoutAndStderr ExecLogging = "stdoutAndStderr" ExecLoggingNone ExecLogging = "none" )
type ProxyConnection ¶
type ProxyConnection struct {
ConnectionBase
}
type TriggersInput ¶
type TriggersOutput ¶
type TriggersOutput struct {
Refresh *[]any `pulumi:"refresh,optional"`
Replace *[]any `pulumi:"replace,optional"`
LastChanged string `pulumi:"lastChanged"`
}
func UpdateTriggerState ¶ added in v0.0.3
func UpdateTriggerState(outs TriggersOutput, ins *TriggersInput, changed bool) TriggersOutput
Click to show internal directories.
Click to hide internal directories.