Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 8,991 for gsed (0.59 sec)

  1. hack/lib/util.sh

        SED="sed"
      elif command -v gsed &>/dev/null; then
        SED="gsed"
      else
        kube::log::error "Failed to find GNU sed as sed or gsed. If you are on Mac: brew install gnu-sed." >&2
        return 1
      fi
      kube::util::sourced_variable "${SED}"
    }
    
    # kube::util::ensure-gnu-date
    # Determines which date binary is gnu-date on linux/darwin
    #
    # Sets:
    #  DATE: The name of the gnu-date binary
    #
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  2. test/used.go

    	x < x                  // ERROR "x < x .* not used"
    	x >= x                 // ERROR "x >= x .* not used"
    	x > x                  // ERROR "x > x .* not used"
    	*tp                    // ERROR "\*tp .* not used"
    	slice[0]               // ERROR "slice\[0\] .* not used"
    	m[1]                   // ERROR "m\[1\] .* not used"
    	len(slice)             // ERROR "len\(slice\) .* not used"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 28 08:39:17 UTC 2020
    - 6K bytes
    - Viewed (0)
  3. cluster/addons/dns/coredns/transforms2salt.sed

    jay vyas <******@****.***> 1597078906 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Aug 30 09:11:27 UTC 2020
    - 344 bytes
    - Viewed (0)
  4. cluster/addons/dns/coredns/transforms2sed.sed

    jay vyas <******@****.***> 1597078906 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Aug 30 09:11:27 UTC 2020
    - 287 bytes
    - Viewed (0)
  5. cluster/addons/dns/kube-dns/transforms2sed.sed

    jay vyas <******@****.***> 1597078906 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Aug 30 09:11:27 UTC 2020
    - 287 bytes
    - Viewed (0)
  6. cluster/addons/dns/kube-dns/transforms2salt.sed

    jay vyas <******@****.***> 1597078906 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Aug 30 09:11:27 UTC 2020
    - 344 bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.5.md

    * Fix a bug under the rkt runtime whereby image-registries with ports would not be fetched from ([#34375](https://github.com/kubernetes/kubernetes/pull/34375), [@euank](https://github.com/euank))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.4.md

    * Fix the equality checks for numeric values in cluster/gce/util.sh. ([#37638](https://github.com/kubernetes/kubernetes/pull/37638), [@roberthbailey](https://github.com/roberthbailey))
    * Use gsed on the Mac ([#37562](https://github.com/kubernetes/kubernetes/pull/37562), [@roberthbailey](https://github.com/roberthbailey))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.6.md

    * kubectl commands run inside a pod using a kubeconfig file now use the namespace specified in the kubeconfig file, instead of using the pod namespace. If no kubeconfig file is used, or the kubeconfig does not specify a namespace, the pod namespace is still used as a fallback. ([#44570](https://github.com/kubernetes/kubernetes/pull/44570), [@liggitt](https://github.com/liggitt))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  10. cluster/addons/dns/coredns/coredns.yaml.sed

    Matt Dainty <******@****.***> 1697673049 +0100
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 23:50:49 UTC 2023
    - 4.9K bytes
    - Viewed (0)
Back to top