Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_dropDisabledFieldsOnCreate (0.51 sec)

  1. pkg/registry/discovery/endpointslice/strategy_test.go

    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    	"k8s.io/kubernetes/pkg/apis/discovery"
    	"k8s.io/kubernetes/pkg/features"
    	ptr "k8s.io/utils/ptr"
    )
    
    func Test_dropDisabledFieldsOnCreate(t *testing.T) {
    	testcases := []struct {
    		name             string
    		hintsGateEnabled bool
    		eps              *discovery.EndpointSlice
    		expectedEPS      *discovery.EndpointSlice
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.3K bytes
    - Viewed (0)
Back to top