Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pattern ¶
type Pattern string
const ( // Normal pattern creates name such as context-module-name-region-environment-resource, e.g. cops-controller-cache-weu-prod-rg // undefined variables, such as {module}, will be skipped if not provided Normal Pattern = "{context}{module}{name}{region}{environment}{resource_suffix}" )
Click to show internal directories.
Click to hide internal directories.