toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (admissionWebhook != null) 'admissionWebhook': admissionWebhook!,
  if (gitSync != null) 'gitSync': gitSync!,
  if (importer != null) 'importer': importer!,
  if (monitor != null) 'monitor': monitor!,
  if (otelCollector != null) 'otelCollector': otelCollector!,
  if (reconcilerManager != null) 'reconcilerManager': reconcilerManager!,
  if (resourceGroupControllerManager != null)
    'resourceGroupControllerManager': resourceGroupControllerManager!,
  if (rootReconciler != null) 'rootReconciler': rootReconciler!,
  if (syncer != null) 'syncer': syncer!,
};