Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 92 for please (0.13 sec)

  1. src/cmd/link/internal/ld/lib.go

    	// assumes that a dynamic binary always refers to at least one dynamic library.
    	// Rather than be a source of test cases for glibc, disable dynamic linking
    	// the same way that gcc would.
    	//
    	// Exception: on OS X, programs such as Shark only work with dynamic
    	// binaries, so leave it enabled on OS X (Mach-O) binaries.
    	// Also leave it enabled on Solaris which doesn't support
    	// statically linked binaries.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  2. src/cmd/link/internal/loader/loader.go

    	// Bitmaps and other side structures used to store data used to store
    	// symbol flags/attributes; these are to be accessed via the
    	// corresponding loader "AttrXXX" and "SetAttrXXX" methods. Please
    	// visit the comments on these methods for more details on the
    	// semantics / interpretation of the specific flags or attribute.
    	attrReachable        Bitmap // reachable symbols, indexed by global index
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  3. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    	status                   *v1.NodeStatus
    	lease                    *coordv1.Lease
    }
    
    func (n *nodeHealthData) deepCopy() *nodeHealthData {
    	if n == nil {
    		return nil
    	}
    	return &nodeHealthData{
    		probeTimestamp:           n.probeTimestamp,
    		readyTransitionTimestamp: n.readyTransitionTimestamp,
    		status:                   n.status.DeepCopy(),
    		lease:                    n.lease.DeepCopy(),
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  4. plugin/pkg/admission/noderestriction/admission_test.go

    			err:        "",
    		},
    		{
    			name:       "allowed update node lease - feature enabled",
    			attributes: admission.NewAttributesRecord(lease, lease, leaseKind, lease.Namespace, lease.Name, leaseResource, "", admission.Update, &metav1.UpdateOptions{}, false, mynode),
    			err:        "",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  5. api/discovery/aggregated_v2.json

              "resources": [
                {
                  "resource": "leases",
                  "responseKind": {
                    "group": "",
                    "kind": "Lease",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "singularResource": "lease",
                  "verbs": [
                    "create",
                    "delete",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  6. api/discovery/aggregated_v2beta1.json

              "resources": [
                {
                  "resource": "leases",
                  "responseKind": {
                    "group": "",
                    "kind": "Lease",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "singularResource": "lease",
                  "verbs": [
                    "create",
                    "delete",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  7. src/crypto/tls/handshake_server_test.go

    			},
    			serverHasAESGCM: true,
    			expectedCipher:  TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
    		},
    		{
    			name: "client prefers AES-GCM and sends GREASE, server has hardware AES (pick AES-GCM)",
    			clientCiphers: []uint16{
    				0x0A0A, // GREASE value
    				TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
    				TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,
    				TLS_RSA_WITH_AES_128_CBC_SHA,
    			},
    			serverHasAESGCM: true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/crdclient/types.gen.go

    				Generation:        obj.Generation,
    			},
    			Spec:   &obj.Spec,
    			Status: &obj.Status,
    		}
    	},
    	gvk.Lease: func(r runtime.Object) config.Config {
    		obj := r.(*k8sioapicoordinationv1.Lease)
    		return config.Config{
    			Meta: config.Meta{
    				GroupVersionKind:  gvk.Lease,
    				Name:              obj.Name,
    				Namespace:         obj.Namespace,
    				Labels:            obj.Labels,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 62.2K bytes
    - Viewed (0)
  9. cmd/kube-controller-manager/app/options/options_test.go

    	"--kube-api-burst=100",
    	"--kube-api-content-type=application/json",
    	"--kube-api-qps=50.0",
    	"--kubeconfig=/kubeconfig",
    	"--large-cluster-size-threshold=100",
    	"--leader-elect=false",
    	"--leader-elect-lease-duration=30s",
    	"--leader-elect-renew-deadline=15s",
    	"--leader-elect-resource-lock=configmap",
    	"--leader-elect-retry-period=5s",
    	"--legacy-service-account-token-clean-up-period=8760h",
    	"--master=192.168.4.20",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

    running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address.\n\nPlease note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
Back to top