Versions in this module Expand all Collapse all v3 v3.11.0 Oct 9, 2018 Changes in this version + func GetPodSpec(obj runtime.Object) (*kapi.PodSpec, *field.Path, error) + func GetPodSpecV1(obj runtime.Object) (*kapiv1.PodSpec, *field.Path, error) + func GetTemplateMetaObject(obj runtime.Object) (metav1.Object, bool) + type AnnotationAccessor interface + Annotations func() map[string]string + SetAnnotations func(map[string]string) + SetTemplateAnnotations func(map[string]string) bool + TemplateAnnotations func() (map[string]string, bool) + func GetAnnotationAccessor(obj runtime.Object) (AnnotationAccessor, bool) + type ContainerMutator interface + GetImage func() string + GetName func() string + SetImage func(image string) + type ImageReferenceMutateFunc func(ref *kapi.ObjectReference) error + type ImageReferenceMutator interface + Mutate func(fn ImageReferenceMutateFunc) field.ErrorList + func GetImageReferenceMutator(obj, old runtime.Object) (ImageReferenceMutator, error) + func NewBuildMutator(build *buildapi.Build) ImageReferenceMutator + type PodSpecReferenceMutator interface + GetContainerByIndex func(init bool, i int) (ContainerMutator, bool) + GetContainerByName func(name string) (ContainerMutator, bool) + Path func() *field.Path + func GetPodSpecReferenceMutator(obj runtime.Object) (PodSpecReferenceMutator, error) Other modules containing this package gopkg.in/openshift/origin.v4