Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 555 for unpublished (0.29 sec)

  1. pkg/controller/volume/pvcprotection/pvc_protection_controller.go

    	// A pod that has a deletionTimestamp and a zero
    	// deletionGracePeriodSeconds
    	// a) has been processed by kubelet and was set up for deletion
    	//    by the apiserver:
    	//    - canBeDeleted has verified that volumes were unpublished
    	//      https://github.com/kubernetes/kubernetes/blob/5404b5a28a2114299608bab00e4292960dd864a0/pkg/kubelet/kubelet_pods.go#L980
    	//    - deletionGracePeriodSeconds was set via a delete
    	//      with zero GracePeriodSeconds
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 14K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolveConfigurationDependenciesBuildOperationIntegrationTest.groovy

            mavenHttpRepo.module('org.foo', 'child-transitive1').publish().allowAll()
    
            // 'direct2' 'transitive2', and 'child-transitive2' are found in 'maven2' (unpublished in 'maven1')
            mavenHttpRepo.module('org.foo', 'direct2').allowAll()
            secondMavenHttpRepo.module('org.foo', 'direct2')
                .dependsOn('org.foo', 'transitive1', '1.0')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/component_metadata_rules.adoc

    It is explained in detail in the section on <<dependency_version_alignment.adoc#sec:align-versions-unpublished,aligning versions of modules not published with Gradle>>.
    
    [[sec:custom_status_scheme]]
    == Modifying metadata on the component level for version selection based on status
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  4. analysis/analysis-api-platform-interface/src/org/jetbrains/kotlin/analysis/api/platform/modification/KotlinModificationTopics.kt

     *
     * Most modification events may be published before or after a modification, so subscribers should not assume that the modification has or
     * hasn't happened yet. The reason for this design decision is that some of the underlying events (such as PSI tree changes) may be
     * published before or after a change, or even both. Modification events published before the modification should however be published close
     * to the modification.
     *
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  5. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/KotlinPrecompiledScriptPluginsSmokeTest.groovy

        @UnsupportedWithConfigurationCache(because = "previous Gradle versions")
        def "can consume kotlin precompiled scripts published using Gradle #pluginPublishGradleVersion"() {
    
            given: 'a published precompiled script plugin exercising generated accessors'
            def pluginPublishJavaHome = AvailableJavaHomes.getAvailableJdks(JavaVersion.VERSION_1_8).last().javaHome
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  6. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/maven/MavenModule.groovy

        /**
         * Asserts pom and module files have not been published.
         */
        void assertNotPublished()
    
        /**
         * Asserts pom and module files are published correctly. Does not verify artifacts.
         */
        void assertPublished()
    
        /**
         * Asserts exactly pom and jar published, along with checksums.
         * If created {@link #withModuleMetadata()}, module file is also expected.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/ivy/IvyModule.java

        void assertPublished();
    
        /**
         * Asserts that exactly the given artifacts, plus checksum files, have been published.
         */
        void assertArtifactsPublished(String... names);
    
        /**
         * Assert that exactly the ivy.xml and jar file for this module, plus checksum files, have been published.
         */
        void assertIvyAndJarFilePublished();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  8. staging/README.md

       the module to the workspace.
    
    ### Creating the published repository
    
    1. Create an [issue](https://github.com/kubernetes/org/issues/new?template=repo-create.md)
    in the `kubernetes/org` repo to request creation of the respective published
    repository in the Kubernetes org. The published repository **must** have an
    initial empty commit. It also needs specific access rules and branch settings.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 11:23:09 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/BeforeResolveIntegrationTest.groovy

    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 02:27:32 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  10. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r47/BuildProgressCrossVersionSpec.groovy

                metadataDownloads = 2
                metadataChecksumDownloads = 2
            }
    
            def module = mavenHttpRepo.module('group', 'publish', '1')
    
            // module is published
            module.publish()
    
            // module will be published a second time via 'maven-publish'
            boolean isGradle6Plus = targetVersion.compareTo(GradleVersion.version("6.0")) >= 0
            module.artifact.expectPublish(isGradle6Plus)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 03:26:17 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top