Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 144 for HostAliases (0.11 sec)

  1. src/net/conf.go

    	// Note that LOCALDOMAIN can change behavior merely by being
    	// specified with the empty string.
    	_, localDomainDefined := syscall.Getenv("LOCALDOMAIN")
    	if localDomainDefined || os.Getenv("RES_OPTIONS") != "" || os.Getenv("HOSTALIASES") != "" {
    		confVal.preferCgo = true
    		return
    	}
    
    	// OpenBSD apparently lets you override the location of resolv.conf
    	// with ASR_CONFIG. If we notice that, defer to libc.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 18 03:13:26 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1.CronJob.yaml

                  name: nameValue
                  readOnly: true
                  subPath: subPathValue
                  subPathExpr: subPathExprValue
                workingDir: workingDirValue
              hostAliases:
              - hostnames:
                - hostnamesValue
                ip: ipValue
              hostIPC: true
              hostNetwork: true
              hostPID: true
              hostUsers: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 40.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1.CronJob.json

                    "operator": "operatorValue",
                    "value": "valueValue",
                    "effect": "effectValue",
                    "tolerationSeconds": 5
                  }
                ],
                "hostAliases": [
                  {
                    "ip": "ipValue",
                    "hostnames": [
                      "hostnamesValue"
                    ]
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 62.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.StatefulSet.yaml

              name: nameValue
              readOnly: true
              subPath: subPathValue
              subPathExpr: subPathExprValue
            workingDir: workingDirValue
          hostAliases:
          - hostnames:
            - hostnamesValue
            ip: ipValue
          hostIPC: true
          hostNetwork: true
          hostPID: true
          hostUsers: true
          hostname: hostnameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.yaml

                  readOnly: true
                  recursiveReadOnly: recursiveReadOnlyValue
                  subPath: subPathValue
                  subPathExpr: subPathExprValue
                workingDir: workingDirValue
              hostAliases:
              - hostnames:
                - hostnamesValue
                ip: ipValue
              hostIPC: true
              hostNetwork: true
              hostPID: true
              hostUsers: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.json

                    "operator": "operatorValue",
                    "value": "valueValue",
                    "effect": "effectValue",
                    "tolerationSeconds": 5
                  }
                ],
                "hostAliases": [
                  {
                    "ip": "ipValue",
                    "hostnames": [
                      "hostnamesValue"
                    ]
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.yaml

              readOnly: true
              recursiveReadOnly: recursiveReadOnlyValue
              subPath: subPathValue
              subPathExpr: subPathExprValue
            workingDir: workingDirValue
          hostAliases:
          - hostnames:
            - hostnamesValue
            ip: ipValue
          hostIPC: true
          hostNetwork: true
          hostPID: true
          hostUsers: true
          hostname: hostnameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml

              readOnly: true
              recursiveReadOnly: recursiveReadOnlyValue
              subPath: subPathValue
              subPathExpr: subPathExprValue
            workingDir: workingDirValue
          hostAliases:
          - hostnames:
            - hostnamesValue
            ip: ipValue
          hostIPC: true
          hostNetwork: true
          hostPID: true
          hostUsers: true
          hostname: hostnameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top