Documentation ¶
Index ¶
- func GenerateCachePolicy(resp *svcsdk.GetCachePolicyOutput) *svcapitypes.CachePolicy
- func GenerateCreateCachePolicyInput(cr *svcapitypes.CachePolicy) *svcsdk.CreateCachePolicyInput
- func GenerateDeleteCachePolicyInput(cr *svcapitypes.CachePolicy) *svcsdk.DeleteCachePolicyInput
- func GenerateGetCachePolicyInput(cr *svcapitypes.CachePolicy) *svcsdk.GetCachePolicyInput
- func GenerateUpdateCachePolicyInput(cr *svcapitypes.CachePolicy) *svcsdk.UpdateCachePolicyInput
- func IsNotFound(err error) bool
- func SetupCachePolicy(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCachePolicy ¶
func GenerateCachePolicy(resp *svcsdk.GetCachePolicyOutput) *svcapitypes.CachePolicy
GenerateCachePolicy returns the current state in the form of *svcapitypes.CachePolicy.
func GenerateCreateCachePolicyInput ¶
func GenerateCreateCachePolicyInput(cr *svcapitypes.CachePolicy) *svcsdk.CreateCachePolicyInput
GenerateCreateCachePolicyInput returns a create input.
func GenerateDeleteCachePolicyInput ¶
func GenerateDeleteCachePolicyInput(cr *svcapitypes.CachePolicy) *svcsdk.DeleteCachePolicyInput
GenerateDeleteCachePolicyInput returns a deletion input.
func GenerateGetCachePolicyInput ¶
func GenerateGetCachePolicyInput(cr *svcapitypes.CachePolicy) *svcsdk.GetCachePolicyInput
GenerateGetCachePolicyInput returns input for read operation.
func GenerateUpdateCachePolicyInput ¶
func GenerateUpdateCachePolicyInput(cr *svcapitypes.CachePolicy) *svcsdk.UpdateCachePolicyInput
GenerateUpdateCachePolicyInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupCachePolicy ¶
func SetupCachePolicy(mgr ctrl.Manager, o controller.Options) error
SetupCachePolicy adds a controller that reconciles CachePolicy.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.