public interface IObjectReference
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
returns the api version of this resource
|
String |
getFieldPath() |
String |
getKind()
Returns the resource kind
|
String |
getName()
Returns the identifier for this resource
|
String |
getNamespace()
Returns the scope of this resource
|
String |
getResourceVersion()
returns the resource version of this resource
|
String |
getUID() |
void |
setKind(String kind)
The obj ref kind
|
void |
setName(String name)
The name of the obj ref
|
void |
setNamespace(String namespace)
The namespace for the object ref
|
String |
toJson() |
String getKind()
void setKind(String kind)
String getApiVersion()
String getResourceVersion()
String getName()
void setName(String name)
String getNamespace()
void setNamespace(String namespace)
String getFieldPath()
String getUID()
String toJson()
Copyright © 2019 Red Hat, Inc. All Rights Reserved.