Service Mesh Analysis Message Response
data class ServiceMeshAnalysisMessageResponse(val args: Map<String, String>, val description: String, val messageBase: ServiceMeshAnalysisMessageBaseResponse, val resourcePaths: List<String>)
AnalysisMessage is a single message produced by an analyzer, and it used to communicate to the end user about the state of their Service Mesh configuration.
Constructors
Link copied to clipboard
fun ServiceMeshAnalysisMessageResponse(args: Map<String, String>, description: String, messageBase: ServiceMeshAnalysisMessageBaseResponse, resourcePaths: List<String>)