Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for abcdefg1234567 (0.31 sec)

  1. pkg/bootstrap/testdata/tracing_lightstep.proxycfg

    drain_duration:            {seconds: 2}
    discovery_address:         "istio-pilot:15010"
    proxy_admin_port:          15000
    control_plane_auth_policy: NONE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 21 02:18:20 UTC 2022
    - 403 bytes
    - Viewed (0)
  2. pkg/config/validation/agent/extensionprovider_test.go

    				Port:        8080,
    				AccessToken: "abcdefg1234567",
    			},
    			valid: true,
    		},
    		{
    			name: "lightstep service with namespace",
    			config: &meshconfig.MeshConfig_ExtensionProvider_LightstepTracingProvider{
    				Service:     "namespace/collector.lightstep",
    				Port:        8080,
    				AccessToken: "abcdefg1234567",
    			},
    			valid: true,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. pkg/bootstrap/testdata/tracing_lightstep_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
                "name": "global config",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  4. pkg/config/validation/agent/validation_test.go

    					c.Tracing = &meshconfig.Tracing{
    						Tracer: &meshconfig.Tracing_Lightstep_{
    							Lightstep: &meshconfig.Tracing_Lightstep{
    								Address:     "collector.lightstep:8080",
    								AccessToken: "abcdefg1234567",
    							},
    						},
    					}
    				},
    			),
    			isValid: true,
    		},
    		{
    			name: "lightstep address invalid",
    			in: modify(valid,
    				func(c *meshconfig.ProxyConfig) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/mod/module/pseudo.go

    //
    // A pseudo-version takes one of the general forms:
    //
    //	(1) vX.0.0-yyyymmddhhmmss-abcdef123456
    //	(2) vX.Y.(Z+1)-0.yyyymmddhhmmss-abcdef123456
    //	(3) vX.Y.(Z+1)-0.yyyymmddhhmmss-abcdef123456+incompatible
    //	(4) vX.Y.Z-pre.0.yyyymmddhhmmss-abcdef123456
    //	(5) vX.Y.Z-pre.0.yyyymmddhhmmss-abcdef123456+incompatible
    //
    // If there is no recently tagged version with the right major version vX,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    							                    "apiVersion": "v1",
    							                    "kind": "ReplicationController",
    							                    "name": "foo",
    							                    "uid": "abcdef123456",
    							                    "controller": true
    							                }
    							            },
    							            "reason": "some reason",
    							            "message": "some message"
    							        }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top