- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 57 for uid4 (0.08 sec)
-
cni/pkg/plugin/testdata/custom-uid.txt.golden
- -A ISTIO_OUTPUT -p tcp --dport 15020 -j RETURN
- -A ISTIO_OUTPUT -o lo -s 127.0.0.6/32 -j RETURN
- -A ISTIO_OUTPUT -o lo ! -d 127.0.0.1/32 -p tcp ! --dport 15008 -m owner --uid-owner 1000670000 -j ISTIO_IN_REDIRECT
- -A ISTIO_OUTPUT -o lo -m owner ! --uid-owner 1000670000 -j RETURN
- -A ISTIO_OUTPUT -m owner --uid-owner 1000670000 -j RETURN
- -A ISTIO_OUTPUT -o lo ! -d 127.0.0.1/32 -p tcp ! --dport 15008 -m owner --gid-owner 1000670001 -j ISTIO_IN_REDIRECT
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Apr 26 16:39:28 UTC 2023 - 1.1K bytes - Viewed (0) -
cni/pkg/plugin/testdata/custom-uid-tproxy.txt.golden
- -A ISTIO_OUTPUT -p tcp --dport 15020 -j RETURN
- -A ISTIO_OUTPUT -o lo -s 127.0.0.6/32 -j RETURN
- -A ISTIO_OUTPUT -o lo ! -d 127.0.0.1/32 -p tcp ! --dport 15008 -m owner --uid-owner 1000670000 -j ISTIO_IN_REDIRECT
- -A ISTIO_OUTPUT -o lo -m owner ! --uid-owner 1000670000 -j RETURN
- -A ISTIO_OUTPUT -m owner --uid-owner 1000670000 -j RETURN
- -A ISTIO_OUTPUT -o lo ! -d 127.0.0.1/32 -p tcp ! --dport 15008 -m owner --gid-owner 1000670001 -j ISTIO_IN_REDIRECT
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Apr 26 16:39:28 UTC 2023 - 2K bytes - Viewed (0) -
cni/pkg/nodeagent/podcgroupns_test.go
- n := NewPodNetnsProcFinder(fakeFs())
- pod := &corev1.Pod{ObjectMeta: metav1.ObjectMeta{
- Name: "foo",
- Namespace: "bar",
- UID: types.UID("863b91d4-4b68-4efa-917f-4b560e3e86aa"),
- }}
- podUIDNetns, err := n.FindNetnsForPods(map[types.UID]*corev1.Pod{
- pod.UID: pod,
- })
- if err != nil {
- panic(err)
- }
- defer podUIDNetns.Close()
- if len(podUIDNetns) == 0 {
- t.Fatal("expected to find pod netns")
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 4.6K bytes - Viewed (0) -
src/archive/tar/testdata/nil-uid.tar
Russ Cox <******@****.***> 1410149331 -0400
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Sep 08 04:08:51 UTC 2014 - 1K bytes - Viewed (0) -
cni/pkg/nodeagent/net.go
- func (s *NetServer) buildZtunnelSnapshot(ambientPodUIDs map[types.UID]*corev1.Pod) error {
- // first add all the pods as empty:
- for uid := range ambientPodUIDs {
- s.currentPodSnapshot.Ensure(string(uid))
- }
- // populate full pod snapshot from cgroups
- return s.scanProcForPodsAndCache(ambientPodUIDs)
- }
- func (s *NetServer) scanProcForPodsAndCache(pods map[types.UID]*corev1.Pod) error {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Oct 21 16:48:55 UTC 2024 - 9.1K bytes - Viewed (0) -
common-protos/k8s.io/api/authentication/v1/generated.proto
- optional string username = 1;
- // A unique value that identifies this user across time. If this user is
- // deleted and another user by the same name is added, they will have
- // different UIDs.
- // +optional
- optional string uid = 2;
- // The names of groups this user is a part of.
- // +optional
- repeated string groups = 3;
- // Any additional information provided by the authenticator.
- // +optional
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 6.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/DosError.java
- "A duplicate name exists on the network.", "The network name cannot be found.", "ERRnomoreconn.", "The file exists.",
- "The parameter is incorrect.", "Too many Uids active on this session.", "The Uid is not known as a valid user identifier on this session.",
- "The pipe has been ended.", "The filename, directory name, or volume label syntax is incorrect.", "The directory is not empty.",
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:52:42 UTC 2020 - 4.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/DosError.java
- "The network name cannot be found.",
- "ERRnomoreconn.",
- "The file exists.",
- "The parameter is incorrect.",
- "Too many Uids active on this session.",
- "The Uid is not known as a valid user identifier on this session.",
- "The pipe has been ended.",
- "The filename, directory name, or volume label syntax is incorrect.",
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 4.5K bytes - Viewed (0) -
common-protos/k8s.io/api/authentication/v1beta1/generated.proto
- optional string username = 1;
- // A unique value that identifies this user across time. If this user is
- // deleted and another user by the same name is added, they will have
- // different UIDs.
- // +optional
- optional string uid = 2;
- // The names of groups this user is a part of.
- // +optional
- repeated string groups = 3;
- // Any additional information provided by the authenticator.
- // +optional
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 5.2K bytes - Viewed (0) -
docs/distributed/samples/bootstrap-partial.ldif
- ou: people
- # Create Alice, Bob and Cody in hwengg
- dn: uid=alice1,ou=people,ou=hwengg,dc=min,dc=io
- objectClass: inetOrgPerson
- cn: Alice Smith
- sn: Smith
- uid: alice1
- mail: ******@****.***
- userPassword: {SSHA}Yeh2/IV/q/HjG2yzN3YdE9CAF3EJFCLu
- dn: uid=bobfisher,ou=people,ou=hwengg,dc=min,dc=io
- objectClass: inetOrgPerson
- cn: Robert Fisher
- sn: Fisher
- uid: bobfisher
- mail: ******@****.***
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 12 15:59:00 UTC 2024 - 1.4K bytes - Viewed (0)