Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1Binding
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1Binding
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1Binding extends Object
Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_API_VERSIONstatic StringJSON_PROPERTY_KINDstatic StringJSON_PROPERTY_METADATAstatic StringJSON_PROPERTY_TARGET
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1Binding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiCoreV1BindingapiVersion(String apiVersion)booleanequals(Object o)StringgetApiVersion()APIVersion defines the versioned schema of this representation of an object.StringgetKind()Kind is a string value representing the REST resource this object represents.IoK8sApimachineryPkgApisMetaV1ObjectMetagetMetadata()Get metadataIoK8sApiCoreV1ObjectReferencegetTarget()Get targetinthashCode()IoK8sApiCoreV1Bindingkind(String kind)IoK8sApiCoreV1Bindingmetadata(IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata)voidsetApiVersion(String apiVersion)voidsetKind(String kind)voidsetMetadata(IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata)voidsetTarget(IoK8sApiCoreV1ObjectReference target)IoK8sApiCoreV1Bindingtarget(IoK8sApiCoreV1ObjectReference target)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_METADATA
public static final String JSON_PROPERTY_METADATA
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_TARGET
- See Also:
- Constant Field Values
-
-
Method Detail
-
apiVersion
public IoK8sApiCoreV1Binding apiVersion(String apiVersion)
-
getApiVersion
@Nullable public String getApiVersion()
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources- Returns:
- apiVersion
-
setApiVersion
public void setApiVersion(String apiVersion)
-
kind
public IoK8sApiCoreV1Binding kind(String kind)
-
getKind
@Nullable public String getKind()
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds- Returns:
- kind
-
setKind
public void setKind(String kind)
-
metadata
public IoK8sApiCoreV1Binding metadata(IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata)
-
getMetadata
@Nullable public IoK8sApimachineryPkgApisMetaV1ObjectMeta getMetadata()
Get metadata- Returns:
- metadata
-
setMetadata
public void setMetadata(IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata)
-
target
public IoK8sApiCoreV1Binding target(IoK8sApiCoreV1ObjectReference target)
-
getTarget
public IoK8sApiCoreV1ObjectReference getTarget()
Get target- Returns:
- target
-
setTarget
public void setTarget(IoK8sApiCoreV1ObjectReference target)
-
-