Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Environment (0.2 sec)

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

    properties: customTags: additionalProperties: oneOf: - not: anyOf: - required: - literal - required: - environment - required: - header - required: - literal - required: - environment - required: - header properties: environment: description: Environment adds the value of an environment variable to each span. properties: defaultValue: description: Optional. type: string name: description: Name of the environment variable from which to extract the tag value. minLength: 1 type: string required: - name type:...
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.4.md

    * Remove environment variables and internal Kubernetes Docker labels from cAdvisor Prometheus metric labels. ([#31064](https://github.com/kubernetes/kubernetes/pull/31064), [@grobie](https://github.com/grobie))
        * Old behavior:
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.5.md

    * Remove environment variables and internal Kubernetes Docker labels from cAdvisor Prometheus metric labels. ([#31064](https://github.com/kubernetes/kubernetes/pull/31064), [@grobie](https://github.com/grobie))
        * Old behavior:
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.30.md

    - Added a alpha feature, behind the `RelaxedEnvironmentVariableValidation` feature gate.
      When that gate is enabled, Kubernetes allows almost all printable ASCII characters to be used in the names
      of environment variables for containers in Pods. ([#123385](https://github.com/kubernetes/kubernetes/pull/123385), [@HirazawaUi](https://github.com/HirazawaUi))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Apr 17 17:56:15 GMT 2024
    - 227.9K bytes
    - Viewed (0)
  5. api/maven-api-model/src/main/mdo/maven.mdo

            <field xdoc.separator="blank">
              <name>prerequisites</name>
              <version>4.0.0+</version>
              <description>Describes the prerequisites in the build environment for this project.</description>
              <association>
                <type>Prerequisites</type>
              </association>
            </field>
    
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  6. fastapi/applications.py

                    app = FastAPI(
                        servers=[
                            {"url": "https://stag.example.com", "description": "Staging environment"},
                            {"url": "https://prod.example.com", "description": "Production environment"},
                        ]
                    )
                    ```
                    """
                ),
            ] = None,
            dependencies: Annotated[
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 172.2K bytes
    - Viewed (0)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    eastcoast.museum
    education.museum
    educational.museum
    egyptian.museum
    eisenbahn.museum
    elburg.museum
    elvendrell.museum
    embroidery.museum
    encyclopedic.museum
    england.museum
    entomology.museum
    environment.museum
    environmentalconservation.museum
    epilepsy.museum
    essex.museum
    estate.museum
    ethnology.museum
    exeter.museum
    exhibition.museum
    family.museum
    farm.museum
    farmequipment.museum
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  8. doc/go1.17_spec.html

    <i>packages</i>, whose properties allow efficient management of
    dependencies.
    </p>
    
    <p>
    The grammar is compact and simple to parse, allowing for easy analysis
    by automatic tools such as integrated development environments.
    </p>
    
    <h2 id="Notation">Notation</h2>
    <p>
    The syntax is specified using Extended Backus-Naur Form (EBNF):
    </p>
    
    <pre class="grammar">
    Production  = production_name "=" [ Expression ] "." .
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top