Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 48 for families (0.1 sec)

  1. cluster/gce/gci/README.md

    ```
    
    COS image will experience dev, beta, stable and LTS stage. Before LTS stage, image is named with its
    family as a prefix, e.g cos-dev, cos-beta, cos-stable. However, the milestone
    number in those families may change when channel promotions happen. Only when a milestone becomes LTS, the
    image will have a new family, and the milestone number in the image name stays the same. The image
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 14:55:40 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  2. src/net/ipsock.go

    // "tcp" and "udp" networks does not listen for both IPv4 and IPv6
    // connections. This is due to the fact that IPv4 traffic will not be
    // routed to an IPv6 socket - two separate sockets are required if
    // both address families are to be supported.
    // See inet6(4) for details.
    
    type ipStackCapabilities struct {
    	sync.Once             // guards following
    	ipv4Enabled           bool
    	ipv6Enabled           bool
    	ipv4MappedIPv6Enabled bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  3. pkg/test/framework/components/echo/kube/templates/service.yaml

    {{- end }}
    {{- if .ServiceAnnotations }}
      annotations:
    {{- range $name, $value := .ServiceAnnotations }}
        {{ $name }}: {{ printf "%q" $value }}
    {{- end }}
    {{- end }}
    spec:
    {{- if .IPFamilies }}
      ipFamilies: [ {{ .IPFamilies }} ]
    {{- end }}
    {{- if .IPFamilyPolicy }}
      ipFamilyPolicy: {{ .IPFamilyPolicy }}
    {{- end }}
    {{- if .Headless }}
      clusterIP: None
    {{- end }}
      ports:
    {{- range $i, $p := .ServicePorts }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 917 bytes
    - Viewed (0)
  4. manifests/charts/gateways/istio-egress/templates/service.yaml

        -
          port: {{ $app.port }}
          name: {{ $app.name }}
      {{- end }}
    {{- if $gateway.ipFamilyPolicy }}
      ipFamilyPolicy: {{ $gateway.ipFamilyPolicy }}
    {{- end }}
    {{- if $gateway.ipFamilies }}
      ipFamilies:
    {{- range $gateway.ipFamilies }}
      - {{ . }}
    {{- end }}
    {{- end }}
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. manifests/charts/gateway/templates/service.yaml

      {{- end }}
    {{- end }}
    {{- if .Values.service.ipFamilyPolicy }}
      ipFamilyPolicy: {{ .Values.service.ipFamilyPolicy }}
    {{- end }}
    {{- if .Values.service.ipFamilies }}
      ipFamilies:
    {{- range .Values.service.ipFamilies }}
      - {{ . }}
    {{- end }}
    {{- end }}
    {{- with .Values.service.loadBalancerSourceRanges }}
      loadBalancerSourceRanges:
    {{ toYaml . | indent 4 }}
    {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 11 16:55:28 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  6. manifests/charts/istio-control/istio-discovery/templates/service.yaml

        istio: pilot
        {{- end }}
      {{- if .Values.pilot.ipFamilyPolicy }}
      ipFamilyPolicy: {{ .Values.pilot.ipFamilyPolicy }}
      {{- end }}
      {{- if .Values.pilot.ipFamilies }}
      ipFamilies:
      {{- range .Values.pilot.ipFamilies }}
      - {{ . }}
      {{- end }}
      {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  7. manifests/charts/base/templates/services.yaml

      {{- end }}
    {{- if .Values.global.ipFamilyPolicy }}
      ipFamilyPolicy: {{ .Values.global.ipFamilyPolicy }}
    {{- end }}
    {{- if .Values.global.ipFamilies }}
      ipFamilies:
    {{- range .Values.global.ipFamilies }}
      - {{ . }}
    {{- end }}
    {{- end }}
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 17:36:40 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  8. manifests/charts/istiod-remote/templates/services.yaml

      {{- end }}
    {{- if .Values.global.ipFamilyPolicy }}
      ipFamilyPolicy: {{ .Values.global.ipFamilyPolicy }}
    {{- end }}
    {{- if .Values.global.ipFamilies }}
      ipFamilies:
    {{- range .Values.global.ipFamilies }}
      - {{ . }}
    {{- end }}
    {{- end }}
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 17:36:40 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  9. manifests/charts/gateways/istio-ingress/templates/service.yaml

        -
          port: {{ $app.port }}
          name: {{ $app.name }}
      {{- end }}
    {{- if $gateway.ipFamilyPolicy }}
      ipFamilyPolicy: {{ $gateway.ipFamilyPolicy }}
    {{- end }}
    {{- if $gateway.ipFamilies }}
      ipFamilies:
    {{- range $gateway.ipFamilies }}
      - {{ . }}
    {{- end }}
    {{- end }}
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  10. releasenotes/notes/44017.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
      - 44017
    docs: []
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 02 00:02:18 UTC 2023
    - 281 bytes
    - Viewed (0)
Back to top