- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2511 - 2520 of about 10,000 for content_length:[100000 TO 499999] (0.41 sec)
-
kubectl create quota | Kubernetes
Synopsis Create a resource quota with the specified name, hard limits, and optional scopes. kubectl create quota NAME [--hard=key1=value1,key2=value2] [--scopes=Scope1,Scope2] [--dry-run=server|client|none] Examples # Create a new resource quota named my-quota kubectl create quota my-quota --hard=cpu=1,memory=1G,pods=2,services=3,replicationcontrollers=2,resourcequotas=1,secrets=5,persistentvolumeclaims=10 # Create a new resource quota named best-effort kubectl create quota best-effort --hard=pods=100 --scopes=BestEffort Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_quota/Registered: Fri Apr 25 06:59:31 UTC 2025 - 456.1K bytes - Viewed (0) -
Concurrency and async / await - FastAPI
fastapi.tiangolo.com/it/async/Registered: Fri Apr 25 07:00:03 UTC 2025 - 150K bytes - Viewed (0) -
kubectl create job | Kubernetes
Synopsis Create a job with the specified name. kubectl create job NAME --image=image [--from=cronjob/name] -- [COMMAND] [args...] Examples # Create a job kubectl create job my-job --image=busybox # Create a job with a command kubectl create job my-job --image=busybox -- date # Create a job from a cron job named "a-cronjob" kubectl create job test-job --from=cronjob/a-cronjob Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_job/Registered: Fri Apr 25 06:59:20 UTC 2025 - 455.2K bytes - Viewed (0) -
Kubernetes Custom Metrics (v1beta2) | Kubernetes
Package v1beta2 is the v1beta2 version of the custom_metrics API. Resource Types MetricListOptions MetricValue MetricValueList MetricListOptions MetricListOptions is used to select metrics by their label selectors FieldDescription apiVersionstringcustom.metrics.k8s.io/v1beta2 kindstringMetricListOptions labelSelector string A selector to restrict the list of returned objects by their labels. Defaults to everything. metricLabelSelector string A selector to restrict the list of returned metrics by their labels MetricValue Appears in: MetricValueList MetricValue is the metric value for some objectkubernetes.io/docs/reference/external-api/custom-metrics.v1beta2/Registered: Fri Apr 25 07:02:40 UTC 2025 - 448.9K bytes - Viewed (0) -
GitHub statistics for 3.0.2 (Nov 10, 2018) — Ma...
Skip to main content Back to top Ctrl + K Plot types User guide Tutorials Examples Reference Contribute Releases Gitt...matplotlib.org/stable/users/prev_whats_new/github_stats_3.0.2.htmlRegistered: Fri Apr 25 07:01:51 UTC 2025 - Last Modified: Thu Feb 27 20:47:59 UTC 2025 - 123.9K bytes - Viewed (0) -
History, Design and Future - FastAPI
fastapi.tiangolo.com/it/history-design-future/Registered: Fri Apr 25 07:01:55 UTC 2025 - 115.1K bytes - Viewed (0) -
API Changes in 1.5.0 — Matplotlib 3.10.1 docume...
Skip to main content Back to top Ctrl + K Plot types User guide Tutorials Examples Reference Contribute Releases Gitt...matplotlib.org/stable/api/prev_api_changes/api_changes_1.5.0.htmlRegistered: Fri Apr 25 07:01:57 UTC 2025 - Last Modified: Thu Feb 27 20:47:58 UTC 2025 - 101.8K bytes - Viewed (0) -
kube-proxy | Kubernetes
Synopsis The Kubernetes network proxy runs on each node. This reflects services as defined in the Kubernetes API on each node and can do simple TCP, UDP, and SCTP stream forwarding or round robin TCP, UDP, and SCTP forwarding across a set of backends. Service cluster IPs and ports are currently found through Docker-links-compatible environment variables specifying ports opened by the service proxy. There is an optional addon that provides cluster DNS for these cluster IPs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/Registered: Fri Apr 25 07:01:46 UTC 2025 - 469.6K bytes - Viewed (0) -
JSONPath Support | Kubernetes
The kubectl tool supports JSONPath templates as an output format. A JSONPath template is composed of JSONPath expressions enclosed by curly braces: { and }. Kubectl uses JSONPath expressions to filter on specific fields in the JSON object and format the output. In addition to the original JSONPath template syntax, the following functions and syntax are valid: Use double quotes to quote text inside JSONPath expressions. Use the range, end operators to iterate lists.kubernetes.io/docs/reference/kubectl/jsonpath/Registered: Fri Apr 25 07:04:45 UTC 2025 - 458.6K bytes - Viewed (0) -
kubectl top pod | Kubernetes
Synopsis Display resource (CPU/memory) usage of pods. The 'top pod' command allows you to see the resource consumption of pods. Due to the metrics pipeline delay, they may be unavailable for a few minutes since pod creation. kubectl top pod [NAME | -l label] Examples # Show metrics for all pods in the default namespace kubectl top pod # Show metrics for all pods in the given namespace kubectl top pod --namespace=NAMESPACE # Show metrics for a given pod and its containers kubectl top pod POD_NAME --containers # Show metrics for the pods defined by label name=myLabel kubectl top pod -l name=myLabel Options -A, --all-namespaces If present, list the requested object(s) across all namespaces.kubernetes.io/docs/reference/kubectl/generated/kubectl_top/kubectl_top_pod/Registered: Fri Apr 25 07:04:41 UTC 2025 - 454.7K bytes - Viewed (0)