Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddRoutes ¶
func AddRoutes(routerGroup *gin.RouterGroup) *gin.RouterGroup
Types ¶
type ClusterWorkload ¶
type ClusterWorkload struct { Cluster string `json:"cluster"` DeploymentItems *cache.DeploymentEntry `json:"deploymentsItems"` RolloutItems *cache.RolloutEntry `json:"rolloutItems"` }
type Items ¶
type Items struct { Identity string `json:"identity"` DeploymentItems []*cache.DeploymentItem `json:"deploymentsItems"` RolloutItems []*cache.RolloutItem `json:"rolloutItems"` }
type Workload ¶
type Workload struct { Identity string `json:"identity"` Deployment *k8sAppsV1.Deployment `json:"deployment"` Rollout *argov1alpha1.Rollout `json:"rollout"` }
Click to show internal directories.
Click to hide internal directories.