Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitForEC2SrcDstCheckUpdate ¶
func WaitForEC2SrcDstCheckUpdate(check apiv3.AWSSrcDstCheckOption, healthAgg *health.HealthAggregator, updater SrcDstCheckUpdater, c clock.Clock)
Types ¶
type EC2SrcDstCheckUpdater ¶
type EC2SrcDstCheckUpdater struct{}
func NewEC2SrcDstCheckUpdater ¶
func NewEC2SrcDstCheckUpdater() *EC2SrcDstCheckUpdater
func (*EC2SrcDstCheckUpdater) Update ¶
func (updater *EC2SrcDstCheckUpdater) Update(caliCheckOption apiv3.AWSSrcDstCheckOption) error
type SrcDstCheckUpdater ¶
type SrcDstCheckUpdater interface {
Update(option apiv3.AWSSrcDstCheckOption) error
}
Click to show internal directories.
Click to hide internal directories.