ConfigManagementState constructor

ConfigManagementState({
  1. ConfigManagementBinauthzState? binauthzState,
  2. String? clusterName,
  3. ConfigManagementConfigSyncState? configSyncState,
  4. ConfigManagementHierarchyControllerState? hierarchyControllerState,
  5. String? kubernetesApiServerVersion,
  6. ConfigManagementSpec? membershipSpec,
  7. ConfigManagementOperatorState? operatorState,
  8. ConfigManagementPolicyControllerState? policyControllerState,
})

Implementation

ConfigManagementState({
  this.binauthzState,
  this.clusterName,
  this.configSyncState,
  this.hierarchyControllerState,
  this.kubernetesApiServerVersion,
  this.membershipSpec,
  this.operatorState,
  this.policyControllerState,
});