Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for loadOne (0.19 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    	// storeType() (no write barrier) and do a simple store().
    	s.store(t, addrTemp, val)
    	return addrTemp
    }
    
    // openDeferExit generates SSA for processing all the open coded defers at exit.
    // The code involves loading deferBits, and checking each of the bits to see if
    // the corresponding defer statement was executed. For each bit that is turned
    // on, the associated defer call is made.
    func (s *state) openDeferExit() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // reports this record in Assigned. Assigned only updates in the status after
      // the record has been checkpointed to disk. When the Kubelet is restarted,
      // it tries to make the Assigned config the Active config by loading and
      // validating the checkpointed payload identified by Assigned.
      // +optional
      optional NodeConfigSource assigned = 1;
    
      // Active reports the checkpointed config the node is actively using.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// Optional: Default to true.
    	// If set to true or not present, the pod will be run in the host user namespace, useful
    	// for when the pod needs a feature only available to the host user namespace, such as
    	// loading a kernel module with CAP_SYS_MODULE.
    	// When set to false, a new user namespace is created for the pod. Setting false is useful
    	// for mitigating container breakout vulnerabilities even allowing users to run their
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"active":        "Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      // reports this record in Assigned. Assigned only updates in the status after
      // the record has been checkpointed to disk. When the Kubelet is restarted,
      // it tries to make the Assigned config the Active config by loading and
      // validating the checkpointed payload identified by Assigned.
      // +optional
      optional NodeConfigSource assigned = 1;
    
      // Active reports the checkpointed config the node is actively using.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. ChangeLog.md

    - [`KT-65268`](https://youtrack.jetbrains.com/issue/KT-65268) K2: Checking the presence of the delegated constructor call forces AST loading
    - [`KT-63330`](https://youtrack.jetbrains.com/issue/KT-63330) Analysis API: Stub-based deserialized symbol providers provide unresolved enum entry annotation arguments
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	// Optional: Default to true.
    	// If set to true or not present, the pod will be run in the host user namespace, useful
    	// for when the pod needs a feature only available to the host user namespace, such as
    	// loading a kernel module with CAP_SYS_MODULE.
    	// When set to false, a new userns is created for the pod. Setting false is useful for
    	// mitigating container breakout vulnerabilities even allowing users to run their
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.25.md

    - Allow expansion of ephemeral volumes ([#109987](https://github.com/kubernetes/kubernetes/pull/109987), [@gnufied](https://github.com/gnufied)) [SIG Node and Storage]
    - Apiserver: fixed audit of loading more than one webhooks. ([#110145](https://github.com/kubernetes/kubernetes/pull/110145), [@sxllwx](https://github.com/sxllwx))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  9. pkg/proxy/iptables/proxier_test.go

    	if err != nil {
    		return err
    	}
    
    	for tableName, lines := range tables {
    		// Find all of the lines like ":KUBE-SERVICES", indicating chains that
    		// iptables-restore would create when loading the data.
    		createdChains := sets.New[string](findAllMatches(lines, `^:([^ ]*)`)...)
    		// Find all of the lines like "-X KUBE-SERVICES ..." indicating chains
    		// that we are deleting because they are no longer used, and remove
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.27.md

      the end. ([#112809](https://github.com/kubernetes/kubernetes/pull/112809), [@tkashem](https://github.com/tkashem)) [SIG API Machinery]
    - Kube-apiserver: removed N^2 behavior loading webhook configurations. ([#114794](https://github.com/kubernetes/kubernetes/pull/114794), [@lavalamp](https://github.com/lavalamp)) [SIG API Machinery, Architecture, CLI, Cloud Provider and Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
Back to top