public final class Deployment extends java.lang.Object implements DefaultK8sResource<Deployment>
| Modifier and Type | Method and Description |
|---|---|
Deployment |
buildDeployment() |
java.lang.String |
getApiVersion() |
java.lang.String |
getKind() |
Metadata |
getMetadata() |
static Deployment |
instance() |
Metadata<Deployment> |
metadata() |
Deployment |
metadata(Metadata<Deployment> metadata) |
DeploymentSpecification<Deployment> |
spec() |
Deployment |
spec(DeploymentSpecification<Deployment> specification) |
public Metadata<Deployment> metadata()
public Deployment metadata(Metadata<Deployment> metadata)
public DeploymentSpecification<Deployment> spec()
public Deployment spec(DeploymentSpecification<Deployment> specification)
public java.lang.String getApiVersion()
getApiVersion in interface DefaultK8sResource<Deployment>public java.lang.String getKind()
getKind in interface DefaultK8sResource<Deployment>public Metadata getMetadata()
getMetadata in interface DefaultK8sResource<Deployment>public Deployment buildDeployment()
public static Deployment instance()