Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfigFromFile ¶
func MatchPatterns ¶
MatchPatterns returns true if target matches any of the given patterns.
Types ¶
type BuildVariables ¶
type BuildVariables struct { // The hawtio-online operand image repository ImageRepository string // The hawtio-online-gateway operand image repository GatewayImageRepository string // The hawtio-online operand image version ImageVersion string // The hawtio-gateway operand image version GatewayImageVersion string // Legacy serving certificate version LegacyServingCertificateMountVersion string // Product name ProductName string // The hawtio-online server root directory ServerRootDirectory string // The default common name for the generated client certificates ClientCertCommonName string // Additional template spec labels AdditionalLabels string }
Go build-time variables
Click to show internal directories.
Click to hide internal directories.