Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParamBuilderRole ¶
type ParamBuilderRole struct { }
type PodProtectionRole ¶
func (PodProtectionRole) IsDetaching ¶
func (this PodProtectionRole) IsDetaching() bool
func (PodProtectionRole) RemoveDetachingTag ¶
func (this PodProtectionRole) RemoveDetachingTag()
func (PodProtectionRole) TryAddDetachingTag ¶
func (this PodProtectionRole) TryAddDetachingTag() bool
type PodTableRole ¶
type PodTableRole struct {
// contains filtered or unexported fields
}
func GetPodTableSingleton ¶
func GetPodTableSingleton() *PodTableRole
func (*PodTableRole) Delete ¶
func (this *PodTableRole) Delete(podNs, podName, containerID string)
func (*PodTableRole) IsExisted ¶
func (this *PodTableRole) IsExisted(podNs, podName, containerID string) bool
func (*PodTableRole) TryInsert ¶
func (this *PodTableRole) TryInsert(podNs, podName, containerID string) bool
Click to show internal directories.
Click to hide internal directories.