Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for INTERNAL (0.11 sec)

  1. pilot/pkg/networking/core/listener_test.go

    	tests := []struct {
    		name        string
    		instances   []*model.ServiceInstance
    		services    []*model.Service
    		listenersOn string
    	}{
    		{
    			name: "internal k8s service with ipv4 & ipv6 endpoint for Kubernetes TCP protocol",
    			instances: []*model.ServiceInstance{
    				buildServiceInstance(svc, "10.10.10.10"),
    				buildServiceInstance(svc, "fd00:10:244:1::11"),
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  2. cluster/gce/windows/k8s-node-setup.psm1

      #   POD_CIDR: the pod CIDR assigned to this node.
      #   POD_GATEWAY: the gateway IP.
      #   MGMT_IP: the IP address assigned to the node's primary network interface
      #     (i.e. the internal IP of the GCE VM).
      #   SERVICE_CIDR: the CIDR used for kubernetes services.
      #   DNS_SERVER_IP: the cluster's DNS server IP address.
      #   DNS_DOMAIN: the cluster's DNS domain, e.g. "cluster.local".
      #
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    	if err := store.GuaranteedUpdate(ctx, preset[1].key, &example.Pod{}, false, nil, updateFunc, preset[1].obj); err == nil {
    		t.Errorf("Unexpected error: %v", err)
    	}
    
    	// Delete fails with internal error.
    	if err := store.Delete(ctx, preset[1].key, &example.Pod{}, nil, storage.ValidateAllObjectFunc, nil); !storage.IsInternalError(err) {
    		t.Errorf("Unexpected error: %v", err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
Back to top