Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for endpointslicemirroringcontroller (2.9 sec)

  1. pkg/controller/apis/config/zz_generated.deepcopy.go

    	out.DeprecatedController = in.DeprecatedController
    	out.EndpointController = in.EndpointController
    	out.EndpointSliceController = in.EndpointSliceController
    	out.EndpointSliceMirroringController = in.EndpointSliceMirroringController
    	out.EphemeralVolumeController = in.EphemeralVolumeController
    	in.GarbageCollectorController.DeepCopyInto(&out.GarbageCollectorController)
    	out.HPAController = in.HPAController
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. cmd/kube-controller-manager/names/controller_names.go

    	EndpointsController                          = "endpoints-controller"
    	EndpointSliceController                      = "endpointslice-controller"
    	EndpointSliceMirroringController             = "endpointslice-mirroring-controller"
    	ReplicationControllerController              = "replicationcontroller-controller"
    	PodGarbageCollectorController                = "pod-garbage-collector-controller"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 19:25:10 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  3. cmd/kube-controller-manager/app/controllermanager_test.go

    }
    
    func TestControllerNamesDeclaration(t *testing.T) {
    	declaredControllers := sets.NewString(
    		names.ServiceAccountTokenController,
    		names.EndpointsController,
    		names.EndpointSliceController,
    		names.EndpointSliceMirroringController,
    		names.ReplicationControllerController,
    		names.PodGarbageCollectorController,
    		names.ResourceQuotaController,
    		names.NamespaceController,
    		names.ServiceAccountController,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  4. cmd/kube-controller-manager/app/options/options_test.go

    			&endpointsliceconfig.EndpointSliceControllerConfiguration{
    				ConcurrentServiceEndpointSyncs: 10,
    				MaxEndpointsPerSlice:           200,
    			},
    		},
    		EndpointSliceMirroringController: &EndpointSliceMirroringControllerOptions{
    			&endpointslicemirroringconfig.EndpointSliceMirroringControllerConfiguration{
    				MirroringConcurrentServiceEndpointSyncs: 2,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  5. api/api-rules/violation_exceptions.list

    API rule violation: names_match,k8s.io/kube-controller-manager/config/v1alpha1,KubeControllerManagerConfiguration,EndpointSliceMirroringController
    API rule violation: names_match,k8s.io/kube-controller-manager/config/v1alpha1,KubeControllerManagerConfiguration,EphemeralVolumeController
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  6. pkg/controller/endpointslicemirroring/endpointslicemirroring_controller.go

    Kubernetes Prow Robot <******@****.***> 1715037511 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 23:18:31 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    						},
    					},
    					"EndpointSliceMirroringController": {
    						SchemaProps: spec.SchemaProps{
    							Description: "EndpointSliceMirroringControllerConfiguration holds configuration for EndpointSliceMirroringController related features.",
    							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