Documentation ¶
Index ¶
- type AppliedClusterResourceQuotaREST
- func (r *AppliedClusterResourceQuotaREST) Get(ctx kapi.Context, name string) (runtime.Object, error)
- func (r *AppliedClusterResourceQuotaREST) List(ctx kapi.Context, options *kapi.ListOptions) (runtime.Object, error)
- func (r *AppliedClusterResourceQuotaREST) New() runtime.Object
- func (r *AppliedClusterResourceQuotaREST) NewList() runtime.Object
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppliedClusterResourceQuotaREST ¶
type AppliedClusterResourceQuotaREST struct {
// contains filtered or unexported fields
}
func NewREST ¶
func NewREST(quotaMapper clusterquotamapping.ClusterQuotaMapper, quotaLister *ocache.IndexerToClusterResourceQuotaLister, namespaceLister *cache.IndexerToNamespaceLister) *AppliedClusterResourceQuotaREST
func (*AppliedClusterResourceQuotaREST) List ¶
func (r *AppliedClusterResourceQuotaREST) List(ctx kapi.Context, options *kapi.ListOptions) (runtime.Object, error)
func (*AppliedClusterResourceQuotaREST) New ¶
func (r *AppliedClusterResourceQuotaREST) New() runtime.Object
func (*AppliedClusterResourceQuotaREST) NewList ¶
func (r *AppliedClusterResourceQuotaREST) NewList() runtime.Object
Click to show internal directories.
Click to hide internal directories.