Documentation ¶
Index ¶
- type AppliedClusterResourceQuotaREST
- func (r *AppliedClusterResourceQuotaREST) Get(ctx apirequest.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
- func (r *AppliedClusterResourceQuotaREST) List(ctx apirequest.Context, options *metainternal.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 quotalister.ClusterResourceQuotaLister, namespaceLister kcorelisters.NamespaceLister) *AppliedClusterResourceQuotaREST
func (*AppliedClusterResourceQuotaREST) Get ¶
func (r *AppliedClusterResourceQuotaREST) Get(ctx apirequest.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
func (*AppliedClusterResourceQuotaREST) List ¶
func (r *AppliedClusterResourceQuotaREST) List(ctx apirequest.Context, options *metainternal.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.