Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for VERSION (0.13 sec)

  1. pilot/pkg/model/telemetry_logging_test.go

    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  2. pkg/workloadapi/workload.pb.go

    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/listener_test.go

    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  4. tests/integration/ambient/baseline_test.go

    					check.OK(),
    					func(result echo.CallResult, _ error) error {
    						for _, r := range result.Responses {
    							if r.Version != "v1" {
    								return fmt.Errorf("expected service version %q, got %q", "v1", r.Version)
    							}
    						}
    						return nil
    					})
    				src.CallOrFail(t, opt)
    			})
    
    			t.NewSubTest("v2").Run(func(t framework.TestContext) {
    				opt = opt.DeepCopy()
    				opt.Count = 5
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/conversion.go

    type parentReference struct {
    	parentKey
    
    	SectionName k8s.SectionName
    	Port        k8s.PortNumber
    }
    
    var meshGVK = config.GroupVersionKind{
    	Group:   gvk.KubernetesGateway.Group,
    	Version: gvk.KubernetesGateway.Version,
    	Kind:    "Mesh",
    }
    
    var meshParentKey = parentKey{
    	Kind: meshGVK,
    	Name: "istio",
    }
    
    type configContext struct {
    	GatewayResources
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/sidecar_simulation_test.go

    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top