public class V1beta1CSINode extends Object
Constructor and Description |
---|
V1beta1CSINode() |
Modifier and Type | Method and Description |
---|---|
V1beta1CSINode |
apiVersion(String apiVersion) |
boolean |
equals(Object o) |
String |
getApiVersion()
APIVersion defines the versioned schema of this representation of an object.
|
String |
getKind()
Kind is a string value representing the REST resource this object represents.
|
V1ObjectMeta |
getMetadata()
metadata.name must be the Kubernetes node name.
|
V1beta1CSINodeSpec |
getSpec()
spec is the specification of CSINode
|
int |
hashCode() |
V1beta1CSINode |
kind(String kind) |
V1beta1CSINode |
metadata(V1ObjectMeta metadata) |
void |
setApiVersion(String apiVersion) |
void |
setKind(String kind) |
void |
setMetadata(V1ObjectMeta metadata) |
void |
setSpec(V1beta1CSINodeSpec spec) |
V1beta1CSINode |
spec(V1beta1CSINodeSpec spec) |
String |
toString() |
public V1beta1CSINode apiVersion(String apiVersion)
public String getApiVersion()
public void setApiVersion(String apiVersion)
public V1beta1CSINode kind(String kind)
public String getKind()
public void setKind(String kind)
public V1beta1CSINode metadata(V1ObjectMeta metadata)
public V1ObjectMeta getMetadata()
public void setMetadata(V1ObjectMeta metadata)
public V1beta1CSINode spec(V1beta1CSINodeSpec spec)
public V1beta1CSINodeSpec getSpec()
public void setSpec(V1beta1CSINodeSpec spec)
Copyright © 2019. All rights reserved.