Documentation ¶
Index ¶
- func GenerateCrawler(resp *svcsdk.GetCrawlerOutput) *svcapitypes.Crawler
- func GenerateCreateCrawlerInput(cr *svcapitypes.Crawler) *svcsdk.CreateCrawlerInput
- func GenerateDeleteCrawlerInput(cr *svcapitypes.Crawler) *svcsdk.DeleteCrawlerInput
- func GenerateGetCrawlerInput(cr *svcapitypes.Crawler) *svcsdk.GetCrawlerInput
- func GenerateUpdateCrawlerInput(cr *svcapitypes.Crawler) *svcsdk.UpdateCrawlerInput
- func IsNotFound(err error) bool
- func SetupCrawler(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCrawler ¶
func GenerateCrawler(resp *svcsdk.GetCrawlerOutput) *svcapitypes.Crawler
GenerateCrawler returns the current state in the form of *svcapitypes.Crawler.
func GenerateCreateCrawlerInput ¶
func GenerateCreateCrawlerInput(cr *svcapitypes.Crawler) *svcsdk.CreateCrawlerInput
GenerateCreateCrawlerInput returns a create input.
func GenerateDeleteCrawlerInput ¶
func GenerateDeleteCrawlerInput(cr *svcapitypes.Crawler) *svcsdk.DeleteCrawlerInput
GenerateDeleteCrawlerInput returns a deletion input.
func GenerateGetCrawlerInput ¶
func GenerateGetCrawlerInput(cr *svcapitypes.Crawler) *svcsdk.GetCrawlerInput
GenerateGetCrawlerInput returns input for read operation.
func GenerateUpdateCrawlerInput ¶
func GenerateUpdateCrawlerInput(cr *svcapitypes.Crawler) *svcsdk.UpdateCrawlerInput
GenerateUpdateCrawlerInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupCrawler ¶
func SetupCrawler(mgr ctrl.Manager, o controller.Options) error
SetupCrawler adds a controller that reconciles Crawler.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.