Skip to content

Commit ae638e7

Browse files
author
Joshua Reed
committed
Most tests pass.
1 parent 51f2364 commit ae638e7

File tree

58 files changed

+1033
-3792
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1033
-3792
lines changed

api/v1beta1/cloudstackcluster_webhook_test.go

Lines changed: 0 additions & 99 deletions
This file was deleted.

api/v1beta1/cloudstackcluster_webhook_test.go.bak

Lines changed: 0 additions & 99 deletions
This file was deleted.

api/v1beta1/cloudstackmachine_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ limitations under the License.
1717
package v1beta1
1818

1919
import (
20+
"time"
21+
2022
corev1 "k8s.io/api/core/v1"
2123
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
22-
"time"
2324
)
2425

2526
const (
@@ -150,7 +151,6 @@ func (s *CloudStackMachineStatus) TimeSinceLastStateChange() time.Duration {
150151

151152
// +kubebuilder:object:root=true
152153
// +kubebuilder:resource:path=cloudstackmachines,scope=Namespaced,categories=cluster-api,shortName=csm
153-
// +kubebuilder:storageversion
154154
// +kubebuilder:subresource:status
155155
// +kubebuilder:printcolumn:name="Cluster",type="string",JSONPath=".metadata.labels.cluster\\.x-k8s\\.io/cluster-name",description="Cluster to which this CloudStackMachine belongs"
156156
// +kubebuilder:printcolumn:name="InstanceState",type="string",JSONPath=".status.instanceState",description="CloudStack instance state"

api/v1beta1/cloudstackmachine_types_test.go

Lines changed: 0 additions & 47 deletions
This file was deleted.

api/v1beta1/cloudstackmachine_types_test.go.bak

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)