Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1271 - 1280 of 1,383 for Items (0.05 sec)

  1. helm-releases/minio-3.5.1.tgz

    template "minio.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local To access MinIO from localhost, run the below commands: 1. export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "release={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") 2. kubectl port-forward $POD_NAME 9000 --namespace {{ .Release.Namespace }} Read more about port forwarding here: http://kubernetes.io/docs/user-guide/kubectl/kubectl_port-forward/ You can now access MinIO server on http://localhost:9000....
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Feb 04 22:54:20 UTC 2022
    - 15.4K bytes
    - Viewed (0)
  2. helm-releases/minio-3.1.7.tgz

    template "minio.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local To access Minio from localhost, run the below commands: 1. export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "release={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") 2. kubectl port-forward $POD_NAME 9000 --namespace {{ .Release.Namespace }} Read more about port forwarding here: http://kubernetes.io/docs/user-guide/kubectl/kubectl_port-forward/ You can now access Minio server on http://localhost:9000....
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Oct 03 22:23:22 UTC 2021
    - 14.6K bytes
    - Viewed (0)
  3. helm-releases/minio-3.3.1.tgz

    template "minio.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local To access MinIO from localhost, run the below commands: 1. export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "release={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") 2. kubectl port-forward $POD_NAME 9000 --namespace {{ .Release.Namespace }} Read more about port forwarding here: http://kubernetes.io/docs/user-guide/kubectl/kubectl_port-forward/ You can now access MinIO server on http://localhost:9000....
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Dec 02 20:09:18 UTC 2021
    - 14.6K bytes
    - Viewed (0)
  4. docs/em/docs/advanced/generate-clients.md

    ๐Ÿ‘ฅ ๐Ÿ’ช โฌ ๐Ÿ—„ ๐ŸŽป ๐Ÿ“ `openapi.json` & โคด๏ธ ๐Ÿ‘ฅ ๐Ÿ’ช **โŽ ๐Ÿ‘ˆ ๐Ÿ”ก ๐Ÿ”–** โฎ๏ธ โœ ๐Ÿ’– ๐Ÿ‘‰:
    
    ```Python
    {!../../docs_src/generate_clients/tutorial004.py!}
    ```
    
    โฎ๏ธ ๐Ÿ‘ˆ, ๐Ÿ› ๏ธ ๐Ÿ†” ๐Ÿ”œ ๐Ÿ“ โšช๏ธโžก๏ธ ๐Ÿ‘œ ๐Ÿ’– `items-get_items` `get_items`, ๐Ÿ‘ˆ ๐ŸŒŒ ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿš‚ ๐Ÿ’ช ๐Ÿ— ๐Ÿ™… ๐Ÿ‘ฉโ€๐Ÿ”ฌ ๐Ÿ“›.
    
    ### ๐Ÿ— ๐Ÿ“• ๐Ÿ‘ฉโ€๐Ÿ’ป โฎ๏ธ ๐Ÿ—œ ๐Ÿ—„
    
    ๐Ÿ”œ ๐Ÿ”š ๐Ÿ ๐Ÿ“ `openapi.json`, ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ”€ `package.json` โš™๏ธ ๐Ÿ‘ˆ ๐Ÿ‡ง๐Ÿ‡ฟ ๐Ÿ“, ๐Ÿ–ผ:
    
    ```JSON  hl_lines="7"
    {
      "name": "frontend-app",
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  5. tests/associations_belongs_to_test.go

    	item := ItemChild{
    		Name: "name",
    		ItemParent: ItemParent{
    			Logo: "logo",
    		},
    	}
    	if err := tx.Create(&item).Error; err != nil {
    		t.Fatalf("failed to create items, got error: %v", err)
    	}
    
    	// test replace
    	if err := tx.Model(&item).Association("ItemParent").Unscoped().Replace(&ItemParent{
    		Logo: "updated logo",
    	}); err != nil {
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Mon Oct 30 09:15:49 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  6. docs/ja/docs/python-types.md

    /// tip | "่ฑ†็Ÿฅ่ญ˜"
    
    ่ง’ๆ‹ฌๅผงๅ†…ใฎๅ†…้ƒจใฎๅž‹ใฏใ€Œๅž‹ใƒ‘ใƒฉใƒกใƒผใ‚ฟใ€ใจๅ‘ผใฐใ‚Œใฆใ„ใพใ™ใ€‚
    
    ใ“ใฎๅ ดๅˆใ€`str`ใฏ`List`ใซๆธกใ•ใ‚Œใ‚‹ๅž‹ใƒ‘ใƒฉใƒกใƒผใ‚ฟใงใ™ใ€‚
    
    ///
    
    ใคใพใ‚Š: ๅค‰ๆ•ฐ`items`ใฏ`list`ใงใ‚ใ‚Šใ€ใ“ใฎใƒชใ‚นใƒˆใฎๅ„้ …็›ฎใฏ`str`ใงใ™ใ€‚
    
    ใใ†ใ™ใ‚‹ใ“ใจใงใ€ใ‚จใƒ‡ใ‚ฃใ‚ฟใฏใƒชใ‚นใƒˆใฎ้ …็›ฎใ‚’ๅ‡ฆ็†ใ—ใฆใ„ใ‚‹้–“ใซใ‚‚ใ‚ตใƒใƒผใƒˆใ‚’ๆไพ›ใงใใพใ™ใ€‚
    
    <img src="https://fastapi.tiangolo.com/img/python-types/image05.png">
    
    ใ‚ฟใ‚คใƒ—ใŒใชใ‘ใ‚Œใฐใ€ใใ‚Œใฏใปใผไธๅฏ่ƒฝใงใ™ใ€‚
    
    ๅค‰ๆ•ฐ`item`ใฏใƒชใ‚นใƒˆ`items`ใฎ่ฆ็ด ใฎไธ€ใคใงใ‚ใ‚‹ใ“ใจใซๆณจๆ„ใ—ใฆใใ ใ•ใ„ใ€‚
    
    ใใ‚Œใงใ‚‚ใ€ใ‚จใƒ‡ใ‚ฃใ‚ฟใฏใใ‚ŒใŒ`str`ใงใ‚ใ‚‹ใ“ใจใ‚’็Ÿฅใฃใฆใ„ใฆใ€ใใฎใŸใ‚ใฎใ‚ตใƒใƒผใƒˆใ‚’ๆไพ›ใ—ใฆใ„ใพใ™ใ€‚
    
    #### `Tuple` ใจ `Set`
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  7. guava/src/com/google/common/base/Splitter.java

      }
    
      /**
       * Returns a splitter that behaves equivalently to {@code this} splitter but stops splitting after
       * it reaches the limit. The limit defines the maximum number of items returned by the iterator,
       * or the maximum size of the list returned by {@link #splitToList}.
       *
       * <p>For example, {@code Splitter.on(',').limit(3).split("a,b,c,d")} returns an iterable
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 17 21:14:05 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/autoscaling/v2/generated.proto

    message HorizontalPodAutoscalerList {
      // metadata is the standard list metadata.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // items is the list of horizontal pod autoscaler objects.
      repeated HorizontalPodAutoscaler items = 2;
    }
    
    // HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
    message HorizontalPodAutoscalerSpec {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/autoscaling/v2beta1/generated.proto

    message HorizontalPodAutoscalerList {
      // metadata is the standard list metadata.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // items is the list of horizontal pod autoscaler objects.
      repeated HorizontalPodAutoscaler items = 2;
    }
    
    // HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
    message HorizontalPodAutoscalerSpec {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  10. helm-releases/minio-3.2.0.tgz

    template "minio.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local To access Minio from localhost, run the below commands: 1. export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "release={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") 2. kubectl port-forward $POD_NAME 9000 --namespace {{ .Release.Namespace }} Read more about port forwarding here: http://kubernetes.io/docs/user-guide/kubectl/kubectl_port-forward/ You can now access Minio server on http://localhost:9000....
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Oct 13 02:16:24 UTC 2021
    - 14.6K bytes
    - Viewed (0)
Back to top