Cloud API Overview > @adpt/cloud > k8s > Service
k8s.Service() function
Native Kubernetes Service resource
Signature:
export declare function Service(propsIn: SFCDeclProps<ServiceProps, typeof defaultProps>): Adapt.AdaptElement<Adapt.AnyProps>;
Parameters
Parameter | Type | Description |
---|---|---|
propsIn | SFCDeclProps< ServiceProps , typeof defaultProps> |
Returns:
Adapt.AdaptElement<Adapt.AnyProps>
Remarks
Implements the NetworkServiceInstance interface.