Cloud API Overview > @adpt/cloud > k8s > Container
k8s.Container() function
Component that implements the abstract Container interface and translates to a Kubernetes-specific k8s.K8sContainer.
Signature:
export declare function Container(props: ContainerProps): Adapt.AdaptElementOrNull;
Parameters
Parameter | Type | Description |
---|---|---|
props | ContainerProps |
Returns:
Adapt.AdaptElementOrNull