Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericClusterStore ¶
type OperatorClusterStore ¶
type OperatorClusterStore struct {
// contains filtered or unexported fields
}
func NewOperatorClusterStore ¶
func NewOperatorClusterStore(clusterStore GenericClusterStore) OperatorClusterStore
func (OperatorClusterStore) Get ¶
func (s OperatorClusterStore) Get(ctx context.Context, clusterID uint) (ingress.OperatorCluster, error)
type OrgDomainService ¶
type OrgDomainService struct {
// contains filtered or unexported fields
}
func NewOrgDomainService ¶
func NewOrgDomainService(baseDomain string, organizations OrganizationStore) OrgDomainService
func (OrgDomainService) GetOrgDomain ¶
type OrganizationStore ¶
Click to show internal directories.
Click to hide internal directories.