Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 88 for providedBy (0.25 sec)

  1. pkg/kubelet/kubelet_pods.go

    	return volumeutil.MakeAbsolutePath(runtime.GOOS, hostsFilePath)
    }
    
    // makeHostsMount makes the mountpoint for the hosts file that the containers
    // in a pod are injected with. podIPs is provided instead of podIP as podIPs
    // are present even if dual-stack feature flag is not enabled.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/popper.min.js.map

    getRoot(node.parentNode);\n  }\n\n  return node;\n}\n","import isOffsetContainer from './isOffsetContainer';\nimport getRoot from './getRoot';\nimport getOffsetParent from './getOffsetParent';\n\n/**\n * Finds the offset parent common to the two provided nodes\n * @method\n * @memberof Popper.Utils\n * @argument {Element} element1\n * @argument {Element} element2\n * @returns {Element} common offset parent\n */\nexport default function findCommonOffsetParent(element1, element2) {\n  // This check...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  3. src/cmd/go/internal/load/pkg.go

    	pkgs := PackagesAndErrors(ctx, opts, patterns)
    
    	// Check that named packages are all provided by the same module.
    	for _, pkg := range pkgs {
    		var pkgErr error
    		if pkg.Module == nil {
    			// Packages in std, cmd, and their vendored dependencies
    			// don't have this field set.
    			pkgErr = fmt.Errorf("package %s not provided by module %s", pkg.ImportPath, rootMod)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  4. cluster/gce/util.sh

        cat "${cert_create_debug_output}" >&2
        echo "=== Failed to generate cloud-pvl-admission certificates: Aborting ===" >&2
        exit 2
      fi
    }
    
    # Using provided master env, extracts value from provided key.
    #
    # Args:
    # $1 master env (kube-env of master; result of calling get-master-env)
    # $2 env key to use
    function get-env-val() {
      local match
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  5. src/debug/elf/elf.go

     *    notice, this list of conditions and the following disclaimer in the
     *    documentation and/or other materials provided with the distribution.
     *
     * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
     * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    	wantInitErr         string
    	wantHealthErrPrefix string
    	claimToResponseMap  map[string]string
    	openIDConfig        string
    	fetchKeysFromRemote bool
    }
    
    // Replace formats the contents of v into the provided template.
    func replace(tmpl string, v interface{}) string {
    	t := template.Must(template.New("test").Parse(tmpl))
    	buf := bytes.NewBuffer(nil)
    	t.Execute(buf, &v)
    	ret := buf.String()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  7. doc/go1.17_spec.html

    }-->
    
    <h2 id="Introduction">Introduction</h2>
    
    <p>
    This is the reference manual for the Go programming language as it was for
    language version 1.17, in October 2021, before the introduction of generics.
    It is provided for historical interest.
    The current reference manual can be found <a href="/doc/go_spec.html">here</a>.
    For more information and other documents, see <a href="/">go.dev</a>.
    </p>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  8. src/cmd/go/alldocs.go

    //
    // it prints the package documentation for the package in the current directory.
    // If the package is a command (package main), the exported symbols of the package
    // are elided from the presentation unless the -cmd flag is provided.
    //
    // When run with one argument, the argument is treated as a Go-syntax-like
    // representation of the item to be documented. What the argument selects depends
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.5.md

        This helps prevent "split brain" scenarios in clustered applications by
        ensuring that unreachable pods will not be presumed dead unless some
        "fencing" operation has provided one of the above indications.
      * For all other existing controllers except StatefulSet, this has no effect on
        the ability of the controller to replace pods because the controllers do not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  10. pkg/apis/admissionregistration/validation/validation_test.go

    			Name:         "webhook.k8s.io",
    			ClientConfig: admissionregistration.WebhookClientConfig{},
    		},
    		}, true),
    		expectedError: `exactly one of`,
    	}, {
    		name: "both service and URL provided",
    		config: newValidatingWebhookConfiguration([]admissionregistration.ValidatingWebhook{{
    			Name: "webhook.k8s.io",
    			ClientConfig: admissionregistration.WebhookClientConfig{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
Back to top