Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for Plugin2 (0.46 sec)

  1. pkg/scheduler/framework/runtime/framework_test.go

    		r[bindPlugin] = newBindPlugin
    	}
    
    	if len(profile.Plugins.QueueSort.Enabled) == 0 {
    		profile.Plugins.QueueSort.Enabled = append(profile.Plugins.QueueSort.Enabled, config.Plugin{Name: queueSortPlugin})
    	}
    	if len(profile.Plugins.Bind.Enabled) == 0 {
    		profile.Plugins.Bind.Enabled = append(profile.Plugins.Bind.Enabled, config.Plugin{Name: bindPlugin})
    	}
    	return NewFramework(ctx, r, &profile, opts...)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  2. pkg/scheduler/internal/queue/scheduling_queue_test.go

    		CSIDriverAdd,
    		CSIDriverUpdate,
    		CSIStorageCapacityAdd,
    		CSIStorageCapacityUpdate,
    	}
    
    	pluginNum := 20
    	var plugins []string
    	// Mimic that we have 20 plugins loaded in runtime.
    	for i := 0; i < pluginNum; i++ {
    		plugins = append(plugins, fmt.Sprintf("fake-plugin-%v", i))
    	}
    
    	for _, tt := range tests {
    		for _, podsInUnschedulablePods := range []int{1000, 5000} {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  3. pkg/scheduler/schedule_one_test.go

    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/defaultbinder"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/feature"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/imagelocality"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/nodeports"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/noderesources"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/podtopologyspread"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.plugins.ApplicationPluginConvention.getApplicationName()> does not have raw return type assignable to org.gradle.api.provider.Property in (ApplicationPluginConvention.java:0)
    Method <org.gradle.api.plugins.ApplicationPluginConvention.getExecutableDir()> does not have raw return type assignable to org.gradle.api.provider.Property in (ApplicationPluginConvention.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  5. pkg/volume/util/operationexecutor/operation_generator.go

    	}, nil
    }
    
    // GenerateMapVolumeFunc marks volume as mounted based on following steps.
    // If plugin is attachable, call WaitForAttach() and then mark the device
    // as mounted. On next step, SetUpDevice is called without dependent of
    // plugin type, but this method mainly is targeted for none attachable plugin.
    // After setup is done, create symbolic links on both global map path and pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  6. cluster/gce/gci/configure-helper.sh

    [plugins."io.containerd.grpc.v1.cri".cni]
      bin_dir = "${KUBE_HOME}/bin"
      conf_dir = "/etc/cni/net.d"
      conf_template = "${cni_template_path}"
    [plugins."io.containerd.grpc.v1.cri".containerd]
      default_runtime_name = "runc"
    [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
      runtime_type = "io.containerd.runc.v2"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet.go

    		if err != nil {
    			klog.InfoS("Unprivileged containerized plugins might not work, could not set selinux context on plugin registration dir", "path", pluginRegistrationDir, "err", err)
    		}
    		err = selinux.SetFileLabel(pluginsDir, config.KubeletPluginsDirSELinuxLabel)
    		if err != nil {
    			klog.InfoS("Unprivileged containerized plugins might not work, could not set selinux context on plugins dir", "path", pluginsDir, "err", err)
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  8. cmd/metrics-v2.go

    			},
    			{
    				Description: MetricDescription{
    					Namespace: nodeMetricNamespace,
    					Subsystem: iamSubsystem,
    					Name:      "plugin_authn_service_last_succ_seconds",
    					Help:      "When plugin authentication is configured, returns time (in seconds) since the last successful request to the service",
    					Type:      gaugeMetric,
    				},
    				Value: pluginAuthNMetrics.LastReachableSecs,
    			},
    			{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

    import org.gradle.api.internal.provider.DefaultProperty;
    import org.gradle.api.internal.provider.support.LazyGroovySupport;
    import org.gradle.api.invocation.Gradle;
    import org.gradle.api.plugins.ExtensionAware;
    import org.gradle.api.plugins.ExtensionContainer;
    import org.gradle.api.services.ServiceReference;
    import org.gradle.cache.internal.CrossBuildInMemoryCache;
    import org.gradle.cache.internal.CrossBuildInMemoryCacheFactory;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  10. pkg/config/validation/validation.go

    	}
    	return nil
    }
    
    func validateWasmPluginSHA(plugin *extensions.WasmPlugin) error {
    	if plugin.Sha256 == "" {
    		return nil
    	}
    	if len(plugin.Sha256) != 64 {
    		return fmt.Errorf("sha256 field must be 64 characters long")
    	}
    	for _, r := range plugin.Sha256 {
    		if !('a' <= r && r <= 'f' || '0' <= r && r <= '9') {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top