Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MustAdd (0.06 sec)

  1. pkg/config/schema/codegen/templates/collections.go.tmpl

    	All = collection.NewSchemasBuilder().
    	{{- range .Entries }}
    		MustAdd({{ .Resource.Identifier }}).
    	{{- end }}
    		Build()
    
    	// Kube contains only kubernetes collections.
    	Kube = collection.NewSchemasBuilder().
    	{{- range .Entries }}
    		{{- if or (contains .Resource.Group "k8s.io") .Resource.Builtin  }}
    		MustAdd({{ .Resource.Identifier }}).
    		{{- end }}
    	{{- end }}
    		Build()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/dom/DomResolutionTest.kt

            val resolver = tracingCodeResolver()
    
            val topLevelBlock = parseAsTopLevelBlock(
                """
                addAndConfigure("test") {
                    number = 123
                }
                justAdd("test2")
                complexValueOne = one(two("three"))
                complexValueOneFromUtils = utils.oneUtil()
                complexValueTwo = two("three")
                nested {
                    number = 456
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:09 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top