public class V1ReplicaSet extends Object
Constructor and Description |
---|
V1ReplicaSet() |
Modifier and Type | Method and Description |
---|---|
V1ReplicaSet |
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()
If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages.
|
V1ReplicaSetSpec |
getSpec()
Spec defines the specification of the desired behavior of the ReplicaSet.
|
V1ReplicaSetStatus |
getStatus()
Status is the most recently observed status of the ReplicaSet.
|
int |
hashCode() |
V1ReplicaSet |
kind(String kind) |
V1ReplicaSet |
metadata(V1ObjectMeta metadata) |
void |
setApiVersion(String apiVersion) |
void |
setKind(String kind) |
void |
setMetadata(V1ObjectMeta metadata) |
void |
setSpec(V1ReplicaSetSpec spec) |
void |
setStatus(V1ReplicaSetStatus status) |
V1ReplicaSet |
spec(V1ReplicaSetSpec spec) |
V1ReplicaSet |
status(V1ReplicaSetStatus status) |
String |
toString() |
public V1ReplicaSet apiVersion(String apiVersion)
public String getApiVersion()
public void setApiVersion(String apiVersion)
public V1ReplicaSet kind(String kind)
public String getKind()
public void setKind(String kind)
public V1ReplicaSet metadata(V1ObjectMeta metadata)
public V1ObjectMeta getMetadata()
public void setMetadata(V1ObjectMeta metadata)
public V1ReplicaSet spec(V1ReplicaSetSpec spec)
public V1ReplicaSetSpec getSpec()
public void setSpec(V1ReplicaSetSpec spec)
public V1ReplicaSet status(V1ReplicaSetStatus status)
public V1ReplicaSetStatus getStatus()
public void setStatus(V1ReplicaSetStatus status)
Copyright © 2018. All rights reserved.