Documentation ¶
Index ¶
- func GenerateCreateDomainInput(cr *svcapitypes.Domain) *svcsdk.CreateDomainInput
- func GenerateDeleteDomainInput(cr *svcapitypes.Domain) *svcsdk.DeleteDomainInput
- func GenerateDescribeDomainInput(cr *svcapitypes.Domain) *svcsdk.DescribeDomainInput
- func GenerateDomain(resp *svcsdk.DescribeDomainOutput) *svcapitypes.Domain
- func GenerateObservation(obj *svcsdk.DomainStatus) svcapitypes.DomainObservation
- 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 GenerateDescribeDomainInput ¶
func GenerateDescribeDomainInput(cr *svcapitypes.Domain) *svcsdk.DescribeDomainInput
GenerateDescribeDomainInput returns input for read operation.
func GenerateDomain ¶
func GenerateDomain(resp *svcsdk.DescribeDomainOutput) *svcapitypes.Domain
GenerateDomain returns the current state in the form of *svcapitypes.Domain.
func GenerateObservation ¶ added in v0.36.0
func GenerateObservation(obj *svcsdk.DomainStatus) svcapitypes.DomainObservation
GenerateObservation is used to produce DomainObservation
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 Domain.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.