Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithAction ¶
func WithSubset ¶
Types ¶
type ResourceLister ¶
type ResourceLister interface {
Resources() resource.Drivers
ReconfigureResource(r resource.Driver) error
IsDesc() bool
}
ResourceLister is the interface required to list resource.T and see the ordering
type T ¶
type T struct {
// contains filtered or unexported fields
}
T contains options accepted by all actions manipulating resources
func FromContext ¶
func FromContext(ctx context.Context, l ResourceLister) *T
func (*T) SelectRIDs ¶
func (*T) SetResourceLister ¶
func (t *T) SetResourceLister(l ResourceLister)
Click to show internal directories.
Click to hide internal directories.