Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1NodeList
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1NodeList
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1NodeList extends Object
NodeList is the whole list of all Nodes which have been registered with master.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_API_VERSIONstatic StringJSON_PROPERTY_ITEMSstatic StringJSON_PROPERTY_KINDstatic StringJSON_PROPERTY_METADATA
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1NodeList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiCoreV1NodeListaddItemsItem(IoK8sApiCoreV1Node itemsItem)IoK8sApiCoreV1NodeListapiVersion(String apiVersion)booleanequals(Object o)StringgetApiVersion()APIVersion defines the versioned schema of this representation of an object.List<IoK8sApiCoreV1Node>getItems()List of nodesStringgetKind()Kind is a string value representing the REST resource this object represents.IoK8sApimachineryPkgApisMetaV1ListMetagetMetadata()Get metadatainthashCode()IoK8sApiCoreV1NodeListitems(List<IoK8sApiCoreV1Node> items)IoK8sApiCoreV1NodeListkind(String kind)IoK8sApiCoreV1NodeListmetadata(IoK8sApimachineryPkgApisMetaV1ListMeta metadata)voidsetApiVersion(String apiVersion)voidsetItems(List<IoK8sApiCoreV1Node> items)voidsetKind(String kind)voidsetMetadata(IoK8sApimachineryPkgApisMetaV1ListMeta metadata)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_API_VERSION
public static final String JSON_PROPERTY_API_VERSION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ITEMS
public static final String JSON_PROPERTY_ITEMS
- 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
-
-
Method Detail
-
apiVersion
public IoK8sApiCoreV1NodeList 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)
-
items
public IoK8sApiCoreV1NodeList items(List<IoK8sApiCoreV1Node> items)
-
addItemsItem
public IoK8sApiCoreV1NodeList addItemsItem(IoK8sApiCoreV1Node itemsItem)
-
getItems
public List<IoK8sApiCoreV1Node> getItems()
List of nodes- Returns:
- items
-
setItems
public void setItems(List<IoK8sApiCoreV1Node> items)
-
kind
public IoK8sApiCoreV1NodeList 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 IoK8sApiCoreV1NodeList metadata(IoK8sApimachineryPkgApisMetaV1ListMeta metadata)
-
getMetadata
@Nullable public IoK8sApimachineryPkgApisMetaV1ListMeta getMetadata()
Get metadata- Returns:
- metadata
-
setMetadata
public void setMetadata(IoK8sApimachineryPkgApisMetaV1ListMeta metadata)
-
-