Documentation ¶
Index ¶
- func GenerateCreateEndpointGroupInput(cr *svcapitypes.EndpointGroup) *svcsdk.CreateEndpointGroupInput
- func GenerateDeleteEndpointGroupInput(cr *svcapitypes.EndpointGroup) *svcsdk.DeleteEndpointGroupInput
- func GenerateDescribeEndpointGroupInput(cr *svcapitypes.EndpointGroup) *svcsdk.DescribeEndpointGroupInput
- func GenerateEndpointGroup(resp *svcsdk.DescribeEndpointGroupOutput) *svcapitypes.EndpointGroup
- func GenerateUpdateEndpointGroupInput(cr *svcapitypes.EndpointGroup) *svcsdk.UpdateEndpointGroupInput
- func IsNotFound(err error) bool
- func SetupEndpointGroup(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateEndpointGroupInput ¶
func GenerateCreateEndpointGroupInput(cr *svcapitypes.EndpointGroup) *svcsdk.CreateEndpointGroupInput
GenerateCreateEndpointGroupInput returns a create input.
func GenerateDeleteEndpointGroupInput ¶
func GenerateDeleteEndpointGroupInput(cr *svcapitypes.EndpointGroup) *svcsdk.DeleteEndpointGroupInput
GenerateDeleteEndpointGroupInput returns a deletion input.
func GenerateDescribeEndpointGroupInput ¶
func GenerateDescribeEndpointGroupInput(cr *svcapitypes.EndpointGroup) *svcsdk.DescribeEndpointGroupInput
GenerateDescribeEndpointGroupInput returns input for read operation.
func GenerateEndpointGroup ¶
func GenerateEndpointGroup(resp *svcsdk.DescribeEndpointGroupOutput) *svcapitypes.EndpointGroup
GenerateEndpointGroup returns the current state in the form of *svcapitypes.EndpointGroup.
func GenerateUpdateEndpointGroupInput ¶
func GenerateUpdateEndpointGroupInput(cr *svcapitypes.EndpointGroup) *svcsdk.UpdateEndpointGroupInput
GenerateUpdateEndpointGroupInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupEndpointGroup ¶
func SetupEndpointGroup(mgr ctrl.Manager, o controller.Options) error
SetupEndpointGroup adds a controller that reconciles an EndpointGroup.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.