Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for DestinationIps (0.15 sec)

  1. istioctl/pkg/writer/ztunnel/configdump/api.go

    	NotPrincipals       []StringMatch `json:"notPrincipals,omitempty"`
    	SourceIps           []string      `json:"sourceIps,omitempty"`
    	NotSourceIps        []string      `json:"notSourceIps,omitempty"`
    	DestinationIps      []string      `json:"destinationIps,omitempty"`
    	NotDestinationIps   []string      `json:"notDestinationIps,omitempty"`
    	DestinationPorts    []uint16      `json:"destinationPorts,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/allow-full.yaml

          - presence: {}
          principals:
          - exact: principal
          - prefix: principal-prefix-
          - suffix: -suffix-principal
          - presence: {}
    - rules:
      - matches:
        - destinationIps:
          - address: CgoKCg==
            length: 32
          - address: wKgKAA==
            length: 24
          notDestinationIps:
          - address: WgoKCg==
            length: 32
          - address: WqgKAA==
            length: 24
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. pkg/workloadapi/security/authorization.pb.go

    	NotSourceIps        []*Address     `protobuf:"bytes,6,rep,name=not_source_ips,json=notSourceIps,proto3" json:"not_source_ips,omitempty"`
    	DestinationIps      []*Address     `protobuf:"bytes,7,rep,name=destination_ips,json=destinationIps,proto3" json:"destination_ips,omitempty"`
    	NotDestinationIps   []*Address     `protobuf:"bytes,8,rep,name=not_destination_ips,json=notDestinationIps,proto3" json:"not_destination_ips,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/ambient/authorization.go

    			SourceIps:        whenMatch("source.ip", when, false, stringToIP),
    			DestinationPorts: whenMatch("destination.port", when, false, stringToPort),
    			DestinationIps:   whenMatch("destination.ip", when, false, stringToIP),
    
    			NotNamespaces:       whenMatch("source.namespace", when, true, stringToMatch),
    			NotPrincipals:       whenMatch("source.principal", when, true, stringToMatch),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 16:23:36 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top