Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNilObject = errors.New("can't reference a nil object") ErrNoSelfLink = errors.New("selfLink was empty, can't make reference") )
Errors that could be returned by GetReference.
Functions ¶
func GetPartialReference ¶
func GetPartialReference(scheme *runtime.Scheme, obj runtime.Object, fieldPath string) (*api.ObjectReference, error)
GetPartialReference is exactly like GetReference, but allows you to set the FieldPath.
func GetReference ¶
GetReference returns an ObjectReference which refers to the given object, or an error if the object doesn't follow the conventions that would allow this. TODO: should take a meta.Interface see http://issue.k8s.io/7127
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.