Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type From ¶
type From struct {
Provider string `yaml:"provider"`
Spec FromProviderSpec `yaml:"spec"`
}
func (*From) UnmarshalYAML ¶
UnmarshalYAML implements yaml.Unmarshaler interface
type FromProviderSpec ¶
type FromProviderSpec struct {
fromprovider.Operator
// contains filtered or unexported fields
}
func (*FromProviderSpec) UnmarshalYAML ¶
func (s *FromProviderSpec) UnmarshalYAML(bytes []byte) error
UnmarshalYAML implements yaml.Unmarshaler interface
type FromUnmarshaler ¶
type FromUnmarshaler From
type To ¶
type To struct {
Provider string `yaml:"provider"`
Spec ToProviderSpec `yaml:"spec"`
}
func (*To) UnmarshalYAML ¶
UnmarshalYAML implements yaml.Unmarshaler interface
type ToProviderSpec ¶
type ToProviderSpec struct {
toprovider.Operator
// contains filtered or unexported fields
}
func (*ToProviderSpec) UnmarshalYAML ¶
func (s *ToProviderSpec) UnmarshalYAML(bytes []byte) error
UnmarshalYAML implements yaml.Unmarshaler interface
type ToUnmarshaler ¶
type ToUnmarshaler To
Click to show internal directories.
Click to hide internal directories.