- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for embed (0.04 seconds)
-
doc/go_spec.html
f Float // illegal } </pre> <p> An interface type <code>T</code> may not embed a type element that is, contains, or embeds <code>T</code>, directly or indirectly. </p> <pre> // illegal: Bad may not embed itself type Bad interface { Bad } // illegal: Bad1 may not embed itself using Bad2 type Bad1 interface { Bad2 } type Bad2 interface { Bad1 }
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Apr 01 23:39:18 GMT 2026 - 287.8K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.30.md
- Bump cAdvisor to v0.49.0 ([#123599](https://github.com/kubernetes/kubernetes/pull/123599), [@bobbypage](https://github.com/bobbypage)) [SIG Node] - Embed Node information into Pod-bound service account tokens as additional metadata
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Jun 18 18:59:10 GMT 2025 - 398.1K bytes - Click Count (0) -
android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java
unner\u0007awsapps\u0014awsglobalaccelerator\u000ebalena-devices\u000bbarsycenter\u000bbarsyonline\u000ebase44-sandbox\u0007blogdns\u0008blogspot\u0008blogsyte\u0006boutir\u0007bplaced\rbuiltwithdark\u000cbumbleshrimp\u0005cafjs\u0012canva-hosted-embed\u0009canvacode\rcdn77-storage\u0007cechire\u0007cf-ipfs\nciscofreak\u000cclever-cloud\u000fcloudflare-ipfs\u0004code\u0008codespot\u0007cprapid\u0008cpserver\u000ccustomer-oci\ndamnserver\ndatadetect\ndattolocal\ndattorelay\u0008dattoweb\u0008ddns...
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 06 20:41:51 GMT 2026 - 290.5K bytes - Click Count (1) -
api/go1.16.txt
pkg debug/elf, const PT_SUNW_EH_FRAME = 1685382480 pkg debug/elf, const PT_SUNW_EH_FRAME ProgType pkg embed, method (FS) Open(string) (fs.File, error) pkg embed, method (FS) ReadDir(string) ([]fs.DirEntry, error) pkg embed, method (FS) ReadFile(string) ([]uint8, error) pkg embed, type FS struct pkg flag, func Func(string, string, func(string) error) pkg flag, method (*FlagSet) Func(string, string, func(string) error)
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.32.md
- Promoted the `ServiceAccountTokenPodNodeInfo` feature to GA, which adds the node name and uid as claims into service account tokens mounted into running pods, and embeds that information as `authentication.kubernetes.io/node-name` and `authentication.kubernetes.io/node-uid` user...
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Feb 26 23:58:21 GMT 2026 - 470.5K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.22.md
- Scheduler's CycleState now embeds internal read/write locking inside its `Read()` and `Write()` functions. Meanwhile, `Lock()` and `Unlock()` function are removed. Scheduler plugin developers are now required to remove `CycleState#Lock()` and `CycleState#Unlock()`. Just simply use...
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Dec 13 12:43:45 GMT 2022 - 454.1K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.15.md
* kubeadm: v1beta2 InitConfiguration no longer embeds ClusterConfiguration it it. ([#77739](https://github.com/kubernetes/kubernetes/pull/77739), [@rosti](https://github.com/rosti))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 278.9K bytes - Click Count (0)