Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 479 for coordinator (0.14 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/coordination.k8s.io.v1beta1.Lease.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 453 bytes
    - Viewed (0)
  2. maven-core/src/test/resources/projects/future-schema-model-version-pom.xml

    under the License.
    -->
    
    <project>
        <modelVersion>4.999.999</modelVersion>
        <!-- this should be a fake "future" version that only has modelVersion understood by us -->
        <coordinates>tests.project:future-model-version</coordinates>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 03 20:33:44 UTC 2019
    - 993 bytes
    - Viewed (0)
  3. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishMultiProjectIntegTest.groovy

    Found the following publications in project ':project2':
      - Ivy publication 'ivy' with coordinates org.gradle.test:project2:2.0
      - Ivy publication 'extraComponent' with coordinates extra.org:extra-module:extra
      - Ivy publication 'extra' with coordinates extra.org:extra-module-2:extra"""
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  4. pkg/controller/garbagecollector/garbagecollector_test.go

    					pendingAttemptToDelete: []*node{
    						makeNode(pod1nonamespace, virtual), // new virtual parent coordinates enqueued for deletion
    					},
    				}),
    
    				// 16,17: process attemptToDelete of bad virtual parent coordinates
    				// steady-state is bad cluster child and bad virtual parent coordinates, with no retries
    				processAttemptToDelete(1),
    				assertState(state{
    					graphNodes: []*node{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/coordination/v1beta1/doc.go

    limitations under the License.
    */
    
    // +k8s:deepcopy-gen=package
    // +k8s:protobuf-gen=package
    // +k8s:openapi-gen=true
    // +k8s:prerelease-lifecycle-gen=true
    
    // +groupName=coordination.k8s.io
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 28 16:54:43 UTC 2020
    - 788 bytes
    - Viewed (0)
  6. plugin/pkg/auth/authorizer/node/node_authorizer_test.go

    			expect: authorizer.DecisionNoOpinion,
    		},
    		{
    			name:   "disallowed create lease in namespace other than kube-node-lease - feature enabled",
    			attrs:  authorizer.AttributesRecord{User: node0, ResourceRequest: true, Verb: "create", Resource: "leases", APIGroup: "coordination.k8s.io", Name: "node0", Namespace: "foo"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:55 UTC 2024
    - 40.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/dependency_capability_conflict.adoc

    In our example, it means that different bindings of a logging framework provide the same capability.
    
    == Capability coordinates
    
    A _capability_ is defined by a `(group, module, version)` triplet.
    Each component defines an implicit capability corresponding to its GAV coordinates (group, artifact, version).
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  8. platforms/software/maven/src/test/groovy/org/gradle/api/publish/maven/internal/publication/DefaultMavenPublicationTest.groovy

            then:
            publication.name == "pub-name"
            publication.pom.coordinates.groupId.get() == "group"
            publication.pom.coordinates.artifactId.get() == "name"
            publication.pom.coordinates.version.get() == "version"
        }
    
        def "publication coordinates are live"() {
            when:
            def publication = createPublication()
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 19 01:33:41 UTC 2023
    - 24.8K bytes
    - Viewed (0)
  9. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/AbstractCppPublishingIntegrationTest.groovy

                apiDependencies.eachWithIndex { dependency, index ->
                    def coordinates = dependency.split(':')
                    assert mainApi.dependencies[index].group == coordinates[0]
                    assert mainApi.dependencies[index].module == coordinates[1]
                    assert mainApi.dependencies[index].version == coordinates[2]
                }
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  10. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/DependenciesExtensions.kt

    
    /**
     * Creates a dependency based on the group, name and version (GAV) coordinates.
     *
     * @since 8.0
     */
    fun Dependencies.module(group: String?, name: String, version: String?): ExternalModuleDependency = module(group, name, version)
    
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 12 18:51:29 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top