Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AppSelector - used by operators to specify labels AppSelector = "service" // OwnerSelector - used by operators to add the owner CR as label OwnerSelector = "owner" // ComponentSelector - used by operators to specify labels for a sub component ComponentSelector = "component" // CustomServiceConfigFileName - file name used to add the service customizations CustomServiceConfigFileName = "custom.conf" // CustomPolicyFileName - file name used to add the policy rule customizations CustomPolicyFileName = "custom.yaml" // InputHashName -Name of the hash of hashes of all resources used to indentify an input change InputHashName = "input" )
consts used by all operators
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.