I see there is a field "config-mode" in Kubernetes configuration file (kubeconfig).
users:
- name: myuser
user:
auth-provider:
config:
access-token: xxxxx
apiserver-id: xxxxx
client-id: xxxxx
config-mode: "1"
environment: PublicCloud
expires-in: "xxxx"
expires-on: "xxxxxxx"
refresh-token: xxxxxx
tenant-id: xxxxxx
name: user1
What is the use of this configuration?