Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,648 for Additionals (0.21 sec)

  1. manifests/charts/istio-control/istio-discovery/values.yaml

        affinity: {}
    
        tolerations: []
    
        cpu:
          targetAverageUtilization: 80
        memory: {}
          # targetAverageUtilization: 80
    
        # Additional volumeMounts to the istiod container
        volumeMounts: []
    
        # Additional volumes to the istiod pod
        volumes: []
    
        nodeSelector: {}
        podAnnotations: {}
        serviceAnnotations: {}
        serviceAccountAnnotations: {}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  2. src/runtime/debug/stack.go

    }
    
    // SetCrashOutput configures a single additional file where unhandled
    // panics and other fatal errors are printed, in addition to standard error.
    // There is only one additional file: calling SetCrashOutput again overrides
    // any earlier call.
    // SetCrashOutput duplicates f's file descriptor, so the caller may safely
    // close f as soon as SetCrashOutput returns.
    // To disable this additional crash output, call SetCrashOutput(nil).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 15:19:04 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. doc/next/5-toolchain.md

    for Go applications.
    
    <!-- https://go.dev/cl/577935 -->
    For 386 and amd64, the compiler will use information from PGO to align certain
    hot blocks in loops.  This improves performance an additional 1-1.5% at
    a cost of an additional 0.1% text and binary size.  This is currently only implemented
    on 386 and amd64 because it has not shown an improvement on other platforms.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:18:10 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/multiproject/basic-dependencies/tests/multitestingBuild.sample.conf

    executable: gradle
    args: ":api:build"
    expected-output-file: multitestingBuild.out
    allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:29:44 UTC 2024
    - 142 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/multiproject/basic-dependencies/tests/multitestingBuildNeeded.sample.conf

    executable: gradle
    args: ":api:buildNeeded"
    expected-output-file: multitestingBuildNeeded.out
    allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:29:44 UTC 2024
    - 154 bytes
    - Viewed (0)
  6. platforms/ide/problems-api/src/integTest/groovy/org/gradle/api/problems/ProblemsServiceIntegrationTest.groovy

            """
    
            when:
            run('reportProblem')
    
            then:
            verifyAll(receivedProblem) {
                definition.id.fqid == 'problems-api:unsupported-additional-data'
                definition.id.displayName == 'Unsupported additional data type'
                with(oneLocation(LineInFileLocation)) {
                    length == -1
                    column == -1
                    line == 11
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/multiproject/basic-dependencies/tests/multitestingBuildDependents.sample.conf

    executable: gradle
    args: ":api:buildDependents"
    expected-output-file: multitestingBuildDependents.out
    allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:29:44 UTC 2024
    - 162 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/testing/test-suite-version-catalogs/tests/checkTaskOutput.sample.conf

    executable: gradle
    args: dependencies --configuration testRuntimeClasspath
    expected-output-file: checkTaskOutput.out
    allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 19:28:13 UTC 2024
    - 177 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/buildlifecycle/basic/tests/buildlifecycle.sample.conf

    executable: gradle
    args: test testBoth
    expected-output-file: buildlifecycle.out
    allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 06:57:26 UTC 2024
    - 140 bytes
    - Viewed (0)
  10. pkg/test/framework/components/authz/kube.go

        headersToDownstreamOnDeny: ["x-ext-authz-*"]
        includeRequestHeadersInCheck: ["x-ext-authz"]
        includeAdditionalHeadersInCheck:
          x-ext-authz-additional-header-new: additional-header-new-value
          x-ext-authz-additional-header-override: additional-header-override-value
    - name: "{{ .grpcName }}"
      envoyExtAuthzGrpc:
        service: "{{ .fqdn }}"
        port: {{ .grpcPort }}`
    )
    
    var _ resource.Resource = &serverImpl{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top