Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 394 for xds (0.06 sec)

  1. pilot/pkg/networking/grpcgen/testdata/xds_bootstrap.json

            "ca_certificate_file": "../../../../tests/testdata/certs/default/root-cert.pem",
            "refresh_interval": "900s"
          }
        }
      },
      "server_listener_resource_name_template": "xds.istio.io/grpc/lds/inbound/%s"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 08 18:48:42 UTC 2022
    - 961 bytes
    - Viewed (0)
  2. pilot/pkg/xds/auth.go

    // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package xds
    
    import (
    	"context"
    	"fmt"
    
    	"google.golang.org/grpc/codes"
    	"google.golang.org/grpc/status"
    
    	"istio.io/istio/pilot/pkg/features"
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pkg/security"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  3. istioctl/pkg/writer/pilot/status_test.go

    	"google.golang.org/protobuf/types/known/anypb"
    
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pilot/pkg/util/protoconv"
    	"istio.io/istio/pilot/pkg/xds"
    	v3 "istio.io/istio/pilot/pkg/xds/v3"
    	"istio.io/istio/pkg/cluster"
    	"istio.io/istio/pkg/test/util/assert"
    	istioversion "istio.io/istio/pkg/version"
    	"istio.io/istio/tests/util"
    )
    
    func TestXdsStatusWriter_PrintAll(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 08 08:38:19 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  4. pkg/adsc/delta_test.go

    				return
    			}
    			tt.inClient.cfg.Address = l.Addr().String()
    			xds := grpc.NewServer()
    			discovery.RegisterAggregatedDiscoveryServiceServer(xds, new(mockDeltaXdsServer))
    			go func() {
    				err = xds.Serve(l)
    				if err != nil {
    					log.Error(err)
    				}
    			}()
    			defer xds.GracefulStop()
    			if err != nil {
    				t.Errorf("Could not start serving ads server %v", err)
    				return
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 09:32:41 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  5. releasenotes/notes/auto-passthrough-regression.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    releaseNotes:
      - |
        **Fixed** auto-passthrough gateways not getting XDS pushes on service updates 
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 09 16:25:50 UTC 2023
    - 228 bytes
    - Viewed (0)
  6. releasenotes/notes/29414.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: networking
    issue:
      - 29414
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 07 17:30:27 UTC 2020
    - 281 bytes
    - Viewed (0)
  7. releasenotes/notes/48580.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - https://github.com/istio/istio/issues/48580
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 23 16:37:47 UTC 2024
    - 223 bytes
    - Viewed (0)
  8. releasenotes/notes/48207.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
    - 48207
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 13 02:31:37 UTC 2023
    - 229 bytes
    - Viewed (0)
  9. istioctl/pkg/wait/wait_test.go

    	clienttesting "k8s.io/client-go/testing"
    
    	"istio.io/istio/istioctl/pkg/cli"
    	"istio.io/istio/pilot/pkg/xds"
    	"istio.io/istio/pkg/config/schema/gvk"
    	"istio.io/istio/pkg/config/schema/gvr"
    )
    
    func TestWaitCmd(t *testing.T) {
    	cannedResponseObj := []xds.SyncedVersions{
    		{
    			ProxyID:         "foo",
    			ClusterVersion:  "1",
    			ListenerVersion: "1",
    			RouteVersion:    "1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 08:28:50 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  10. manifests/addons/dashboards/ztunnel-dashboard.gen.json

                   "expr": "sum by (pod) (\n  rate(\n    istio_xds_connection_terminations_total{pod=~\"ztunnel-.*\"}\n  [$__rate_interval])\n)",
                   "legendFormat": "XDS Connection Terminations ({{pod}})"
                }
             ],
             "title": "XDS",
             "type": "timeseries"
          },
          {
             "datasource": {
                "type": "datasource",
                "uid": "-- Mixed --"
             },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 12.2K bytes
    - Viewed (0)
Back to top