Documentation ¶
Index ¶
- type Noop
- func (v *Noop) ConvertToTable(_ context.Context, obj runtime.Object, tableOptions runtime.Object) (*metav1.Table, error)
- func (v Noop) Create(_ context.Context, _ runtime.Object, _ rest.ValidateObjectFunc, ...) (runtime.Object, error)
- func (v Noop) Delete(_ context.Context, name string, _ rest.ValidateObjectFunc, ...) (runtime.Object, bool, error)
- func (v *Noop) DeleteCollection(ctx context.Context, _ rest.ValidateObjectFunc, _ *metav1.DeleteOptions, ...) (runtime.Object, error)
- func (v Noop) Destroy()
- func (v *Noop) Get(ctx context.Context, name string, opts *metav1.GetOptions) (runtime.Object, error)
- func (v *Noop) GetSingularName() string
- func (v *Noop) List(ctx context.Context, options *metainternalversion.ListOptions) (runtime.Object, error)
- func (v *Noop) NamespaceScoped() bool
- func (v Noop) New() runtime.Object
- func (v *Noop) NewList() runtime.Object
- func (v Noop) Update(_ context.Context, name string, _ rest.UpdatedObjectInfo, ...) (runtime.Object, bool, error)
- func (v *Noop) Watch(ctx context.Context, options *metainternalversion.ListOptions) (watch.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Noop ¶
type Noop struct {
// contains filtered or unexported fields
}
Noop implements a noop handler for the APIserver.
func (*Noop) ConvertToTable ¶
func (*Noop) DeleteCollection ¶
func (v *Noop) DeleteCollection(ctx context.Context, _ rest.ValidateObjectFunc, _ *metav1.DeleteOptions, _ *metainternalversion.ListOptions) (runtime.Object, error)
func (*Noop) GetSingularName ¶
GetSingularName is needed for the OpenAPI Registartion
func (*Noop) List ¶
func (v *Noop) List(ctx context.Context, options *metainternalversion.ListOptions) (runtime.Object, error)
func (*Noop) NamespaceScoped ¶
func (Noop) Update ¶
func (v Noop) Update(_ context.Context, name string, _ rest.UpdatedObjectInfo, _ rest.ValidateObjectFunc, _ rest.ValidateObjectUpdateFunc, _ bool, _ *metav1.UpdateOptions) (runtime.Object, bool, error)
func (*Noop) Watch ¶
func (v *Noop) Watch(ctx context.Context, options *metainternalversion.ListOptions) (watch.Interface, error)
Click to show internal directories.
Click to hide internal directories.