Cloud API Overview > @adpt/cloud > k8s > Pod > defaultProps
k8s.Pod.defaultProps property
Signature:
static defaultProps: {
isTemplate: boolean;
metadata: {};
dnsPolicy: string;
enableServiceLinks: boolean;
hostIPC: boolean;
hostPID: boolean;
restartPolicy: string;
securityContext: {};
shareProcessNamespace: boolean;
terminationGracePeriodSeconds: number;
};