Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RemoveDeletedKinds (0.17 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/deleted_kinds.go

    type ResourceExpirationEvaluator interface {
    	// RemoveDeletedKinds inspects the storage map and modifies it in place by removing storage for kinds that have been deleted.
    	// versionedResourcesStorageMap mirrors the field on APIGroupInfo, it's a map from version to resource to the storage.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 16 03:02:49 UTC 2022
    - 7.6K bytes
    - Viewed (0)
  2. pkg/controlplane/apiserver/apis.go

    		// This is a spot above the construction of individual storage handlers so that no sig accidentally forgets to check.
    		resourceExpirationEvaluator.RemoveDeletedKinds(groupName, apiGroupInfo.Scheme, apiGroupInfo.VersionedResourcesStorageMap)
    		if len(apiGroupInfo.VersionedResourcesStorageMap) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top