@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1beta1RuntimeClass extends Object implements KubernetesObject
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_API_VERSION |
static String |
SERIALIZED_NAME_HANDLER |
static String |
SERIALIZED_NAME_KIND |
static String |
SERIALIZED_NAME_METADATA |
static String |
SERIALIZED_NAME_OVERHEAD |
static String |
SERIALIZED_NAME_SCHEDULING |
Constructor and Description |
---|
V1beta1RuntimeClass() |
Modifier and Type | Method and Description |
---|---|
V1beta1RuntimeClass |
apiVersion(String apiVersion) |
boolean |
equals(Object o) |
String |
getApiVersion()
APIVersion defines the versioned schema of this representation of an object.
|
String |
getHandler()
Handler specifies the underlying runtime and configuration that the CRI implementation will use
to handle pods of this class.
|
String |
getKind()
Kind is a string value representing the REST resource this object represents.
|
V1ObjectMeta |
getMetadata()
Get metadata
|
V1beta1Overhead |
getOverhead()
Get overhead
|
V1beta1Scheduling |
getScheduling()
Get scheduling
|
V1beta1RuntimeClass |
handler(String handler) |
int |
hashCode() |
V1beta1RuntimeClass |
kind(String kind) |
V1beta1RuntimeClass |
metadata(V1ObjectMeta metadata) |
V1beta1RuntimeClass |
overhead(V1beta1Overhead overhead) |
V1beta1RuntimeClass |
scheduling(V1beta1Scheduling scheduling) |
void |
setApiVersion(String apiVersion) |
void |
setHandler(String handler) |
void |
setKind(String kind) |
void |
setMetadata(V1ObjectMeta metadata) |
void |
setOverhead(V1beta1Overhead overhead) |
void |
setScheduling(V1beta1Scheduling scheduling) |
String |
toString() |
public static final String SERIALIZED_NAME_API_VERSION
public static final String SERIALIZED_NAME_HANDLER
public static final String SERIALIZED_NAME_KIND
public static final String SERIALIZED_NAME_METADATA
public static final String SERIALIZED_NAME_OVERHEAD
public static final String SERIALIZED_NAME_SCHEDULING
public V1beta1RuntimeClass apiVersion(String apiVersion)
@Nullable public String getApiVersion()
getApiVersion
in interface KubernetesType
public void setApiVersion(String apiVersion)
public V1beta1RuntimeClass handler(String handler)
public String getHandler()
public void setHandler(String handler)
public V1beta1RuntimeClass kind(String kind)
@Nullable public String getKind()
getKind
in interface KubernetesType
public void setKind(String kind)
public V1beta1RuntimeClass metadata(V1ObjectMeta metadata)
@Nullable public V1ObjectMeta getMetadata()
getMetadata
in interface KubernetesObject
public void setMetadata(V1ObjectMeta metadata)
public V1beta1RuntimeClass overhead(V1beta1Overhead overhead)
@Nullable public V1beta1Overhead getOverhead()
public void setOverhead(V1beta1Overhead overhead)
public V1beta1RuntimeClass scheduling(V1beta1Scheduling scheduling)
@Nullable public V1beta1Scheduling getScheduling()
public void setScheduling(V1beta1Scheduling scheduling)
Copyright © 2020. All rights reserved.