Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestBootstrapConfigurationWithDefaulted (0.46 sec)

  1. pkg/apis/flowcontrol/internalbootstrap/defaults_test.go

    	"github.com/google/go-cmp/cmp"
    
    	flowcontrol "k8s.io/api/flowcontrol/v1"
    	apiequality "k8s.io/apimachinery/pkg/api/equality"
    	"k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap"
    )
    
    func TestBootstrapConfigurationWithDefaulted(t *testing.T) {
    	scheme := NewAPFScheme()
    
    	bootstrapFlowSchemas := make([]*flowcontrol.FlowSchema, 0)
    	bootstrapFlowSchemas = append(bootstrapFlowSchemas, bootstrap.MandatoryFlowSchemas...)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 2.4K bytes
    - Viewed (0)
Back to top