Versions in this module Expand all Collapse all v0 v0.2.1 Apr 29, 2021 Changes in this version + type Cluster struct + func NewTestCluster(crdPath []string) (Cluster, manager.Manager, error) + func (c *Cluster) GetAdvClient() *crdClient.CRDClient + func (c *Cluster) GetCfg() *rest.Config + func (c *Cluster) GetClient() *crdClient.CRDClient + func (c *Cluster) GetEnv() *envtest.Environment + func (c *Cluster) GetNetClient() *crdClient.CRDClient + type DnsServer struct + func (s *DnsServer) GetAddr() string + func (s *DnsServer) GetName() string + func (s *DnsServer) Serve() + func (s *DnsServer) ServeDNS(w dns.ResponseWriter, r *dns.Msg) + func (s *DnsServer) Shutdown()