Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 246 for 8002 (0.07 sec)

  1. cni/pkg/constants/constants.go

    	CNIAddEventPath       = "/cmdadd"
    	UDSLogPath            = "/log"
    
    	// K8s liveness and readiness endpoints
    	LivenessEndpoint   = "/healthz"
    	ReadinessEndpoint  = "/readyz"
    	ReadinessPort      = "8000"
    	ServiceAccountPath = "/var/run/secrets/kubernetes.io/serviceaccount"
    )
    
    // Exposed for testing "constants"
    var (
    	CNIBinDir     = "/opt/cni/bin"
    	HostCNIBinDir = "/host/opt/cni/bin"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  2. docs_src/websockets/tutorial002.py

                function connect(event) {
                    var itemId = document.getElementById("itemId")
                    var token = document.getElementById("token")
                    ws = new WebSocket("ws://localhost:8000/items/" + itemId.value + "/ws?token=" + token.value);
                    ws.onmessage = function(event) {
                        var messages = document.getElementById('messages')
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Nov 13 16:10:54 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  3. docs_src/websockets/tutorial002_an_py310.py

                function connect(event) {
                    var itemId = document.getElementById("itemId")
                    var token = document.getElementById("token")
                    ws = new WebSocket("ws://localhost:8000/items/" + itemId.value + "/ws?token=" + token.value);
                    ws.onmessage = function(event) {
                        var messages = document.getElementById('messages')
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 18 12:29:59 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  4. docs_src/websockets/tutorial002_py310.py

                function connect(event) {
                    var itemId = document.getElementById("itemId")
                    var token = document.getElementById("token")
                    ws = new WebSocket("ws://localhost:8000/items/" + itemId.value + "/ws?token=" + token.value);
                    ws.onmessage = function(event) {
                        var messages = document.getElementById('messages')
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 18 12:29:59 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  5. docs_src/websockets/tutorial002_an.py

                function connect(event) {
                    var itemId = document.getElementById("itemId")
                    var token = document.getElementById("token")
                    ws = new WebSocket("ws://localhost:8000/items/" + itemId.value + "/ws?token=" + token.value);
                    ws.onmessage = function(event) {
                        var messages = document.getElementById('messages')
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 18 12:29:59 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  6. docs_src/websockets/tutorial002_an_py39.py

                function connect(event) {
                    var itemId = document.getElementById("itemId")
                    var token = document.getElementById("token")
                    ws = new WebSocket("ws://localhost:8000/items/" + itemId.value + "/ws?token=" + token.value);
                    ws.onmessage = function(event) {
                        var messages = document.getElementById('messages')
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 18 12:29:59 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-10/plexus-classworlds-1.2-alpha-10.pom

      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-classworlds</artifactId>
      <packaging>jar</packaging>
      <name>Plexus Classworlds</name>
      <version>1.2-alpha-10</version>
      <description />
      <inceptionYear>2002</inceptionYear>
      <dependencies>
        <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <version>4.13.1</version>
          <type>jar</type>
          <scope>compile</scope>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  8. pkg/kube/util_test.go

    	template := `apiVersion: v1
    kind: Config
    clusters:
    - cluster:
        insecure-skip-tls-verify: true
        server: https://%s:8001
      name: cluster.local
    - cluster:
        insecure-skip-tls-verify: true
        server: https://%s:8001
      name: cluster2.local
    contexts:
    - context:
        cluster: cluster.local
        namespace: default
        user: admin
      name: cluster.local-context
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 04:16:49 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. samples/open-telemetry/loki/REAME.md

    Following this [doc](../../httpbin/README.md), start the `fortio` and `httpbin` services.
    
    Run the following script to request `httpbin` from `fortio`.
    
    ```bash
    kubectl exec -it deploy/fortio -- fortio curl httpbin:8000/ip
    ```
    
    Run the following script to view ALS output.
    
    ```bash
    kubectl logs -l app=opentelemetry-collector -n istio-system --tail=-1
    ```
    
    You can also check the Grafana logs:
    
    ```bash
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 06 20:18:25 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  10. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.txt

    10.244.0.109:3000                                HEALTHY                  outbound|3000||grafana.istio-system.svc.cluster.local
    10.244.0.178:80                                  HEALTHY                  outbound|8000||httpbin.default.svc.cluster.local
    10.244.0.176:8080                                HEALTHY                  outbound|80||istio-ingressgateway.istio-system.svc.cluster.local
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 21 14:17:23 UTC 2023
    - 4.5K bytes
    - Viewed (0)
Back to top