Documentation ¶
Index ¶
- func GenerateCreateDomainInput(cr *svcapitypes.Domain) *svcsdk.CreateDomainInput
- func GenerateDeleteDomainInput(cr *svcapitypes.Domain) *svcsdk.DeleteDomainInput
- func GenerateDescribeDomainsInput(cr *svcapitypes.Domain) *svcsdk.DescribeDomainsInput
- func GenerateDomain(resp *svcsdk.DescribeDomainsOutput) *svcapitypes.Domain
- func IsNotFound(err error) bool
- func SetupDomain(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateDomainInput ¶
func GenerateCreateDomainInput(cr *svcapitypes.Domain) *svcsdk.CreateDomainInput
GenerateCreateDomainInput returns a create input.
func GenerateDeleteDomainInput ¶
func GenerateDeleteDomainInput(cr *svcapitypes.Domain) *svcsdk.DeleteDomainInput
GenerateDeleteDomainInput returns a deletion input.
func GenerateDescribeDomainsInput ¶
func GenerateDescribeDomainsInput(cr *svcapitypes.Domain) *svcsdk.DescribeDomainsInput
GenerateDescribeDomainsInput returns input for read operation.
func GenerateDomain ¶
func GenerateDomain(resp *svcsdk.DescribeDomainsOutput) *svcapitypes.Domain
GenerateDomain returns the current state in the form of *svcapitypes.Domain.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupDomain ¶
func SetupDomain(mgr ctrl.Manager, o controller.Options) error
SetupDomain adds a controller that reconciles CloudSearch domains.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.