Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for defaultOnRead (0.1 sec)

  1. pkg/registry/core/persistentvolumeclaim/storage/storage.go

    	rest := &REST{store}
    	store.Decorator = rest.defaultOnRead
    
    	return rest, &StatusREST{store: &statusStore}, nil
    }
    
    // Implement ShortNamesProvider
    var _ rest.ShortNamesProvider = &REST{}
    
    // ShortNames implements the ShortNamesProvider interface. Returns a list of short names for a resource.
    func (r *REST) ShortNames() []string {
    	return []string{"pvc"}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 5.8K bytes
    - Viewed (0)
Back to top