Documentation
¶
Index ¶
Constants ¶
View Source
const (
FinalizerString = "finalizers.lambda.services.k8s.aws/Function"
)
Variables ¶
View Source
var ( GroupVersionResource = svcapitypes.GroupVersion.WithResource("functions") GroupKind = metav1.GroupKind{ Group: "lambda.services.k8s.aws", Kind: "Function", } )
View Source
var ( ErrFunctionPending = errors.New("function in 'Pending' state, cannot be modified or deleted") ErrSourceImageDoesNotExist = errors.New("source image does not exist") ErrCannotSetFunctionCSC = errors.New("cannot set function code signing config when package type is Image") )
View Source
var (
ACKSystemTags = []string{"services.k8s.aws/namespace", "services.k8s.aws/controller-version"}
)
Functions ¶
func FromACKTags ¶ added in v0.0.17
FromACKTags converts the tags parameter into map[string]*string shape. This method helps in setting the tags back inside AWSResource after merging default controller tags with existing resource tags.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.