Documentation ¶
Index ¶
Constants ¶
View Source
const ( LabelAppKey = "application" LabelResourceKey = "ActiveMQArtemis" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LabelerData ¶
type LabelerData struct {
// contains filtered or unexported fields
}
var LabelBuilder LabelerData
func (*LabelerData) Base ¶
func (l *LabelerData) Base(name string) *LabelerData
func (*LabelerData) Generate ¶
func (l *LabelerData) Generate()
func (*LabelerData) Labels ¶
func (l *LabelerData) Labels() map[string]string
func (*LabelerData) Suffix ¶
func (l *LabelerData) Suffix(labelSuffix string) *LabelerData
type LabelerInterface ¶
type LabelerInterface interface { Labels() map[string]string Base(baseName string) *LabelerData Suffix(labelSuffix string) *LabelerData Generate() }
Click to show internal directories.
Click to hide internal directories.