Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for SH (0.21 sec)

  1. cluster/gce/util.sh

    # Use the config file specified in $KUBE_CONFIG_FILE, or default to
    # config-default.sh.
    readonly GCE_MAX_LOCAL_SSD=8
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
    source "${KUBE_ROOT}/cluster/gce/${KUBE_CONFIG_FILE-"config-default.sh"}"
    source "${KUBE_ROOT}/cluster/common.sh"
    source "${KUBE_ROOT}/hack/lib/util.sh"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

    # This function is adapted from the detect_client_info function in cluster/get-kube-binaries.sh
    # and kube::util::host_os, kube::util::host_arch functions in hack/lib/util.sh
    # This function should be synced with detect_host_info in ./configure.sh
    function detect_host_info() {
      HOST_PLATFORM=${HOST_PLATFORM_OVERRIDE:-"$(uname -s)"}
      case "${HOST_PLATFORM}" in
        Linux|linux)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/exec.go

    	if err := AllowInstall(a); err != nil {
    		return err
    	}
    
    	sh := b.Shell(a)
    	a1 := a.Deps[0]
    	if !cfg.BuildN {
    		if err := sh.Mkdir(filepath.Dir(a.Target)); err != nil {
    			return err
    		}
    	}
    	return sh.writeFile(a.Target, []byte(filepath.Base(a1.Target)+"\n"))
    }
    
    func (b *Builder) linkSharedActionID(a *Action) cache.ActionID {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/asm9.go

    			me := uint32(d)
    			sh := c.regoff(&p.From)
    			if me < 0 || me > 63 || sh > 63 {
    				c.ctxt.Diag("Invalid me or sh for RLDICR: %x %x\n%v", int(d), sh, p)
    			}
    			o1 = AOP_MD(c.oprrr(p.As), uint32(p.To.Reg), r, uint32(sh), me)
    
    		case ARLDICL, ARLDICLCC, ARLDIC, ARLDICCC:
    			mb := uint32(d)
    			sh := c.regoff(&p.From)
    			if mb < 0 || mb > 63 || sh > 63 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.5.md

    Federation can now be deployed using the `federation/deploy/deploy.sh` script. This script does not depend on any of the development environment shell library/scripts. This is an alternative to the current `federation-up.sh`/`federation-down.sh` scripts. Both the scripts are going to co-exist in this release, but the `federation-up.sh`/`federation-down.sh` scripts might be removed in a future release in favor of `federation/deploy/deploy.sh` script. ([#30744](https://github.com/kubernetes/kubernetes/pull/30744),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // sg : http://www.nic.net.sg/page/registration-policies-procedures-and-guidelines
    sg
    com.sg
    net.sg
    org.sg
    gov.sg
    edu.sg
    per.sg
    
    // sh : http://nic.sh/rules.htm
    sh
    com.sh
    net.sh
    gov.sh
    org.sh
    mil.sh
    
    // si : https://en.wikipedia.org/wiki/.si
    si
    
    // sj : No registrations at this time.
    // Submitted by registry <******@****.***>
    sj
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.4.md

    Federation can now be deployed using the `federation/deploy/deploy.sh` script. This script does not depend on any of the development environment shell library/scripts. This is an alternative to the current `federation-up.sh`/`federation-down.sh` scripts. Both the scripts are going to co-exist in this release, but the `federation-up.sh`/`federation-down.sh` scripts might be removed in a future release in favor of `federation/deploy/deploy.sh` script. ([#30744](https://github.com/kubernetes/kubernetes/pull/30744),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  8. src/reflect/value.go

    	if sk == Array {
    		ss.Data = src.ptr
    		ss.Len = src.Len()
    		ss.Cap = ss.Len
    	} else if sk == Slice {
    		ss = *(*unsafeheader.Slice)(src.ptr)
    	} else {
    		sh := *(*unsafeheader.String)(src.ptr)
    		ss.Data = sh.Data
    		ss.Len = sh.Len
    		ss.Cap = sh.Len
    	}
    
    	return typedslicecopy(de.Common(), ds, ss)
    }
    
    // A runtimeSelect is a single case passed to rselect.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  9. pkg/test/framework/features/allowlist.txt

    plugin_ca_cert,TestPluginCACert
    profile_default,TestDocs/tasks/traffic-management/fault-injection/test.sh
    profile_default,TestDocs/tasks/traffic-management/request-routing/test.sh
    profile_default,TestDocs/tasks/traffic-management/tcp-traffic-shifting/test.sh
    profile_default,TestDocs/tasks/traffic-management/traffic-shifting/test.sh
    sds_ingress,TestMtlsGateways
    sds_ingress,TestMtlsGateways/runtestmultimtlsgateways1.example.com
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    ```console KINDS=(service deployment) RELEASE=istio-ingressgateway NAMESPACE=istio-system for KIND in "${KINDS[@]}"; do kubectl --namespace $NAMESPACE --overwrite=true annotate $KIND $RELEASE meta.helm.sh/release-name=$RELEASE kubectl --namespace $NAMESPACE --overwrite=true annotate $KIND $RELEASE meta.helm.sh/release-namespace=$NAMESPACE kubectl --namespace $NAMESPACE --overwrite=true label $KIND $RELEASE app.kubernetes.io/managed-by=Helm done ``` You may ignore errors about resources not being found....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top