Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions api/v1/values_types_extra.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ type ZTunnelConfig struct {
// The name of the cluster we are installing in. Note this is a user-defined name, which must be consistent
// with Istiod configuration.
MultiCluster *MultiClusterConfig `json:"multiCluster,omitempty"`
// meshConfig defines runtime configuration of components.
// For ztunnel, only defaultConfig is used, but this is nested under `meshConfig` for consistency with other components.
MeshConfig *MeshConfig `json:"meshConfig,omitempty"`
// This value defines:
// 1. how many seconds kube waits for ztunnel pod to gracefully exit before forcibly terminating it (this value)
// 2. how many seconds ztunnel waits to drain its own connections (this value - 1 sec)
Expand Down
5 changes: 0 additions & 5 deletions api/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading