in label/labels.gen.go [43:69]
func (r ResourceTypes) String() string {
switch r {
case 1:
return "Any"
case 2:
return "Deployment"
case 3:
return "Gateway"
case 4:
return "GatewayClass"
case 5:
return "Namespace"
case 6:
return "Node"
case 7:
return "Pod"
case 8:
return "Service"
case 9:
return "ServiceAccount"
case 10:
return "ServiceEntry"
case 11:
return "WorkloadEntry"
}
return "Unknown"
}