workload

package
v0.0.0-...-59d7cbf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL