Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 568 for Dedicated (0.35 sec)

  1. cluster/addons/dns/nodelocaldns/README.md

    This addon runs a node-local-dns pod on all cluster nodes. The pod runs CoreDNS as the dns cache. It runs with `hostNetwork:True` and creates a dedicated dummy interface with a link local ip(169.254.20.10/32 by default) to listen for DNS queries. The cache instances connect to clusterDNS in case of cache misses.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 3K bytes
    - Viewed (0)
  2. pkg/windows/service/service.go

    				// If we do not do this, our main threads won't be notified of the upcoming shutdown.
    				// Since Windows services do not use any console, we cannot simply generate a CTRL_BREAK_EVENT
    				// but need a dedicated notification mechanism.
    				graceful := server.RequestShutdown()
    
    				// Free up the control handler and let us terminate as gracefully as possible.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 24 11:25:33 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/other/test_kit.adoc

    The TestKit uses dedicated daemon processes that are automatically shut down after test execution.
    
    The dedicated working directory is not deleted by the runner after the build.
    The TestKit provides two ways to specify a location that is regularly cleaned, such as the project's build folder:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/MavenPom.java

     * descriptor after it has been generated according to the publication data.
     * However, the preferred way to customize the project information to be published
     * is to use the dedicated properties exposed by this class, e.g.
     * {@link #getDescription()}. Please refer to the official
     * <a href="https://maven.apache.org/pom.html">POM Reference</a> for detailed
     * information about the individual properties.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/core-plugins/base_plugin.adoc

    [[sec:base_plugin_extension]]
    == Contributed extensions
    
    The Base Plugin adds the link:{groovyDslPath}/org.gradle.api.plugins.BasePluginExtension.html[`base` extension] to the project.
    This allows to configure the following properties inside a dedicated DSL block.
    
    .Using the `base` extension
    ====
    include::sample[dir="snippets/files/archivesChangedBaseName/kotlin",files="build.gradle.kts[tags=base-plugin-config]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. samples/extauthz/README.md

    Note that `a` is just a default value for testing. It can be changed with the flag `-allow_service_account` when running the ext authz server.
    
    ## Usage
    
    1. Deploy the Ext Authz service in a dedicated pod:
    
        ```console
        $ kubectl apply -f ext-authz.yaml
        service/ext-authz created
        deployment.apps/ext-authz created
        ```
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 13:52:47 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/native/swift_testing.adoc

    There are many different testing libraries and frameworks, as well as many different types of test.
    All need to be part of the build, whether they are executed frequently or infrequently.
    This chapter is dedicated to explaining how Gradle handles differing requirements between and within builds, with significant coverage of how it integrates with XCTest on both macOS and Linux.
    
    It explains:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/best-practices/organizing_gradle_projects.adoc

    It's very common that a project defines and executes different types of tests e.g. unit tests, integration tests, functional tests or smoke tests.
    Optimally, the test source code for each test type should be stored in dedicated source directories.
    Separated test source code has a positive impact on maintainability and separation of concerns as you can run test types independent from each other.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 08:16:36 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  9. pkg/registry/certificates/certificates/storage/storage.go

    		return nil, nil, nil, err
    	}
    
    	// Subresources use the same store and creation strategy, which only
    	// allows empty subs. Updates to an existing subresource are handled by
    	// dedicated strategies.
    	statusStore := *store
    	statusStore.UpdateStrategy = csrregistry.StatusStrategy
    	statusStore.ResetFieldsStrategy = csrregistry.StatusStrategy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 6.3K bytes
    - Viewed (0)
  10. ci/official/utilities/setup.sh

    #
    # Common setup for all TF scripts.
    #
    # Make as FEW changes to this file as possible. It should not contain utility
    # functions (except for tfrun); use dedicated scripts instead and reference them
    # specifically. Use your best judgment to keep the scripts in this directory
    # lean and easy to follow. When in doubt, remember that for CI scripts, "keep it
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 26 00:33:34 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top