Cloud API Overview > @adpt/cloud > k8s > Pod
k8s.Pod class
Component for Kubernetes Pods
Signature:
export declare class Pod extends DeferredComponent<PodProps, ResolvedVolumes>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
defaultProps | static | { isTemplate: boolean; metadata: {}; dnsPolicy: string; enableServiceLinks: boolean; hostIPC: boolean; hostPID: boolean; restartPolicy: string; securityContext: {}; shareProcessNamespace: boolean; terminationGracePeriodSeconds: number; } |
Methods
Method | Modifiers | Description |
---|---|---|
build(helpers) | ||
initialState() | ||
status(_observe, buildData) |