Documentation ¶
Index ¶
- type Key
- type RequestInfoWrapper
- func (r *RequestInfoWrapper) Count(key string) (int64, error)
- func (r *RequestInfoWrapper) Create(ctx context.Context, key string, obj runtime.Object, out runtime.Object, ...) error
- func (r *RequestInfoWrapper) Delete(ctx context.Context, key string, out runtime.Object, ...) error
- func (r *RequestInfoWrapper) Get(ctx context.Context, key string, opts storage.GetOptions, ...) error
- func (r *RequestInfoWrapper) GetList(ctx context.Context, key string, opts storage.ListOptions, ...) error
- func (r *RequestInfoWrapper) GuaranteedUpdate(ctx context.Context, key string, destination runtime.Object, ...) error
- func (r *RequestInfoWrapper) RequestWatchProgress(ctx context.Context) error
- func (r *RequestInfoWrapper) Versioner() storage.Versioner
- func (r *RequestInfoWrapper) Watch(ctx context.Context, key string, opts storage.ListOptions) (watch.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestInfoWrapper ¶
type RequestInfoWrapper struct {
// contains filtered or unexported fields
}
func (*RequestInfoWrapper) Delete ¶
func (r *RequestInfoWrapper) Delete(ctx context.Context, key string, out runtime.Object, preconditions *storage.Preconditions, validateDeletion storage.ValidateObjectFunc, cachedExistingObject runtime.Object) error
func (*RequestInfoWrapper) Get ¶
func (r *RequestInfoWrapper) Get(ctx context.Context, key string, opts storage.GetOptions, objPtr runtime.Object) error
func (*RequestInfoWrapper) GetList ¶
func (r *RequestInfoWrapper) GetList(ctx context.Context, key string, opts storage.ListOptions, listObj runtime.Object) error
func (*RequestInfoWrapper) GuaranteedUpdate ¶
func (r *RequestInfoWrapper) GuaranteedUpdate(ctx context.Context, key string, destination runtime.Object, ignoreNotFound bool, preconditions *storage.Preconditions, tryUpdate storage.UpdateFunc, cachedExistingObject runtime.Object) error
func (*RequestInfoWrapper) RequestWatchProgress ¶
func (r *RequestInfoWrapper) RequestWatchProgress(ctx context.Context) error
func (*RequestInfoWrapper) Versioner ¶
func (r *RequestInfoWrapper) Versioner() storage.Versioner
Click to show internal directories.
Click to hide internal directories.