mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
fix GetCustomResourceListerCollectionDeleter comments
This commit is contained in:
parent
da171196d9
commit
6abde54bbe
@ -309,8 +309,8 @@ func (r *crdHandler) removeDeadStorage() {
|
|||||||
r.customStorage.Store(storageMap2)
|
r.customStorage.Store(storageMap2)
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetCustomResourceListerCollectionDeleter returns the ListerCollectionDeleter for
|
// GetCustomResourceListerCollectionDeleter returns the ListerCollectionDeleter of
|
||||||
// the given uid, or nil if an error occurs.
|
// the given crd.
|
||||||
func (r *crdHandler) GetCustomResourceListerCollectionDeleter(crd *apiextensions.CustomResourceDefinition) (finalizer.ListerCollectionDeleter, error) {
|
func (r *crdHandler) GetCustomResourceListerCollectionDeleter(crd *apiextensions.CustomResourceDefinition) (finalizer.ListerCollectionDeleter, error) {
|
||||||
info, err := r.getOrCreateServingInfoFor(crd)
|
info, err := r.getOrCreateServingInfoFor(crd)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user