Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for GENERATOR (0.25 sec)

  1. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (XmlPersistableConfigurationObject.java:0)
    Class <org.gradle.plugins.ide.internal.generator.generator.Generator> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Generator.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/internal/service/scopes/GlobalScopeServices.java

    import org.gradle.internal.instantiation.InjectAnnotationHandler;
    import org.gradle.internal.instantiation.InstanceGenerator;
    import org.gradle.internal.instantiation.InstantiatorFactory;
    import org.gradle.internal.instantiation.generator.DefaultInstantiatorFactory;
    import org.gradle.internal.instrumentation.agent.AgentInitializer;
    import org.gradle.internal.instrumentation.agent.AgentStatus;
    import org.gradle.internal.logging.LoggingManagerInternal;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  3. src/cmd/go/alldocs.go

    // as directives.
    //
    // The arguments to the directive are space-separated tokens or
    // double-quoted strings passed to the generator as individual
    // arguments when it is run.
    //
    // Quoted strings use Go syntax and are evaluated before execution; a
    // quoted string appears as a single argument to the generator.
    //
    // To convey to humans and machine tools that code is generated,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  4. pkg/features/kube_features.go

    	DynamicResourceAllocation featuregate.Feature = "DynamicResourceAllocation"
    
    	// owner: @harche
    	// kep: http://kep.k8s.io/3386
    	// alpha: v1.25
    	//
    	// Allows using event-driven PLEG (pod lifecycle event generator) through kubelet
    	// which avoids frequent relisting of containers which helps optimize performance.
    	EventedPLEG featuregate.Feature = "EventedPLEG"
    
    	// owner: @andrewsykim @SergeyKanzhelev
    	// GA: v1.20
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  5. go.sum

    k8s.io/client-go v0.30.1 h1:uC/Ir6A3R46wdkgCV3vbLyNOYyCJ8oZnjtJGKfytl/Q=
    k8s.io/client-go v0.30.1/go.mod h1:wrAqLNs2trwiCH/wxxmT/x3hKVH9PuV0GGW0oDoHVqc=
    k8s.io/code-generator v0.18.2/go.mod h1:+UHX5rSbxmR8kzS+FAv7um6dtYrZokQvjHpDSYRVkTc=
    k8s.io/code-generator v0.18.4/go.mod h1:TgNEVx9hCyPGpdtCWA34olQYLkh3ok9ar7XfSsr8b6c=
    k8s.io/component-base v0.18.2/go.mod h1:kqLlMuhJNHQ9lz8Z7V5bxUUtjFZnrypArGl58gmDfUM=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.30.md

    - Updated an audit annotation key used by the `…/serviceaccounts/<name>/token`...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  7. RELEASE.md

            type of any preprocessing layer can be controlled individually by
            passing a `dtype` argument to the layer.
        *   `tf.random.Generator` for keras initializers and all RNG code.
        *   Added 3 new APIs for enable/disable/check the usage of
            `tf.random.Generator` in keras backend, which will be the new backend
            for all the RNG in Keras. We plan to switch on the new code path by
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.27.md

    - Added scheduler preemption support for pods using `ReadWriteOncePod` PVCs ([#114051](https://github.com/kubernetes/kubernetes/pull/114051), [@chrishenzie](https://github.com/chrishenzie))
    - Added the `applyconfiguration` generator to the code-generator script that generates server-side apply configuration and client APIs ([#114987](https://github.com/kubernetes/kubernetes/pull/114987), [@astefanutti](https://github.com/astefanutti))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  9. cmd/metrics-v2.go

    func (c *minioNodeCollector) Describe(ch chan<- *prometheus.Desc) {
    	ch <- c.desc
    }
    
    // populateAndPublish populates and then publishes the metrics generated by the generator function.
    func populateAndPublish(metricsGroups []*MetricsGroupV2, publish func(m MetricV2) bool) {
    	for _, mg := range metricsGroups {
    		if mg == nil {
    			continue
    		}
    		for _, metric := range mg.Get() {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.28.md

    - Projects which use k8s.io/code-generator and invoke `generate-groups` or `generate-internal-groups.sh` have a new, simpler script (`kube_codegen.sh`) they can use.  The old scripts are deprecated but remain intact. ([#117262](https://github.com/kubernetes/kubernetes/pull/117262), [@tho...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
Back to top