Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// Errors that could be returned by GetReference.
ErrNilObject = errors.New("can't reference a nil object")
ErrNoSelfLink = errors.New("selfLink was empty, can't make reference")
)
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 ¶
func GetReference(scheme *runtime.Scheme, obj runtime.Object) (*api.ObjectReference, error)
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.