Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestEnabledPluginNames (0.28 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/admission_test.go

    limitations under the License.
    */
    
    package options
    
    import (
    	"fmt"
    	"io"
    	"testing"
    
    	"k8s.io/apimachinery/pkg/util/sets"
    	"k8s.io/apiserver/pkg/admission"
    )
    
    func TestEnabledPluginNames(t *testing.T) {
    	scenarios := []struct {
    		expectedPluginNames       []string
    		setDefaultOffPlugins      sets.Set[string]
    		setRecommendedPluginOrder []string
    		setEnablePlugins          []string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun May 12 08:49:42 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top