Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct { Client client.Client Namespace string Scheme *runtime.Scheme // contains filtered or unexported fields }
func (*Configuration) BindFlags ¶
func (c *Configuration) BindFlags(fs *pflag.FlagSet)
func (*Configuration) Load ¶
func (c *Configuration) Load() error
type OperatorListOperands ¶
type OperatorListOperands struct {
// contains filtered or unexported fields
}
OperatorListOperands knows how to find and list custom resources given a package name and namespace.
func NewOperatorListOperands ¶
func NewOperatorListOperands(cfg *Configuration) *OperatorListOperands
func (*OperatorListOperands) Run ¶
func (o *OperatorListOperands) Run(ctx context.Context, packageName string) (*unstructured.UnstructuredList, error)
Click to show internal directories.
Click to hide internal directories.