Package kubevirt.io
Class V1LocalObjectReference
java.lang.Object
kubevirt.io.V1LocalObjectReference
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1LocalObjectReference
extends Object
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
-
Field Details
-
name
-
-
Constructor Details
-
V1LocalObjectReference
public V1LocalObjectReference()
-
-
Method Details
-
name
-
getName
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-