Documentation ¶
Index ¶
- type Client
- func (c *Client) BigQueryDataset(ctx context.Context, env string, slug slug.Slug, name string) (*model.BigQueryDataset, error)
- func (c *Client) BigQueryDatasets(ctx context.Context, teamSlug slug.Slug) ([]*model.BigQueryDataset, error)
- func (c *Client) CostForBiqQueryDataset(ctx context.Context, env string, teamSlug slug.Slug, ownerName string) float64
- func (c *Client) Search(ctx context.Context, q string, filter *model.SearchFilter) []*search.Result
- func (c *Client) SupportsSearchFilter(filter *model.SearchFilter) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(informers k8s.ClusterInformers, log logrus.FieldLogger, db clientDatabase) *Client
func (*Client) BigQueryDataset ¶
func (*Client) BigQueryDatasets ¶
func (*Client) CostForBiqQueryDataset ¶
func (*Client) SupportsSearchFilter ¶
func (c *Client) SupportsSearchFilter(filter *model.SearchFilter) bool
Click to show internal directories.
Click to hide internal directories.