Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 23 for membershipId (0.38 sec)

  1. common-protos/k8s.io/api/certificates/v1/generated.proto

      // uid contains the uid of the user that created the CertificateSigningRequest.
      // Populated by the API server on creation and immutable.
      // +optional
      optional string uid = 3;
    
      // groups contains group membership of the user that created the CertificateSigningRequest.
      // Populated by the API server on creation and immutable.
      // +listType=atomic
      // +optional
      repeated string groups = 4;
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 11.6K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPV6_MAX_MEMBERSHIPS = 4095
    pkg syscall (darwin-arm64), const IPV6_MAX_MEMBERSHIPS ideal-int
    pkg syscall (darwin-arm64), const IPV6_MAX_SOCK_SRC_FILTER = 128
    pkg syscall (darwin-arm64), const IPV6_MAX_SOCK_SRC_FILTER ideal-int
    pkg syscall (darwin-arm64), const IPV6_MIN_MEMBERSHIPS = 31
    pkg syscall (darwin-arm64), const IPV6_MIN_MEMBERSHIPS ideal-int
    pkg syscall (darwin-arm64), const IPV6_MMTU = 1280
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. cmd/iam.go

    			gSet := set.CreateStringSet(cred.Groups...)
    			if gSet.Equals(currGroupsSet) {
    				// No change to groups memberships for this
    				// credential.
    				continue
    			}
    
    			// Expired credentials don't need group membership updates.
    			if cred.IsExpired() {
    				continue
    			}
    
    			cred.Groups = currGroups
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 21:28:16 GMT 2024
    - 71.1K bytes
    - Viewed (1)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), const INPCK = 16
    pkg syscall (freebsd-arm64), const INPCK ideal-int
    pkg syscall (freebsd-arm64), const IP_ADD_MEMBERSHIP = 12
    pkg syscall (freebsd-arm64), const IP_ADD_SOURCE_MEMBERSHIP = 70
    pkg syscall (freebsd-arm64), const IP_ADD_SOURCE_MEMBERSHIP ideal-int
    pkg syscall (freebsd-arm64), const IP_BINDANY = 24
    pkg syscall (freebsd-arm64), const IP_BINDANY ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg syscall (darwin-386), const IPV6_MAX_GROUP_SRC_FILTER ideal-int
    pkg syscall (darwin-386), const IPV6_MAX_MEMBERSHIPS ideal-int
    pkg syscall (darwin-386), const IPV6_MAX_SOCK_SRC_FILTER ideal-int
    pkg syscall (darwin-386), const IPV6_MIN_MEMBERSHIPS ideal-int
    pkg syscall (darwin-386), const IPV6_MMTU ideal-int
    pkg syscall (darwin-386), const IPV6_PORTRANGE ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  6. src/main/java/jcifs/smb1/smb1/SID.java

         * <p/>
         * This method is designed to assist with computing access control for a
         * given user when the target object's ACL has local groups. Local groups
         * are not listed in a user's group membership (e.g. as represented by the
         * tokenGroups constructed attribute retrived via LDAP).
         * <p/>
         * Domain groups nested inside a local group are currently not expanded. In
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 26.6K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const IPV6_MAX_GROUP_SRC_FILTER ideal-int
    pkg syscall (freebsd-386-cgo), const IPV6_MAX_MEMBERSHIPS ideal-int
    pkg syscall (freebsd-386-cgo), const IPV6_MAX_SOCK_SRC_FILTER ideal-int
    pkg syscall (freebsd-386-cgo), const IPV6_MIN_MEMBERSHIPS ideal-int
    pkg syscall (freebsd-386-cgo), const IPV6_MMTU ideal-int
    pkg syscall (freebsd-386-cgo), const IPV6_MSFILTER ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  8. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IP_IPSEC_POLICY = 22
    pkg syscall (netbsd-arm64-cgo), const IP_IPSEC_POLICY ideal-int
    pkg syscall (netbsd-arm64-cgo), const IP_MAX_MEMBERSHIPS = 20
    pkg syscall (netbsd-arm64-cgo), const IP_MAX_MEMBERSHIPS ideal-int
    pkg syscall (netbsd-arm64-cgo), const IP_MAXPACKET = 65535
    pkg syscall (netbsd-arm64-cgo), const IP_MAXPACKET ideal-int
    pkg syscall (netbsd-arm64-cgo), const IP_MF = 8192
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/core/v1/generated.proto

      // to the container's primary GID, the fsGroup (if specified), and group memberships
      // defined in the container image for the uid of the container process. If unspecified,
      // no additional groups are added to any container. Note that group memberships
      // defined in the container image for the uid of the container process are still effective,
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.7.md

    * fix kubelet event recording for selected events. ([#46246](https://github.com/kubernetes/kubernetes/pull/46246),...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 308.7K bytes
    - Viewed (1)
Back to top