Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,924 for readImg (0.12 sec)

  1. cluster/addons/README.md

    Kubernetes clusters.
    
    There are currently two classes of add-ons:
    - Add-ons that will be reconciled.
    - Add-ons that will be created if they don't exist.
    
    More details could be found in [addon-manager/README.md](addon-manager/README.md).
    
    ## Cooperating Horizontal / Vertical Auto-Scaling with "reconcile class addons"
    
    "Reconcile" class addons will be periodically reconciled to the original state given
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 20:03:37 UTC 2020
    - 1.6K bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/README.md

    <!--#include file="../../python/saved_model/README.md"-->...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Nov 04 16:04:41 UTC 2016
    - 58 bytes
    - Viewed (0)
  3. cluster/addons/dns/kube-dns/README.md

    controlled by [Addon Manager](../../addon-manager/). Otherwise the modifications
    will be clobbered, in addition the replicas count for kube-dns Deployment will
    be reset to 1. See [Cluster add-ons README](../../README.md) and
    [#36411](https://github.com/kubernetes/kubernetes/issues/36411) for reference.
    
    ## kube-dns addon templates
    
    This directory contains the base UNDERSCORE templates that can be used to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 20:03:37 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/base/distribution/kotlin/src/readme/readme.txt

    Readme
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 14 bytes
    - Viewed (0)
  5. test/codegen/README

    possible interactions between unrelated lines of code that may be
    introduced, for example, by the compiler's optimization passes.
    
    Any given line of Go code could get assigned more instructions than it
    may appear from reading the source. In particular, matching all MOV
    instructions should be avoided; the compiler may add them for
    unrelated reasons and this may render the test ineffective.
    
    -- Line matching logic
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 18 19:55:29 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  6. ReadMe.md

    **OPTIONAL:** Some artifacts, mainly Maven plugin ones, are built separately with Maven.
    Refer to [libraries/ReadMe.md](libraries/ReadMe.md) for details.
    
    To build Kotlin/Native, see
    [kotlin-native/README.md](kotlin-native/README.md#building-from-source).
    
    ## <a name="working-in-idea"></a> Working with the project in IntelliJ IDEA
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Apr 11 14:28:46 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/samples/android-application/README.adoc

    include::sample[dir="groovy",files="app/build.gradle[]"]
    ====
    
    To build the application:
    
    [listing.terminal]
    ----
    $ ./gradlew build
    ----
    
    For more information, we suggest reading link:{userManualPath}/getting_started.html[Getting Started with Gradle].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 846 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/samples/spring-boot-web-application/README.adoc

    BUILD SUCCESSFUL
    3 actionable tasks: 3 executed
    ----
    
    For more information, we suggest reading link:{userManualPath}/getting_started.html[Getting Started with Gradle].
    You can also find https://spring.io/guides[Spring Boot related information inside the guides provided by the Spring team].
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  9. cluster/gce/addons/README.md

    merged with the general cluster addon directory at release, so addon paths (relative to the addon
    directory) must be unique across the 2 directory structures.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 23:08:03 UTC 2017
    - 357 bytes
    - Viewed (0)
  10. pkg/kubelet/checkpointmanager/README.md

    caused by the checkpointing.
    - Any changes to the checkpointed data structure would be considered incompatible and a component should add its own handling if it needs to ensure backward compatibility of reading old-format checkpoint files.
    
    ## Introduction
    This folder contains a framework & primitives, Checkpointing Manager, which is
    used by several other Kubelet submodules, `dockershim`, `devicemanager`, `pods`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 16 05:30:20 UTC 2018
    - 1.7K bytes
    - Viewed (0)
Back to top