Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 103 for responses (0.36 sec)

  1. pilot/pkg/config/kube/crd/conversion.go

    	}
    
    	return varr, others, nil
    }
    
    // ParseInputs reads multiple documents from `kubectl` output and checks with
    // the schema. It also returns the list of unrecognized kinds as the second
    // response.
    //
    // NOTE: This function only decodes a subset of the complete k8s
    // ObjectMeta as identified by the fields in model.Meta. This
    // would typically only be a problem if a user dumps an configuration
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 18:26:16 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  2. operator/cmd/mesh/install.go

    	// to take effect.
    	ReadinessTimeout time.Duration
    	// SkipConfirmation determines whether the user is prompted for confirmation.
    	// If set to true, the user is not prompted and a Yes response is assumed in all cases.
    	SkipConfirmation bool
    	// Force proceeds even if there are validation errors
    	Force bool
    	// Verify after installation
    	Verify bool
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:35 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  3. tests/integration/security/sds_ingress/ingress_test.go

    // (2) Rotates key/cert by deleting the secret generated in (1) and
    // replacing it a new secret with a different server key/cert.
    // (3) verify that client using older CA cert gets a 404 response
    // (4) verify that client using the newer CA cert is able to establish TLS connection
    // to deliver the HTTPS request.
    func TestSingleTlsGateway_SecretRotation(t *testing.T) {
    	framework.
    		NewTest(t).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  4. pilot/pkg/model/push_context.go

    	ProxyRequest TriggerReason = "proxyrequest"
    	// DependentResource describes a push triggered based on a proxy request for a
    	// resource that depends on this resource (e.g. a CDS request triggers an EDS response as well)
    	// This is mainly used in Delta for now.
    	DependentResource TriggerReason = "depdendentresource"
    	// NamespaceUpdate describes a push triggered by a Namespace change
    	NamespaceUpdate TriggerReason = "namespace"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  5. pkg/adsc/delta_test.go

    		for _, response := range item.serverResponses {
    			expected[response.TypeUrl] = response
    		}
    		tc := testCase{
    			desc:     desc.desc,
    			inClient: NewDeltaWithBackoffPolicy("", &DeltaADSConfig{}, nil),
    			deltaHandler: func(delta discovery.AggregatedDiscoveryService_DeltaAggregatedResourcesServer) error {
    				for _, response := range desc.serverResponses {
    					_ = delta.Send(response)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 09:32:41 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  6. pkg/test/echo/server/forwarder/http.go

    	// Process the response.
    	err = processHTTPResponse(requestID, httpResp, &outBuffer)
    
    	// Extract the output string.
    	return outBuffer.String(), err
    }
    
    func processHTTPResponse(requestID int, httpResp *http.Response, outBuffer *bytes.Buffer) error {
    	// Make sure we close the body before exiting.
    	defer func() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 13:56:46 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  7. pkg/adsc/delta.go

    				time.AfterFunc(c.cfg.BackoffPolicy.NextBackOff(), c.reconnect)
    			} else {
    				c.Close()
    			}
    			return
    		}
    		deltaLog.Infof("Received response: %s", msg.TypeUrl)
    		if err := c.handleDeltaResponse(msg); err != nil {
    			deltaLog.Infof("Handle response %s failed: %v", msg.TypeUrl, err)
    			c.Close()
    			return
    		}
    		c.mutex.Lock()
    		c.lastReceived[msg.TypeUrl] = msg
    		c.mutex.Unlock()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 09:32:41 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  8. pilot/pkg/model/test/mockopenidserver.go

    	serverMutex = &sync.Mutex{}
    )
    
    const (
    	// JwtPubKey1 is the response to 1st call for JWT public key returned by mock server.
    	JwtPubKey1 = `{ "keys": [ { "kid": "fakeKey1_1", "alg": "RS256", "kty": "RSA", "n": "abc", "e": "def" },
    			{ "kid": "fakeKey1_2", "alg": "RS256", "kty": "RSA", "n": "123", "e": "456" } ] }`
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 09:47:21 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  9. pkg/xds/server.go

    	// NonceSent is the nonce sent in the last sent response. If it is equal with NonceAcked, the
    	// last message has been processed. If empty: we never sent a message of this type.
    	NonceSent string
    
    	// NonceAcked is the last acked message.
    	NonceAcked string
    
    	// AlwaysRespond, if true, will ensure that even when a request would otherwise be treated as an
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 20:55:20 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  10. pilot/pkg/xds/rds_test.go

    		},
    		{
    			"gateway_new",
    			gatewayID(gatewayIP),
    			[]string{"http.80", "https.443.https.my-gateway.testns"},
    		},
    		{
    			// Even if we get a bad route, we should still send Envoy an empty response, rather than
    			// ignore it. If we ignore the route, the listeners can get stuck waiting forever.
    			"sidecar_badroute",
    			sidecarID(app3Ip, "app3"),
    			[]string{"ht&p"},
    		},
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top