Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 2,868 for revoked (0.2 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating/reinvocationcontext.go

    	lastWebhookOutput runtime.Object
    	// previouslyInvokedReinvocableWebhooks holds the set of webhooks that have been invoked and
    	// should be reinvoked if a later mutation occurs
    	previouslyInvokedReinvocableWebhooks sets.String
    	// reinvokeWebhooks holds the set of webhooks that should be reinvoked
    	reinvokeWebhooks sets.String
    }
    
    func (rc *webhookReinvokeContext) ShouldReinvokeWebhook(webhook string) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 21:31:09 UTC 2019
    - 2.3K bytes
    - Viewed (0)
  2. analysis/analysis-api-platform-interface/src/org/jetbrains/kotlin/analysis/api/platform/modification/KotlinGlobalSourceOutOfBlockModificationListener.kt

        /**
         * [onModification] is invoked in a write action before or after global out-of-block modification of all sources.
         *
         * The source code of all source [KtModule]s in the project should be considered modified when this event is received. This includes
         * source files being moved or removed. Thus, all caches related to source code and source files should be invalidated.
         *
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 1K bytes
    - Viewed (0)
  3. android/guava-testlib/src/com/google/common/collect/testing/testers/SetRemoveTester.java

    import com.google.common.collect.testing.features.CollectionSize;
    import org.junit.Ignore;
    
    /**
     * A generic JUnit test which tests remove operations on a set. Can't be invoked directly; please
     * see {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
     *
     * @author George van den Driessche
     */
    @GwtCompatible
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jan 09 20:10:38 UTC 2018
    - 1.7K bytes
    - Viewed (0)
  4. guava-testlib/src/com/google/common/collect/testing/testers/SetRemoveTester.java

    import com.google.common.collect.testing.features.CollectionSize;
    import org.junit.Ignore;
    
    /**
     * A generic JUnit test which tests remove operations on a set. Can't be invoked directly; please
     * see {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
     *
     * @author George van den Driessche
     */
    @GwtCompatible
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jan 09 20:10:38 UTC 2018
    - 1.7K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/nodeunschedulable/node_unschedulable.go

    		{Event: framework.ClusterEvent{Resource: framework.Node, ActionType: framework.Add | framework.Update}, QueueingHintFn: pl.isSchedulableAfterNodeChange},
    	}
    }
    
    // isSchedulableAfterNodeChange is invoked for all node events reported by
    // an informer. It checks whether that change made a previously unschedulable
    // pod schedulable.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 16 12:50:11 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/api/internal/collections/DefaultCollectionEventRegisterSpec.groovy

    import org.gradle.api.internal.CollectionCallbackActionDecorator
    import spock.lang.Specification
    
    class DefaultCollectionEventRegisterSpec extends Specification {
    
        def r = register()
        def added = []
        def removed = []
    
        def executed = []
    
        protected CollectionEventRegister<CharSequence> register() {
            new DefaultCollectionEventRegister<>(CharSequence, { callback ->
                new Action<CharSequence>() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 16 06:16:46 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  7. pkg/kubelet/config/flags.go

    	// Image credential provider plugin options
    
    	// ImageCredentialProviderConfigFile is the path to the credential provider plugin config file.
    	// This config file is a specification for what credential providers are enabled and invoked
    	// by the kubelet. The plugin config should contain information about what plugin binary
    	// to execute and what container images the plugin should be called for.
    	// +optional
    	ImageCredentialProviderConfigFile string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 09 03:14:32 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  8. platforms/core-runtime/logging/src/main/java/org/gradle/internal/deprecation/DeprecatedFeatureUsage.java

                }
                throw new IllegalStateException("Unknown deprecation type: " + this);
            }
        }
    
        /**
         * When the feature will be removed, and how if relevant.
         *
         * Example: This feature will be removed in Gradle 10.0.
         */
        public String getRemovalDetails() {
            return removalDetails;
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/configgen.go

    	// BuildDeltaClusters returns both a list of resources that need to be pushed for a given proxy and a list of resources
    	// that have been deleted and should be removed from a given proxy. This is Delta CDS output.
    	BuildDeltaClusters(proxy *model.Proxy, updates *model.PushRequest,
    		watched *model.WatchedResource) ([]*discovery.Resource, []string, model.XdsLogDetails, bool)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/manage/schema/cache/ModelSchemaCache.java

     * The {@link WeakClassSet#isCollected()} method returns true when any of the classes involved have been collected.
     * All keys (and associated entries) are removed from the map by the {@link #cleanUp()} method, which should be invoked periodically to trim the cache of no longer needed data.
     */
    public class ModelSchemaCache {
        private final HashMap<WeakClassSet, Map<ModelType<?>, ModelSchema<?>>> cache = new HashMap<>();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 3.2K bytes
    - Viewed (0)
Back to top