Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for implementation (0.2 sec)

  1. .github/ISSUE_TEMPLATE/11-language-change.yml

        validations:
          required: false
    
      - type: textarea
        id: prototype
        attributes:
          label: "Prototype"
          description: "Can you describe a possible implementation?"
        validations:
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 22 20:49:24 GMT 2023
    - 4.7K bytes
    - Viewed (0)
  2. ci/official/requirements_updater/updater_config_repository.bzl

        repository_ctx.file(
            "updater_config_repository.bzl",
            "REQUIREMENTS_FILE_NAME = \"%s\"" %
            requirements_file_name,
        )
    
    updater_config_repository = repository_rule(
        implementation = _updater_config_repository_impl,
        environ = ["REQUIREMENTS_FILE_NAME"],
    Others
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Aug 31 18:17:57 GMT 2023
    - 718 bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    Everything is Optional Each component in the new installer is optional. Users can install the component defined in the new installer, use the equivalent component in `istio-system`, configured with the official installer, or use a different version or implementation. For example you may use your own Prometheus and Grafana installs, or you may use a specialized/custom certificate provisioning tool, or use components that are centrally managed and running in a different cluster. This is a work in progress -...
    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)
Back to top