Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for destination_port_range (0.73 sec)

  1. istioctl/pkg/authz/testdata/configdump.yaml

             },
             "filter_disabled": {
              "or_match": {
               "rules": [
                {
                 "destination_port_range": {
                  "start": 80,
                  "end": 81
                 }
                },
                {
                 "destination_port_range": {
                  "start": 15006,
                  "end": 15007
                 }
                }
               ]
              }
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Jun 21 14:20:23 GMT 2023
    - 206.7K bytes
    - Viewed (2)
  2. CHANGELOG/CHANGELOG-1.9.md

    *   Load balancer reconciliation now considers NSG rules based not only on Name, but also on Protocol, SourcePortRange, DestinationPortRange, SourceAddressPrefix, DestinationAddressPrefix, Access, and Direction. This change makes it possible to update NSG rules under more conditions.  ([#55752](https://github.com/kubernetes/kubernetes/pull/55752),[ @kevinkim9264](https://github.com/kevinkim9264))...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
Back to top