Sean Malloy
bcc60e8531
Bump To Go 1.17
2022-01-21 14:23:58 -06:00
Steve Hipwell
c5259353fc
feat(chart): update chart process
...
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2021-11-11 16:46:38 +00:00
Kubernetes Prow Robot
fbbc2b9f68
Merge pull request #2003 from lunarway/bump-go-1-16
...
Update to Go 1.16
2021-03-31 00:14:58 -07:00
Thomas Stig Jacobsen
67ef48f8ba
Update docs/contributing/getting-started.md
...
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-03-30 11:10:40 +02:00
Thomas Stig Jacobsen
ac01d16c89
Another bump to 1.16.2
2021-03-12 15:44:05 +01:00
Thomas Stig Jacobsen
b1dd82e8ba
Further bump to 1.16.1
2021-03-11 14:22:41 +01:00
Dinar Valeev
add7a4102a
Approve crd v1
...
All CRDs under k8s.io and kubernetes.io API groups should go through API
approval.
Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
2021-03-10 11:36:18 +01:00
Thomas Stig Jacobsen
1c4d474440
Update to Go 1.16
2021-03-09 11:02:00 +01:00
Dinar Valeev
544d245464
Update apiextentions to v1
...
v1 is available since kubernetes 1.16, since then v1beta1 is deprecated
and will be dropped in kubernetes 1.22
Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
2021-03-08 20:12:08 +01:00
Dinar Valeev
a143a6cd59
Generate CRD with controller-gen
...
Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
2021-03-08 20:12:05 +01:00
Kubernetes Prow Robot
6a7fb3a9a7
Merge pull request #1425 from btoonk/internalhostname
...
feat: use ClusterIP with internal-hostname annotation
2020-12-23 05:56:26 -08:00
Bas Toonk
381382413e
add docs
2020-12-17 15:14:34 +01:00
bl-ue
84a23191b5
Fix typos
...
* fix typos
* fix special quote characters
* fix syntax highlighting in some code blocks
2020-12-13 10:03:14 -05:00
windayski
9f28aa9106
fix some typos
2020-11-30 10:23:19 +00:00
kundan2707
7ea1871ef4
updated review comments
2020-11-05 15:14:56 +05:30
Jonas-Taha El Sesiy
774fb1e1c6
Update to Go 1.15 & update Azure dependencies
2020-10-21 23:52:29 -07:00
Johannes Grumböck
63be26d798
Added some documentation
2020-10-03 15:50:22 +02:00
Sean Malloy
d42251eaad
Add quick start section to contributor docs
2020-09-01 08:57:04 -05:00
Raffaele Di Fazio
7505f29e4c
Remove occurrences of "master" from the project ( #1636 )
...
* intial removal of inappropriate terminology
Signed-off-by: Raffaele Di Fazio <raffo@github.com>
* removed other occurrences
Signed-off-by: Raffaele Di Fazio <raffo@github.com>
* gofmt
Signed-off-by: Raffaele Di Fazio <raffo@github.com>
* addresses comment
Signed-off-by: Raffaele Di Fazio <raffo@github.com>
* gofmt
Signed-off-by: Raffaele Di Fazio <raffo@github.com>
2020-07-08 01:13:08 -07:00
ttonline
4fb9b61072
fix broken links: https://community.exoscale.com/documentation/dns/api/ ( #1451 )
2020-03-03 14:36:11 +01:00
Yury Tsarev
95624432b7
Update CRD source doc with RBAC, fix CRD manifest
...
* Add RBAC piece of documentation
* Remove `status:` to avoid validation failure
Otherwise it fails with
```
$ kubectl apply -f crd-manifest.yaml
error: error validating "crd-manifest.yaml": error validating data: ValidationError(CustomResourceDefinition.status): missing required field "storedVersions" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus;
```
2019-12-28 15:51:09 +01:00
Nick Jüttner
f763d2a413
Move into kubernetes-sigs organization ( #1245 )
...
* Move into kubernetes-sigs organization
* Disable labeler action for forks
2019-11-01 17:10:19 +01:00
Jonas Michel
43dce0b9d9
Add documentation for Contour IngressRoute source
2019-07-04 20:06:25 -05:00
Anand Patel
edfc413e48
add empty source
2019-05-17 11:40:20 -04:00
Dirk Gómez
293efb27cf
Turns out sudo is not necessary
2019-02-22 20:46:58 +01:00
Dirk Gómez
eea13a85ec
Document make dep step which may be needed to run make build
2019-02-22 17:22:55 +01:00
Nick Jüttner
6d39526069
Merge branch 'master' into cloudflare-proxied-annotation
2019-01-24 11:16:54 +01:00
Zach Seils
9cc0fbf3e1
Correct Google Cloud DNS (ref: https://cloud.google.com/dns/ ) naming in docs
2019-01-04 21:37:00 +00:00
Erik Swets
e0e7a9defd
Allow setting Cloudflare proxying by annotation
2018-11-16 12:52:47 +01:00
Jonas Michel
b9b6842195
Add Source implementation for Istio Gateway ( #694 )
...
* add Istio Gateway Source
* add documentation for Istio Gateway Source
* make both istio namespace and ingress gateway service configurable
* prefix gateway types, constructors, and flags with 'istio-'
* fix: add missing sources to source flag docs
2018-09-06 16:39:32 +02:00
shashidharatd
1529c0231f
Add documentation for CRD source
2018-08-22 19:37:21 +05:30
shashidharatd
c18c1c79ec
Add a new source called connector ( #552 )
...
* Add new connector source
* Update docs for connector source
2018-05-22 17:49:16 +02:00
Martin Linkhorst
c1f5179739
docs: explain the concept behind sources and providers ( #226 )
...
* docs(contributing): explain the concept behind sources and providers
* docs(contributing): we don't filter Services by type
2017-06-16 11:07:10 +02:00
Yerken
55816ae57c
adjust docs before the v0.3.0 release ( #184 )
...
* adjust docs before the v0.3.0 release
* minor fixes
* docs: add missing dot
* docs: add missing dot
* docs: drop line
* docs: drop another line
* adjust documentation
* update main readme
* checkbox for releases, add --txt-owner-id flag in description
* docs: minor weird character fixes [ci skip]
2017-05-08 17:29:17 +02:00
Martin Linkhorst
5ff801557b
Elaborate the docs, add a faq section ( #109 )
...
* docs: elaborate the docs, add a faq section
* docs: fix a messed up command
* docs: update docs to reference v0.1 release
* docs(faq): fix stray whitespace
* docs: restructure docs for a leaner README
* docs: move first run section back to main readme
* docs: fix references to packages
* docs: fix reference to gke tutorial
* docs: fix missing source flag in examples
* docs: fix missing provider flag in examples
* docs: mention ingress support in main readme
2017-03-30 11:30:06 +02:00