Skip to content

Commit

Permalink
helm uses sockets/proxy to connect to child clusters if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
dixudx committed Jul 12, 2021
1 parent 93b7674 commit 999cc61
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions clusters/v1beta1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,16 @@ type ManagedClusterStatus struct {
// Mainly for security concerns.
// +optional
AppPusher bool `json:"appPusher,omitempty"`

// UseSocket indicates whether to use socket proxy when connecting to child cluster.
//
// +optional
UseSocket bool `json:"useSocket,omitempty"`

// ParentAPIServerURL is the advertising url/address of managed Kubernetes cluster registering to
//
// +optional
ParentAPIServerURL string `json:"parentAPIServerURL,omitempty"`
}

// +genclient
Expand Down

0 comments on commit 999cc61

Please sign in to comment.