domain

package
v0.0.0-...-8991645 Latest Latest
Warning

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

Go to latest
Published: May 30, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PodNilEvent               = "PodNilEvent"
	PodInformerErrorEvent     = "PodInformerErrorEvent"
	PodAddEvent               = "PodAddEvent"
	PodDeleteEvent            = "PodDeleteEvent"
	PodReadyEvent             = "PodReadyEvent"
	PodRecordPodScheduleEvent = "PodRecordPodScheduleEvent"
)
View Source
const PodAggregate = "pods.CustomerAggregate"

Variables

This section is empty.

Functions

This section is empty.

Types

type Pod

type Pod struct {
	Name      string `json:"name,omitempty"`
	Namespace string `json:"namespace,omitempty"`
	SessionId string `json:"sessionId,omitempty"`
	NodeName  string `json:"nodeName,omitempty"`
	Ip        string `json:"ip,omitempty"`
}

type PodEventPayload

type PodEventPayload struct {
	Pod *Pod
}

type PodInformerErrorPayload

type PodInformerErrorPayload struct {
	Err error
}

Jump to

Keyboard shortcuts

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