Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for Dtype (0.03 sec)

  1. pkg/config/analysis/analyzers/testdata/incorrect-port-name-external-name-service-type.yaml

      ports:
      - name: nginx
        port: 443
        protocol: TCP
        targetPort: 443
      type: ExternalName
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: nginx-svc2
      namespace: nginx-ns2
    spec:
      externalName: nginx.example.com
      ports:
      - port: 443
        protocol: TCP
        targetPort: 443
      type: ExternalName
    --- 
    apiVersion: v1
    kind: Service
    metadata:
      name: nginx-svc3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 09 00:46:04 UTC 2021
    - 641 bytes
    - Viewed (0)
  2. src/runtime/asm_riscv64.s

    	JALR	ZERO, T2
    // Note: can't just "BR NAME(SB)" - bad inlining results.
    
    // func call(stackArgsType *rtype, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs).
    TEXT reflect·call(SB), NOSPLIT, $0-0
    	JMP	·reflectcall(SB)
    
    // func call(stackArgsType *_type, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 27K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/testdata/analyze-list-type.yaml

    Xiaopeng Han <******@****.***> 1659103598 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 29 14:06:38 UTC 2022
    - 869 bytes
    - Viewed (0)
  4. src/runtime/asm_mips64x.s

    	// Make it SPWRITE to stop unwinding. (See issue 54332)
    	MOVV	R29, R29
    
    	MOVV	R0, REGCTXT
    	JMP	runtime·morestack(SB)
    
    // reflectcall: call a function with the given argument list
    // func call(stackArgsType *_type, f *FuncVal, stackArgs *byte, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs).
    // we don't have variable-sized frames, so we use a small number
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 19:45:59 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  5. src/runtime/asm_s390x.s

    	// Make it SPWRITE to stop unwinding. (See issue 54332)
    	MOVD	R15, R15
    
    	MOVD	$0, R12
    	BR	runtime·morestack(SB)
    
    // reflectcall: call a function with the given argument list
    // func call(stackArgsType *_type, f *FuncVal, stackArgs *byte, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs).
    // we don't have variable-sized frames, so we use a small number
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 25 09:18:28 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  6. releasenotes/notes/proxy-config-image-type.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
    - https://github.com/istio/istio/issues/38959
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 17 15:01:08 UTC 2022
    - 207 bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/testdata/invalid-configs/kms/invalid-config-type.yaml

    Rita Zhang <******@****.***> 1677726350 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 03 00:36:07 UTC 2023
    - 269 bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/testdata/correct-port-name-external-name-service-type.yaml

    apiVersion: v1
    kind: Service
    metadata:
      name: nginx-svc4
      namespace: nginx-ns4
    spec:
      externalName: nginx.example.com
      ports:
      - name: https
        port: 443
        protocol: TCP
        targetPort: 443
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 09 00:46:04 UTC 2021
    - 218 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/platforms.adoc

    - `androidx.awesome.lib` is also a valid alias
    - but `this.#is.not!`
    
    Then type safe accessors are generated for _each subgroup_.
    For example, given the following aliases in a version catalog named `libs`:
    
    `guava`, `groovy-core`, `groovy-xml`, `groovy-json`, `androidx.awesome.lib`
    
    We would generate the following type-safe accessors:
    
    - `libs.guava`
    - `libs.groovy.core`
    - `libs.groovy.xml`
    - `libs.groovy.json`
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  10. src/runtime/asm_arm.s

    	// Make it SPWRITE to stop unwinding. (See issue 54332)
    	MOVW	R13, R13
    
    	MOVW	$0, R7
    	B runtime·morestack(SB)
    
    // reflectcall: call a function with the given argument list
    // func call(stackArgsType *_type, f *FuncVal, stackArgs *byte, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs).
    // we don't have variable-sized frames, so we use a small number
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 23 21:00:52 UTC 2024
    - 32.1K bytes
    - Viewed (0)
Back to top