Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 493 for former (0.1 sec)

  1. pkg/controller/deployment/util/deployment_util_test.go

    					t.Errorf("%q%s: unexpected labels becomes nil", test.Name, reverseString)
    				}
    			}
    
    			runTest(&test.former, &test.latter, false)
    			// Test the same case in reverse order
    			runTest(&test.latter, &test.former, true)
    		})
    	}
    }
    
    func TestFindNewReplicaSet(t *testing.T) {
    	now := metav1.Now()
    	later := metav1.Time{Time: now.Add(time.Minute)}
    
    	deployment := generateDeployment("nginx")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 08 09:10:50 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  2. cluster/addons/calico-policy-controller/networkpolicies-crd.yaml

                      - action
                      type: object
                    type: array
                  order:
                    description: Order is an optional field that specifies the order in
                      which the policy is applied. Policies with higher "order" are applied
                      after those with lower order.  If the order is omitted, it may be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 44.2K bytes
    - Viewed (0)
  3. android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRetainAllTester.java

        }
      }
    
      private void expectReturnsTrue(Target target) {
        String message = Platform.format("retainAll(%s) should return true", target);
        assertTrue(message, collection.retainAll(target.toRetain));
      }
    
      private void expectReturnsFalse(Target target) {
        String message = Platform.format("retainAll(%s) should return false", target);
        assertFalse(message, collection.retainAll(target.toRetain));
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/execution/plan/MissingTaskDependencyDetector.java

        // And for that case, there will be a cyclic dependency between the analyze and the format task if we only take output/input locations into account.
        // Therefore, we currently allow these kind of missing dependencies, as long as any order has been specified.
        // See https://github.com/gradle/gradle/issues/15616.
        private boolean hasNoSpecifiedOrder(Node producerNode, Node consumerNode) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  5. platforms/jvm/language-groovy/src/main/java/org/gradle/api/internal/tasks/compile/daemon/DaemonGroovyCompiler.java

            /*
             * This shouldn't be necessary, but currently is because the worker API handles return types differently
             * depending on whether you use process isolation or classpath isolation. In the former case, the return
             * value is serialized and deserialized, so the correct class is returned. In the latter case, the result
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:33:15 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  6. cluster/addons/calico-policy-controller/globalnetworkpolicy-crd.yaml

                      used to select a pod based on namespaces.
                    type: string
                  order:
                    description: Order is an optional field that specifies the order in
                      which the policy is applied. Policies with higher "order" are applied
                      after those with lower order.  If the order is omitted, it may be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 45.2K bytes
    - Viewed (0)
  7. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/steps/BuildCacheStep.java

            }
        }
    
        /**
         * Stores the results of the given work in the build cache, unless storing was disabled for this execution or work was untracked.
         * <p>
         * The former is currently used only for tasks and can be triggered via {@code org.gradle.api.internal.TaskOutputsEnterpriseInternal}.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 13:41:13 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  8. guava-testlib/src/com/google/common/collect/testing/testers/CollectionRetainAllTester.java

        }
      }
    
      private void expectReturnsTrue(Target target) {
        String message = Platform.format("retainAll(%s) should return true", target);
        assertTrue(message, collection.retainAll(target.toRetain));
      }
    
      private void expectReturnsFalse(Target target) {
        String message = Platform.format("retainAll(%s) should return false", target);
        assertFalse(message, collection.retainAll(target.toRetain));
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/tasks/DefaultTaskDependency.java

     * them as immutable values to the {@link DefaultTaskDependency#DefaultTaskDependency(TaskResolver, ImmutableSet, TaskDependencyUsageTracker)}
     * constructor than to use the {@link #add(Object...)} method, as the former will
     * require less memory to store them.
     */
    public class DefaultTaskDependency extends AbstractTaskDependency {
        private final ImmutableSet<Object> immutableValues;
        private Set<Object> mutableValues;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 12:20:43 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  10. pkg/controlplane/apiserver/server.go

    			// set and the feature gate is enabled. In the future, if there is no
    			// longer a feature gate and issuer URL is not set, the user may not
    			// expect this feature to be enabled. We log the former case as an Error
    			// and the latter case as an Info.
    			klog.Error(msg)
    		} else {
    			klog.Info(msg)
    		}
    	} else {
    		routes.NewOpenIDMetadataServer(md.ConfigJSON, md.PublicKeysetJSON).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 19:24:41 UTC 2024
    - 11K bytes
    - Viewed (0)
Back to top