package
0.35.0-rc.0-ini-patch-1
Repository: https://github.com/jvitor03/provider-aws.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
nolint:gocyclo,staticcheck,golint.
No description provided by the author

# Functions

IsUpToDate checks whether the actual state is up-to-date with the given desired state.
LateInitializeFromResponse Copy unset (nil) values from responseObject to crObject Both crObject and responseObject must be pointers to structs.
MapReplacer returns a `NameMapper` as a `LateInitOption` that uses the specified `map[string]string` to map from target CR field names to corresponding source response field names.
Replacer returns a `NameMapper` as a `LateInitOption` that that replaces all occurrences of string `old` to `new` in a target CR field name to obtain the corresponding source response field name.

# Interfaces

LateInitOption Interface for options that affect late-initialization behavior of a managed resource.

# Type aliases

NameMapper defines a transformation from CR field names to response field names.