Cloud API Overview > @adpt/cloud > k8s > ServiceDeploymentProps
k8s.ServiceDeploymentProps interface
Props for k8s.ServiceDeployment
Signature:
export interface ServiceDeploymentProps extends AbsServiceProps
Properties
| Property | Type | Description |
|---|---|---|
| config | ClusterInfo | |
| containerProps | Partial<K8sContainerProps> | |
| podProps | Partial<PodProps> | |
| serviceProps | Partial<ServiceProps> |