Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 103 for enhanced (0.33 sec)

  1. CHANGELOG/CHANGELOG-1.15.md

    - StatefulSet controllers no longer force a resync every 30 seconds when nothing has changed. ([#75622](https://github.com/kubernetes/kubernetes/pull/75622), [@jonsabo](https://github.com/jonsabo))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.13.md

    ### SIG AWS
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  3. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/eclipse/EclipseWtpPlugin.java

                        @Override
                        public void execute(Classpath classpath) {
                            new WtpClasspathAttributeSupport(project, model).enhance(classpath);
                        }
                    });
                }
            });
    
            project.getPlugins().withType(WarPlugin.class, new Action<WarPlugin>() {
                @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.6.md

    ### kubeadm
    * **[beta]** Introduces an API for clients to request TLS certificates from the API server. See the [tutorial](https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  5. pkg/registry/core/namespace/storage/storage.go

    		)
    		return nil, false, err
    	}
    
    	// upon first request to delete, we switch the phase to start namespace termination
    	// TODO: enhance graceful deletion's calls to DeleteStrategy to allow phase change and finalizer patterns
    	if namespace.DeletionTimestamp.IsZero() {
    		key, err := r.store.KeyFunc(ctx, name)
    		if err != nil {
    			return nil, false, err
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 13.4K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/organizing_tasks.adoc

    These tasks have no actions, instead, they bundle actionable tasks and serve as _targets_ for the build.
    
    image::writing-tasks-6.png[]
    
    A well-organized setup of lifecycle tasks enhances the accessibility of your build for new users and simplifies integration with CI.
    
    [[sec:lifecycle_tasks]]
    == Lifecycle tasks
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 23:21:15 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/tutorial/partr5_build_scripts.adoc

    <7> Use the `gradlePlugin{}` block from the link:{groovyDslPath}/org.gradle.api.plugins.PluginAware.html[PluginAware API] in the Groovy DSL
    <8> Define the plugin `id` and `implementationClass`
    =====
    
    Plugins, which enhance your build capabilities, are included like this:
    
    [.multi-language-sample]
    =====
    [source, kotlin]
    ----
    plugins {
        id("java")                          // core plugin, no version required
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 17:16:27 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/core-plugins/eclipse_plugin.adoc

    | Adds web application support to `.project` file.
    
    | <<ear_plugin.adoc#ear_plugin,Ear>>
    | Adds ear application support to `.project` file.
    |===
    
    The `eclipse-wtp` plugin generates all WTP settings files and enhances the `.project` file. If a <<java_plugin.adoc#java_plugin,Java>> or <<war_plugin.adoc#war_plugin,War>> is applied, `.classpath` will be extended to get a proper packaging structure for this utility library or web application project.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.9.md

    *   Fixed IPVS availability check ([#51874](https://github.com/kubernetes/kubernetes/pull/51874),[ @vfreex](https://github.com/vfreex))
    *   The output for kubectl describe networkpolicy * has been enhanced to be more useful. ([#46951](https://github.com/kubernetes/kubernetes/pull/46951),[ @aanm](https://github.com/aanm))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/cross_project_publications.adoc

    --
    
    Let's enhance our previous example which happens to be a Java Library project.
    Java libraries expose a couple of variants to their consumers, `apiElements` and `runtimeElements`. Now, we're adding a 3rd one, `instrumentedJars`.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 18K bytes
    - Viewed (0)
Back to top