Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1LocalObjectReference
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1LocalObjectReference
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1LocalObjectReference extends Object
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1LocalObjectReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Name of the referent.inthashCode()IoK8sApiCoreV1LocalObjectReferencename(String name)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public IoK8sApiCoreV1LocalObjectReference name(String name)
-
getName
@Nullable public String getName()
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names- Returns:
- name
-
setName
public void setName(String name)
-
-