Versions in this module Expand all Collapse all v1 v1.2.8 Feb 22, 2023 v1.2.6 Feb 22, 2023 v1.2.5 Feb 22, 2023 v1.2.4 Feb 22, 2023 Changes in this version + type BindTester struct + ExpectServiceNotFound bool + PolicyProhibits bool + Protocol string + ServiceName string + TargetName string + TargetPort int + TargetType string + func (s *BindTester) Command(cluster *base.ClusterContext) []string + func (s *BindTester) Run(cluster *base.ClusterContext) (stdout string, stderr string, err error) + type CreateTester struct + Mapping string + Name string + PolicyProhibits bool + Port int + func (s *CreateTester) Command(cluster *base.ClusterContext) []string + func (s *CreateTester) Run(cluster *base.ClusterContext) (stdout string, stderr string, err error) + type DeleteTester struct + Name string + func (s *DeleteTester) Command(cluster *base.ClusterContext) []string + func (s *DeleteTester) Run(cluster *base.ClusterContext) (stdout string, stderr string, err error) + type StatusTester struct + Absent bool + CheckAuthorization bool + CheckNotBound bool + ServiceInterfaces []types.ServiceInterface + StrictInterfaceListCheck bool + UnauthorizedServiceInterfaces []types.ServiceInterface + func (s *StatusTester) Command(cluster *base.ClusterContext) []string + func (s *StatusTester) Run(cluster *base.ClusterContext) (stdout string, stderr string, err error) + type UnbindTester struct + ServiceName string + TargetName string + TargetType string + func (s *UnbindTester) Command(cluster *base.ClusterContext) []string + func (s *UnbindTester) Run(cluster *base.ClusterContext) (stdout string, stderr string, err error)