Skip to content

Commit

Permalink
fix tests (#140)
Browse files Browse the repository at this point in the history
* revert back // +kubebuilder:subresource:status changes - fix broken tests
  • Loading branch information
priyakumarank authored and Azadehkhojandi committed Aug 26, 2019
1 parent 39b0d04 commit 594c5cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion api/v1/eventhub_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ type EventhubProperties struct {
}

// +kubebuilder:object:root=true
// +kubebuilder:subresource:status
// Eventhub is the Schema for the eventhubs API
type Eventhub struct {
metav1.TypeMeta `json:",inline"`
Expand Down
2 changes: 0 additions & 2 deletions config/crd/bases/azure.microsoft.com_eventhubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ spec:
kind: Eventhub
plural: eventhubs
scope: ""
subresources:
status: {}
validation:
openAPIV3Schema:
description: Eventhub is the Schema for the eventhubs API
Expand Down
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ func main() {
setupLog.Error(err, "unable to create webhook", "webhook", "EventhubNamespace")
os.Exit(1)
}

err = (&controllers.ConsumerGroupReconciler{
Client: mgr.GetClient(),
Log: ctrl.Log.WithName("controllers").WithName("ConsumerGroup"),
Expand Down

0 comments on commit 594c5cd

Please sign in to comment.