Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for dumpling (0.16 sec)

  1. pkg/proxy/iptables/proxier_test.go

    		// didn't create them itself.
    		jumpedChains.Delete("ACCEPT", "REJECT", "DROP", "MARK", "RETURN", "DNAT", "SNAT", "MASQUERADE")
    
    		// Find cases where we have "-A FOO ... -j BAR" but no ":BAR", meaning
    		// that we are jumping to a chain that was not created.
    		missingChains := jumpedChains.Difference(createdChains)
    		missingChains = missingChains.Union(filledChains.Difference(createdChains))
    		if len(missingChains) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.26.md

    - Refactored `test/e2e/framework` so that the core framework is smaller. Optional functionality like resource monitoring, log size monitoring, metrics gathering and debug information dumping must be imported by specific e2e test suites. Init packages are provided which can be imported to re-enable the functionality that traditionally was in the core framework. If you have code that no longer compiles because of this PR, you can use the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  3. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	//
    	// Examples: custom-pilot, docker.io/someuser:custom-pilot
    	Image string `protobuf:"bytes,6,opt,name=image,proto3" json:"image,omitempty"`
    	// Trace sampling fraction.
    	//
    	// Used to set the fraction of time that traces are sampled. Higher values are more accurate but add CPU overhead.
    	//
    	// Allowed values: 0.0 to 1.0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  4. ChangeLog.md

    - [`KT-56551`](https://youtrack.jetbrains.com/issue/KT-56551) LL FIR: implement parallel resolve for jumping phases
    - [`KT-65223`](https://youtrack.jetbrains.com/issue/KT-65223) Psi: avoid KtFile usages
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.8.md

    * allow windows mount path ([#51240](https://github.com/kubernetes/kubernetes/pull/51240), [@andyzhangx](https://github.com/andyzhangx))
    * Reduce log noise produced by prometheus-to-sd, by bumping it to version 0.2.2. ([#54635](https://github.com/kubernetes/kubernetes/pull/54635), [@loburm](https://github.com/loburm))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
Back to top