Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 210 for net (0.02 sec)

  1. pkg/kubelet/server/server.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package server
    
    import (
    	"context"
    	"crypto/tls"
    	"fmt"
    	"io"
    	"net"
    	"net/http"
    	"net/http/pprof"
    	"net/url"
    	"os"
    	"reflect"
    	goruntime "runtime"
    	"strconv"
    	"strings"
    	"time"
    
    	"github.com/emicklei/go-restful/v3"
    	cadvisormetrics "github.com/google/cadvisor/container"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 40.1K bytes
    - Viewed (0)
  2. src/crypto/tls/bogo_shim_test.go

    			if err != nil {
    				log.Fatalf("parse ech-config-list err: %s", err)
    			}
    			cfg.EncryptedClientHelloConfigList = echConfigList
    		}
    
    		conn, err := net.Dial("tcp", net.JoinHostPort("localhost", *port))
    		if err != nil {
    			log.Fatalf("dial err: %s", err)
    		}
    		defer conn.Close()
    
    		// Write the shim ID we were passed as a little endian uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:25:39 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/filterlatency/filterlatency_test.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package filterlatency
    
    import (
    	"context"
    	"net/http"
    	"net/http/httptest"
    	"testing"
    	"time"
    
    	sdktrace "go.opentelemetry.io/otel/sdk/trace"
    	"go.opentelemetry.io/otel/sdk/trace/tracetest"
    	noopoteltrace "go.opentelemetry.io/otel/trace/noop"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/ambient/services_test.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.
    
    package ambient
    
    import (
    	"net/netip"
    	"testing"
    
    	v1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    
    	networking "istio.io/api/networking/v1alpha3"
    	networkingclient "istio.io/client-go/pkg/apis/networking/v1alpha3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 12:29:55 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  5. pkg/kubelet/network/dns/dns_test.go

    package dns
    
    import (
    	"fmt"
    	"net"
    	"os"
    	"strconv"
    	"strings"
    	"testing"
    
    	v1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/types"
    	"k8s.io/apimachinery/pkg/util/sets"
    	"k8s.io/client-go/tools/record"
    	runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
    	"k8s.io/kubernetes/pkg/apis/core/validation"
    	netutils "k8s.io/utils/net"
    
    	"github.com/stretchr/testify/assert"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  6. pilot/pkg/bootstrap/server_test.go

    // limitations under the License.
    package bootstrap
    
    import (
    	"bytes"
    	"context"
    	"crypto/tls"
    	"fmt"
    	"net"
    	"net/http"
    	"os"
    	"path/filepath"
    	"testing"
    	"time"
    
    	. "github.com/onsi/gomega"
    	"golang.org/x/net/http2"
    	cert "k8s.io/api/certificates/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    
    	"istio.io/istio/pilot/pkg/features"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/go.mod

    	github.com/moby/spdystream v0.2.0
    	github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
    	github.com/onsi/ginkgo/v2 v2.19.0
    	github.com/spf13/pflag v1.0.5
    	github.com/stretchr/testify v1.8.4
    	golang.org/x/net v0.25.0
    	golang.org/x/time v0.3.0
    	gopkg.in/evanphx/json-patch.v4 v4.12.0
    	gopkg.in/inf.v0 v0.9.1
    	k8s.io/klog/v2 v2.120.1
    	k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 14:02:04 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/go.mod

    	go.etcd.io/etcd/raft/v3 v3.5.13 // indirect
    	go.etcd.io/etcd/server/v3 v3.5.13 // indirect
    	go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
    	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect
    	go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 // indirect
    	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 6K bytes
    - Viewed (0)
  9. src/cmd/go/internal/help/helpdoc.go

    	Launchpad (Bazaar)
    
    		import "launchpad.net/project"
    		import "launchpad.net/project/series"
    		import "launchpad.net/project/series/sub/directory"
    
    		import "launchpad.net/~user/project/branch"
    		import "launchpad.net/~user/project/branch/sub/directory"
    
    	IBM DevOps Services (Git)
    
    		import "hub.jazz.net/git/user/project"
    		import "hub.jazz.net/git/user/project/sub/directory"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  10. pilot/pkg/bootstrap/webhook.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package bootstrap
    
    import (
    	"crypto/tls"
    	"log"
    	"net/http"
    	"strings"
    
    	sec_model "istio.io/istio/pilot/pkg/security/model"
    	istiolog "istio.io/istio/pkg/log"
    )
    
    type httpServerErrorLogWriter struct{}
    
    // Webhook http.Server.ErrorLog handler specifically to filter
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 17:37:53 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top