- Sort Score
- Result 10 results
- Languages All
Results 451 - 460 of 603 for componenten (0.12 sec)
-
istioctl/pkg/admin/istiodconfig.go
Short: "Manage istiod logging.", Long: "Retrieve or update logging levels of istiod components.", Example: ` # Retrieve information about istiod logging levels. istioctl admin log # Retrieve information about istiod logging levels on a specific control plane pod.
Registered: Wed Oct 30 22:53:10 UTC 2024 - Last Modified: Sat Apr 13 05:23:38 UTC 2024 - 13.5K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/index.md
# ð **FastAPI** âïļ ðķ ðïļ âïļ ðïļ **<abbr title="also known as components, resources, providers, services, injectables">ð ð</abbr>** âïļ. âŦïļ ð ðķ ð âïļ, & â âŦïļ ðķ âĐ ð ðĐâðŧ ð ïļ ð ðĶē âŪïļ **FastAPI**. ## âŦïļâ "ð ð" **"ð ð"** â, ð, ð ðĪ ð ð ð (ð ðž, ð *⥠ð ïļ ðĒ*) ðĢ ð ð âŦïļ ð ð· & âïļ: "ð". & âĪīïļ, ð âïļ (ð ðž **FastAPI**) ð â ð ðĻ âŦïļâ ðŠ ð ð ð âŪïļ ð ðŠ ð ("ð" ð). ð ðķ â ðâ ð ðŠ:
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.7K bytes - Viewed (0) -
docs/em/docs/features.md
* ðĒ ðĒ. * ðŠ, âïļ. â ð ðââ â âŠïļâĄïļ ð (ð **ð ðŠ**). ð ð âŧ 𧰠& ðĶē ð âĐ ð ïļ âŪïļ ð âïļ, ð ðŠ, ð & â ð―, âïļ. ### ð ð FastAPI ð ðķ âĐ âïļ, âïļ ðķ ðïļ <abbr title='also known as "components", "resources", "services", "providers"'><strong>ð ð</strong></abbr> âïļ. * ð ðŠ âïļ ð, ð ð âïļ **"ð" ð**. * ð **ð ðĩ** ð ïļ. * ð ð ðŠ ð ð― âŠïļâĄïļ ðĻ & **â ⥠ð ïļ** â & ð§ ð§ū.
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 8K bytes - Viewed (0) -
docs/fa/docs/features.md
### <abbr title="ØŠØēØąÛŲ ŲاØĻØģØŠÚŊÛ">Dependency Injection</abbr> FastAPI ØīاŲ Ų ÛÚĐ ØģÛØģØŠŲ <abbr title='ŲŲ ÚŲÛŲ ØĻŲ ØđŲŲاŲ "components", "resources", "services" Ų "providers" ØīŲاØŪØŠŲ Ų ÛØīŲØŊ'><strong>Dependency Injection</strong></abbr> ØĻØģÛØ§Øą ØĒØģاŲ اŲ ا ØĻØģÛØ§Øą ŲØŊØąØŠŲ ŲØŊ اØģØŠ.
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 15K bytes - Viewed (0) -
common-protos/k8s.io/api/core/v1/generated.proto
} // Information about the condition of a component. message ComponentCondition { // Type of condition for a component. // Valid value: "Healthy" optional string type = 1; // Status of the condition for a component. // Valid values for "Healthy": "True", "False", or "Unknown". optional string status = 2; // Message about the condition for a component. // For example, information about a health check.
Registered: Wed Oct 30 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 255.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
PULL_REQUEST_FEEDBACK("Pull Request Feedback", "Run various functional tests", "PullRequestFeedback"), READY_FOR_NIGHTLY("Ready for Nightly", "Rerun tests in different environments / 3rd party components", "ReadyforNightly"), READY_FOR_RELEASE("Ready for Release", "Once a day: Rerun tests in more environments", "ReadyforRelease"),
Registered: Wed Oct 30 11:36:09 UTC 2024 - Last Modified: Wed Oct 16 06:14:14 UTC 2024 - 22.9K bytes - Viewed (0) -
internal/s3select/sql/parser.go
} // TableExpression represents the FROM clause type TableExpression struct { Table *JSONPath `parser:"@@"` As string `parser:"( \"AS\"? @Ident )?"` } // JSONPathElement represents a keypath component type JSONPathElement struct { Key *ObjectKey `parser:" @@"` // ['name'] and .name forms Index *int `parser:"| \"[\" @Int \"]\""` // [3] form
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 12.9K bytes - Viewed (0) -
architecture/ambient/ztunnel-cni-lifecycle.md
Failing to do so can be an availability risk (if we deny traffic that should succeed) or a security risk (if we allow traffic that should be denied). ## High level overview At a high level, the relevant components look as such: ```mermaid flowchart TD CNIP["CNI Plugin"] CNI["CNI Agent"] Z["Ztunnel"] Pods["Pods"] CNI --Programs--> Z CNI --Watches--> Pods Z --Runs Within--> Pods
Registered: Wed Oct 30 22:53:10 UTC 2024 - Last Modified: Wed Jul 17 23:10:17 UTC 2024 - 9.4K bytes - Viewed (0) -
cni/README.md
1. Check k8s pod namespace against exclusion list (plugin config) - Config must exclude namespace that Istio control-plane is installed in (TODO: this may change, exclude at pod level is sufficient and we may want Istiod and other istio components to use ambient too) - If excluded, ignore the pod and return prevResult 1. Setup redirect rules for the pods: - Get the port list from pods definition, as well as annotations.
Registered: Wed Oct 30 22:53:10 UTC 2024 - Last Modified: Wed Jul 17 23:10:17 UTC 2024 - 10.5K bytes - Viewed (0) -
docs/en/docs/deployment/https.md
* This SNI extension allows one single server (with a **single IP address**) to have **several HTTPS certificates** and serve **multiple HTTPS domains/applications**. * For this to work, a **single** component (program) running on the server, listening on the **public IP address**, must have **all the HTTPS certificates** in the server. * **After** obtaining a secure connection, the communication protocol is **still HTTP**.
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 12K bytes - Viewed (0)