func _()

in data/objecttype_string.go [7:24]


func _() {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var x [1]struct{}
	_ = x[OTUnknown-0]
	_ = x[OTNode-1]
	_ = x[OTPod-2]
	_ = x[OTNamespace-3]
	_ = x[OTPersistentVolume-4]
	_ = x[OTClusterRole-5]
	_ = x[OTClusterRoleBinding-6]
	_ = x[OTRole-7]
	_ = x[OTRoleBinding-8]
	_ = x[OTService-9]
	_ = x[OTDeployment-10]
	_ = x[OTIngressController-11]
	_ = x[OTEndpoint-12]
}