Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 128 for bookinfo (0.4 sec)

  1. releasenotes/notes/40405.yaml

    kind: feature
    area: documentation
    issue:
      - 40405
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 26 00:05:09 UTC 2022
    - 259 bytes
    - Viewed (0)
  2. samples/ambient-argo/application/application.yaml

    apiVersion: argoproj.io/v1alpha1
    kind: Application
    metadata:
      name: bookinfo-application
      namespace: argocd
      finalizers:
      - resources-finalizer.argocd.argoproj.io
    spec:
      destination:
        name: ambient-cluster
        namespace: ambient
      source:
        path: application
        repoURL: '{repo-placeholder}'
        targetRevision: HEAD
        directory:
          exclude: application.yaml
      project: default
      syncPolicy:
        automated:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 461 bytes
    - Viewed (0)
  3. releasenotes/notes/51239.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: documentation
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 134 bytes
    - Viewed (0)
  4. istioctl/pkg/wait/wait.go

    		Example: `  # Wait until the bookinfo virtual service has been distributed to all proxies in the mesh
      istioctl experimental wait --for=distribution virtualservice bookinfo.default
    
      # Wait until the bookinfo virtual service has been distributed to a specific proxy
      istioctl experimental wait --for=distribution virtualservice bookinfo.default --proxy workload-instance.namespace
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Feb 17 12:24:17 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  5. samples/ambient-argo/application/reviews-waypoint.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: Gateway
    metadata:
      labels:
        istio.io/rev: rapid
      name: bookinfo-reviews
    spec:
      gatewayClassName: istio-waypoint
      listeners:
      - name: mesh
        port: 15008
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 03 21:10:07 UTC 2024
    - 233 bytes
    - Viewed (0)
  6. tests/testdata/config/rule-ingressgateway.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: gateway-bound-route
      namespace: testns
    spec:
      hosts:
        - uk.bookinfo.com
      gateways:
      - istio-ingressgateway # pinned to ingress gateway only
      http:
        - route:
          - destination:
              host: c
              subset: v2
              port:
                number: 80
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 367 bytes
    - Viewed (0)
  7. pkg/test/datasets/validation/dataset/networking-v1-ServiceEntry.yaml

    apiVersion: networking.istio.io/v1
    kind: ServiceEntry
    metadata:
      name: valid-service-entry
    spec:
      hosts:
      - eu.bookinfo.com
      ports:
      - number: 80
        name: http
        protocol: HTTP
      resolution: DNS
      endpoints:
      # Rather than relying on an external host that might become unreachable (causing test failures)
      # we can mock the external endpoint using service t which has no sidecar.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 01 14:30:05 UTC 2024
    - 506 bytes
    - Viewed (0)
  8. pkg/test/datasets/validation/dataset/networking-v1beta1-ServiceEntry.yaml

    apiVersion: networking.istio.io/v1beta1
    kind: ServiceEntry
    metadata:
      name: valid-service-entry
    spec:
      hosts:
      - eu.bookinfo.com
      ports:
      - number: 80
        name: http
        protocol: HTTP
      resolution: DNS
      endpoints:
      # Rather than relying on an external host that might become unreachable (causing test failures)
      # we can mock the external endpoint using service t which has no sidecar.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 07:02:38 UTC 2023
    - 511 bytes
    - Viewed (0)
  9. security/pkg/pki/ra/k8s_ra_test.go

    e+5z6MTAO6ktvHdQlSuH6ARn47bJrZOlkttAhg==
    -----END CERTIFICATE-----
    `
    )
    
    var (
    	testCsrHostName       = spiffe.Identity{TrustDomain: "cluster.local", Namespace: "default", ServiceAccount: "bookinfo-productpage"}.String()
    	TestCACertFile        = "../testdata/example-ca-cert.pem"
    	mismatchCertChainFile = "../testdata/cert-chain.pem"
    )
    
    func TestK8sSignWithMeshConfig(t *testing.T) {
    	cases := []struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 27 00:44:54 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  10. Makefile.core.mk

    # Target: bookinfo sample
    #-----------------------------------------------------------------------------
    
    export BOOKINFO_VERSION ?= 1.18.0
    
    .PHONY: bookinfo.build bookinfo.push
    
    bookinfo.build:
    	@prow/buildx-create
    	@BOOKINFO_TAG=${BOOKINFO_VERSION} BOOKINFO_HUB=${HUB} samples/bookinfo/src/build-services.sh
    
    bookinfo.push: MULTI_ARCH=true
    bookinfo.push:
    	@prow/buildx-create
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
Back to top