Documentation
¶
Index ¶
- Variables
- func NewRegistry(kc client.Client) repo.IRegistry
- type Storage
- func (r *Storage) Create(ctx context.Context, obj runtime.Object, ...) (runtime.Object, error)
- func (r *Storage) Destroy()
- func (r *Storage) GetSingularName() string
- func (r *Storage) GroupVersionKind(_ schema.GroupVersion) schema.GroupVersionKind
- func (r *Storage) NamespaceScoped() bool
- func (r *Storage) New() runtime.Object
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultCache = repo.DefaultDiskCache()
Functions ¶
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func NewStorage ¶
func (*Storage) GetSingularName ¶
func (*Storage) GroupVersionKind ¶
func (r *Storage) GroupVersionKind(_ schema.GroupVersion) schema.GroupVersionKind
func (*Storage) NamespaceScoped ¶
Click to show internal directories.
Click to hide internal directories.