Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 155 for Messages (0.12 sec)

  1. tests/integration/pilot/revisions/uninstall_test.go

    				}
    				_, actualError, _ := istioCtl.Invoke(uninstallCmd)
    				if !strings.Contains(actualError, revisionNotFound) {
    					scopes.Framework.Errorf("istioctl uninstall command expects to fail with error message: %s, but got: %s", revisionNotFound, actualError)
    				}
    			})
    		})
    }
    
    func TestUninstallWithSetFlag(t *testing.T) {
    	framework.
    		NewTest(t).
    		Run(func(t framework.TestContext) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  2. pkg/config/validation/envoyfilter/envoyfilter_test.go

    		t.Fatalf("got warning=%v but wanted warning=%v", gotWarning, wantWarning)
    	}
    }
    
    func TestValidateEnvoyFilter(t *testing.T) {
    	tests := []struct {
    		name    string
    		in      proto.Message
    		error   string
    		warning string
    	}{
    		{name: "empty filters", in: &networking.EnvoyFilter{}, error: ""},
    		{name: "labels not defined in workload selector", in: &networking.EnvoyFilter{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 00:31:03 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  3. pkg/config/constants/constants.go

    	// This used to use the no longer supported default K8S signer.
    	// Deprecated - used to detect the old setting and generate the error message.
    	CertProviderKubernetes = "kubernetes"
    	// CertProviderKubernetesSignerPrefix uses the Kubernetes CSR API and the specified signer to generate a DNS certificate for the control plane
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 10K bytes
    - Viewed (0)
  4. pkg/log/config_test.go

    		zap.L().Warn("zap-warn")
    		zap.L().Info("zap-info")
    		zap.L().Debug("zap-debug")
    
    		l := zap.L().With(zap.String("a", "b"))
    		l.Error("zap-with")
    
    		entry := zapcore.Entry{
    			Message: "zap-write",
    			Level:   zapcore.ErrorLevel,
    		}
    		_ = zap.L().Core().Write(entry, nil)
    
    		defaultScope.SetOutputLevel(NoneLevel)
    		grpcScope.SetOutputLevel(NoneLevel)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 26 20:38:10 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. pkg/kube/inject/webhook.go

    			env = strings.ToUpper(k) // if not found, use the custom env directly
    		}
    		if env != "" {
    			newEnvs[env] = res[i+1]
    		}
    	}
    
    	return newEnvs
    }
    
    func handleError(message string) {
    	log.Errorf(message)
    	totalFailedInjections.Increment()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  6. pkg/kube/multicluster/secretcontroller.go

    	// Intentionally no lock. The controller today requires that handlers are registered before execution and not in parallel.
    	c.handlers = append(c.handlers, h)
    }
    
    // Run starts the controller until it receives a message over stopCh
    func (c *Controller) Run(stopCh <-chan struct{}) error {
    	// run handlers for the config cluster; do not store this *Cluster in the ClusterStore or give it a SyncTimeout
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 02:13:10 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  7. pilot/pkg/autoregistration/controller_test.go

    			Healthy: true,
    		})
    		checkHealthOrFail(t, store, p, true)
    	})
    	t.Run("auto registered unhealthy health", func(t *testing.T) {
    		ig.QueueWorkloadEntryHealth(p, HealthEvent{
    			Healthy: false,
    			Message: "lol health bad",
    		})
    		checkHealthOrFail(t, store, p, false)
    	})
    }
    
    func TestWorkloadEntryFromGroup(t *testing.T) {
    	group := config.Config{
    		Meta: config.Meta{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 00:00:36 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                  x-kubernetes-validations:
                                  - message: value must be set when operation is UPSERT
                                    rule: '((has(self.operation) ? self.operation : '''')
                                      == ''UPSERT'') ? self.value != '''' : true'
                                  - message: value must not be set when operation is REMOVE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  9. pkg/config/validation/validation.go

    	"istio.io/istio/pkg/util/sets"
    )
    
    // Constants for duration fields
    const (
    	// UnixAddressPrefix is the prefix used to indicate an address is for a Unix Domain socket. It is used in
    	// ServiceEntry.Endpoint.Address message.
    	UnixAddressPrefix = "unix://"
    
    	matchExact  = "exact:"
    	matchPrefix = "prefix:"
    )
    
    var validHeaderRegex = regexp.MustCompile("^[-_A-Za-z0-9]+$")
    
    const (
    	kb = 1024
    	mb = 1024 * kb
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/values_types.proto

    // See https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16
    message STSConfig {
      uint32 servicePort = 1;
    }
    
    message IstiodConfig {
      // If enabled, istiod will perform config analysis
      google.protobuf.BoolValue enableAnalysis = 2;
    }
    
    // GlobalLoggingConfig specifies the global logging level settings for the Istio control plane components.
    message GlobalLoggingConfig {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
Back to top