Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tag_dirs (0.07 sec)

  1. hack/update-codegen.sh

        fi
        local tag_dirs=()
        kube::util::read-array tag_dirs < <( \
            grep -l --null '+k8s:deepcopy-gen=' "${ALL_K8S_TAG_FILES[@]}" \
                | while read -r -d $'\0' F; do dirname "${F}"; done \
                | sort -u)
        if [[ "${DBG_CODEGEN}" == 1 ]]; then
            kube::log::status "DBG: found ${#tag_dirs[@]} +k8s:deepcopy-gen tagged dirs"
        fi
    
        local tag_pkgs=()
    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