Documentation ¶
Index ¶
- Variables
- type Api
- type ArtifactController
- type ClusterController
- type Controller
- type DefinitionsController
- type DeploymentPlansController
- type DeploymentsController
- type DeploymentsCronController
- type EnvironmentController
- type EnvironmentFeedMapController
- type FeedController
- type JobController
- type MetadataController
- type NamespaceController
- type PingController
- type ReleaseController
- type Role
- type Routers
- type ServiceController
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ArtifactController ¶
type ArtifactController struct {
// contains filtered or unexported fields
}
func NewArtifactController ¶
func NewArtifactController(manager *crud.Manager) *ArtifactController
func (ArtifactController) Setup ¶
func (c ArtifactController) Setup(r *Routers)
type ClusterController ¶
type ClusterController struct {
// contains filtered or unexported fields
}
func NewClusterController ¶
func NewClusterController(manager *crud.Manager) *ClusterController
func (ClusterController) Setup ¶
func (c ClusterController) Setup(r *Routers)
type Controller ¶
type Controller interface {
Setup(*Routers)
}
func InitializeControllers ¶
func InitializeControllers( deploymentPlanGenerator *plans.PlanGenerator, manager *crud.Manager, releaseSvc *releases.ReleaseSvc, ) ([]Controller, error)
type DefinitionsController ¶
type DefinitionsController struct {
// contains filtered or unexported fields
}
func NewDefinitionsController ¶
func NewDefinitionsController(manager *crud.Manager) *DefinitionsController
func (DefinitionsController) Setup ¶
func (c DefinitionsController) Setup(r *Routers)
type DeploymentPlansController ¶
type DeploymentPlansController struct {
// contains filtered or unexported fields
}
func NewDeploymentPlansController ¶
func NewDeploymentPlansController(planGenerator *plans.PlanGenerator) *DeploymentPlansController
func (DeploymentPlansController) Setup ¶
func (c DeploymentPlansController) Setup(r *Routers)
type DeploymentsController ¶
type DeploymentsController struct {
// contains filtered or unexported fields
}
func NewDeploymentsController ¶
func NewDeploymentsController(manager *crud.Manager) *DeploymentsController
func (DeploymentsController) Setup ¶
func (c DeploymentsController) Setup(r *Routers)
type DeploymentsCronController ¶
type DeploymentsCronController struct {
// contains filtered or unexported fields
}
func NewDeploymentsCronController ¶
func NewDeploymentsCronController(manager *crud.Manager) *DeploymentsCronController
func (DeploymentsCronController) Setup ¶
func (c DeploymentsCronController) Setup(r *Routers)
type EnvironmentController ¶
type EnvironmentController struct {
// contains filtered or unexported fields
}
func NewEnvironmentController ¶
func NewEnvironmentController(manager *crud.Manager) *EnvironmentController
func (EnvironmentController) Setup ¶
func (c EnvironmentController) Setup(r *Routers)
type EnvironmentFeedMapController ¶
type EnvironmentFeedMapController struct {
// contains filtered or unexported fields
}
func NewEnvironmentFeedMapController ¶
func NewEnvironmentFeedMapController(manager *crud.Manager) *EnvironmentFeedMapController
func (EnvironmentFeedMapController) Setup ¶
func (c EnvironmentFeedMapController) Setup(r *Routers)
type FeedController ¶
type FeedController struct {
// contains filtered or unexported fields
}
func NewFeedController ¶
func NewFeedController(manager *crud.Manager) *FeedController
func (FeedController) Setup ¶
func (c FeedController) Setup(r *Routers)
type JobController ¶
type JobController struct {
// contains filtered or unexported fields
}
func NewJobController ¶
func NewJobController(manager *crud.Manager) *JobController
func (JobController) Setup ¶
func (c JobController) Setup(r *Routers)
type MetadataController ¶
type MetadataController struct {
// contains filtered or unexported fields
}
func NewMetadataController ¶
func NewMetadataController(manager *crud.Manager) *MetadataController
func (MetadataController) Setup ¶
func (c MetadataController) Setup(r *Routers)
type NamespaceController ¶
type NamespaceController struct {
// contains filtered or unexported fields
}
func NewNamespaceController ¶
func NewNamespaceController(manager *crud.Manager) *NamespaceController
func (NamespaceController) Setup ¶
func (c NamespaceController) Setup(r *Routers)
type PingController ¶
type PingController struct { }
func NewPingController ¶
func NewPingController() *PingController
func (PingController) Setup ¶
func (c PingController) Setup(r *Routers)
type ReleaseController ¶
type ReleaseController struct {
// contains filtered or unexported fields
}
func NewReleaseController ¶
func NewReleaseController(s *releases.ReleaseSvc) *ReleaseController
func (ReleaseController) Setup ¶
func (c ReleaseController) Setup(r *Routers)
type ServiceController ¶
type ServiceController struct {
// contains filtered or unexported fields
}
func NewServiceController ¶
func NewServiceController(manager *crud.Manager) *ServiceController
func (ServiceController) Setup ¶
func (c ServiceController) Setup(r *Routers)
Click to show internal directories.
Click to hide internal directories.