Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for descriptions_failures (0.2 sec)

  1. hack/.descriptions_failures

    Mike Spreitzer <******@****.***> 1624557091 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 25 04:27:40 UTC 2021
    - 396 bytes
    - Viewed (0)
  2. hack/verify-description.sh

    # This led to many types.go have missing descriptions.
    # These types.go files are listed in hack/.descriptions_failures
    # Check that the file is in alphabetical order
    failure_file="${KUBE_ROOT}/hack/.descriptions_failures"
    kube::util::check-file-in-alphabetical-order "${failure_file}"
    
    failing_files=()
    while IFS='' read -r line; do failing_files+=("$line"); done < <(cat "$failure_file")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:32 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top