Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 949 for discovered (0.33 sec)

  1. src/internal/poll/fd_windows.go

    	if len(b) > 0 {
    		fd.lastbits = make([]byte, len(b))
    		copy(fd.lastbits, b)
    	}
    	// syscall.WriteConsole seems to fail, if given large buffer.
    	// So limit the buffer to 16000 characters. This number was
    	// discovered by experimenting with syscall.WriteConsole.
    	const maxWrite = 16000
    	for len(runes) > 0 {
    		m := len(runes)
    		if m > maxWrite {
    			m = maxWrite
    		}
    		chunk := runes[:m]
    		runes = runes[m:]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 16:50:42 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/cel/openapi/resolver/discovery.go

    	"fmt"
    	"strings"
    
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/client-go/discovery"
    	"k8s.io/kube-openapi/pkg/validation/spec"
    )
    
    // ClientDiscoveryResolver uses client-go discovery to resolve schemas at run time.
    type ClientDiscoveryResolver struct {
    	Discovery discovery.DiscoveryInterface
    }
    
    var _ SchemaResolver = (*ClientDiscoveryResolver)(nil)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 17:23:50 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.25.md

    This release contains changes that address the following vulnerabilities:
    
    ### CVE-2023-5528: Insufficient input sanitization in in-tree storage plugin leads to privilege escalation on Windows nodes
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  4. cmd/kube-controller-manager/app/discovery.go

    		ctx,
    		controllerContext.InformerFactory.Core().V1().Pods(),
    		controllerContext.InformerFactory.Core().V1().Services(),
    		controllerContext.InformerFactory.Core().V1().Nodes(),
    		controllerContext.InformerFactory.Discovery().V1().EndpointSlices(),
    		controllerContext.ComponentConfig.EndpointSliceController.MaxEndpointsPerSlice,
    		controllerContext.ClientBuilder.ClientOrDie("endpointslice-controller"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 11:28:02 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  5. src/runtime/mpagealloc.go

    	// first free page of memory. To begin with, the range reflects the
    	// full process address space.
    	//
    	// firstFree is updated by calling foundFree each time free space in the
    	// heap is discovered.
    	//
    	// At the end of the search, base.addr() is the best new
    	// searchAddr we could deduce in this search.
    	firstFree := struct {
    		base, bound offAddr
    	}{
    		base:  minOffAddr,
    		bound: maxOffAddr,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 39.2K bytes
    - Viewed (0)
  6. src/image/draw/draw.go

    	}
    	pxRGBA := func(x, y int) (r, g, b, a uint32) { return src.At(x, y).RGBA() }
    	// Fast paths for special cases to avoid excessive use of the color.Color
    	// interface which escapes to the heap but need to be discovered for
    	// each pixel on r. See also https://golang.org/issues/15759.
    	switch src0 := src.(type) {
    	case *image.RGBA:
    		pxRGBA = func(x, y int) (r, g, b, a uint32) { return src0.RGBAAt(x, y).RGBA() }
    	case *image.NRGBA:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 17:08:05 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_pods_test.go

    				# TYPE kubelet_orphaned_runtime_pods_total counter
    				kubelet_orphaned_runtime_pods_total 0
    				`,
    				// Note that this test simulates a net-new pod being discovered during HandlePodCleanups that was not
    				// delivered to the pod worker via HandlePodAdditions - there is no *known* scenario that can happen, but
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/memory/discovery.go

    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/maps"
    	"istio.io/istio/pkg/slices"
    	"istio.io/istio/pkg/util/sets"
    	"istio.io/istio/pkg/workloadapi"
    )
    
    // ServiceDiscovery is a mock discovery interface
    type ServiceDiscovery struct {
    	services map[host.Name]*model.Service
    
    	handlers model.ControllerHandlers
    
    	networkGateways []model.NetworkGateway
    	model.NetworkGatewaysHandler
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 23:10:01 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  9. pilot/pkg/xds/discovery.go

    // limitations under the License.
    
    package xds
    
    import (
    	"context"
    	"fmt"
    	"sort"
    	"strconv"
    	"sync"
    	"time"
    
    	discovery "github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3"
    	"github.com/google/uuid"
    	"go.uber.org/atomic"
    	"golang.org/x/time/rate"
    	"google.golang.org/grpc"
    
    	"istio.io/istio/pilot/pkg/autoregistration"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 20:21:09 UTC 2024
    - 19K bytes
    - Viewed (1)
  10. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    If you can't find a type-safe accessor, _fall back to using the normal API_ for the corresponding types.
    To do that, you need to know the names and/or types of the configured model elements.
    We'll now show you how those can be discovered by looking at the above script in detail.
    
    ==== Artifact configurations
    
    The following sample demonstrates how to reference and configure artifact configurations without type accessors:
    
    .Artifact configurations
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top