Documentation ¶
Overview ¶
Package applabel vets the labels defined for the pods in the mesh and generates notes if the label `app` is missing on any pod.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppLabel ¶
type AppLabel struct {
// contains filtered or unexported fields
}
AppLabel implements Vetter interface
func NewVetter ¶
func NewVetter(factory vetter.ResourceListGetter) *AppLabel
NewVetter returns "AppLabel" which implements Vetter Interface
func NewVetterFromListers ¶
func NewVetterFromListers(nsLister v1.NamespaceLister, podLister v1.PodLister) *AppLabel
Click to show internal directories.
Click to hide internal directories.