Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for External (0.28 sec)

  1. pkg/config/analysis/analyzers/analyzers_test.go

    		expected: []message{
    			{msg.InvalidExternalControlPlaneConfig, "MutatingWebhookConfiguration istio-sidecar-injector-external-istiod"},
    			{msg.InvalidExternalControlPlaneConfig, "ValidatingWebhookConfiguration istio-validator-external-istiod"},
    		},
    	},
    	{
    		name:       "externalControlPlaneMissingWebhooks",
    		inputFiles: []string{"testdata/externalcontrolplane-missing-urls-custom-ns.yaml"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  2. cmd/object-multipart-handlers.go

    	"github.com/minio/minio/internal/amztime"
    	sse "github.com/minio/minio/internal/bucket/encryption"
    	objectlock "github.com/minio/minio/internal/bucket/object/lock"
    	"github.com/minio/minio/internal/bucket/replication"
    	"github.com/minio/minio/internal/config/dns"
    	"github.com/minio/minio/internal/config/storageclass"
    	"github.com/minio/minio/internal/crypto"
    	"github.com/minio/minio/internal/etag"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 38.8K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/stream_executor/stream_executor.cc

      // Ownership is transferred to the caller.
      absl::StatusOr<std::unique_ptr<DeviceDescription>> CreateDeviceDescription()
          const override {
        OwnedTFStatus c_status(TF_NewStatus());
    
        internal::DeviceDescriptionBuilder builder;
        if (device_.hardware_name != nullptr) {
          builder.set_name(device_.hardware_name);
        }
        if (device_.device_vendor != nullptr) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 14 07:39:19 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/listener_waypoint.go

    	// hostname purely to match to the Service VIP. So we only need a single VHost, with routes compute based on the VS.
    	// For destinations, we need to hit the inbound clusters if it is an internal destination, otherwise outbound.
    	routes, err := lb.waypointInboundRoute(vs, cc.port.Port)
    	if err != nil {
    		return buildSidecarInboundHTTPRouteConfig(lb, cc)
    	}
    
    	inboundVHost := &route.VirtualHost{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top