Documentation ¶
Index ¶
- Variables
- type Bucket
- func (b *Bucket) As(i interface{}) bool
- func (b *Bucket) Attributes(ctx context.Context, key string) (*driver.Attributes, error)
- func (b *Bucket) Close() error
- func (b *Bucket) Copy(ctx context.Context, dstKey, srcKey string, opts *driver.CopyOptions) error
- func (b *Bucket) Delete(ctx context.Context, key string) error
- func (b *Bucket) ErrorAs(error, interface{}) bool
- func (b *Bucket) ErrorCode(err error) gcerrors.ErrorCode
- func (b *Bucket) ListPaged(ctx context.Context, opts *driver.ListOptions) (*driver.ListPage, error)
- func (b *Bucket) NewRangeReader(ctx context.Context, key string, offset int64, length int64, ...) (driver.Reader, error)
- func (b *Bucket) NewTypedWriter(ctx context.Context, key string, contentType string, ...) (driver.Writer, error)
- func (b *Bucket) SignedURL(ctx context.Context, key string, opts *driver.SignedURLOptions) (string, error)
- type ConfigMapStorageReader
- type ConfigMapStorageWriter
- type URLOpener
Constants ¶
This section is empty.
Variables ¶
View Source
var Scheme = "kubernetes"
Functions ¶
This section is empty.
Types ¶
type Bucket ¶
type Bucket struct {
// contains filtered or unexported fields
}
func (*Bucket) Attributes ¶
func (*Bucket) NewRangeReader ¶
func (*Bucket) NewTypedWriter ¶
type ConfigMapStorageReader ¶
func NewConfigMapStorageReader ¶
func NewConfigMapStorageReader(client *kubernetes.Clientset, namespace string, name string, filename string) *ConfigMapStorageReader
func (*ConfigMapStorageReader) As ¶
func (w *ConfigMapStorageReader) As(interface{}) bool
func (*ConfigMapStorageReader) Attributes ¶
func (w *ConfigMapStorageReader) Attributes() *driver.ReaderAttributes
func (*ConfigMapStorageReader) Close ¶
func (w *ConfigMapStorageReader) Close() error
type ConfigMapStorageWriter ¶
func NewConfigMapStorageWriter ¶
func NewConfigMapStorageWriter(client *kubernetes.Clientset, namespace string, name string, filename string) *ConfigMapStorageWriter
func (*ConfigMapStorageWriter) Close ¶
func (w *ConfigMapStorageWriter) Close() error
Click to show internal directories.
Click to hide internal directories.