Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 46 for serverAddressByClientCIDRs (0.43 sec)

  1. api/openapi-spec/v3/api_openapi.json

                "type": "string"
              },
              "serverAddressByClientCIDRs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/root.go

    	}
    
    	clientIP := utilnet.GetClientIP(req)
    	serverCIDR := s.addresses.ServerAddressByClientCIDRs(clientIP)
    	groups := make([]metav1.APIGroup, len(orderedGroups))
    	for i := range orderedGroups {
    		groups[i] = orderedGroups[i]
    		groups[i].ServerAddressByClientCIDRs = serverCIDR
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 22:44:49 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__internal.apiserver.k8s.io_openapi.json

                  }
                ],
                "default": {},
                "description": "preferredVersion is the version preferred by the API server, which probably is the storage version."
              },
              "serverAddressByClientCIDRs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__node.k8s.io_openapi.json

                  }
                ],
                "default": {},
                "description": "preferredVersion is the version preferred by the API server, which probably is the storage version."
              },
              "serverAddressByClientCIDRs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__rbac.authorization.k8s.io_openapi.json

                  }
                ],
                "default": {},
                "description": "preferredVersion is the version preferred by the API server, which probably is the storage version."
              },
              "serverAddressByClientCIDRs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.deepcopy.go

    		in, out := &in.Versions, &out.Versions
    		*out = make([]GroupVersionForDiscovery, len(*in))
    		copy(*out, *in)
    	}
    	out.PreferredVersion = in.PreferredVersion
    	if in.ServerAddressByClientCIDRs != nil {
    		in, out := &in.ServerAddressByClientCIDRs, &out.ServerAddressByClientCIDRs
    		*out = make([]ServerAddressByClientCIDR, len(*in))
    		copy(*out, *in)
    	}
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 01 10:00:25 UTC 2023
    - 32.2K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__networking.k8s.io_openapi.json

                  }
                ],
                "default": {},
                "description": "preferredVersion is the version preferred by the API server, which probably is the storage version."
              },
              "serverAddressByClientCIDRs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__resource.k8s.io_openapi.json

                  }
                ],
                "default": {},
                "description": "preferredVersion is the version preferred by the API server, which probably is the storage version."
              },
              "serverAddressByClientCIDRs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__autoscaling_openapi.json

                  }
                ],
                "default": {},
                "description": "preferredVersion is the version preferred by the API server, which probably is the storage version."
              },
              "serverAddressByClientCIDRs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__apiextensions.k8s.io_openapi.json

                  }
                ],
                "default": {},
                "description": "preferredVersion is the version preferred by the API server, which probably is the storage version."
              },
              "serverAddressByClientCIDRs": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
Back to top