- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 64 for Groups (0.1 sec)
-
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go
Expression: "claims.username", }, Groups: apiserver.PrefixedClaimOrExpression{ Claim: "groups", Prefix: pointer.String("system:"), }, }, UserValidationRules: []apiserver.UserValidationRule{ { Expression: "user.groups.all(group, !group.startsWith('system:'))", Message: "groups cannot used reserved system: prefix", }, },
Registered: 2024-06-15 01:39 - Last Modified: 2024-04-24 18:25 - 97.7K bytes - Viewed (0) -
cluster/gce/util.sh
# shellcheck disable=SC2068 for group in ${all_instance_groups[@]:-}; do { if gcloud compute instance-groups managed describe "${group}" --project "${PROJECT}" --zone "${ZONE}" &>/dev/null; then gcloud compute instance-groups managed delete \ --project "${PROJECT}" \ --quiet \ --zone "${ZONE}" \ "${group}" fi } & done
Registered: 2024-06-15 01:39 - Last Modified: 2024-06-12 21:47 - 161.6K bytes - Viewed (0) -
staging/src/k8s.io/api/authorization/v1/generated.pb.go
i = encodeVarintGenerated(dAtA, i, uint64(baseI-i)) i-- dAtA[i] = 0x2a } } if len(m.Groups) > 0 { for iNdEx := len(m.Groups) - 1; iNdEx >= 0; iNdEx-- { i -= len(m.Groups[iNdEx]) copy(dAtA[i:], m.Groups[iNdEx]) i = encodeVarintGenerated(dAtA, i, uint64(len(m.Groups[iNdEx]))) i-- dAtA[i] = 0x22 } } i -= len(m.User) copy(dAtA[i:], m.User)
Registered: 2024-06-15 01:39 - Last Modified: 2024-03-01 06:06 - 100.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsUserCA.java
} public void setGroups_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) { setGroups_Terms("groups", opLambda, null); } public void setGroups_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsUserCA> aggsLambda) { setGroups_Terms("groups", opLambda, aggsLambda); }
Registered: 2024-06-12 13:08 - Last Modified: 2024-02-22 01:37 - 212.4K bytes - Viewed (1) -
cmd/site-replication.go
return errSRIAMError(err) } } } // Next should be Groups for some of these users, LDAP might have some Group // DNs here { groups := make(map[string]GroupInfo) err := globalIAMSys.store.loadGroups(ctx, groups) if err != nil { return errSRBackendIssue(err) } for gname, group := range groups { if err := c.IAMChangeHook(ctx, madmin.SRIAMItem{
Registered: 2024-06-16 00:44 - Last Modified: 2024-05-24 23:05 - 184.3K bytes - Viewed (0) -
staging/src/k8s.io/api/authorization/v1beta1/generated.pb.go
i = encodeVarintGenerated(dAtA, i, uint64(baseI-i)) i-- dAtA[i] = 0x2a } } if len(m.Groups) > 0 { for iNdEx := len(m.Groups) - 1; iNdEx >= 0; iNdEx-- { i -= len(m.Groups[iNdEx]) copy(dAtA[i:], m.Groups[iNdEx]) i = encodeVarintGenerated(dAtA, i, uint64(len(m.Groups[iNdEx]))) i-- dAtA[i] = 0x22 } } i -= len(m.User) copy(dAtA[i:], m.User)
Registered: 2024-06-15 01:39 - Last Modified: 2024-03-01 06:06 - 101K bytes - Viewed (0) -
pkg/printers/internalversion/printers.go
{Name: "Age", Type: "string", Description: metav1.ObjectMeta{}.SwaggerDoc()["creationTimestamp"]}, {Name: "Users", Type: "string", Priority: 1, Description: "Users in the roleBinding"}, {Name: "Groups", Type: "string", Priority: 1, Description: "Groups in the roleBinding"}, {Name: "ServiceAccounts", Type: "string", Priority: 1, Description: "ServiceAccounts in the roleBinding"}, } _ = h.TableHandler(roleBindingsColumnDefinitions, printRoleBinding)
Registered: 2024-06-15 01:39 - Last Modified: 2024-06-11 14:04 - 128.3K bytes - Viewed (0) -
cmd/admin-handlers.go
r.Header.Set("delimiter", SlashSeparator) isAllowedAccess := func(bucketName string) (rd, wr bool) { if globalIAMSys.IsAllowed(policy.Args{ AccountName: cred.AccessKey, Groups: cred.Groups, Action: policy.GetObjectAction, BucketName: bucketName, ConditionValues: getConditionValues(r, "", cred), IsOwner: owner, ObjectName: "",
Registered: 2024-06-16 00:44 - Last Modified: 2024-05-24 23:05 - 98K bytes - Viewed (0) -
okhttp-android/src/main/baseline-prof.txt
Lkotlin/text/MatchGroup; Lkotlin/text/MatchGroupCollection; Lkotlin/text/MatchResult; Lkotlin/text/MatcherMatchResult$groupValues$1; Lkotlin/text/MatcherMatchResult$groups$1$iterator$1; Lkotlin/text/MatcherMatchResult$groups$1; Lkotlin/text/MatcherMatchResult; Lkotlin/text/Regex; Lkotlin/text/StringsKt__IndentKt; Lkotlin/text/StringsKt__RegexExtensionsKt; Lkotlin/text/StringsKt__StringBuilderKt;
Registered: 2024-06-16 04:42 - Last Modified: 2022-03-21 11:22 - 127.9K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.4.md
* Scale kube-proxy conntrack limits by cores (new default behavior) ([#28876](https://github.com/kubernetes/kubernetes/pull/28876), [@thockin](https://github.com/thockin)) * [Kubelet] Improving QOS in kubelet by introducing QoS level Cgroups - `--cgroups-per-qos` ([#27853](https://github.com/kubernetes/kubernetes/pull/27853), [@dubstack](https://github.com/dubstack))
Registered: 2024-06-15 01:39 - Last Modified: 2020-12-24 02:28 - 133.5K bytes - Viewed (0)