Skip to content

Commit

Permalink
Merge pull request #38 from keptn-sandbox/fixed_crd_bug
Browse files Browse the repository at this point in the history
fix: bug with duplicate crds
  • Loading branch information
thschue authored Apr 12, 2022
2 parents 82e2478 + 76511b0 commit 7acaa5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
9 changes: 0 additions & 9 deletions gitops-operator/api/v1/keptngitrepository_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ limitations under the License.
package v1

import (
keptnv1 "github.com/keptn-sandbox/keptn-gitops-operator/keptn-operator/api/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

Expand Down Expand Up @@ -64,14 +63,6 @@ type KeptnGitRepositoryList struct {
Items []KeptnGitRepository `json:"items"`
}

type KeptnProject struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`

Spec keptnv1.KeptnProjectSpec `json:"spec,omitempty"`
Status keptnv1.KeptnProjectStatus `json:"status,omitempty"`
}

func init() {
SchemeBuilder.Register(&KeptnGitRepository{}, &KeptnGitRepositoryList{})
}
19 changes: 0 additions & 19 deletions gitops-operator/api/v1/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 7acaa5d

Please sign in to comment.