Documentation ¶
Index ¶
- type PodVerification
- func (v *PodVerification) PodHasExpectedSG(pod *v1.Pod, expectedSecurityGroup []string) []*trunk.ENIDetails
- func (v *PodVerification) PodHasNoBranchENIAnnotationInjected(pod *v1.Pod)
- func (v *PodVerification) PodsHaveExpectedSG(namespace string, podLabelKey string, podLabelVal string, ...)
- func (v *PodVerification) WindowsPodHaveExpectedIPv4Address(pod *v1.Pod)
- func (v *PodVerification) WindowsPodsHaveExpectedIPv4Address(namespace string, podLabelKey string, podLabelVal string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodVerification ¶
type PodVerification struct {
// contains filtered or unexported fields
}
func NewPodVerification ¶
func NewPodVerification(framework *framework.Framework, ctx context.Context) *PodVerification
func (*PodVerification) PodHasExpectedSG ¶
func (v *PodVerification) PodHasExpectedSG(pod *v1.Pod, expectedSecurityGroup []string) []*trunk.ENIDetails
func (*PodVerification) PodHasNoBranchENIAnnotationInjected ¶
func (v *PodVerification) PodHasNoBranchENIAnnotationInjected(pod *v1.Pod)
func (*PodVerification) PodsHaveExpectedSG ¶
func (v *PodVerification) PodsHaveExpectedSG(namespace string, podLabelKey string, podLabelVal string, expectedSecurityGroup []string)
func (*PodVerification) WindowsPodHaveExpectedIPv4Address ¶ added in v1.0.7
func (v *PodVerification) WindowsPodHaveExpectedIPv4Address(pod *v1.Pod)
func (*PodVerification) WindowsPodsHaveExpectedIPv4Address ¶ added in v1.0.7
func (v *PodVerification) WindowsPodsHaveExpectedIPv4Address(namespace string, podLabelKey string, podLabelVal string)
Click to show internal directories.
Click to hide internal directories.