Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 193 for config2 (0.12 sec)

  1. pilot/pkg/networking/core/sidecar_simulation_test.go

    				"inbound|8081||": {string(serviceAlt.Hostname), string(service.Hostname)},
    			},
    		},
    		{
    			name: "ingress to same port",
    			configs: []config.Config{
    				{
    					Meta: config.Meta{GroupVersionKind: gvk.Sidecar, Namespace: "default", Name: "sidecar"},
    					Spec: &networking.Sidecar{Ingress: []*networking.IstioIngressListener{{
    						Port: &networking.SidecarPort{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  2. .bazelrc

    test:rbe_cross_compile_linux_arm64 --config=rbe_cross_compile_base
    
    # RBE cross-compile configs for XLA Linux Aarch64
    build:rbe_cross_compile_linux_arm64_xla --config=cross_compile_linux_arm64_xla
    build:rbe_cross_compile_linux_arm64_xla --config=rbe_cross_compile_base_xla
    test:rbe_cross_compile_linux_arm64_xla --config=rbe_cross_compile_base_xla
    
    # END LINUX AARCH64 CROSS-COMPILE CONFIGS
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  3. pilot/pkg/security/authn/policy_applier_test.go

    	tests := []struct {
    		name    string
    		configs []*config.Config
    		want    MergedPeerAuthentication
    	}{
    		{
    			name:    "no config",
    			configs: []*config.Config{},
    			want: MergedPeerAuthentication{
    				Mode: model.MTLSPermissive,
    			},
    		},
    		{
    			name: "mesh only",
    			configs: []*config.Config{
    				{
    					Meta: config.Meta{
    						Name:      "default",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  4. pilot/pkg/model/push_context.go

    }
    
    // Testing Only. This allows tests to inject a config without having the mock.
    func (ps *PushContext) SetDestinationRulesForTesting(configs []config.Config) {
    	ps.setDestinationRules(configs)
    }
    
    // sortConfigBySelectorAndCreationTime sorts the list of config objects based on priority and creation time.
    func sortConfigBySelectorAndCreationTime(configs []config.Config) []config.Config {
    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. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    		},
    		{
    			desc:    "Unable to decode",
    			config:  "testdata/invalid-configs/kms/invalid-gvk.yaml",
    			want:    nil,
    			wantErr: `error decoding encryption provider configuration file`,
    		},
    		{
    			desc:    "Unexpected config type",
    			config:  "testdata/invalid-configs/kms/invalid-config-type.yaml",
    			want:    nil,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  6. istioctl/pkg/describe/describe.go

    // and rootNamespaces configs, caller should be responsible for controlling configs passed
    // in.
    func findMatchedConfigs(podsLabels klabels.Set, configs []*config.Config) []*config.Config {
    	var cfgs []*config.Config
    
    	for _, cfg := range configs {
    		cfg := cfg
    		labels := cfg.Spec.(Workloader).GetSelector().GetMatchLabels()
    		selector := klabels.SelectorFromSet(labels)
    		if selector.Matches(podsLabels) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/adminlte.min.js.map

     if (this._config.class) {\n        toast.addClass(this._config.class)\n      }\n\n      if (this._config.delay && this._config.delay != 500) {\n        toast.data('delay', this._config.delay)\n      }\n\n      var toast_header = $('<div class=\"toast-header\">')\n\n      if (this._config.image != null) {\n        var toast_image = $('<img />').addClass('rounded mr-2').attr('src', this._config.image).attr('alt', this._config.imageAlt)\n        \n        if (this._config.imageHeight != null) {\n ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 77K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/bootstrap.min.js

    {return e._handlePopperPlacementChange(t)}},{},this.config.popperConfig)},t._getOffset=function(){var e=this,t={};return"function"==typeof this.config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,{},e.config.offset(t.offsets,e.element)||{}),t}:t.offset=this.config.offset,t},t._getContainer=function(){return!1===this.config.container?document.body:_.isElement(this.config.container)?g(this.config.container):g(document).find(this.config.container)},t._getAttachment=function(t){return Re[...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 58.6K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/route/route_test.go

    		g := NewWithT(t)
    		virtualService := config.Config{
    			Meta: config.Meta{
    				GroupVersionKind: gvk.VirtualService,
    				Name:             "acme",
    			},
    			Spec: virtualServiceWithSubset,
    		}
    		cg := core.NewConfigGenTest(t, core.TestOptions{
    			Services: exampleService,
    			Configs: []config.Config{
    				virtualService,
    				{
    					Meta: config.Meta{
    						GroupVersionKind: gvk.DestinationRule,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/httproute_test.go

    		if config.Name != expectedVS[i] {
    			t.Fatalf("Unexpected virtualService, got %s, expected %s", config.Name, expectedVS[i])
    		}
    	}
    }
    
    func testSidecarRDSVHosts(t *testing.T, services []*model.Service,
    	sidecarConfig *config.Config, virtualServices []*config.Config, routeName string,
    	expectedHosts map[string]map[string]bool, expectedRoutes int, registryOnly bool,
    ) {
    	m := mesh.DefaultMeshConfig()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 51.4K bytes
    - Viewed (0)
Back to top