Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ClusterSetLocalFQDN (0.16 sec)

  1. pkg/test/framework/components/echo/match/matchers_test.go

    	return f.Config().ServiceAccountName()
    }
    
    func (f fakeInstance) ClusterLocalFQDN() string {
    	return f.Config().ClusterLocalFQDN()
    }
    
    func (f fakeInstance) ClusterSetLocalFQDN() string {
    	return f.Config().ClusterSetLocalFQDN()
    }
    
    func (f fakeInstance) Address() string {
    	panic("implement me")
    }
    
    func (f fakeInstance) Addresses() []string {
    	panic("implement me")
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top