Documentation ¶
Index ¶
- type Storage
- func (r *Storage) ConvertToTable(ctx context.Context, object runtime.Object, tableOptions runtime.Object) (*metav1.Table, error)
- func (r *Storage) Destroy()
- func (r *Storage) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
- func (r *Storage) GetSingularName() string
- func (r *Storage) GroupVersionKind(_ schema.GroupVersion) schema.GroupVersionKind
- func (r *Storage) List(ctx context.Context, options *internalversion.ListOptions) (runtime.Object, error)
- func (r *Storage) NamespaceScoped() bool
- func (r *Storage) New() runtime.Object
- func (r *Storage) NewList() runtime.Object
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func NewStorage ¶
func NewStorage(cfg *restclient.Config, kc kubernetes.Interface, rtc client.Client) *Storage
func (*Storage) ConvertToTable ¶
func (*Storage) GetSingularName ¶
func (*Storage) GroupVersionKind ¶
func (r *Storage) GroupVersionKind(_ schema.GroupVersion) schema.GroupVersionKind
func (*Storage) List ¶
func (r *Storage) List(ctx context.Context, options *internalversion.ListOptions) (runtime.Object, error)
func (*Storage) NamespaceScoped ¶
Click to show internal directories.
Click to hide internal directories.