Skip to content

Commit

Permalink
add ID field to KubernetesClusterUser response
Browse files Browse the repository at this point in the history
  • Loading branch information
d-honeybadger committed Jan 14, 2025
1 parent 4a45b95 commit 61a6f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ func (kc KubernetesCluster) URN() string {

// KubernetesClusterUser represents a Kubernetes cluster user.
type KubernetesClusterUser struct {
ID string `json:"id,omitempty"`
Username string `json:"username,omitempty"`
Groups []string `json:"groups,omitempty"`
}
Expand Down

0 comments on commit 61a6f3f

Please sign in to comment.