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<OmitT<K8sContainerProps, "image">> | |
podProps | Partial<PodProps> | |
serviceProps | Partial< ServiceProps > |