Documentation ¶
Index ¶
- func ServeGfShutdown(addr string) error
- func SinglePodUpgrade(ctx context.Context, client *k8s.K8sClient, name string, recreate bool, ...)
- func TriggerBatchUpgrade(socketPath string, batchConfigName string, batchIndex int) error
- func TriggerShutdown(socketPath string, name string, recreateFlag bool) error
- type BatchUpgrade
- type PodUpgrade
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ServeGfShutdown ¶
func SinglePodUpgrade ¶ added in v0.26.0
func TriggerBatchUpgrade ¶ added in v0.26.0
Types ¶
type BatchUpgrade ¶ added in v0.26.0
type BatchUpgrade struct {
// contains filtered or unexported fields
}
func NewBatchUpgrade ¶ added in v0.26.0
func NewBatchUpgrade(client *k8s.K8sClient, req upgradeRequest) *BatchUpgrade
func (*BatchUpgrade) BatchUpgrade ¶ added in v0.26.0
func (u *BatchUpgrade) BatchUpgrade(ctx context.Context, conn net.Conn)
type PodUpgrade ¶ added in v0.26.0
type PodUpgrade struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.