in annotation/annotations.gen.go [42:66]
func (r ResourceTypes) String() string {
switch r {
case 1:
return "Any"
case 2:
return "AuthorizationPolicy"
case 3:
return "Gateway"
case 4:
return "GatewayClass"
case 5:
return "Ingress"
case 6:
return "Namespace"
case 7:
return "Pod"
case 8:
return "Service"
case 9:
return "ServiceEntry"
case 10:
return "WorkloadEntry"
}
return "Unknown"
}