Anyone could help me to explain the difference between "metav1.Object" and "runtime.Object" in k8s controller ? looks like it's could be used for describing all k8s objects. Thanks
#k8s#kubernetes#controller
@sszuecs ah, so, in almost case, I could use both as they are interchangeable (ofcourse, for testing, I will use runtime object as it's interface), right ?