Cloud API Overview > @adpt/cloud > k8s > PodProps > subdomain
k8s.PodProps.subdomain property
If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>". If not specified, the pod will not have a domainname at all.
Signature:
subdomain?: string;