Documentation ¶
Index ¶
- func GenerateCreateFileSystemInput(cr *svcapitypes.FileSystem) *svcsdk.CreateFileSystemInput
- func GenerateDeleteFileSystemInput(cr *svcapitypes.FileSystem) *svcsdk.DeleteFileSystemInput
- func GenerateDescribeFileSystemsInput(cr *svcapitypes.FileSystem) *svcsdk.DescribeFileSystemsInput
- func GenerateFileSystem(resp *svcsdk.DescribeFileSystemsOutput) *svcapitypes.FileSystem
- func GenerateUpdateFileSystemInput(cr *svcapitypes.FileSystem) *svcsdk.UpdateFileSystemInput
- func IsNotFound(err error) bool
- func SetupFileSystem(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateFileSystemInput ¶
func GenerateCreateFileSystemInput(cr *svcapitypes.FileSystem) *svcsdk.CreateFileSystemInput
GenerateCreateFileSystemInput returns a create input.
func GenerateDeleteFileSystemInput ¶
func GenerateDeleteFileSystemInput(cr *svcapitypes.FileSystem) *svcsdk.DeleteFileSystemInput
GenerateDeleteFileSystemInput returns a deletion input.
func GenerateDescribeFileSystemsInput ¶
func GenerateDescribeFileSystemsInput(cr *svcapitypes.FileSystem) *svcsdk.DescribeFileSystemsInput
GenerateDescribeFileSystemsInput returns input for read operation.
func GenerateFileSystem ¶
func GenerateFileSystem(resp *svcsdk.DescribeFileSystemsOutput) *svcapitypes.FileSystem
GenerateFileSystem returns the current state in the form of *svcapitypes.FileSystem.
func GenerateUpdateFileSystemInput ¶
func GenerateUpdateFileSystemInput(cr *svcapitypes.FileSystem) *svcsdk.UpdateFileSystemInput
GenerateUpdateFileSystemInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupFileSystem ¶
func SetupFileSystem(mgr ctrl.Manager, o controller.Options) error
SetupFileSystem adds a controller that reconciles FileSystem.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.