Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for production (0.36 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    used, with different service accounts. In particular access to the security-critical production components (root CA, policy, control) should be locked down and restricted. The new installer allows multiple instances of policy/control/telemetry - so testing/staging of new settings and versions can be performed by a different role than the prod version. The intended users of this repo are users running Istio in production who want to select, tune and understand each binary that gets deployed, and select...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  2. doc/go1.17_spec.html

    </p>
    
    <pre class="grammar">
    Production  = production_name "=" [ Expression ] "." .
    Expression  = Alternative { "|" Alternative } .
    Alternative = Term { Term } .
    Term        = production_name | token [ "…" token ] | Group | Option | Repetition .
    Group       = "(" Expression ")" .
    Option      = "[" Expression "]" .
    Repetition  = "{" Expression "}" .
    </pre>
    
    <p>
    Productions are expressions constructed from terms and the following
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  3. fastapi/applications.py

                        servers=[
                            {"url": "https://stag.example.com", "description": "Staging environment"},
                            {"url": "https://prod.example.com", "description": "Production environment"},
                        ]
                    )
                    ```
                    """
                ),
            ] = None,
            dependencies: Annotated[
                Optional[Sequence[Depends]],
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 172.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.5.md

    * libvirt-coreos: Download the coreos_production_qemu_image over SSL. ([#34646](https://github.com/kubernetes/kubernetes/pull/34646), [@roberthbailey](https://github.com/roberthbailey))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Viewed (1)
  5. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Score: */
        public static final String LABELS_doc_score = "{labels.doc_score}";
    
        /** The key of the message: Running as Development mode. For production use, please install a standalone OpenSearch server. */
        public static final String LABELS_development_mode_warning = "{labels.development_mode_warning}";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // press : 2014-04-03 Radix FZC
    press
    
    // prime : 2015-06-25 Amazon Registry Services, Inc.
    prime
    
    // prod : 2014-01-23 Charleston Road Registry Inc.
    prod
    
    // productions : 2013-12-05 Binky Moon, LLC
    productions
    
    // prof : 2014-07-24 Charleston Road Registry Inc.
    prof
    
    // progressive : 2015-07-23 Progressive Casualty Insurance Company
    progressive
    
    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)
  7. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDataClassConverters.kt

                token,
            )
        }
        add(FirErrors.CONFLICTING_PROJECTION) { firDiagnostic ->
            ConflictingProjectionImpl(
                firSymbolBuilder.typeBuilder.buildKtType(firDiagnostic.a),
                firDiagnostic as KtPsiDiagnostic,
                token,
            )
        }
        add(FirErrors.CONFLICTING_PROJECTION_IN_TYPEALIAS_EXPANSION) { firDiagnostic ->
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Apr 24 09:49:26 GMT 2024
    - 208.3K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `I see!' said the Queen, who had meanwhile been examining the
    roses.  `Off with their heads!' and the procession moved on,
    three of the soldiers remaining behind to execute the unfortunate
    gardeners, who ran to Alice for protection.
    
      `You shan't be beheaded!' said Alice, and she put them into a
    large flower-pot that stood near.  The three soldiers wandered
    about for a minute or two, looking for them, and then quietly
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `I see!' said the Queen, who had meanwhile been examining the
    roses.  `Off with their heads!' and the procession moved on,
    three of the soldiers remaining behind to execute the unfortunate
    gardeners, who ran to Alice for protection.
    
      `You shan't be beheaded!' said Alice, and she put them into a
    large flower-pot that stood near.  The three soldiers wandered
    about for a minute or two, looking for them, and then quietly
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
Back to top