Skip to content

Commit

Permalink
sync: update external libs (#777)
Browse files Browse the repository at this point in the history
Co-authored-by: kononovn <[email protected]>
  • Loading branch information
github-actions[bot] and kononovn authored Nov 12, 2024
1 parent 4931c70 commit 8e2c2da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/schemes/ocs/operatorv1/storageclusterpeer_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ import (
type StorageClusterPeerState string

const (
StorageClusterPeerStatePending StorageClusterPeerState = "Pending"
StorageClusterPeerStatePeered StorageClusterPeerState = "Peered"
StorageClusterPeerStateInitializing StorageClusterPeerState = "Initializing"
StorageClusterPeerStatePending StorageClusterPeerState = "Pending"
StorageClusterPeerStatePeered StorageClusterPeerState = "Peered"
StorageClusterPeerStateFailed StorageClusterPeerState = "Failed"
)

type PeerInfo struct {
Expand Down

0 comments on commit 8e2c2da

Please sign in to comment.