Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 5,429 for gsed (0.11 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. cluster/addons/dns/kube-dns/kube-dns.yaml.sed

    bzsuni <******@****.***> 1717384742 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 03:19:02 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  8. cluster/addons/dns/kube-dns/README.md

    ```
    
    ### Base Template files
    
    These are the authoritative base templates.
    Run 'make' to generate the Salt and Sed yaml templates from these.
    
    ```
    kube-dns.yaml.base
    ```
    
    ### Generated Salt files
    
    ```
    kube-dns.yaml.in
    ```
    
    ### Generated Sed files
    
    ```
    kube-dns.yaml.sed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 20:03:37 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  9. tools/packaging/packaging.mk

    # original name used in 0.2 - will be updated to 'istio.deb' since it now includes all istio binaries.
    SIDECAR_PACKAGE_NAME ?= istio-sidecar
    
    # TODO: rename istio-sidecar.deb to istio.deb
    
    # Note: adding --deb-systemd ${REPO_ROOT}/tools/packaging/common/istio.service will result in
    # a /etc/systemd/system/multi-user.target.wants/istio.service and auto-start. Currently not used
    # since we need configuration.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 06 19:54:32 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  10. hack/verify-golangci-lint.sh

        echo ' (if your reviewer is okay with it).'
        if [ "$strict" ]; then
            echo
            echo 'golangci-strict.yaml was used as configuration. Warnings must be fixed in'
            echo 'new or modified code.'
        elif [ "$hints" ]; then
            echo
            echo 'golangci-hints.yaml was used as configuration. Some of the reported issues may'
            echo 'have to be fixed while others can be ignored, depending on the circumstances'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top