public class V1alpha1MySQL extends Object
| Constructor and Description |
|---|
V1alpha1MySQL() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1MySQL |
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.
|
io.kubernetes.client.models.V1ObjectMeta |
getMetadata()
Get metadata
|
V1alpha1MySQLSpec |
getSpec()
Get spec
|
V1alpha1MySQLStatus |
getStatus()
Get status
|
int |
hashCode() |
V1alpha1MySQL |
kind(String kind) |
V1alpha1MySQL |
metadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
void |
setApiVersion(String apiVersion) |
void |
setKind(String kind) |
void |
setMetadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
void |
setSpec(V1alpha1MySQLSpec spec) |
void |
setStatus(V1alpha1MySQLStatus status) |
V1alpha1MySQL |
spec(V1alpha1MySQLSpec spec) |
V1alpha1MySQL |
status(V1alpha1MySQLStatus status) |
String |
toString() |
public V1alpha1MySQL apiVersion(String apiVersion)
public String getApiVersion()
public void setApiVersion(String apiVersion)
public V1alpha1MySQL kind(String kind)
public String getKind()
public void setKind(String kind)
public V1alpha1MySQL metadata(io.kubernetes.client.models.V1ObjectMeta metadata)
public io.kubernetes.client.models.V1ObjectMeta getMetadata()
public void setMetadata(io.kubernetes.client.models.V1ObjectMeta metadata)
public V1alpha1MySQL spec(V1alpha1MySQLSpec spec)
public V1alpha1MySQLSpec getSpec()
public void setSpec(V1alpha1MySQLSpec spec)
public V1alpha1MySQL status(V1alpha1MySQLStatus status)
public V1alpha1MySQLStatus getStatus()
public void setStatus(V1alpha1MySQLStatus status)
Copyright © 2018. All rights reserved.