configuration

package
v0.50.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2024 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ErrCannotAddTags         = "cannot add tags"
	ErrCannotRemoveTags      = "cannot remove tags"
	ErrSanitizedConfig       = "The desired configuration has been sanitized, please adjust the data field accordingly:\n"
	ErrUnknownSanitization   = "An unknown sanitization reason occurred."
	ErrDisallowedElement     = "The element '%s' was removed because it is disallowed.\n"
	ErrDisallowedAttribute   = "The attribute '%s' of element '%s' was removed because it is disallowed.\n"
	ErrInvalidAttributeValue = "The attribute '%s' of element '%s' was removed because it had an invalid value.\n"
)

Variables

This section is empty.

Functions

func GenerateConfiguration

func GenerateConfiguration(resp *svcsdk.DescribeConfigurationOutput) *svcapitypes.Configuration

GenerateConfiguration returns the current state in the form of *svcapitypes.Configuration.

func GenerateCreateConfigurationRequest

func GenerateCreateConfigurationRequest(cr *svcapitypes.Configuration) *svcsdk.CreateConfigurationRequest

GenerateCreateConfigurationRequest returns a create input.

func GenerateDescribeConfigurationInput

func GenerateDescribeConfigurationInput(cr *svcapitypes.Configuration) *svcsdk.DescribeConfigurationInput

GenerateDescribeConfigurationInput returns input for read operation.

func IsNotFound

func IsNotFound(err error) bool

IsNotFound returns whether the given error is of type NotFound or not.

func SetupConfiguration

func SetupConfiguration(mgr ctrl.Manager, o controller.Options) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL