We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ce63d commit 39283c5Copy full SHA for 39283c5
pkg/api/v1/cluster_types.go
@@ -936,10 +936,6 @@ type ClusterStatus struct {
936
// +optional
937
OnlineUpdateEnabled bool `json:"onlineUpdateEnabled,omitempty"`
938
939
- // AzurePVCUpdateEnabled shows if the PVC online upgrade is enabled for this cluster
940
- // +optional
941
- AzurePVCUpdateEnabled bool `json:"azurePVCUpdateEnabled,omitempty"`
942
-
943
// Image contains the image name used by the pods
944
945
Image string `json:"image,omitempty"`
0 commit comments