Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #242 from kubeless/revert-201-ingress-https
Browse files Browse the repository at this point in the history
Revert "Enable ingress (annotation ready for HTTPS with kube-lego)"
  • Loading branch information
sebgoa authored Aug 1, 2017
2 parents 0c62caf + 4d58792 commit c593a4c
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 777 deletions.
41 changes: 0 additions & 41 deletions cmd/kubeless/ingress.go

This file was deleted.

85 changes: 0 additions & 85 deletions cmd/kubeless/ingressCreate.go

This file was deleted.

47 changes: 0 additions & 47 deletions cmd/kubeless/ingressDelete.go

This file was deleted.

100 changes: 0 additions & 100 deletions cmd/kubeless/ingressList.go

This file was deleted.

96 changes: 0 additions & 96 deletions cmd/kubeless/ingressList_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/kubeless/kubeless.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func newRootCmd() *cobra.Command {
Long: globalUsage,
}

cmd.AddCommand(functionCmd, topicCmd, versionCmd, ingressCmd)
cmd.AddCommand(functionCmd, topicCmd, versionCmd)
return cmd
}

Expand Down
Loading

0 comments on commit c593a4c

Please sign in to comment.