Documentation ¶
Index ¶
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)
Click to show internal directories.
Click to hide internal directories.