Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for actionType (0.16 sec)

  1. pkg/scheduler/internal/queue/scheduling_queue_test.go

    			oldObj:                 nil,
    			newObj:                 st.MakeNode().Obj(),
    			expected:               queueAfterBackoff,
    			expectedExecutionCount: 1,
    			queueingHintMap: QueueingHintMapPerProfile{
    				"": {
    					framework.ClusterEvent{Resource: framework.Node, ActionType: framework.UpdateNodeLabel}: {
    						{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

            private static final Type META_CLASS_REGISTRY_TYPE = getType(MetaClassRegistry.class);
            private static final Type OBJECT_ARRAY_TYPE = getType(Object[].class);
            private static final Type ACTION_TYPE = getType(Action.class);
            private static final Type ISOLATED_ACTION_TYPE = getType(IsolatedAction.class);
            private static final Type LAZY_GROOVY_SUPPORT_TYPE = getType(LazyGroovySupport.class);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
Back to top