Skip to content

Commit

Permalink
Remove leftover files of old patch driver version (#667)
Browse files Browse the repository at this point in the history
* remove old patch version related files

* fix unit test

* fix lint errors
  • Loading branch information
ChristianAtDell committed Oct 15, 2024
1 parent a3bf480 commit cd764b2
Show file tree
Hide file tree
Showing 166 changed files with 26 additions and 12,592 deletions.
4 changes: 1 addition & 3 deletions api/v1/acc_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
package v1

import (
"fmt"

metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

Expand Down Expand Up @@ -78,7 +76,7 @@ func (cr *ApexConnectivityClient) GetApexConnectivityClientStatus() *ApexConnect

// GetApexConnectivityClientName - Returns the Client
func (cr *ApexConnectivityClient) GetApexConnectivityClientName() string {
return fmt.Sprintf("%s", cr.Name)
return cr.Name
}

// GetApexConnectivityClientSpec - Returns a pointer to the GetApexConnectivityClientSpec instance
Expand Down
260 changes: 0 additions & 260 deletions operatorconfig/driverconfig/powerflex/v2.10.0/controller.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions operatorconfig/driverconfig/powerflex/v2.10.0/csidriver.yaml

This file was deleted.

This file was deleted.

Loading

0 comments on commit cd764b2

Please sign in to comment.