dashboard

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2025 License: Apache-2.0 Imports: 44 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DiffConfig added in v0.26.0

func DiffConfig(pod *corev1.Pod, pv *corev1.PersistentVolume, pvc *corev1.PersistentVolumeClaim, secret, custSecret *corev1.Secret) (bool, error)

func GenUpgradeConfig added in v0.26.0

func GenUpgradeConfig(jobName string) string

func GenUpgradeJobName added in v0.26.0

func GenUpgradeJobName() string

func LabelSelectorOfMount added in v0.24.5

func LabelSelectorOfMount(pv corev1.PersistentVolume) labels.Selector

func Reverse added in v0.24.2

func Reverse(data sort.Interface) sort.Interface

func SetJobAsConfigMapOwner added in v0.26.0

func SetJobAsConfigMapOwner(cm *corev1.ConfigMap, owner *batchv1.Job)

Types

type API

type API struct {
	// contains filtered or unexported fields
}

func NewAPI

func NewAPI(ctx context.Context, sysNamespace string, client client.Client, config *rest.Config) *API

func (*API) Handle

func (api *API) Handle(group *gin.RouterGroup)

func (*API) StartManager

func (api *API) StartManager(ctx context.Context, mgr manager.Manager) error

type APIStatus

type APIStatus struct {
	SysNamespace string
	SysIndexes   []types.NamespacedName
	AppIndexes   []types.NamespacedName
	Nodeindex    map[string]types.NamespacedName
	Events       map[string]int
	PvIndexes    []types.NamespacedName
	PvcIndexes   []types.NamespacedName
	JobIndexes   []types.NamespacedName
	Pairs        map[string]types.NamespacedName
}

type JobController added in v0.26.0

type JobController struct {
	*API
}

func (*JobController) Reconcile added in v0.26.0

func (c *JobController) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error)

func (*JobController) SetupWithManager added in v0.26.0

func (c *JobController) SetupWithManager(mgr manager.Manager) error

type ListAppPodResult

type ListAppPodResult struct {
	Total int         `json:"total"`
	Pods  []*PodExtra `json:"pods"`
}

type ListJobResult added in v0.26.0

type ListJobResult struct {
	Total int           `json:"total"`
	Jobs  []*UpgradeJob `json:"jobs"`
}

type ListPVCPodResult

type ListPVCPodResult struct {
	Total int                             `json:"total"`
	PVCs  []*corev1.PersistentVolumeClaim `json:"pvcs"`
}

type ListPVPodResult

type ListPVPodResult struct {
	Total int                        `json:"total"`
	PVs   []*corev1.PersistentVolume `json:"pvs"`
}

type ListSCResult added in v0.24.2

type ListSCResult struct {
	Total int                       `json:"total"`
	SCs   []*storagev1.StorageClass `json:"scs"`
}

func (ListSCResult) Len added in v0.24.2

func (r ListSCResult) Len() int

func (ListSCResult) Less added in v0.24.2

func (r ListSCResult) Less(i, j int) bool

func (ListSCResult) Swap added in v0.24.2

func (r ListSCResult) Swap(i, j int)

type ListSysPodResult

type ListSysPodResult struct {
	Total int         `json:"total"`
	Pods  []*PodExtra `json:"pods"`
}

type LogPipe added in v0.24.2

type LogPipe struct {
	// contains filtered or unexported fields
}

func (*LogPipe) Read added in v0.24.2

func (l *LogPipe) Read(p []byte) (int, error)

func (*LogPipe) Write added in v0.24.2

func (l *LogPipe) Write(p []byte) (int, error)

type PVCController

type PVCController struct {
	*API
}

func (*PVCController) Reconcile

func (c *PVCController) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error)

func (*PVCController) SetupWithManager

func (c *PVCController) SetupWithManager(mgr manager.Manager) error

type PVController

type PVController struct {
	*API
}

func (*PVController) Reconcile

func (c *PVController) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error)

func (*PVController) SetupWithManager

func (c *PVController) SetupWithManager(mgr manager.Manager) error

type PodController

type PodController struct {
	*API
}

func (*PodController) Reconcile

func (c *PodController) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error)

func (*PodController) SetupWithManager

func (c *PodController) SetupWithManager(mgr manager.Manager) error

type PodDiff added in v0.26.0

type PodDiff struct {
	Pod        corev1.Pod           `json:"pod"`
	OldConfig  config.MountPodPatch `json:"oldConfig"`
	OldSetting *config.JfsSetting   `json:"oldSetting,omitempty"`
	NewConfig  config.MountPodPatch `json:"newConfig"`
	NewSetting *config.JfsSetting   `json:"newSetting,omitempty"`
}

type PodExtra

type PodExtra struct {
	*corev1.Pod `json:",inline"`
	Pvs         []*corev1.PersistentVolume      `json:"pvs"`
	Pvcs        []*corev1.PersistentVolumeClaim `json:"pvcs"`
	MountPods   []*corev1.Pod                   `json:"mountPods"`
	CsiNode     *corev1.Pod                     `json:"csiNode"`
	Node        *corev1.Node                    `json:"node"`
}

type ReverseSort added in v0.24.2

type ReverseSort struct {
	sort.Interface
}

func (*ReverseSort) Less added in v0.24.2

func (r *ReverseSort) Less(i, j int) bool

type SecretController added in v0.26.0

type SecretController struct {
	*API
}

func (*SecretController) Reconcile added in v0.26.0

func (*SecretController) SetupWithManager added in v0.26.0

func (c *SecretController) SetupWithManager(mgr manager.Manager) error

type UpgradeJob added in v0.26.0

type UpgradeJob struct {
	Job    *batchv1.Job        `json:"job"`
	Config *config.BatchConfig `json:"config"`
}

Jump to

Keyboard shortcuts

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