Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(stateFactory StateFactory) composed.Action
func StatePredicate ¶
Types ¶
type StateFactory ¶
type StateFactory interface {
NewState(ctx context.Context, ipRangeState types.State) (*State, error)
}
func NewStateFactory ¶
func NewStateFactory(serviceNetworkingClientProvider client2.ClientProvider[client3.ServiceNetworkingClient], computeClientProvider client2.ClientProvider[client3.ComputeClient], env abstractions.Environment) StateFactory
Source Files ¶
Click to show internal directories.
Click to hide internal directories.