Documentation ¶
Index ¶
Constants ¶
View Source
const SCRIPT_UPDATE_CLOUD_TAG = "6.4.1.1"
associate sql issu 6.4.1.1
View Source
const SCRIPT_UPDATE_VM_PODNS_TAG = "6.4.1.11"
associate sql issu 6.4.1.11
Variables ¶
This section is empty.
Functions ¶
func ScriptUpdateCloudTags ¶
func ScriptUpdateVMPodNSTags ¶
Types ¶
type ScriptPodNamespace ¶
type ScriptPodNamespace struct { ID int `gorm:"primaryKey;autoIncrement;unique;column:id;type:int;not null"` CloudTags string `gorm:"column:cloud_tags;type:text"` }
func (ScriptPodNamespace) TableName ¶
func (ScriptPodNamespace) TableName() string
Click to show internal directories.
Click to hide internal directories.