Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 73 of 73 for registry_ (0.52 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/installer.go

    	"k8s.io/apiserver/pkg/endpoints/handlers/negotiation"
    	"k8s.io/apiserver/pkg/endpoints/metrics"
    	utilwarning "k8s.io/apiserver/pkg/endpoints/warning"
    	"k8s.io/apiserver/pkg/features"
    	"k8s.io/apiserver/pkg/registry/rest"
    	"k8s.io/apiserver/pkg/storageversion"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	versioninfo "k8s.io/component-base/version"
    )
    
    const (
    	RouteMetaGVK              = "x-kubernetes-group-version-kind"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    	"finalizers":                 "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	schedutil "k8s.io/kubernetes/pkg/scheduler/util"
    	"k8s.io/kubernetes/pkg/scheduler/util/assumecache"
    	"k8s.io/utils/ptr"
    )
    
    const (
    	// Name is the name of the plugin used in Registry and configurations.
    	Name = names.DynamicResources
    
    	stateKey framework.StateKey = Name
    
    	// generatedFromIndex is the lookup name for the index function
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top