forked from banzaicloud/terraform-provider-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcd8abb
commit b6aea48
Showing
1,433 changed files
with
321 additions
and
519,512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 4 | ||
indent_style = space | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.go] | ||
indent_style = tab | ||
|
||
[{Makefile, *.mk}] | ||
indent_style = tab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
/bin/ | ||
/build/ | ||
/dist/ | ||
/vendor/ | ||
|
||
# IDE integration | ||
/.vscode/* | ||
!/.vscode/launch.json | ||
!/.vscode/tasks.json | ||
/.idea/* | ||
!/.idea/codeStyles/ | ||
!/.idea/copyright/ | ||
!/.idea/dataSources.xml | ||
!/.idea/*.iml | ||
!/.idea/externalDependencies.xml | ||
!/.idea/go.imports.xml | ||
!/.idea/modules.xml | ||
!/.idea/runConfigurations/ | ||
!/.idea/scopes/ | ||
!/.idea/sqldialects.xml | ||
|
||
terraform.tfstate | ||
terraform.tfstate.backup | ||
.terraform/ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
terraform.tfstate | ||
terraform.tfstate.backup | ||
.terraform/ | ||
terraform-provider-k8s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
module github.com/banzaicloud/terraform-provider-k8s | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/agext/levenshtein v1.2.1 // indirect | ||
github.com/apparentlymart/go-cidr v0.0.0-20170616213631-2bd8b58cf427 // indirect | ||
github.com/apparentlymart/go-textseg v0.0.0-20170531203952-b836f5c4d331 // indirect | ||
github.com/armon/go-radix v0.0.0-20170727155443-1fca145dffbc // indirect | ||
github.com/aws/aws-sdk-go v1.12.70 // indirect | ||
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect | ||
github.com/bgentry/speakeasy v0.1.0 // indirect | ||
github.com/blang/semver v3.5.1+incompatible // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/go-ini/ini v1.32.0 // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect | ||
github.com/golang/protobuf v1.0.0 // indirect | ||
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect | ||
github.com/hashicorp/go-cleanhttp v0.0.0-20171218145408-d5fe4b57a186 // indirect | ||
github.com/hashicorp/go-getter v0.0.0-20180123174312-285374cdfad6 // indirect | ||
github.com/hashicorp/go-hclog v0.0.0-20180122232401-5bcb0f17e364 // indirect | ||
github.com/hashicorp/go-multierror v0.0.0-20171204182908-b7773ae21874 // indirect | ||
github.com/hashicorp/go-plugin v0.0.0-20180125190438-e53f54cbf51e // indirect | ||
github.com/hashicorp/go-uuid v0.0.0-20160717022140-64130c7a86d7 // indirect | ||
github.com/hashicorp/go-version v0.0.0-20171129150820-4fe82ae3040f // indirect | ||
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb // indirect | ||
github.com/hashicorp/hcl2 v0.0.0-20180202160940-9f91684a1f17 // indirect | ||
github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250 // indirect | ||
github.com/hashicorp/logutils v1.0.0 // indirect | ||
github.com/hashicorp/terraform v0.11.3 | ||
github.com/hashicorp/yamux v0.0.0-20171219165022-683f49123a33 // indirect | ||
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/mattn/go-isatty v0.0.3 // indirect | ||
github.com/mitchellh/cli v0.0.0-20180117155440-518dc677a1e1 // indirect | ||
github.com/mitchellh/copystructure v0.0.0-20170525013902-d23ffcb85de3 // indirect | ||
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 // indirect | ||
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77 // indirect | ||
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect | ||
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 // indirect | ||
github.com/mitchellh/mapstructure v0.0.0-20180111000720-b4575eea38cc // indirect | ||
github.com/mitchellh/reflectwalk v0.0.0-20170726202117-63d60e9d0dbc // indirect | ||
github.com/oklog/run v1.0.0 // indirect | ||
github.com/posener/complete v0.0.0-20171104095702-dc2bc5a81acc // indirect | ||
github.com/satori/go.uuid v1.2.0 // indirect | ||
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
github.com/ulikunitz/xz v0.5.4 // indirect | ||
github.com/zclconf/go-cty v0.0.0-20180106055834-709e4033eeb0 // indirect | ||
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect | ||
google.golang.org/genproto v0.0.0-20180125080656-4eb30f4778ee // indirect | ||
google.golang.org/grpc v1.9.2 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/ini.v1 v1.42.0 // indirect | ||
) |
Oops, something went wrong.