Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(stateFactory StateFactory) composed.Action
Types ¶
type State ¶
State is state of the IpRange reconciliation for AWS Though there's no need for it to be public, still made like that to avoid conflict with variable names - DO NOT LOWERCASE IT TO MAKE IT PRIVATE
type StateFactory ¶
type StateFactory interface {
NewState(ctx context.Context, ipRangeState types.State) (*State, error)
}
func NewStateFactory ¶
func NewStateFactory(skrProvider awsclient.SkrClientProvider[client.Client], env abstractions.Environment) StateFactory
Source Files ¶
Click to show internal directories.
Click to hide internal directories.