Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for ServiceCIDRs (0.38 sec)

  1. pkg/proxy/iptables/proxier.go

    // called and the state is fully propagated to local cache.
    func (proxier *Proxier) OnNodeSynced() {
    }
    
    // OnServiceCIDRsChanged is called whenever a change is observed
    // in any of the ServiceCIDRs, and provides complete list of service cidrs.
    func (proxier *Proxier) OnServiceCIDRsChanged(_ []string) {}
    
    // portProtoHash takes the ServicePortName and protocol for a service
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/proxier.go

    // called and the state is fully propagated to local cache.
    func (proxier *Proxier) OnNodeSynced() {
    }
    
    // OnServiceCIDRsChanged is called whenever a change is observed
    // in any of the ServiceCIDRs, and provides complete list of service cidrs.
    func (proxier *Proxier) OnServiceCIDRsChanged(_ []string) {}
    
    // This is where all of the ipvs calls happen.
    func (proxier *Proxier) syncProxyRules() {
    	proxier.mu.Lock()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

              "type": "string"
            },
            "items": {
              "description": "items is the list of ServiceCIDRs.",
              "items": {
                "$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ServiceCIDR"
              },
              "type": "array"
            },
            "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    							Ref:         ref("k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"),
    						},
    					},
    					"items": {
    						SchemaProps: spec.SchemaProps{
    							Description: "items is the list of ServiceCIDRs.",
    							Type:        []string{"array"},
    							Items: &spec.SchemaOrArray{
    								Schema: &spec.Schema{
    									SchemaProps: spec.SchemaProps{
    										Default: map[string]interface{}{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top