Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kustomizer ¶
type Kustomizer interface { // Applies the provided labels to the resource definition // Returns the customized resource contents // Returns an error if // - applying the customization fails // As of the current implementation, it is not safe to call this function concurrently ApplyLabels(resourceDefinition string, labels map[string]string) ([]byte, error) }
func MakeKustomizer ¶
func MakeKustomizer(timeout time.Duration) Kustomizer
Click to show internal directories.
Click to hide internal directories.