Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/operator-sdk/add/controller.go: support built-in k8s API controllers #1344

Merged
merged 11 commits into from
May 17, 2019

Commits on Apr 23, 2019

  1. cmd/operator-sdk/add/controller.go: --k8s-api and --k8s-import-path for

    built-in Kubernetes API controllers
    
    internal/pkg/scaffold/controller_kind*.go: set imports at runtime as to
    respect a Kubernetes API controller import
    estroz committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    f2d70f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e1aded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10750fc View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. overwrite ImportMap

    estroz committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    03d0aa3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. cmd/operator-sdk/add/controller.go: --k8s-api-import takes a path

    and optionally an import identifier for an expernal k8s API
    
    internal/pkg/scaffold/controller_kind*.go: parse and set K8sImport
    in template
    estroz committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    a832f28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff140ab View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Configuration menu
    Copy the full SHA
    4195646 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Configuration menu
    Copy the full SHA
    7d4bd87 View commit details
    Browse the repository at this point in the history
  2. changes based on PR comments

    estroz committed May 7, 2019
    Configuration menu
    Copy the full SHA
    8cf98cd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Apply suggestions from code review

    Co-Authored-By: Joe Lanford <joe.lanford@gmail.com>
    Eric Stroczynski and joelanford authored May 16, 2019
    Configuration menu
    Copy the full SHA
    70ff02b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f033425 View commit details
    Browse the repository at this point in the history