Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 107 for minit (0.07 sec)

  1. pkg/kubelet/cm/devicemanager/manager_test.go

    	as.Nil(err)
    	as.Nil(runContainerOpts)
    }
    
    func TestInitContainerDeviceAllocation(t *testing.T) {
    	// Requesting to create a pod that requests resourceName1 in init containers and normal containers
    	// should succeed with devices allocated to init containers reallocated to normal containers.
    	res1 := TestResource{
    		resourceName:     "domain1.com/resource1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

        ).also {
          // Cache the pool in the builder so that it will be shared with other clients
          builder.connectionPool = it
        }
    
      constructor() : this(Builder())
    
      init {
        if (connectionSpecs.none { it.isTls }) {
          this.sslSocketFactoryOrNull = null
          this.certificateChainCleaner = null
          this.x509TrustManager = null
          this.certificatePinner = CertificatePinner.DEFAULT
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

            beforeExecute(gradleExecuter -> {
                TestFile userHome = testDirectoryProvider.getTestDirectory().file("user-home");
                withGradleUserHomeDir(userHome);
                userHome.file("init.d/mirrors.gradle").write(RepoScriptBlockUtil.mirrorInitScript());
            });
            return this;
        }
    
        @Override
        public GradleExecuter withPluginRepositoryMirrorDisabled() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    The first time you run a particular set of tasks, there will be no entry in the configuration cache for these tasks and so Gradle will run the configuration phase as normal:
    
    1. Run init scripts.
    2. Run the settings script for the build, applying any requested settings plugins.
    3. Configure and build the `buildSrc` project, if present.
    4. Run the builds scripts for the build, applying any requested project plugins.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    This may cause these directories to no longer be searched or backed up by some tools. To disable it, use the following code in an <<init_scripts#sec:using_an_init_script,init script>> in the Gradle User Home:
    
    ====
    [.multi-language-sample]
    =====
    .init.gradle.kts
    [source,kotlin]
    ----
    beforeSettings {
        caches {
            // Disable cache marking for all caches
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  6. cmd/bucket-replication-utils_gen.go

    package cmd
    
    // Code generated by github.com/tinylib/msgp DO NOT EDIT.
    
    import (
    	"github.com/minio/minio/internal/bucket/replication"
    	"github.com/tinylib/msgp/msgp"
    )
    
    // DecodeMsg implements msgp.Decodable
    func (z *BucketReplicationResyncStatus) DecodeMsg(dc *msgp.Reader) (err error) {
    	var field []byte
    	_ = field
    	var zb0001 uint32
    	zb0001, err = dc.ReadMapHeader()
    	if err != nil {
    		err = msgp.WrapError(err)
    		return
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 61.1K bytes
    - Viewed (0)
  7. cmd/object-api-listobjects_test.go

    // Copyright (c) 2015-2021 MinIO, Inc.
    //
    // This file is part of MinIO Object Storage stack
    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 01 11:07:40 UTC 2024
    - 73.1K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_mips.go

    	EFBIG           = Errno(0x1b)
    	EHOSTDOWN       = Errno(0x93)
    	EHOSTUNREACH    = Errno(0x94)
    	EHWPOISON       = Errno(0xa8)
    	EIDRM           = Errno(0x24)
    	EILSEQ          = Errno(0x58)
    	EINIT           = Errno(0x8d)
    	EINPROGRESS     = Errno(0x96)
    	EINTR           = Errno(0x4)
    	EINVAL          = Errno(0x16)
    	EIO             = Errno(0x5)
    	EISCONN         = Errno(0x85)
    	EISDIR          = Errno(0x15)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_mips64.go

    	EFBIG           = Errno(0x1b)
    	EHOSTDOWN       = Errno(0x93)
    	EHOSTUNREACH    = Errno(0x94)
    	EHWPOISON       = Errno(0xa8)
    	EIDRM           = Errno(0x24)
    	EILSEQ          = Errno(0x58)
    	EINIT           = Errno(0x8d)
    	EINPROGRESS     = Errno(0x96)
    	EINTR           = Errno(0x4)
    	EINVAL          = Errno(0x16)
    	EIO             = Errno(0x5)
    	EISCONN         = Errno(0x85)
    	EISDIR          = Errno(0x15)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_mips64le.go

    	EFBIG           = Errno(0x1b)
    	EHOSTDOWN       = Errno(0x93)
    	EHOSTUNREACH    = Errno(0x94)
    	EHWPOISON       = Errno(0xa8)
    	EIDRM           = Errno(0x24)
    	EILSEQ          = Errno(0x58)
    	EINIT           = Errno(0x8d)
    	EINPROGRESS     = Errno(0x96)
    	EINTR           = Errno(0x4)
    	EINVAL          = Errno(0x16)
    	EIO             = Errno(0x5)
    	EISCONN         = Errno(0x85)
    	EISDIR          = Errno(0x15)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
Back to top