Documentation ¶
Index ¶
- func GenerateCluster(resp *svcsdk.DescribeClusterOutput) *svcapitypes.Cluster
- func GenerateCreateClusterInput(cr *svcapitypes.Cluster) *svcsdk.CreateClusterInput
- func GenerateDeleteClusterInput(cr *svcapitypes.Cluster) *svcsdk.DeleteClusterInput
- func GenerateDescribeClusterInput(cr *svcapitypes.Cluster) *svcsdk.DescribeClusterInput
- func IsNotFound(err error) bool
- func LateInitialize(cr *svcapitypes.ClusterParameters, obj *svcsdk.DescribeClusterOutput) error
- func SetupCluster(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCluster ¶
func GenerateCluster(resp *svcsdk.DescribeClusterOutput) *svcapitypes.Cluster
GenerateCluster returns the current state in the form of *svcapitypes.Cluster.
func GenerateCreateClusterInput ¶
func GenerateCreateClusterInput(cr *svcapitypes.Cluster) *svcsdk.CreateClusterInput
GenerateCreateClusterInput returns a create input.
func GenerateDeleteClusterInput ¶
func GenerateDeleteClusterInput(cr *svcapitypes.Cluster) *svcsdk.DeleteClusterInput
GenerateDeleteClusterInput returns a deletion input.
func GenerateDescribeClusterInput ¶
func GenerateDescribeClusterInput(cr *svcapitypes.Cluster) *svcsdk.DescribeClusterInput
GenerateDescribeClusterInput returns input for read operation.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func LateInitialize ¶
func LateInitialize(cr *svcapitypes.ClusterParameters, obj *svcsdk.DescribeClusterOutput) error
LateInitialize fills the empty fields in *svcapitypes.ClusterParameters with the values seen in svcsdk.DescribeClusterOutput. nolint:gocyclo
func SetupCluster ¶
func SetupCluster(mgr ctrl.Manager, o controller.Options) error
SetupCluster adds a controller that reconciles Cluster.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.