Package net.stickycode.kuuty.model.v18
Class IoK8sApiAutoscalingV2beta1CrossVersionObjectReference
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiAutoscalingV2beta1CrossVersionObjectReference
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiAutoscalingV2beta1CrossVersionObjectReference extends Object
CrossVersionObjectReference contains enough information to let you identify the referred resource.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_API_VERSIONstatic StringJSON_PROPERTY_KINDstatic StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description IoK8sApiAutoscalingV2beta1CrossVersionObjectReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiAutoscalingV2beta1CrossVersionObjectReferenceapiVersion(String apiVersion)booleanequals(Object o)StringgetApiVersion()API version of the referentStringgetKind()Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\"StringgetName()Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#namesinthashCode()IoK8sApiAutoscalingV2beta1CrossVersionObjectReferencekind(String kind)IoK8sApiAutoscalingV2beta1CrossVersionObjectReferencename(String name)voidsetApiVersion(String apiVersion)voidsetKind(String kind)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_API_VERSION
public static final String JSON_PROPERTY_API_VERSION
- 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
-
apiVersion
public IoK8sApiAutoscalingV2beta1CrossVersionObjectReference apiVersion(String apiVersion)
-
getApiVersion
@Nullable public String getApiVersion()
API version of the referent- Returns:
- apiVersion
-
setApiVersion
public void setApiVersion(String apiVersion)
-
kind
public IoK8sApiAutoscalingV2beta1CrossVersionObjectReference kind(String kind)
-
getKind
public String getKind()
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\"- Returns:
- kind
-
setKind
public void setKind(String kind)
-
name
public IoK8sApiAutoscalingV2beta1CrossVersionObjectReference name(String name)
-
getName
public String getName()
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names- Returns:
- name
-
setName
public void setName(String name)
-
-