Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for relocs (0.08 sec)

  1. pkg/registry/core/service/storage/storage_test.go

    			if err != nil {
    				t.Fatalf("unexpected error creating service: %v", err)
    			}
    			createdSvc := obj.(*api.Service)
    
    			if tc.verifyDryAllocs {
    				// Dry allocs means no allocs on create.  Ensure values were
    				// NOT allocated.
    				proveClusterIPsDeallocated(t, storage, nil, createdSvc)
    			} else {
    				// Ensure IPs were allocated
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// defaultTemplates: ["sidecar", "hello"]
    	DefaultTemplates []string `protobuf:"bytes,24,rep,name=defaultTemplates,proto3" json:"defaultTemplates,omitempty"`
    	// If enabled, the legacy webhook selection logic will be used. This relies on filtering of webhook
    	// requests in Istiod, rather than at the webhook selection level.
    	// This is option is intended for migration purposes only and will be removed in Istio 1.10.
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top