Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Junges (0.27 sec)

  1. prow/config/calico.yaml

                    type: boolean
                  kubeNodePortRanges:
                    description: 'KubeNodePortRanges holds list of port ranges used for
                      service node ports. Only used if felix detects kube-proxy running
                      in ipvs mode. Felix uses these ranges to separate host and workload
                      traffic. [Default: 30000:32767].'
                    items:
                      anyOf:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

    message NodeSpec {
      // PodCIDR represents the pod IP range assigned to the node.
      // +optional
      optional string podCIDR = 1;
    
      // podCIDRs represents the IP ranges assigned to the node for usage by Pods on that node. If this
      // field is specified, the 0th entry must match the podCIDR field. It may contain at most 1 value for
      // each of IPv4 and IPv6.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	Image string `protobuf:"bytes,14,opt,name=image,proto3" json:"image,omitempty"`
    	// Lists the IP ranges of Istio egress traffic that the sidecar captures.
    	//
    	// Example: "172.30.0.0/16,172.20.0.0/16"
    	// This would only capture egress traffic on those two IP Ranges, all other outbound traffic would # be allowed by the sidecar."
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top