Search Options

Results per page
Sort
Preferred Languages
Advance

Results 281 - 290 of 1,009 for matchLabels (0.16 sec)

  1. tests/integration/security/testdata/authz/not-namespace.yaml.tmpl

    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
      name: {{ .To.ServiceName }}-deny
    spec:
      selector:
        matchLabels:
          "app": "{{ .To.ServiceName }}"
      action: DENY
      rules:
        - from:
          - source:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 293 bytes
    - Viewed (0)
  2. hack/testdata/diff/deployment.yaml

    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: test
    spec:
      replicas: 3
      selector:
        matchLabels:
          name: test
      template:
        metadata:
          labels:
            name: test
        spec:
          containers:
          - name: nginx
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 11 17:19:52 UTC 2018
    - 254 bytes
    - Viewed (0)
  3. tests/integration/telemetry/api/testdata/wasm-filter.yaml

    kind: WasmPlugin
    metadata:
      name: {{ .WasmPluginName }}
      {{- if .WasmPluginVersion }}
      annotations:
        wasmPluginVersion: {{ .WasmPluginVersion }}
      {{- end }}
    spec:
      phase: STATS
      selector:
        matchLabels:
          app: {{ .TargetAppName }}
      {{- if .TestWasmModuleURL }}
      url: {{ .TestWasmModuleURL }}
      {{- end }}
      imagePullSecret: reg-cred
      {{- if .ImagePullPolicy }}
      imagePullPolicy: {{ .ImagePullPolicy }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 475 bytes
    - Viewed (0)
  4. pkg/test/datasets/validation/dataset/extensions-v1alpha1-WasmPlugin.yaml

    apiVersion: extensions.istio.io/v1alpha1
    kind: WasmPlugin
    metadata:
      name: valid
    spec:
      selector:
        matchLabels:
          istio: ingressgateway
      url: oci://private-registry:5000/openid-connect/openid:latest
      imagePullPolicy: IfNotPresent
      imagePullSecret: private-registry-pull-secret
      phase: AUTHN
      pluginConfig:
        openid_server: authn
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 07:02:38 UTC 2023
    - 371 bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/peer-authn-strict-workload-in.yaml

    apiVersion: security.istio.io/v1beta1
    kind: PeerAuthentication
    metadata:
      name: strict-mtls
    spec:
      selector:
        matchLabels:
          app: a
      mtls:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 166 bytes
    - Viewed (0)
  6. hack/testdata/recursive/deployment/deployment/nginx-broken.yaml

    apiVersion: apps/v1
    ind: Deployment
    metadata:
      name: nginx2-deployment
      labels:
        app: nginx2-deployment
    spec:
      replicas: 2
      selector:
        matchLabels:
          app: nginx2
      template:
        metadata:
          labels:
            app: nginx2
        spec:
          containers:
          - name: nginx
            image: registry.k8s.io/nginx:1.7.9
            ports:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 370 bytes
    - Viewed (0)
  7. hack/testdata/recursive/deployment/deployment/nginx.yaml

    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: nginx1-deployment
      labels:
        app: nginx1-deployment
    spec:
      replicas: 2
      selector:
        matchLabels:
          app: nginx1
      template:
        metadata:
          labels:
            app: nginx1
        spec:
          containers:
          - name: nginx
            image: registry.k8s.io/nginx:1.7.9
            ports:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 371 bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/traffic-params.yaml

    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: traffic
    spec:
      replicas: 7
      selector:
        matchLabels:
          app: traffic
      template:
        metadata:
          labels:
            app: traffic
        spec:
          containers:
            - name: traffic
              image: "fake.docker.io/google-samples/traffic-go-gke:1.0"
              ports:
                - name: http
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 16 01:43:48 UTC 2019
    - 386 bytes
    - Viewed (0)
  9. hack/testdata/invalid-deployment-unknown-and-duplicate-fields.yaml

    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: invalid-nginx-deployment
      labels:
        app: nginx
    spec:
      replicas: 3
      replicas: 4
      foo: bar
      baz: baq
      selector:
        matchLabels:
          app: nginx
      template:
        metadata:
          labels:
            app: nginx
        spec:
          containers:
          - name: nginx
            image: nginx:1.14.2
            ports:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 26 03:45:13 UTC 2022
    - 385 bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/http/td-aliases-source-principal-in.yaml

    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
      name: httpbin
      namespace: foo
    spec:
      selector:
        matchLabels:
          app: httpbin
          version: v1
      rules:
        - from:
            - source:
                namespaces: ["istio-system"]
          when:
            - key: "source.principal"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 01 19:25:01 UTC 2021
    - 378 bytes
    - Viewed (0)
Back to top