toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (controlPlaneNodePort != null)
        'controlPlaneNodePort': controlPlaneNodePort!,
      if (ingressHttpNodePort != null)
        'ingressHttpNodePort': ingressHttpNodePort!,
      if (ingressHttpsNodePort != null)
        'ingressHttpsNodePort': ingressHttpsNodePort!,
      if (konnectivityServerNodePort != null)
        'konnectivityServerNodePort': konnectivityServerNodePort!,
    };