mirror of
https://github.com/rancher/types.git
synced 2025-07-10 12:03:04 +00:00
Add cluster istio enabled status
Add `IstioEnabled` to `ClusterStatus`
This commit is contained in:
parent
9125ab265f
commit
7d28387dbe
@ -133,6 +133,7 @@ type ClusterStatus struct {
|
||||
AppliedEnableNetworkPolicy bool `json:"appliedEnableNetworkPolicy" norman:"nocreate,noupdate,default=false"`
|
||||
Capabilities Capabilities `json:"capabilities,omitempty"`
|
||||
MonitoringStatus *MonitoringStatus `json:"monitoringStatus,omitempty" norman:"nocreate,noupdate"`
|
||||
IstioEnabled bool `json:"istioEnabled,omitempty" norman:"nocreate,noupdate,default=false"`
|
||||
}
|
||||
|
||||
type ClusterComponentStatus struct {
|
||||
|
Loading…
Reference in New Issue
Block a user