Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NotExists (0.4 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r32/ResolutionExceptionSerializableCrossVersionSpec.groovy

        def "serializes exception when dependencies aren't resolved"() {
            when:
            file('build.gradle') << """
    dependencies {
        ${implementationConfiguration} 'commons-lang:commons-lang:10.0-NOTEXISTS'
    }
    """
            def customModel = withConnection { connection ->
                connection.model(CustomArtifactModel).get()
            }
            def failure = customModel.failure
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  2. pkg/scheduler/testing/wrappers.go

    	labelSelector := MakeLabelSelector().Exists(labelKey).Obj()
    	p.PodAntiAffinity(topologyKey, labelSelector, kind)
    	return p
    }
    
    // PodAffinityNotExists creates a PodAffinity with the operator "NotExists"
    // and injects into the inner pod.
    func (p *PodWrapper) PodAffinityNotExists(labelKey, topologyKey string, kind PodAffinityKind) *PodWrapper {
    	labelSelector := MakeLabelSelector().NotExist(labelKey).Obj()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 42.1K bytes
    - Viewed (0)
Back to top