Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 292 for External (0.16 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // must be specified.
      //
      // The `host` should not refer to a service running in the cluster; use
      // the `service` field instead. The host might be resolved via external
      // DNS in some apiservers (e.g., `kube-apiserver` cannot resolve
      // in-cluster DNS as that would be a layering violation). `host` may
      // also be an IP address.
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/runtime/framework.go

    type Option func(*frameworkOptions)
    
    // WithComponentConfigVersion sets the component config version to the
    // KubeSchedulerConfiguration version used. The string should be the full
    // scheme group/version of the external type we converted from (for example
    // "kubescheduler.config.k8s.io/v1")
    func WithComponentConfigVersion(componentConfigVersion string) Option {
    	return func(o *frameworkOptions) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  3. src/runtime/mgcpacer.go

    // Copyright 2021 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package runtime
    
    import (
    	"internal/cpu"
    	"internal/goexperiment"
    	"internal/runtime/atomic"
    	_ "unsafe" // for go:linkname
    )
    
    const (
    	// gcGoalUtilization is the goal CPU utilization for
    	// marking as a fraction of GOMAXPROCS.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    * The Kotlin DSL API, which is all types within the following packages:
    ** `org.gradle.kotlin.dsl`
    ** `org.gradle.kotlin.dsl.plugins.dsl`
    ** `org.gradle.kotlin.dsl.precompile`
    
    .Avoid using internal Kotlin DSL APIs
    --
    Use of internal Kotlin DSL APIs in plugins and build scripts has the potential to break builds when either Gradle or plugins change.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/mips/asm0.go

    // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    // THE SOFTWARE.
    
    package mips
    
    import (
    	"cmd/internal/obj"
    	"cmd/internal/objabi"
    	"cmd/internal/sys"
    	"fmt"
    	"log"
    	"sort"
    )
    
    // ctxt0 holds state while assembling a single function.
    // Each function gets a fresh ctxt0.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  6. cmd/erasure-server-pool.go

    	"github.com/minio/minio-go/v7/pkg/set"
    	"github.com/minio/minio-go/v7/pkg/tags"
    	"github.com/minio/minio/internal/bpool"
    	"github.com/minio/minio/internal/cachevalue"
    	"github.com/minio/minio/internal/config/storageclass"
    	xioutil "github.com/minio/minio/internal/ioutil"
    	"github.com/minio/minio/internal/logger"
    	"github.com/minio/pkg/v3/sync/errgroup"
    	"github.com/minio/pkg/v3/wildcard"
    )
    
    type erasureServerPools struct {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 82.5K bytes
    - Viewed (0)
  7. src/encoding/json/decode_test.go

    		// Go forbids this because it is ambiguous whether S7.Q refers to
    		// S7.embed1.Q or S7.embed2.Q. Since embed1 and embed2 are unexported,
    		// it should be impossible for an external package to set either Q.
    		//
    		// It is probably okay for a future reflect change to break this.
    		CaseName: Name(""),
    		in:       `{"embed1": {"Q": 1}, "Q": 2}`,
    		ptr:      new(S7),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewrite.go

    // license that can be found in the LICENSE file.
    
    package ssa
    
    import (
    	"cmd/compile/internal/base"
    	"cmd/compile/internal/logopt"
    	"cmd/compile/internal/reflectdata"
    	"cmd/compile/internal/types"
    	"cmd/internal/obj"
    	"cmd/internal/obj/s390x"
    	"cmd/internal/objabi"
    	"cmd/internal/src"
    	"encoding/binary"
    	"fmt"
    	"internal/buildcfg"
    	"io"
    	"math"
    	"math/bits"
    	"os"
    	"path/filepath"
    	"strings"
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	// must be specified.
    	//
    	// The `host` should not refer to a service running in the cluster; use
    	// the `service` field instead. The host might be resolved via external
    	// DNS in some apiservers (e.g., `kube-apiserver` cannot resolve
    	// in-cluster DNS as that would be a layering violation). `host` may
    	// also be an IP address.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  10. src/runtime/asm_amd64.s

    // internal linking. This is the entry point for the program from the
    // kernel for an ordinary -buildmode=exe program. The stack holds the
    // number of arguments and the C-style argv.
    TEXT _rt0_amd64(SB),NOSPLIT,$-8
    	MOVQ	0(SP), DI	// argc
    	LEAQ	8(SP), SI	// argv
    	JMP	runtime·rt0_go(SB)
    
    // main is common startup code for most amd64 systems when using
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
Back to top