Package version:

Cluster configs per component.

interface ClusterServiceConfig {
    component: string;
    files: ClusterConfigFile[];
}

Properties

Properties

component: string

Name of the component the config files should apply to.

List of Config Files.