ClusterServiceConfigResponse

data class ClusterServiceConfigResponse(val component: String, val files: List<ClusterConfigFileResponse>)

Cluster configs per component.

Constructors

Link copied to clipboard
constructor(component: String, files: List<ClusterConfigFileResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the component the config files should apply to.

Link copied to clipboard

List of Config Files.