Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1TypedLocalObjectReference
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1TypedLocalObjectReference
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1TypedLocalObjectReference extends Object
TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_API_GROUPstatic StringJSON_PROPERTY_KINDstatic StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1TypedLocalObjectReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiCoreV1TypedLocalObjectReferenceapiGroup(String apiGroup)booleanequals(Object o)StringgetApiGroup()APIGroup is the group for the resource being referenced.StringgetKind()Kind is the type of resource being referencedStringgetName()Name is the name of resource being referencedinthashCode()IoK8sApiCoreV1TypedLocalObjectReferencekind(String kind)IoK8sApiCoreV1TypedLocalObjectReferencename(String name)voidsetApiGroup(String apiGroup)voidsetKind(String kind)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_API_GROUP
public static final String JSON_PROPERTY_API_GROUP
- See Also:
- Constant Field Values
-
JSON_PROPERTY_KIND
public static final String JSON_PROPERTY_KIND
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
apiGroup
public IoK8sApiCoreV1TypedLocalObjectReference apiGroup(String apiGroup)
-
getApiGroup
@Nullable public String getApiGroup()
APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.- Returns:
- apiGroup
-
setApiGroup
public void setApiGroup(String apiGroup)
-
kind
public IoK8sApiCoreV1TypedLocalObjectReference kind(String kind)
-
getKind
public String getKind()
Kind is the type of resource being referenced- Returns:
- kind
-
setKind
public void setKind(String kind)
-
name
public IoK8sApiCoreV1TypedLocalObjectReference name(String name)
-
getName
public String getName()
Name is the name of resource being referenced- Returns:
- name
-
setName
public void setName(String name)
-
-