Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( JobSelectorKey = "app.kubernetes.io/managed-by" JobSelectorValue = "actions-job-dispatcher" JobSelector = labels.Set(map[string]string{JobSelectorKey: JobSelectorValue}) )
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type EnvMap ¶
func (EnvMap) EnvVarList ¶
type PrefixMap ¶
func PrefixMapFromLabels ¶
creates a prefix map using only keys that have the matching prefix
Click to show internal directories.
Click to hide internal directories.