Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for Ship (0.23 sec)

  1. CHANGELOG/CHANGELOG-1.27.md

    - Kubelet: the deprecated `--master-service-namespace` flag is removed in v1.27 ([#116015](https://github.com/kubernetes/kubernetes/pull/116015), [@SataQiu](https://github.com/SataQiu))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
  2. cmd/admin-handlers.go

    	//   to continue receiving logs, so it cannot be start or
    	//   stop;
    	if (hip.forceStart && hip.forceStop) ||
    		(hip.clientToken != "" && (hip.forceStart || hip.forceStop)) {
    		err = ErrInvalidRequest
    		return
    	}
    
    	// ignore body if clientToken is provided
    	if hip.clientToken == "" {
    		jerr := json.NewDecoder(r).Decode(&hip.hs)
    		if jerr != nil {
    			adminLogIf(GlobalContext, jerr, logger.ErrorKind)
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 21 11:43:18 GMT 2024
    - 97.3K bytes
    - Viewed (2)
  3. CHANGELOG/CHANGELOG-1.22.md

    - Removed `/sbin/apparmor_parser` requirement for the AppArmor host validation.
      This allows using AppArmor on distributions which ship the binary in a different path. ([#97968](https://github.com/kubernetes/kubernetes/pull/97968), [@saschagrunert](https://github.com/saschagrunert)) [SIG Node and Testing]
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Dec 13 12:43:45 GMT 2022
    - 454.1K bytes
    - Viewed (1)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1DA6D..1DA74  ; valid                  ;      ; NV8    # 8.0  SIGNWRITING SHOULDER HIP SPINE..SIGNWRITING TORSO-FLOORPLANE TWISTING
    1DA75         ; valid                                  # 8.0  SIGNWRITING UPPER BODY TILTING FROM HIP JOINTS
    1DA76..1DA83  ; valid                  ;      ; NV8    # 8.0  SIGNWRITING LIMB COMBINATION..SIGNWRITING LOCATION DEPTH
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
  5. istioctl/pkg/describe/describe.go

    		return "unknown"
    	}
    
    	if len(ingress.service.Status.LoadBalancer.Ingress) > 0 {
    		return ingress.service.Status.LoadBalancer.Ingress[0].IP
    	}
    
    	if hIP := ingress.pods[0].Status.HostIP; hIP != "" {
    		return hIP
    	}
    
    	// The scope of this function is to get the IP from Kubernetes, we do not
    	// ask Docker or minikube for an IP.
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Sat Apr 13 05:23:38 GMT 2024
    - 50.4K bytes
    - Viewed (0)
  6. configure.py

        write_action_env_to_bazelrc('ROCM_PATH', environ_cp.get('ROCM_PATH'))
    
      if (environ_cp.get('TF_NEED_ROCM') == '1' and environ_cp.get('HIP_PLATFORM')):
        write_action_env_to_bazelrc('HIP_PLATFORM', environ_cp.get('HIP_PLATFORM'))
    
      if is_windows():
        print('\nWARNING: Cannot build with CUDA support on Windows.\n'
              'Starting in TF 2.11, CUDA build is not supported for Windows. '
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
  7. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IPPROTO_AH = 51 #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_AH ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_AHIP = 61 #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_AHIP ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_APES = 99 #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_APES ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPPROTO_ADFS ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_AH = 51
    pkg syscall (darwin-arm64), const IPPROTO_AH ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_AHIP = 61
    pkg syscall (darwin-arm64), const IPPROTO_AHIP ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_APES = 99
    pkg syscall (darwin-arm64), const IPPROTO_APES ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_ARGUS = 13
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IPPROTO_AH = 51
    pkg syscall (freebsd-arm64), const IPPROTO_AH ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_AHIP = 61
    pkg syscall (freebsd-arm64), const IPPROTO_AHIP ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_APES = 99
    pkg syscall (freebsd-arm64), const IPPROTO_APES ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_ARGUS = 13
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  10. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // here : 2014-02-06 Charleston Road Registry Inc.
    here
    
    // hermes : 2014-07-10 HERMES INTERNATIONAL
    hermes
    
    // hgtv : 2015-07-02 Lifestyle Domain Holdings, Inc.
    hgtv
    
    // hiphop : 2014-03-06 Dot Hip Hop, LLC
    hiphop
    
    // hisamitsu : 2015-07-16 Hisamitsu Pharmaceutical Co.,Inc.
    hisamitsu
    
    // hitachi : 2014-10-31 Hitachi, Ltd.
    hitachi
    
    // hiv : 2014-03-13 Internet Naming Company LLC
    hiv
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top