Documentation
¶
Index ¶
- type Cluster
- func (c *Cluster) Addresses() []string
- func (c *Cluster) Cleanup(t *testing.T)
- func (c *Cluster) Client(t *testing.T, ctx context.Context) schedulerv1pb.SchedulerClient
- func (c *Cluster) ClientN(t *testing.T, ctx context.Context, n int) schedulerv1pb.SchedulerClient
- func (c *Cluster) EtcdClientPortN(t *testing.T, n int) int
- func (c *Cluster) Run(t *testing.T, ctx context.Context)
- func (c *Cluster) WaitUntilRunning(t *testing.T, ctx context.Context)
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
// contains filtered or unexported fields
}
func (*Cluster) Client ¶
func (c *Cluster) Client(t *testing.T, ctx context.Context) schedulerv1pb.SchedulerClient
func (*Cluster) ClientN ¶ added in v1.16.0
func (c *Cluster) ClientN(t *testing.T, ctx context.Context, n int) schedulerv1pb.SchedulerClient
func (*Cluster) EtcdClientPortN ¶ added in v1.16.0
Click to show internal directories.
Click to hide internal directories.