@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class ExtensionsV1beta1Deployment extends Object implements KubernetesObject
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_API_VERSION |
static String |
SERIALIZED_NAME_KIND |
static String |
SERIALIZED_NAME_METADATA |
static String |
SERIALIZED_NAME_SPEC |
static String |
SERIALIZED_NAME_STATUS |
Constructor and Description |
---|
ExtensionsV1beta1Deployment() |
public static final String SERIALIZED_NAME_API_VERSION
public static final String SERIALIZED_NAME_KIND
public static final String SERIALIZED_NAME_METADATA
public static final String SERIALIZED_NAME_SPEC
public static final String SERIALIZED_NAME_STATUS
public ExtensionsV1beta1Deployment apiVersion(String apiVersion)
@Nullable public String getApiVersion()
getApiVersion
in interface KubernetesType
public void setApiVersion(String apiVersion)
public ExtensionsV1beta1Deployment kind(String kind)
@Nullable public String getKind()
getKind
in interface KubernetesType
public void setKind(String kind)
public ExtensionsV1beta1Deployment metadata(V1ObjectMeta metadata)
@Nullable public V1ObjectMeta getMetadata()
getMetadata
in interface KubernetesObject
public void setMetadata(V1ObjectMeta metadata)
public ExtensionsV1beta1Deployment spec(ExtensionsV1beta1DeploymentSpec spec)
@Nullable public ExtensionsV1beta1DeploymentSpec getSpec()
public void setSpec(ExtensionsV1beta1DeploymentSpec spec)
public ExtensionsV1beta1Deployment status(ExtensionsV1beta1DeploymentStatus status)
@Nullable public ExtensionsV1beta1DeploymentStatus getStatus()
public void setStatus(ExtensionsV1beta1DeploymentStatus status)
Copyright © 2020. All rights reserved.