Package version:

Cluster service configs.

interface ClusterServiceConfigsProfile {
    configs: ClusterServiceConfig[];
    serviceName: string;
}

Properties

Properties

List of service configs.

serviceName: string

Name of the service the configurations should apply to.