- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 167 for svc (0.05 sec)
-
cmd/iam-store.go
svc, found := newCache.iamUsersMap[accessKey] if found { // Load parent user and mapped policies. if store.getUsersSysType() == MinIOUsersSysType { err = store.loadUser(ctx, svc.Credentials.ParentUser, regUser, newCache.iamUsersMap) // NOTE: we are not worried about loading errors from policies.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Oct 14 16:35:37 UTC 2024 - 83.2K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Jul 24 01:11:41 UTC 2023 - 43.9K bytes - Viewed (0) -
android/guava/src/com/google/common/net/HttpHeaders.java
*/ public static final String CDN_LOOP = "CDN-Loop"; /** * The HTTP <a href="https://datatracker.ietf.org/doc/html/rfc7838#page-8">{@code Alt-Svc}</a> * header field name. * * @since NEXT */ public static final String ALT_SVC = "Alt-Svc";
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Oct 01 19:08:38 UTC 2024 - 35.3K bytes - Viewed (0) -
manifests/addons/dashboards/istio-service-dashboard.json
"skipUrlSync": false, "type": "datasource" }, { "current": { "selected": false, "text": "details.default.svc.cluster.local", "value": "details.default.svc.cluster.local" }, "datasource": { "type": "prometheus", "uid": "${datasource}" }, "definition": "", "hide": 0,
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Mar 27 03:47:04 UTC 2024 - 111.8K bytes - Viewed (0) -
cmd/sftp-server.go
if found { if !globalIAMSys.LDAPConfig.Enabled() { return nil, errSFTPLDAPNotEnabled } return processLDAPAuthentication(key, pass, user) } user, found = strings.CutSuffix(c.User(), "=svc") if found { goto internalAuth } if globalIAMSys.LDAPConfig.Enabled() { perms, _ := processLDAPAuthentication(key, pass, user) if perms != nil { return perms, nil } }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Aug 20 20:00:29 UTC 2024 - 16K bytes - Viewed (0) -
istioctl/pkg/validate/validate_test.go
metadata: name: invalid-virtual-service spec: http: ` warnDestinationRule = `apiVersion: networking.istio.io/v1 kind: DestinationRule metadata: name: reviews-cb-policy spec: host: reviews.prod.svc.cluster.local trafficPolicy: outlierDetection: consecutiveErrors: 7 ` invalidYAML = ` (...!)` validKubernetesYAML = ` apiVersion: v1 kind: Namespace metadata:
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Aug 02 16:18:14 UTC 2024 - 21.4K bytes - Viewed (0) -
Makefile.core.mk
$(foreach bin,$(BINARIES),${LOCAL_OUT}/$(shell basename $(bin))): build endif MARKDOWN_LINT_ALLOWLIST=localhost:8080,storage.googleapis.com/istio-artifacts/pilot/,http://ratings.default.svc.cluster.local:9080/ratings lint-helm-global: find manifests -name 'Chart.yaml' -print0 | ${XARGS} -L 1 dirname | xargs -r helm lint
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 03 23:53:59 UTC 2024 - 18.4K bytes - Viewed (0) -
istioctl/pkg/ztunnelconfig/ztunnelconfig.go
istioctl ztunnel-config services # Retrieve full services dump of workloads for a given Ztunnel instance. istioctl ztunnel-config services <ztunnel-name[.namespace]> -o json `, Aliases: []string{"services", "s", "svc"}, Args: common.validateArgs, RunE: runConfigDump(ctx, common, func(cw *ztunnelDump.ConfigWriter) error { filter := ztunnelDump.ServiceFilter{ Namespace: serviceNamespace, }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 19:17:45 UTC 2024 - 22.2K bytes - Viewed (0) -
istioctl/pkg/workload/workload.go
} func IstiodHost(ns string, revision string) string { istiod := "istiod" if isRevisioned(revision) { istiod = fmt.Sprintf("%s-%s", istiod, revision) } return fmt.Sprintf("%s.%s.svc", istiod, ns) } func IstiodAddr(ns, revision string) string { // TODO make port configurable return fmt.Sprintf("%s:%d", IstiodHost(ns, revision), 15012) }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 25.3K bytes - Viewed (0) -
common-protos/k8s.io/api/apps/v1/generated.proto
// This service must exist before the StatefulSet, and is responsible for // the network identity of the set. Pods get DNS/hostnames that follow the // pattern: pod-specific-string.serviceName.default.svc.cluster.local // where "pod-specific-string" is managed by the StatefulSet controller. optional string serviceName = 5; // podManagementPolicy controls how pods are created during initial scale up,
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 34.5K bytes - Viewed (0)