Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for dumpling (0.15 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. 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)
  3. 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)
Back to top