You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In kubernetes 1.24, the metadata field ClusterName has officially begun the deprecation process. What this means in practice is that the GetClusterName() function is no longer available on the ObjectMeta struct. This is very bad for one core reason. In skv2 we have an interface called ClusterResourceId which can be found here This interface is used in myriads of places across solo repositories, including Kubernetes objects.
We will need to figure out how to set and get ClusterName on kubernetes objects without this field going forward
The text was updated successfully, but these errors were encountered:
In kubernetes 1.24, the metadata field
ClusterName
has officially begun the deprecation process. What this means in practice is that theGetClusterName()
function is no longer available on theObjectMeta
struct. This is very bad for one core reason. Inskv2
we have an interface calledClusterResourceId
which can be found here This interface is used in myriads of places across solo repositories, including Kubernetes objects.We will need to figure out how to set and get
ClusterName
on kubernetes objects without this field going forwardThe text was updated successfully, but these errors were encountered: