mirror of https://github.com/status-im/consul.git
7 lines
190 B
Go
7 lines
190 B
Go
|
package xdsv2
|
||
|
|
||
|
// TODO(proxystate): In a future PR this will create clusters and add it to ProxyResources.proxyState
|
||
|
func (pr *ProxyResources) makeCluster(name string) error {
|
||
|
return nil
|
||
|
}
|