Documentation
¶
Index ¶
- Constants
- type LocalDirectory
- func (s *LocalDirectory) Delete(_ context.Context, owner client.Object) error
- func (s *LocalDirectory) Load(_ context.Context, owner client.Object) (fs.FS, error)
- func (s *LocalDirectory) ServeHTTP(resp http.ResponseWriter, req *http.Request)
- func (s *LocalDirectory) Store(_ context.Context, owner client.Object, bundle fs.FS) error
- func (s *LocalDirectory) URLFor(_ context.Context, owner client.Object) (string, error)
- type Storage
Constants ¶
View Source
const DefaultBundleCacheDir = "/var/cache/bundles"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalDirectory ¶ added in v0.4.0
func (*LocalDirectory) ServeHTTP ¶ added in v0.4.0
func (s *LocalDirectory) ServeHTTP(resp http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.