Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 871 for networkingv1 (0.27 sec)

  1. pilot/pkg/networking/networking.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 networking
    
    import (
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    
    	"istio.io/istio/pkg/config/protocol"
    )
    
    // ListenerProtocol is the protocol associated with the listener.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 18 09:42:04 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  2. pkg/test/datasets/validation/dataset/networking-v1beta1-WorkloadGroup.yaml

    apiVersion: networking.istio.io/v1beta1
    kind: WorkloadGroup
    metadata:
      name: reviews
    spec:
      metadata:
        labels:
          app.kubernetes.io/name: reviews
          app.kubernetes.io/version: "1.3.4"
      template:
        ports:
          grpc: 3550
          http: 8080
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 07:02:38 UTC 2023
    - 280 bytes
    - Viewed (0)
  3. pkg/test/datasets/validation/dataset/networking-v1beta1-Sidecar.yaml

    apiVersion: networking.istio.io/v1beta1
    kind: Sidecar
    metadata:
      name: valid-sidecar-config
    spec:
      egress:
      - hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 01 14:30:05 UTC 2024
    - 134 bytes
    - Viewed (0)
  4. pkg/test/datasets/validation/dataset/networking-v1alpha3-WorkloadEntry.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: WorkloadEntry
    metadata:
      name: valid-workload-entry
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 07:02:38 UTC 2023
    - 127 bytes
    - Viewed (0)
  5. pkg/test/datasets/validation/dataset/networking-v1alpha3-Sidecar.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: Sidecar
    metadata:
      name: valid-sidecar-config
    spec:
      egress:
      - hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 07:02:38 UTC 2023
    - 135 bytes
    - Viewed (0)
  6. pkg/test/datasets/validation/dataset/networking-v1-WorkloadGroup.yaml

    apiVersion: networking.istio.io/v1
    kind: WorkloadGroup
    metadata:
      name: reviews
    spec:
      metadata:
        labels:
          app.kubernetes.io/name: reviews
          app.kubernetes.io/version: "1.3.4"
      template:
        ports:
          grpc: 3550
          http: 8080
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 01 14:30:05 UTC 2024
    - 275 bytes
    - Viewed (0)
  7. pkg/test/datasets/validation/dataset/networking-v1alpha3-WorkloadGroup.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: WorkloadGroup
    metadata:
      name: reviews
    spec:
      metadata:
        labels:
          app.kubernetes.io/name: reviews
          app.kubernetes.io/version: "1.3.4"
      template:
        ports:
          grpc: 3550
          http: 8080
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 07:02:38 UTC 2023
    - 281 bytes
    - Viewed (0)
  8. pkg/test/datasets/validation/dataset/networking-v1beta1-VirtualService.yaml

    apiVersion: networking.istio.io/v1beta1
    kind: VirtualService
    metadata:
      name: valid-virtual-service
    spec:
      hosts:
        - c
      http:
        - route:
          - destination:
              host: c
              subset: v1
            weight: 75
          - destination:
              host: c
              subset: v2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 01 14:30:05 UTC 2024
    - 303 bytes
    - Viewed (0)
  9. pkg/test/datasets/validation/dataset/networking-v1alpha3-Gateway.yaml

    # Routes TCP traffic through the ingressgateway Gateway to service A.
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: valid-gateway
    spec:
      selector:
        # DO NOT CHANGE THESE LABELS
        # The ingressgateway is defined in install/kubernetes/helm/istio/values.yaml
        # with these labels
        istio: ingressgateway
      servers:
      - port:
          number: 31400
          protocol: TCP
          name: tcp
        hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 07:02:38 UTC 2023
    - 466 bytes
    - Viewed (0)
  10. pkg/test/datasets/validation/dataset/networking-v1alpha3-ServiceEntry.yaml

    apiVersion: networking.istio.io/v1alpha3
    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
    - 512 bytes
    - Viewed (0)
Back to top