RuntimeConfig constructor

RuntimeConfig({
  1. CloudRunConfig? cloudRun,
  2. KubernetesConfig? kubernetes,
})

Implementation

RuntimeConfig({this.cloudRun, this.kubernetes});