ServiceMeshState constructor

ServiceMeshState({
  1. List<ServiceMeshAnalysisMessage>? analysisMessages,
  2. List<ServiceMeshCondition>? conditions,
  3. String? configApiVersion,
  4. ServiceMeshControlPlaneManagement? controlPlaneManagement,
  5. ServiceMeshDataPlaneManagement? dataPlaneManagement,
})

Implementation

ServiceMeshState({
  this.analysisMessages,
  this.conditions,
  this.configApiVersion,
  this.controlPlaneManagement,
  this.dataPlaneManagement,
});