Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 447 for ApplyConfiguration (0.25 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/polyglot/MultiProjectBuilder.groovy

    import groovy.transform.CompileStatic
    import org.gradle.test.fixtures.dsl.GradleDsl
    import org.gradle.test.fixtures.file.TestFile
    import static org.gradle.integtests.fixtures.polyglot.BuilderSupport.applyConfiguration
    
    @CompileStatic
    class MultiProjectBuilder {
        private final GradleDsl dsl
        private final TestFile rootProjectDirectory
        private final Map<String, PolyglotProjectBuilder> projects = [:]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/managedfields/extract.go

    	"k8s.io/apimachinery/pkg/runtime"
    )
    
    // ExtractInto extracts the applied configuration state from object for fieldManager
    // into applyConfiguration. If no managed fields are found for the given fieldManager,
    // no error is returned, but applyConfiguration is left unpopulated. It is possible
    // that no managed fields were found for the fieldManager because other field managers
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 12 03:17:15 UTC 2022
    - 4.4K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/polyglot/BuildFileBuilder.groovy

            newSection(new RepositoriesBuilder()) {
                BuilderSupport.applyConfiguration(spec, it)
            }
            this
        }
    
        BuildFileBuilder configurations(@DelegatesTo(value = ConfigurationsBuilder, strategy = Closure.DELEGATE_FIRST) Closure<?> spec) {
            newSection(new ConfigurationsBuilder(configurationNames)) {
                BuilderSupport.applyConfiguration(spec, it)
            }
            this
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/applyconfiguration/utils.go

    limitations under the License.
    */
    
    // Code generated by applyconfiguration-gen. DO NOT EDIT.
    
    package applyconfiguration
    
    import (
    	v1 "k8s.io/apiextensions-apiserver/examples/client-go/pkg/apis/cr/v1"
    	crv1 "k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/applyconfiguration/cr/v1"
    	schema "k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 10 10:01:37 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/utils.go

    limitations under the License.
    */
    
    // Code generated by applyconfiguration-gen. DO NOT EDIT.
    
    package applyconfiguration
    
    import (
    	v1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
    	v1beta1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1"
    	apiextensionsv1 "k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/api/internal/artifacts/dsl/dependencies/DefaultDependencyCollector.java

            getDependencies().add(applyConfiguration(dependency, config));
        }
    
        private <D extends Dependency> void doAddLazy(Provider<D> dependency, @Nullable Action<? super D> config) {
            Provider<D> provider = dependency.map(dep -> applyConfiguration(dep, config));
            DefaultSetProperty.addOptionalProvider(getDependencies(), provider);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 00:10:09 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/polyglot/AbstractDependenciesBuilder.groovy

                                notation = "(\"$notation\")"
                                break
                        }
                        def details = new DetailedDependencySpec(notation)
                        BuilderSupport.applyConfiguration(last, details)
                        return details.generateSection(dsl)
                    }
                } else {
                    def string = "\"${String.valueOf(notation)}\""
                    switch (dsl) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  8. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/polyglot/DependenciesBuilder.groovy

        DependenciesBuilder constraints(@DelegatesTo(value = ConstraintsBuilder, strategy = Closure.DELEGATE_FIRST) Closure<?> spec) {
            def builder = new ConstraintsBuilder()
            sections << builder
            BuilderSupport.applyConfiguration(spec, builder)
            this
        }
    
    
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/core/v1/clientipconfig.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by applyconfiguration-gen. DO NOT EDIT.
    
    package v1
    
    // ClientIPConfigApplyConfiguration represents an declarative configuration of the ClientIPConfig type for use
    // with apply.
    type ClientIPConfigApplyConfiguration struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/core/v1/podschedulinggate.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by applyconfiguration-gen. DO NOT EDIT.
    
    package v1
    
    // PodSchedulingGateApplyConfiguration represents an declarative configuration of the PodSchedulingGate type for use
    // with apply.
    type PodSchedulingGateApplyConfiguration struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 03 21:32:35 UTC 2022
    - 1.5K bytes
    - Viewed (0)
Back to top