Documentation ¶
Index ¶
- type RESTStorage
- func (s *RESTStorage) ConvertToTable(ctx context.Context, object runtime.Object, tableOptions runtime.Object) (*metav1.Table, error)
- func (s *RESTStorage) Get(ctx context.Context, name string, _ *metav1.GetOptions) (runtime.Object, error)
- func (s *RESTStorage) List(ctx context.Context, _ *metainternalversion.ListOptions) (runtime.Object, error)
- func (s *RESTStorage) New() runtime.Object
- func (s *RESTStorage) NewList() runtime.Object
- func (s *RESTStorage) Watch(ctx context.Context, _ *metainternalversion.ListOptions) (watch.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RESTStorage ¶
type RESTStorage struct { Serializer runtime.NegotiatedSerializer DefaultQualifiedResource schema.GroupResource NewFunc func() runtime.Object NewListFunc func() runtime.Object Storage storage.ResourceStorage TableConvertor rest.TableConvertor }
func (*RESTStorage) ConvertToTable ¶
func (*RESTStorage) Get ¶
func (s *RESTStorage) Get(ctx context.Context, name string, _ *metav1.GetOptions) (runtime.Object, error)
func (*RESTStorage) List ¶
func (s *RESTStorage) List(ctx context.Context, _ *metainternalversion.ListOptions) (runtime.Object, error)
func (*RESTStorage) New ¶
func (s *RESTStorage) New() runtime.Object
func (*RESTStorage) NewList ¶
func (s *RESTStorage) NewList() runtime.Object
func (*RESTStorage) Watch ¶ added in v0.6.0
func (s *RESTStorage) Watch(ctx context.Context, _ *metainternalversion.ListOptions) (watch.Interface, error)
Click to show internal directories.
Click to hide internal directories.