consul/agent/xdsv2/cluster_resources.go

7 lines
190 B
Go
Raw Normal View History

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
}