ConfigManagementConfigSyncDeploymentState constructor

ConfigManagementConfigSyncDeploymentState({
  1. String? admissionWebhook,
  2. String? gitSync,
  3. String? importer,
  4. String? monitor,
  5. String? reconcilerManager,
  6. String? rootReconciler,
  7. String? syncer,
})

Implementation

ConfigManagementConfigSyncDeploymentState({
  this.admissionWebhook,
  this.gitSync,
  this.importer,
  this.monitor,
  this.reconcilerManager,
  this.rootReconciler,
  this.syncer,
});