Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 471 for registry_ (0.37 sec)

  1. pkg/controller/resourcequota/resource_quota_controller.go

    	// Controls full recalculation of quota usage
    	ResyncPeriod controller.ResyncPeriodFunc
    	// Maintains evaluators that know how to calculate usage for group resource
    	Registry quota.Registry
    	// Discover list of supported resources on the server.
    	DiscoveryFunc NamespacedResourcesFunc
    	// A function that returns the list of resources to ignore
    	IgnoredResourcesFunc func() map[schema.GroupResource]struct{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  2. pkg/features/client_adapter.go

    import (
    	"fmt"
    
    	clientfeatures "k8s.io/client-go/features"
    	"k8s.io/component-base/featuregate"
    )
    
    // clientAdapter adapts a k8s.io/component-base/featuregate.MutableFeatureGate to client-go's
    // feature Gate and Registry interfaces. The component-base types Feature, FeatureSpec, and
    // prerelease, and the component-base prerelease constants, are duplicated by parallel types and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 16 17:51:00 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/watch_test.go

    	example "k8s.io/apiserver/pkg/apis/example"
    	"k8s.io/apiserver/pkg/endpoints/handlers"
    	"k8s.io/apiserver/pkg/endpoints/handlers/responsewriters"
    	apitesting "k8s.io/apiserver/pkg/endpoints/testing"
    	"k8s.io/apiserver/pkg/registry/rest"
    	"k8s.io/client-go/dynamic"
    	restclient "k8s.io/client-go/rest"
    )
    
    // watchJSON defines the expected JSON wire equivalent of watch.Event
    type watchJSON struct {
    	Type   watch.EventType `json:"type,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 30 17:27:39 UTC 2023
    - 30K bytes
    - Viewed (0)
  4. pkg/registry/resource/resourceclassparameters/storage/storage.go

    import (
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apiserver/pkg/registry/generic"
    	genericregistry "k8s.io/apiserver/pkg/registry/generic/registry"
    	"k8s.io/kubernetes/pkg/apis/resource"
    	"k8s.io/kubernetes/pkg/printers"
    	printersinternal "k8s.io/kubernetes/pkg/printers/internalversion"
    	printerstorage "k8s.io/kubernetes/pkg/printers/storage"
    	"k8s.io/kubernetes/pkg/registry/resource/resourceclassparameters"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 15:15:31 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/storage/storage_factory_test.go

    				{Transport: storagebackend.TransportConfig{ServerList: []string{"http://127.0.0.1:10000", "https://127.0.0.1", "http://127.0.0.2"}}, Prefix: "/registry"},
    			},
    		},
    	}
    
    	for i, test := range testCases {
    		defaultConfig := storagebackend.Config{
    			Prefix: "/registry",
    			Transport: storagebackend.TransportConfig{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 20 13:35:58 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  6. cmd/kube-controller-manager/app/core.go

    		DiscoveryFunc:             discoveryFunc,
    		IgnoredResourcesFunc:      quotaConfiguration.IgnoredResources,
    		InformersStarted:          controllerContext.InformersStarted,
    		Registry:                  generic.NewRegistry(quotaConfiguration.Evaluators()),
    		UpdateFilter:              quotainstall.DefaultUpdateFilter(),
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 39K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/phases/upgrade/staticpods_test.go

      ttl: 24h
    ---
    apiVersion: %[1]s
    kind: ClusterConfiguration
    
    apiServer:
      certSANs: null
      extraArgs: null
    certificatesDir: %%s
    etcd:
      local:
        dataDir: %%s
        image: ""
    imageRepository: registry.k8s.io
    kubernetesVersion: %%s
    networking:
      dnsDomain: cluster.local
      podSubnet: ""
      serviceSubnet: 10.96.0.0/12
    `, kubeadmapiv1.SchemeGroupVersion.String())
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 32K bytes
    - Viewed (0)
  8. pkg/controlplane/apiserver/aggregator.go

    	etcdOptions.SkipHealthEndpoints = true // avoid double wiring of health checks
    	if err := etcdOptions.ApplyTo(&genericConfig); err != nil {
    		return nil, err
    	}
    
    	// override MergedResourceConfig with aggregator defaults and registry
    	if err := commandOptions.APIEnablement.ApplyTo(
    		&genericConfig,
    		aggregatorapiserver.DefaultAPIResourceConfigSource(),
    		aggregatorscheme.Scheme); err != nil {
    		return nil, err
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 18:08:20 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  9. hack/testdata/multi-resource-list.json

                         "app":"mock"
                      }
                   },
                   "spec":{
                      "containers":[{
                        "name": "mock-container",
                        "image": "registry.k8s.io/pause:3.10",
                        "ports":[{
                            "containerPort":9949,
                            "protocol":"TCP"
                         }]
                      }]
                   }
                }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__authentication.k8s.io__v1_openapi.json

              },
              "finalizers": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:25 UTC 2023
    - 41.5K bytes
    - Viewed (0)
Back to top