Skip to content

Commit

Permalink
Add KubeConfigBytes field for KubernetesDiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
anujc25 committed Jan 19, 2024
1 parent d8eb4a5 commit 7673f90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/types/clientconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ type KubernetesDiscovery struct {
Path string `json:"path,omitempty" yaml:"path,omitempty"`
// The context to use (if required), defaults to current.
Context string `json:"context,omitempty" yaml:"context,omitempty"`
// The bytes with the entire kube configuration
KubeConfigBytes []byte `json:"kubeConfigBytes,omitempty" yaml:"kubeConfigBytes,omitempty"`
// Version of the CLIPlugins API to query.
// E.g., v1alpha1
Version string `json:"version,omitempty" yaml:"version,omitempty"`
Expand Down

0 comments on commit 7673f90

Please sign in to comment.