Package net.stickycode.kuuty.model.v18
Class IoK8sApiStorageV1beta1CSINode
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiStorageV1beta1CSINode
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiStorageV1beta1CSINode extends Object
DEPRECATED - This group version of CSINode is deprecated by storage/v1/CSINode. See the release notes for more information. CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_API_VERSIONstatic StringJSON_PROPERTY_KINDstatic StringJSON_PROPERTY_METADATAstatic StringJSON_PROPERTY_SPEC
-
Constructor Summary
Constructors Constructor Description IoK8sApiStorageV1beta1CSINode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiStorageV1beta1CSINodeapiVersion(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 metadataIoK8sApiStorageV1beta1CSINodeSpecgetSpec()Get specinthashCode()IoK8sApiStorageV1beta1CSINodekind(String kind)IoK8sApiStorageV1beta1CSINodemetadata(IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata)voidsetApiVersion(String apiVersion)voidsetKind(String kind)voidsetMetadata(IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata)voidsetSpec(IoK8sApiStorageV1beta1CSINodeSpec spec)IoK8sApiStorageV1beta1CSINodespec(IoK8sApiStorageV1beta1CSINodeSpec spec)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_SPEC
public static final String JSON_PROPERTY_SPEC
- See Also:
- Constant Field Values
-
-
Method Detail
-
apiVersion
public IoK8sApiStorageV1beta1CSINode 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 IoK8sApiStorageV1beta1CSINode 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 IoK8sApiStorageV1beta1CSINode metadata(IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata)
-
getMetadata
@Nullable public IoK8sApimachineryPkgApisMetaV1ObjectMeta getMetadata()
Get metadata- Returns:
- metadata
-
setMetadata
public void setMetadata(IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata)
-
spec
public IoK8sApiStorageV1beta1CSINode spec(IoK8sApiStorageV1beta1CSINodeSpec spec)
-
getSpec
public IoK8sApiStorageV1beta1CSINodeSpec getSpec()
Get spec- Returns:
- spec
-
setSpec
public void setSpec(IoK8sApiStorageV1beta1CSINodeSpec spec)
-
-