@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-28T14:07:30.308Z[Etc/UTC]") public class ExtensionsV1beta1Deployment extends Object
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()
public void setApiVersion(String apiVersion)
public ExtensionsV1beta1Deployment kind(String kind)
@Nullable public String getKind()
public void setKind(String kind)
public ExtensionsV1beta1Deployment metadata(V1ObjectMeta metadata)
@Nullable public V1ObjectMeta getMetadata()
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 © 2019. All rights reserved.