mnubo / kubernetes-py

A python module for Kubernetes.
Apache License 2.0
123 stars 46 forks source link

Fixed missing attribute initialization #153

Closed ubordignon closed 4 years ago

ubordignon commented 4 years ago

Previously, using a configuration file with a user defined as

users:
- name: "my_user"
  user:
    token: "my_token"

would not allow proper connection and fetching pod data.