Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 1,124 for Terminate (0.88 sec)

  1. licenses/github.com/hashicorp/hcl/LICENSE

    5. Termination
    
    5.1. The rights granted under this License will terminate automatically if You
         fail to comply with any of its terms. However, if You become compliant,
         then the rights granted under this License from a particular Contributor
         are reinstated (a) provisionally, unless and until such Contributor
         explicitly and finally terminates Your grants, and (b) on an ongoing basis,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  2. src/go/internal/srcimporter/srcimporter_test.go

    		}
    	}
    
    	// check embedded interfaces (they are named, too)
    	for i := 0; i < iface.NumEmbeddeds(); i++ {
    		// embedding of interfaces cannot have cycles; recursion will terminate
    		verifyInterfaceMethodRecvs(t, iface.Embedded(i), level+1)
    	}
    }
    
    func TestReimport(t *testing.T) {
    	if !testenv.HasSrc() {
    		t.Skip("no source code available")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/filterchain_options.go

    	// Transport protocol of the filter chain match. "tls" or empty
    	TransportProtocol string
    	// Filter chain protocol. HTTP for HTTP proxy and TCP for TCP proxy
    	Protocol networking.ListenerProtocol
    	// Whether this chain should terminate TLS or not
    	TLS bool
    }
    
    // Set of filter chain match options used for various combinations.
    var (
    	// Same as inboundPermissiveFilterChainMatchOptions except for following case:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/graceful_termination.go

    func (m *GracefulTerminationManager) InTerminationList(uniqueRS string) bool {
    	_, exist := m.rsList.exist(uniqueRS)
    	return exist
    }
    
    // GracefulDeleteRS to update rs weight to 0, and add rs to graceful terminate list
    func (m *GracefulTerminationManager) GracefulDeleteRS(vs *utilipvs.VirtualServer, rs *utilipvs.RealServer) error {
    	// Try to delete rs before add it to graceful delete list
    	ele := &listItem{
    		VirtualServer: vs,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/networking/v1beta1/generated.proto

    }
    
    // Ingress is a collection of rules that allow inbound connections to reach the
    // endpoints defined by a backend. An Ingress can be configured to give services
    // externally-reachable urls, load balance traffic, terminate SSL, offer name
    // based virtual hosting etc.
    message Ingress {
      // Standard object's metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  6. tests/integration/pilot/gateway_test.go

            from: All
        tls:
          mode: Terminate
          certificateRefs:
          - kind: Secret
            name: test-gateway-cert-cross
            namespace: "%s"
      - name: tls-same
        hostname: same-namespace.domain.example
        port: 443
        protocol: HTTPS
        allowedRoutes:
          namespaces:
            from: All
        tls:
          mode: Terminate
          certificateRefs:
          - kind: Secret
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  7. pkg/kubelet/prober/worker.go

    		klog.V(3).InfoS("No status for pod", "pod", klog.KObj(w.pod))
    		return true
    	}
    
    	// Worker should terminate if pod is terminated.
    	if status.Phase == v1.PodFailed || status.Phase == v1.PodSucceeded {
    		klog.V(3).InfoS("Pod is terminated, exiting probe worker",
    			"pod", klog.KObj(w.pod), "phase", status.Phase)
    		return false
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 27 01:28:06 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  8. licenses/github.com/hashicorp/errwrap/LICENSE

    5. Termination
    
    5.1. The rights granted under this License will terminate automatically if You
         fail to comply with any of its terms. However, if You become compliant,
         then the rights granted under this License from a particular Contributor
         are reinstated (a) provisionally, unless and until such Contributor
         explicitly and finally terminates Your grants, and (b) on an ongoing basis,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  9. pilot/test/xdstest/validate.go

    		if m == nil {
    			continue
    		}
    		// if we are matching TLS traffic and doing HTTP traffic, we must terminate the TLS
    		if m.TransportProtocol == xdsfilters.TLSTransportProtocol && fc.TransportSocket == nil && ExtractHTTPConnectionManager(t, fc) != nil {
    			t.Errorf("listener %v is invalid: tls traffic may not be terminated: %v", l.Name, Dump(t, fc))
    		}
    	}
    }
    
    // Validate a tls inspect filter is added whenever it is needed
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  10. licenses/github.com/hashicorp/go-multierror/LICENSE

    5. Termination
    
    5.1. The rights granted under this License will terminate automatically if You
         fail to comply with any of its terms. However, if You become compliant,
         then the rights granted under this License from a particular Contributor
         are reinstated (a) provisionally, unless and until such Contributor
         explicitly and finally terminates Your grants, and (b) on an ongoing basis,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
Back to top