Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,122 for apiservers (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/peerproxy/peerproxy_handler.go

    	"k8s.io/apimachinery/pkg/util/proxy"
    	"k8s.io/apiserver/pkg/endpoints/handlers/responsewriters"
    	epmetrics "k8s.io/apiserver/pkg/endpoints/metrics"
    	apirequest "k8s.io/apiserver/pkg/endpoints/request"
    	"k8s.io/apiserver/pkg/endpoints/responsewriter"
    	"k8s.io/apiserver/pkg/reconcilers"
    	"k8s.io/apiserver/pkg/storageversion"
    	"k8s.io/apiserver/pkg/util/peerproxy/metrics"
    	apiserverproxyutil "k8s.io/apiserver/pkg/util/proxy"
    	"k8s.io/client-go/tools/cache"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 19 00:36:22 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  2. pkg/controlplane/reconcilers/reconcilers.go

    	// understand the requirements.
    	//
    	// Requirements:
    	//  * All apiservers MUST use the same ports for their {rw, ro} services.
    	//  * All apiservers MUST use ReconcileEndpoints and only ReconcileEndpoints to manage the
    	//      endpoints for their {rw, ro} services.
    	//  * ReconcileEndpoints is called periodically from all apiservers.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 26 13:49:31 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  3. pkg/controlplane/apiserver/options/options.go

    	// PeerCAFile is the ca bundle used by this kube-apiserver to verify peer apiservers'
    	// serving certs when routing a request to the peer in the case the request can not be served
    	// locally due to version skew.
    	PeerCAFile string
    
    	// PeerAdvertiseAddress is the IP for this kube-apiserver which is used by peer apiservers to route a request
    	// to this apiserver. This happens in cases where the peer is not able to serve the request due to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 12:19:56 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/reconcilers/peer_endpoint_lease.go

    	"k8s.io/apimachinery/pkg/util/runtime"
    	"k8s.io/apimachinery/pkg/util/wait"
    	apirequest "k8s.io/apiserver/pkg/endpoints/request"
    	"k8s.io/apiserver/pkg/registry/rest"
    	"k8s.io/apiserver/pkg/storage"
    	"k8s.io/apiserver/pkg/storage/storagebackend"
    	storagefactory "k8s.io/apiserver/pkg/storage/storagebackend/factory"
    )
    
    const (
    	APIServerIdentityLabel = "apiserverIdentity"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 09:23:05 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  5. pkg/controlplane/reconcilers/instancecount.go

    //     endpoints for their {rw, ro} services.
    //   - All apiservers MUST know and agree on the number of apiservers expected
    //     to be running (c.masterCount).
    //   - ReconcileEndpoints is called periodically from all apiservers.
    func (r *masterCountEndpointReconciler) ReconcileEndpoints(serviceName string, ip net.IP, endpointPorts []corev1.EndpointPort, reconcilePorts bool) error {
    	r.reconcilingLock.Lock()
    	defer r.reconcilingLock.Unlock()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 7.2K bytes
    - Viewed (0)
  6. pkg/controlplane/apiserver/peer.go

    limitations under the License.
    */
    
    package apiserver
    
    import (
    	"fmt"
    	"net"
    	"strconv"
    	"time"
    
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apiserver/pkg/reconcilers"
    	genericapiserver "k8s.io/apiserver/pkg/server"
    	serverstorage "k8s.io/apiserver/pkg/server/storage"
    	"k8s.io/apiserver/pkg/storageversion"
    	utilpeerproxy "k8s.io/apiserver/pkg/util/peerproxy"
    	clientgoinformers "k8s.io/client-go/informers"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 08:15:02 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. pkg/apis/apiserverinternal/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // +k8s:deepcopy-gen=package
    // +groupName=internal.apiserver.k8s.io
    
    // Package apiserverinternal contains the "internal" version of the API used by
    // the apiservers themselves.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 08 21:34:55 UTC 2020
    - 834 bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apiserverinternal/v1alpha1/doc.go

    limitations under the License.
    */
    
    // +k8s:deepcopy-gen=package
    // +k8s:protobuf-gen=package
    // +k8s:openapi-gen=true
    
    // +groupName=internal.apiserver.k8s.io
    
    // Package v1alpha1 contains the v1alpha1 version of the API used by the
    // apiservers themselves.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 08 21:34:55 UTC 2020
    - 862 bytes
    - Viewed (0)
  9. pkg/apis/apiserverinternal/v1alpha1/doc.go

    // +k8s:defaulter-gen=TypeMeta
    // +k8s:defaulter-gen-input=k8s.io/api/apiserverinternal/v1alpha1
    
    // +groupName=internal.apiserver.k8s.io
    
    // Package v1alpha1 contains the v1alpha1 version of the API used by the
    // apiservers themselves.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 14 15:00:18 UTC 2021
    - 1K bytes
    - Viewed (0)
  10. pkg/controlplane/controller/legacytokentracking/controller.go

    	// rate limiter controls the rate limit of the creation of the configmap.
    	// this is useful in multi-apiserver cluster to prevent config existing in a
    	// cluster with mixed enabled/disabled controllers. otherwise, those
    	// apiservers will fight to create/delete until all apiservers are enabled
    	// or disabled.
    	creationRatelimiter *rate.Limiter
    	clock               clock.Clock
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top