Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMasterCountEndpointReconciler (0.31 sec)

  1. pkg/controlplane/reconcilers/instancecount_test.go

    */
    
    package reconcilers
    
    import (
    	"testing"
    
    	corev1 "k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/client-go/kubernetes/fake"
    	netutils "k8s.io/utils/net"
    )
    
    func TestMasterCountEndpointReconciler(t *testing.T) {
    	reconcileTests := []struct {
    		testName          string
    		serviceName       string
    		ip                string
    		endpointPorts     []corev1.EndpointPort
    		additionalMasters int
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 27 12:46:24 UTC 2022
    - 14K bytes
    - Viewed (0)
Back to top