package
Version:
v0.4.7
Opens a new window with list of versions in this module.
Published: Dec 16, 2022
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
SetStsImg update statefulset image field
type Bio struct {
Name string `json:"name"`
Containers []*ConBio `json:"containers"`
}
Bio wrap container bio
GetDBio get deployment Bio
GetSBio get statefulset bio
ListDeploy list deployment bios
ListSts list all statefulset bio in :ns
type ConBio struct {
Name string `json:"name"`
Image string `json:"img"`
Pull string `json:"pull"`
}
ConBio container bio
type Conf struct {
Mode, ConfFile string
}
Conf ...
type ContainerPath struct {
Ns string `json:"namespace"`
Kind string `json:"kind" binding:"required"`
Name string `json:"name" binding:"required"`
CName string `json:"container_name" binding:"required"`
Img string `json:"img" binding:"required"`
}
ContainerPath ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.