- Sort Score
- Result 10 results
- Languages All
Results 271 - 280 of 359 for recDst (0.08 sec)
-
istioctl/pkg/multicluster/remote_secret.go
} } return nil } func getServerFromKubeconfig(client kube.CLIClient) (string, Warning, error) { restCfg := client.RESTConfig() if restCfg == nil { return "", nil, fmt.Errorf("failed getting REST config from client") } server := restCfg.Host if strings.Contains(server, "127.0.0.1") || strings.Contains(server, "localhost") { return server, fmt.Errorf(
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 23.3K bytes - Viewed (0) -
docs/de/docs/deployment/docker.md
3. Kopiere die Datei mit den Paketanforderungen in das Verzeichnis `/code`. Kopieren Sie zuerst **nur** die Datei mit den Anforderungen, nicht den Rest des Codes. Da sich diese Datei **nicht oft รคndert**, erkennt Docker das und verwendet den **Cache** fรผr diesen Schritt, wodurch der Cache auch fรผr den nรคchsten Schritt aktiviert wird.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 39K bytes - Viewed (0) -
cmd/metacache-set.go
// Versioning config is used for if the path // has versioning enabled. Versioning *versioning.Versioning `msg:"-"` // Lifecycle performs filtering based on lifecycle. // This will filter out objects if the most recent version should be deleted by lifecycle. // Is not transferred across request calls. Lifecycle *lifecycle.Lifecycle `msg:"-"` // Retention configuration, needed to be passed along with lifecycle if set.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jul 12 16:23:16 UTC 2024 - 30.7K bytes - Viewed (0) -
docs/nl/docs/python-types.md
Het belangrijkste om te onthouden is dat **de eerste *typeparameter*** die je doorgeeft aan `Annotated` het **werkelijke type** is. De rest is gewoon metadata voor andere hulpmiddelen. Voor nu hoef je alleen te weten dat `Annotated` bestaat en dat het standaard Python is. ๐ Later zul je zien hoe **krachtig** het kan zijn. /// tip
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 18.3K bytes - Viewed (0) -
guava/src/com/google/common/base/Splitter.java
// Don't include the (unused) separator in next split string. nextStart = offset; continue; } if (limit == 1) { // The limit has been reached, return the rest of the string as the // final item. This is tested after empty string removal so that // empty strings do not count towards the limit. end = toSplit.length(); offset = -1;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 21:14:05 UTC 2024 - 24.5K bytes - Viewed (0) -
docs/pt/docs/index.md
--- "*Nรณs adotamos a biblioteca **FastAPI** para criar um servidor **REST** que possa ser chamado para obter **prediรงรตes**. [para o Ludwig]*"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 18.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.7.md
- [**Security**](#security) - [Admission Control](#admission-control) - [TLS Bootstrapping](#tls-bootstrapping) - [Audit Logging](#audit-logging) - [Encryption at Rest](#encryption-at-rest) - [Node Authorization](#node-authorization) - [**Application Autoscaling**](#application-autoscaling) - [Horizontal Pod Autoscaler](#horizontal-pod-autoscaler)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 308.7K bytes - Viewed (1) -
docs/ja/docs/index.md
<div style="text-align: right; margin-right: 10%;">Kabir Khan - <strong>Microsoft</strong> <a href="https://github.com/fastapi/fastapi/pull/26" target="_blank"><small>(ref)</small></a></div> --- "_FastAPIใฉใคใใฉใชใๆก็จใใใฏใจใชใง**ไบๆธฌๅค**ใๅๅพใงใใ**REST**ใตใผใใๆง็ฏใใพใใใ [for Ludwig]_"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 21K bytes - Viewed (0) -
docs/em/docs/alternatives.md
โซ๏ธ โ ๐ ๐ธ ๐ฉโ๐ป, ๐ซ โ ๐ โ๏ธ ๐ ๐ธ (๐ ๐ฅ, Vue.js & ๐) โ๏ธ ๐ โ๏ธ (๐ <abbr title="Internet of Things">โ</abbr> ๐ณ) ๐ โฎ๏ธ โซ๏ธ. ### <a href="https://www.django-rest-framework.org/" class="external-link" target="_blank">โณ ๐ ๐ ๏ธ</a> โณ ๐ ๐ ๏ธ โ ๐ ๐งฐ ๐ ๐ธ ๐ โ๏ธ โณ ๐, ๐ ๐ฎ ๐ ๏ธ ๐ ๏ธ. โซ๏ธ โ๏ธ ๐ ๐ข โ ๐ฆ, ๐ฅ ๐ & ๐.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 18.7K bytes - Viewed (0) -
cmd/site-replication.go
} for group := range info.GroupStats { c.healGroupPolicies(ctx, objAPI, group, info) } return nil } // heal iam policies present on this site to peers, provided current cluster has the most recent update. func (c *SiteReplicationSys) healPolicies(ctx context.Context, objAPI ObjectLayer, policy string, info srStatusInfo) error { // create IAM policy on peer cluster if missing ps := info.PolicyStats[policy]
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 15 12:04:40 UTC 2024 - 185.1K bytes - Viewed (0)