Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetChain (0.17 sec)

  1. pkg/proxy/iptables/proxier_test.go

    			}
    		})
    	}
    
    	// Sort KUBE-NODEPORTS chains by service name
    	chain, _ := dump.GetChain(utiliptables.TableFilter, kubeNodePortsChain)
    	if chain != nil {
    		sort.SliceStable(chain.Rules, func(i, j int) bool {
    			return orderByCommentServiceName(chain.Rules[i], chain.Rules[j])
    		})
    	}
    	chain, _ = dump.GetChain(utiliptables.TableNAT, kubeNodePortsChain)
    	if chain != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
Back to top