Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for effective (0.15 sec)

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

    		expected: []message{
    			{msg.IneffectiveSelector, "RequestAuthentication default/ra-ineffective"},
    			{msg.IneffectiveSelector, "AuthorizationPolicy default/ap-ineffective"},
    			{msg.IneffectiveSelector, "WasmPlugin default/wasmplugin-ineffective"},
    			{msg.IneffectiveSelector, "Telemetry default/telemetry-ineffective"},
    		},
    	},
    }
    
    // regex patterns for analyzer names that should be explicitly ignored for testing
    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. pilot/pkg/model/gateway.go

    							// We cannot merge two HTTPS servers even if their TLS settings have same path to the keys, because we don't know if the contents
    							// of the keys are same. So we treat them as effectively different TLS settings.
    							// This check is largely redundant now since we create rds names for https using gateway name, namespace
    							// and validation ensures that all port names within a single gateway config are unique.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 26K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet.go

    	kl.probeManager.RemovePod(pod)
    
    	// Guard against consistency issues in KillPod implementations by checking that there are no
    	// running containers. This method is invoked infrequently so this is effectively free and can
    	// catch race conditions introduced by callers updating pod status out of order.
    	// TODO: have KillPod return the terminal status of stopped containers and write that into the
    	//  cache immediately
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * ✏️ Update highlighted line in `docs/en/docs/tutorial/bigger-applications.md`. PR [#5490](https://github.com/tiangolo/fastapi/pull/5490) by [@papb](https://github.com/papb).
    * 📝 Add External Link: Explore How to Effectively Use JWT With FastAPI. PR [#10212](https://github.com/tiangolo/fastapi/pull/10212) by [@aanchlia](https://github.com/aanchlia).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top