Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func MakeLabels ¶
func SetCommonLabels ¶
Types ¶
type Label ¶
type Label struct {
Name, Value string
}
func NewLabel ¶ added in v0.0.4
A valid label must be an empty string or consist of alphanumeric characters , '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyValue', or 'my_value', or '12345', regex used for validation is '(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?')
Click to show internal directories.
Click to hide internal directories.