Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for k8s_tag_files_except (0.13 sec)

  1. hack/update-codegen.sh

            "$@"
    
        if [[ "${DBG_CODEGEN}" == 1 ]]; then
            kube::log::status "Generated conversion code"
        fi
    }
    
    # $@: directories to exclude
    # example:
    #    k8s_tag_files_except foo bat/qux
    function k8s_tag_files_except() {
        for f in "${ALL_K8S_TAG_FILES[@]}"; do
            local excl=""
            for x in "$@"; do
                if [[ "$f" =~ "$x"/.* ]]; then
                    excl="true"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 15:15:31 UTC 2024
    - 29.2K bytes
    - Viewed (0)
Back to top