Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UNSAFE_PILOT_ENABLE_DELTA_TEST (0.32 sec)

  1. pilot/pkg/features/pilot.go

    	).Get()
    
    	// EnableUnsafeDeltaTest enables runtime checks to test Delta XDS efficiency. This should never be enabled in
    	// production.
    	EnableUnsafeDeltaTest = env.Register(
    		"UNSAFE_PILOT_ENABLE_DELTA_TEST",
    		false,
    		"If enabled, addition runtime tests for Delta XDS efficiency are added. "+
    			"These checks are extremely expensive, so this should be used only for testing, not production.",
    	).Get()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top