Documentation ¶
Overview ¶
Package serviceportprefix vets the port names of the services in the mesh and generates notes if they are missing Istio recognized port protocol prefixes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SvcPortPrefix ¶
type SvcPortPrefix struct {
// contains filtered or unexported fields
}
SvcPortPrefix implements Vetter interface
func NewVetter ¶
func NewVetter(factory vetter.ResourceListGetter) *SvcPortPrefix
NewVetter returns "svcPortPrefix" which implements Vetter Interface
func NewVetterFromListers ¶
func NewVetterFromListers(nsLister v1.NamespaceLister, svcLister v1.ServiceLister) *SvcPortPrefix
func (*SvcPortPrefix) Info ¶
func (m *SvcPortPrefix) Info() *apiv1.Info
Info returns information about the vetter
Click to show internal directories.
Click to hide internal directories.