Documentation ¶
Index ¶
- type REST
- func (r *REST) ConvertToTable(ctx context.Context, object runtime.Object, tableOptions runtime.Object) (*v1.Table, error)
- func (r *REST) List(ctx context.Context, _ *metainternal.ListOptions) (runtime.Object, error)
- func (r *REST) NamespaceScoped() bool
- func (r *REST) New() runtime.Object
- func (r *REST) NewList() runtime.Object
- func (r *REST) ShortNames() []string
- type Storage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type REST ¶
type REST struct {
// contains filtered or unexported fields
}
REST implements a RESTStorage for user setting.
func (*REST) ConvertToTable ¶ added in v1.3.1
func (r *REST) ConvertToTable(ctx context.Context, object runtime.Object, tableOptions runtime.Object) (*v1.Table, error)
ConvertToTable converts objects to metav1.Table objects using default table convertor.
func (*REST) List ¶
func (r *REST) List(ctx context.Context, _ *metainternal.ListOptions) (runtime.Object, error)
List selects resources in the storage which match to the selector. 'options' can be nil.
func (*REST) NamespaceScoped ¶
NamespaceScoped returns true if the storage is namespaced.
func (*REST) New ¶
New returns an empty object that can be used with Create and Update after request data has been put into it.
func (*REST) ShortNames ¶
ShortNames implements the ShortNamesProvider interface. Returns a list of short names for a resource.
type Storage ¶
type Storage struct {
Portal *REST
}
Storage includes storage for portal information and all sub resources.
func NewStorage ¶
func NewStorage(_ genericregistry.RESTOptionsGetter, businessClient *businessinternalclient.BusinessClient, authClient authversionedclient.AuthV1Interface) *Storage
NewStorage returns a Storage object that will work against projects.