This message was deleted.
# azure
s
This message was deleted.
s
ok. I found it. Should have thought better on the async:
Copy code
self.cluster_name = cluster.name.apply(lambda x: x)
        self.cluster_network_profile = cluster.network_profile.apply(lambda x: x)
        self.kubeconfig = cluster.kube_config_raw.apply(lambda x: x)