Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,214 for SH (0.02 sec)

  1. hack/make-rules/test.sh

    # limitations under the License.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
    source "${KUBE_ROOT}/hack/lib/init.sh"
    
    kube::golang::setup_env
    kube::golang::setup_gomaxprocs
    
    # start the cache mutation detector by default so that cache mutators will be found
    KUBE_CACHE_MUTATION_DETECTOR="${KUBE_CACHE_MUTATION_DETECTOR:-true}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. common/scripts/kind_provisioner.sh

    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    set -e
    set -x
    
    # The purpose of this file is to unify prow/lib.sh in both istio and istio.io
    # repos to avoid code duplication.
    
    ####################################################################
    #################   COMMON SECTION   ###############################
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 19:12:55 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  3. hack/apidiff.sh

    EOF
      exit 1
    }
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    source "${KUBE_ROOT}/hack/lib/init.sh"
    
    base=
    target=
    while getopts "r:t:" o; do
        case "${o}" in
            r)
                base="${OPTARG}"
                if [ ! "$base" ]; then
                    echo "ERROR: -${o} needs a non-empty parameter" >&2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 09:00:03 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  4. hack/lib/util.sh

      kube::util::sourced_variable "${color_blue}"
      kube::util::sourced_variable "${color_cyan}"
      kube::util::sourced_variable "${color_norm}"
    fi
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  5. src/test/resources/run.sh

    Shinsuke Sugaya <******@****.***> 1707535177 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 10 03:25:34 UTC 2024
    - 353 bytes
    - Viewed (0)
  6. tests/tests_all.sh

    Cheese <******@****.***> 1675844949 +0800
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Feb 08 08:29:09 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  7. tests/integration/security/fuzz/fuzzers/jwt_tool/run.sh

    Yangmin Zhu <******@****.***> 1624305961 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 21 20:06:01 UTC 2021
    - 783 bytes
    - Viewed (0)
  8. tools/dump_kubernetes.sh

    my-git9 <******@****.***> 1708354813 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 19 15:00:13 UTC 2024
    - 728 bytes
    - Viewed (0)
  9. common/scripts/setup_env.sh

    Istio Automation <******@****.***> 1718203047 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 14:37:27 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  10. bin/build_ztunnel.sh

    John Howard <******@****.***> 1712094366 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:46:06 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top