Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUsedPorts ¶ added in v1.7.0
func GetUsedPorts(pods ...*v1.Pod) map[int]bool
GetUsedPorts returns the used host ports of Pods: if 'port' was used, a 'port:true' pair will be in the result; but it does not resolve port conflict.
Types ¶
type PodBackoff ¶
type PodBackoff struct {
// contains filtered or unexported fields
}
func CreateDefaultPodBackoff ¶
func CreateDefaultPodBackoff() *PodBackoff
func CreatePodBackoff ¶
func CreatePodBackoff(defaultDuration, maxDuration time.Duration) *PodBackoff
func CreatePodBackoffWithClock ¶
func CreatePodBackoffWithClock(defaultDuration, maxDuration time.Duration, clock clock) *PodBackoff
func (*PodBackoff) GetEntry ¶
func (p *PodBackoff) GetEntry(podID ktypes.NamespacedName) *backoffEntry
func (*PodBackoff) MaxDuration ¶
func (p *PodBackoff) MaxDuration() time.Duration
Click to show internal directories.
Click to hide internal directories.