Skip to content

Commit

Permalink
sync: update external libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kononovn authored and github-actions[bot] committed Feb 7, 2025
1 parent f151591 commit 1f1d585
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 239 deletions.
1 change: 0 additions & 1 deletion pkg/schemes/ocs/operatorv1/groupversion_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func addKnownTypes(scheme *runtime.Scheme) error {
scheme.AddKnownTypes(GroupVersion,
&OCSInitialization{}, &OCSInitializationList{},
&StorageCluster{}, &StorageClusterList{},
&StorageProfile{}, &StorageProfileList{},
&StorageClusterPeer{}, &StorageClusterPeerList{},
)
metav1.AddToGroupVersion(scheme, GroupVersion)
Expand Down
10 changes: 0 additions & 10 deletions pkg/schemes/ocs/operatorv1/storagecluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,6 @@ type CSIDriverSpec struct {
ReadAffinity *rookCephv1.ReadAffinitySpec `json:"readAffinity,omitempty"`
}

type SharedFilesystemConfigurationSpec struct {
// +kubebuilder:validation:Optional
Parameters map[string]string `json:"parameters,omitempty"`
}

type BlockPoolConfigurationSpec struct {
// +kubebuilder:validation:Optional
Parameters map[string]string `json:"parameters,omitempty"`
}

// BackingStorageClass defines the backing storageclass for StorageDeviceSet
type BackingStorageClass struct {
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
93 changes: 0 additions & 93 deletions pkg/schemes/ocs/operatorv1/storageprofile_types.go

This file was deleted.

135 changes: 0 additions & 135 deletions pkg/schemes/ocs/operatorv1/zz_generated.deepcopy.go

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

0 comments on commit 1f1d585

Please sign in to comment.