1. 05 Nov, 2020 1 commit
  2. 22 Oct, 2020 1 commit
  3. 03 Oct, 2020 1 commit
  4. 01 Sep, 2020 1 commit
  5. 08 Jul, 2020 1 commit
  6. 03 Mar, 2020 1 commit
  7. 28 Dec, 2019 1 commit
    • Yury Tsarev's avatar
      Update CRD source doc with RBAC, fix CRD manifest · 95624432
      Yury Tsarev authored
      * 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;
      ```
      95624432
  8. 01 Nov, 2019 1 commit
  9. 05 Jul, 2019 1 commit
  10. 17 May, 2019 1 commit
  11. 22 Feb, 2019 2 commits
  12. 04 Jan, 2019 1 commit
  13. 16 Nov, 2018 1 commit
  14. 06 Sep, 2018 1 commit
    • Jonas Michel's avatar
      Add Source implementation for Istio Gateway (#694) · b9b68421
      Jonas Michel authored
      * 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
      b9b68421
  15. 22 Aug, 2018 1 commit
  16. 22 May, 2018 1 commit
  17. 16 Jun, 2017 1 commit
  18. 08 May, 2017 1 commit
    • Yerken's avatar
      adjust docs before the v0.3.0 release (#184) · 55816ae5
      Yerken authored
      * 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]
      55816ae5
  19. 30 Mar, 2017 1 commit
    • Martin Linkhorst's avatar
      Elaborate the docs, add a faq section (#109) · 5ff80155
      Martin Linkhorst authored
      * 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
      5ff80155