toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (cpuCfsQuota != null) 'cpuCfsQuota': cpuCfsQuota!,
      if (cpuCfsQuotaPeriod != null) 'cpuCfsQuotaPeriod': cpuCfsQuotaPeriod!,
      if (cpuManagerPolicy != null) 'cpuManagerPolicy': cpuManagerPolicy!,
      if (insecureKubeletReadonlyPortEnabled != null)
        'insecureKubeletReadonlyPortEnabled':
            insecureKubeletReadonlyPortEnabled!,
      if (podPidsLimit != null) 'podPidsLimit': podPidsLimit!,
    };