type topologyTestSuite …
type topologyTest …
type topology …
func InitCustomTopologyTestSuite(patterns []storageframework.TestPattern) storageframework.TestSuite { … }
func InitTopologyTestSuite() storageframework.TestSuite { … }
func (t *topologyTestSuite) GetTestSuiteInfo() storageframework.TestSuiteInfo { … }
func (t *topologyTestSuite) SkipUnsupportedTests(driver storageframework.TestDriver, pattern storageframework.TestPattern) { … }
func (t *topologyTestSuite) DefineTests(driver storageframework.TestDriver, pattern storageframework.TestPattern) { … }
func (t *topologyTestSuite) getCurrentTopologies(ctx context.Context, cs clientset.Interface, keys []string, maxCount int) ([]topology, error) { … }
func topologyEqual(t1, t2 topology) bool { … }
func (t *topologyTestSuite) setAllowedTopologies(sc *storagev1.StorageClass, topos []topology, excludedIndex int) []topology { … }
func (t *topologyTestSuite) verifyNodeTopology(node *v1.Node, allowedTopos []topology) { … }
func (t *topologyTestSuite) createResources(ctx context.Context, cs clientset.Interface, l *topologyTest, affinity *v1.Affinity) { … }
func (t *topologyTestSuite) CleanupResources(ctx context.Context, cs clientset.Interface, l *topologyTest) { … }