Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 50 for plugin1 (0.49 sec)

  1. go.sum

    github.com/containernetworking/cni v1.2.0/go.mod h1:/r+vA/7vrynNfbvSP9g8tIKEoy6win7sALJAw4ZiJks=
    github.com/containernetworking/plugins v1.5.0 h1:P09DMlfvvsLSskDoftnuwXY7lwa7IAhTGznZxA5E8fk=
    github.com/containernetworking/plugins v1.5.0/go.mod h1:bcXMvG9gWGc6jVXeodmMzuXmXqpqMguZm6Zu/oIr7AA=
    github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  2. samples/addons/grafana.yaml

        [analytics]
        check_for_updates = true
        [grafana_net]
        url = https://grafana.net
        [log]
        mode = console
        [paths]
        data = /var/lib/grafana/
        logs = /var/log/grafana
        plugins = /var/lib/grafana/plugins
        provisioning = /etc/grafana/provisioning
        [server]
        domain = ''
      datasources.yaml: |
        apiVersion: 1
        datasources:
        - access: proxy
          editable: true
          isDefault: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  3. src/cmd/go/internal/load/pkg.go

    		p.Incomplete = true
    		p.setLoadPackageDataError(err, path, stk, importPos)
    	}
    
    	useBindir := p.Name == "main"
    	if !p.Standard {
    		switch cfg.BuildBuildmode {
    		case "c-archive", "c-shared", "plugin":
    			useBindir = false
    		}
    	}
    
    	if useBindir {
    		// Report an error when the old code.google.com/p/go.tools paths are used.
    		if InstallTargetDir(p) == StalePath {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  4. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    static void write(XMLWriter, Xpp3Dom); public static void write(XMLWriter, Xpp3Dom, boolean); } META-INF/maven/org.codehaus.plexus/plexus-utils/pom.xml plexus org.codehaus.plexus 1.0.4 4.0.0 plexus-utils Plexus Common Utilities 1.1 maven-surefire-plugin org/codehaus/plexus/util/FileBasedTestCase.java **/Test*.java META-INF/maven/org.codehaus.plexus/plexus-utils/pom.properties #Generated by Maven #Thu Jan 12 15:17:24 EST 2006 version=1.1 groupId=org.codehaus.plexus artifactId=plexus-utils...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    //		Build the listed main packages and everything they import into
    //		position independent executables (PIE). Packages not named
    //		main are ignored.
    //
    //	-buildmode=plugin
    //		Build the listed main packages, plus all packages that they
    //		import, into a Go plugin. Packages not named main are ignored.
    //
    // On AIX, when linking a C program that uses a Go archive built with
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_test.go

    	//
    	// Extended resources missing in node status are ignored in PredicateAdmit.
    	// This is required to support extended resources that are not managed by
    	// device plugin, such as cluster-level resources.
    	missingPodSpec := v1.PodSpec{NodeName: string(kl.nodeName),
    		Containers: []v1.Container{{Resources: v1.ResourceRequirements{
    			Limits: v1.ResourceList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  7. pkg/apis/admissionregistration/validation/validation_test.go

    	"github.com/google/cel-go/cel"
    
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/util/validation/field"
    	"k8s.io/apimachinery/pkg/util/version"
    	plugincel "k8s.io/apiserver/pkg/admission/plugin/cel"
    	"k8s.io/apiserver/pkg/cel/environment"
    	"k8s.io/apiserver/pkg/cel/library"
    	"k8s.io/apiserver/pkg/features"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	"k8s.io/kubernetes/pkg/apis/admissionregistration"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  8. cluster/gce/util.sh

          # Configure the file path for host dns configuration
          # as ubuntu uses systemd-resolved
          flags+=" --resolv-conf=/run/systemd/resolve/resolv.conf"
        fi
      fi
      flags+=" --volume-plugin-dir=${VOLUME_PLUGIN_DIR}"
      local node_labels
      node_labels="$(build-linux-node-labels "${node_type}")"
      if [[ -n "${node_labels:-}" ]]; then
        flags+=" --node-labels=${node_labels}"
      fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  9. cmd/site-replication.go

    			var parentPolicy string
    			u, err := globalIAMSys.GetUserInfo(ctx, creds.ParentUser)
    			if err != nil {
    				// Parent may be "virtual" (for ldap, oidc, client tls auth,
    				// custom auth plugin), so in such cases we apply no parent
    				// policy. The session token will contain info about policy to
    				// be applied.
    				if !errors.Is(err, errNoSuchUser) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  10. src/runtime/proc.go

    	// list can arrive a few different ways, but it will always
    	// contain the init tasks computed by the linker for all the
    	// packages in the program (excluding those added at runtime
    	// by package plugin). Run through the modules in dependency
    	// order (the order they are initialized by the dynamic
    	// loader, i.e. they are added to the moduledata linked list).
    	for m := &firstmoduledata; m != nil; m = m.next {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top