Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithPrimary (0.08 sec)

  1. pkg/test/framework/components/cluster/topology.go

    	}
    	return cluster
    }
    
    func (c Topology) ConfigName() string {
    	return c.ConfigClusterName
    }
    
    func (c Topology) WithPrimary(primaryClusterName string) Topology {
    	// TODO remove this, should only be provided by external config
    	c.PrimaryClusterName = primaryClusterName
    	return c
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top