package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev

# Packages

# Functions

GetAnnotationAccessor returns an accessor for the provided object or false if the object does not support accessing annotations.
GetImageReferenceMutator returns a mutator for the provided object, or an error if no such mutator is defined.
GetPodSpec returns a mutable pod spec out of the provided object, including a field path to the field in the object, or an error if the object does not contain a pod spec.
GetPodSpecReferenceMutator returns a mutator for the provided object, or an error if no such mutator is defined.
GetPodSpecV1 returns a mutable pod spec out of the provided object, including a field path to the field in the object, or an error if the object does not contain a pod spec.
GetTemplateMetaObject returns a mutable metav1.Object interface for the template the object contains, or false if no such object is available.
NewBuildMutator returns an ImageReferenceMutator that includes the output field.

# Interfaces

# Type aliases

ImageReferenceMutateFunc is passed a reference representing an image, and may alter the Name, Kind, and Namespace fields of the reference.