Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 5,554 for xremove (0.36 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/http-request-header-remove.yaml

    spec:
      parentRefs:
        - name: acme-gw
      rules:
        - matches:
            - path:
                type: PathPrefix
                value: /remove-a-request-header
          filters:
            - type: RequestHeaderModifier
              requestHeaderModifier:
                remove:
                  - x-request-id
          backendRefs:
            - name: echo
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 446 bytes
    - Viewed (0)
  2. releasenotes/notes/remove-convert-ingress.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 29153
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 15 17:51:09 UTC 2020
    - 141 bytes
    - Viewed (0)
  3. releasenotes/notes/remove-experimental-multicluster.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 29153
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 16 17:47:43 UTC 2020
    - 155 bytes
    - Viewed (0)
  4. releasenotes/notes/fix-remove-iop-not-work.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    issue:
      - 43659
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 03 02:54:06 UTC 2023
    - 215 bytes
    - Viewed (0)
  5. releasenotes/notes/remove-post-install-webhook.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 29153
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 15 20:26:02 UTC 2020
    - 163 bytes
    - Viewed (0)
  6. releasenotes/notes/remove-addons-mixer-istioctl.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
      - 23868
      - 23583
    releaseNotes:
      - |
        **Removed** the installation of telemetry addons (Prometheus, Grafana, Zipkin, Jaeger, Kiali) from installation by `istioctl`. See [Reworking our Addon Integrations](/blog/2020/addon-rework/) for more info.
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 408 bytes
    - Viewed (0)
  7. releasenotes/notes/remove-register-deregister-cmd.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 29153
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 16 03:07:41 UTC 2020
    - 154 bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/operator/output/operator-remove.yaml

    Nikolay Pshenichnyy <******@****.***> 1597974321 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 21 01:45:21 UTC 2020
    - 5.4K bytes
    - Viewed (0)
  9. releasenotes/notes/remove-istio-io-rev-label.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
      - 33447
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 25 05:41:41 UTC 2021
    - 211 bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/Iterators.java

          if (hasNext()) {
            toRemove = iterator;
            return iterator.next();
          } else {
            throw new NoSuchElementException();
          }
        }
    
        @Override
        public void remove() {
          if (toRemove == null) {
            throw new IllegalStateException("no calls to next() since the last call to remove()");
          }
          toRemove.remove();
          toRemove = null;
        }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
Back to top