Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 2,712 for dependents (0.42 sec)

  1. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

                "type": "string"
              }
            },
            "type": "object",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/plugins/NativeComponentModelPlugin.java

    import org.gradle.platform.base.TypeBuilder;
    import org.gradle.platform.base.internal.HasIntermediateOutputsComponentSpec;
    import org.gradle.platform.base.internal.PlatformResolvers;
    import org.gradle.platform.base.internal.dependents.DependentBinariesResolver;
    
    import javax.inject.Inject;
    import java.io.File;
    
    /**
     * A plugin that sets up the infrastructure for defining native binaries.
     */
    @Incubating
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 24.1K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/api__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/execution/plan/Node.java

        }
    
        /**
         * Can be overridden to indicate the relationship between this {@link Node} and a successor Node.
         *
         * @param dependency a non-successful successor node in the execution plan
         * @return Always returns false unless overridden.
         */
        protected boolean dependsOnOutcome(Node dependency) {
            return false;
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 24 13:30:48 UTC 2023
    - 22.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/generic/policy_source.go

    		s.informerFactory.Start(instanceContext.Done())
    
    	} else {
    		// Dynamic JSON informer fallback.
    		// Cannot use shared dynamic informer since it would be impossible
    		// to clean CRD informers properly with multiple dependents
    		// (cannot start ahead of time, and cannot track dependencies via stopCh)
    		informer = dynamicinformer.NewFilteredDynamicInformer(
    			s.dynamicClient,
    			mapping.Resource,
    			corev1.NamespaceAll,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 21 23:07:34 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  7. pilot/pkg/xds/bench_test.go

    		c.Run(stop)
    		for n := 0; n < b.N; n++ {
    			key := makeCacheKey(n)
    			req := &model.PushRequest{Start: zeroTime.Add(time.Duration(n))}
    			c.Add(key, req, res)
    		}
    	})
    	// to trigger clear index on old dependents
    	b.Run("insert same key", func(b *testing.B) {
    		c := model.NewXdsCache()
    		stop := make(chan struct{})
    		defer close(stop)
    		c.Run(stop)
    		// First occupy cache capacity
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 22 18:13:40 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  9. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // metadata.finalizers and the resource-specific default policy.
      // Acceptable values are: 'Orphan' - orphan the dependents; 'Background' -
      // allow the garbage collector to delete the dependents in the background;
      // 'Foreground' - a cascading policy that deletes all dependents in the
      // foreground.
      // +optional
      optional string propagationPolicy = 4;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // metadata.finalizers and the resource-specific default policy.
      // Acceptable values are: 'Orphan' - orphan the dependents; 'Background' -
      // allow the garbage collector to delete the dependents in the background;
      // 'Foreground' - a cascading policy that deletes all dependents in the
      // foreground.
      // +optional
      optional string propagationPolicy = 4;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
Back to top