Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 00034 (0.03 sec)

  1. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/mappingToJvm/EmptyBlocksTest.kt

                """.trimIndent()
            )
    
            val result = runtimeInstanceFromResult(schema, resolution, kotlinFunctionAsConfigureLambda, RuntimeCustomAccessors.none, ::TopLevel)
    
            assertEquals(listOf(0, 0, 2, 3, 4), result.added.map { it.x })
        }
    
    
        private
        val schema = schemaFromTypes(TopLevel::class, this::class.nestedClasses)
    
    
        class TopLevel {
            val configuredLazy = lazy { Inner() }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 11:58:18 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. operator/pkg/validate/validate_values_test.go

      cniConfDir: "/var/run/multus/cni/net.d"
    `,
    		},
    
    		{
    			desc: "BadIPRange",
    			yamlStr: `
    global:
      proxy:
        includeIPRanges: "1.1.0.256/16,2.2.0.257/16"
        excludeIPRanges: "3.3.0.0/33,4.4.0.0/34"
    `,
    			wantErrs: makeErrors([]string{
    				`global.proxy.excludeIPRanges netip.ParsePrefix("3.3.0.0/33"): prefix length out of range`,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 13:43:12 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top