Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 145 for reactors (0.12 sec)

  1. pkg/controller/volume/pvprotection/pv_protection_controller_test.go

    				pvInformer.Informer().GetStore().Add(obj)
    			default:
    				t.Fatalf("Unknown initialObject type: %+v", obj)
    			}
    		}
    
    		// Add reactor to inject test errors.
    		for _, reactor := range test.reactors {
    			client.Fake.PrependReactor(reactor.verb, reactor.resource, reactor.reactorfn)
    		}
    
    		// Create the controller
    		logger, _ := ktesting.NewTestContext(t)
    		ctrl := NewPVProtectionController(logger, pvInformer, client)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 12:57:29 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/upgrade/versiongetter.go

    	// the stored FakeServerVersion, which is done when constructing the dry-run client in
    	// common.go#getClient()
    	// The problem here is that during upgrade dry-run client reactors are backed by a dynamic client
    	// via NewClientBackedDryRunGetterFromKubeconfig() and for GetActions there seems to be no analog to
    	// Discovery().Serverversion() resource for a dynamic client(?).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. releasenotes/notes/cni-refactor.yaml

    John Howard <******@****.***> 1684290142 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 17 02:22:22 UTC 2023
    - 212 bytes
    - Viewed (0)
  4. releasenotes/notes/refactor-install-script.yaml

    Brian Avery <******@****.***> 1598990548 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 01 20:02:28 UTC 2020
    - 707 bytes
    - Viewed (0)
  5. maven-model-builder/src/main/java/org/apache/maven/model/building/TransformerContext.java

        /**
         * Get the model from the reactor based on the groupId and artifactId when resolving reactor dependencies.
         *
         * @param from    the requiring model
         * @param groupId    the groupId
         * @param artifactId the artifactId
         * @return the model, otherwise {@code null}
         * @throws IllegalStateException if multiple versions of the same GA are part of the reactor
         */
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Nov 07 08:20:52 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  6. api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelTransformerContext.java

        /**
         * Get the model from the reactor based on the groupId and artifactId when resolving reactor dependencies.
         *
         * @param from    the requiring model
         * @param groupId    the groupId
         * @param artifactId the artifactId
         * @return the model, otherwise {@code null}
         * @throws IllegalStateException if multiple versions of the same GA are part of the reactor
         */
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  7. maven-core/src/test/projects/lifecycle-listener/lifecycle-participant-reactor-dependency-injection/module-a/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <parent>
        <groupId>lifecycle-participant-reactor-dependency-injection</groupId>
        <artifactId>parent</artifactId>
        <version>1.0</version>
      </parent>
    
      <artifactId>module-a</artifactId>
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jan 29 12:40:19 UTC 2014
    - 257 bytes
    - Viewed (0)
  8. maven-core/src/test/projects/lifecycle-listener/lifecycle-participant-reactor-dependency-injection/module-b/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <parent>
        <groupId>lifecycle-participant-reactor-dependency-injection</groupId>
        <artifactId>parent</artifactId>
        <version>1.0</version>
      </parent>
    
      <artifactId>module-b</artifactId>
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jan 29 12:40:19 UTC 2014
    - 257 bytes
    - Viewed (0)
  9. maven-core/src/test/projects/lifecycle-listener/lifecycle-participant-reactor-dependency-injection/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>lifecycle-participant-reactor-dependency-injection</groupId>
      <artifactId>parent</artifactId>
      <version>1.0</version>
      <packaging>pom</packaging>
    
      <modules>
        <module>module-a</module>
        <module>module-b</module>
      </modules>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jan 29 12:40:19 UTC 2014
    - 305 bytes
    - Viewed (0)
  10. maven-core/src/test/java/org/apache/maven/internal/MultilineMessageHelperTest.java

            msgs.add("* An aggregator Mojo is already executing in parallel build,    *");
            msgs.add("* but aggregator Mojos require exclusive access to reactor to   *");
            msgs.add("* prevent race conditions. This mojo execution will be blocked  *");
            msgs.add("* until the aggregator work is done.                            *");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Apr 15 17:24:20 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top