Cloud API Overview > @adpt/cloud > gcloud > CloudRun
gcloud.CloudRun class
Primitive Component for GCP Cloud Run deployments
Signature:
export declare class CloudRun extends Action<CloudRunProps>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(props) |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| config_ | Config | ||
| defaultProps | static | { trafficPct: number; memory: string; cpu: number; allowUnauthenticated: boolean; } | |
| deployedWhen | (goalStatus: Adapt.GoalStatus) => Promise<true |Adapt.Waiting> |
Methods
| Method | Modifiers | Description |
|---|---|---|
| action(op, ctx) | ||
| shouldAct(op, ctx) | ||
| validate() |