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

Pr/michi/prateek copy #1281

Closed
wants to merge 14 commits into from
Closed

Pr/michi/prateek copy #1281

wants to merge 14 commits into from

Commits on Aug 15, 2023

  1. Initialize Tetragon pod info project

    This commit:
    
    - Initializes a Project with Name podinfo and repo github.com/cilium/tetragon
    - Provide builderplate code for creating the operator
    
    Signed-off-by: Prateek Singh <[email protected]>
    prateek041 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    90168c7 View commit details
    Browse the repository at this point in the history
  2. Add an operator to manage TetragonPod resources

    Signed-off-by: Prateek Singh <[email protected]>
    Signed-off-by: Michi Mutsuzaki <[email protected]>
    prateek041 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b9f4767 View commit details
    Browse the repository at this point in the history
  3. fix manager config

    Signed-off-by: Michi Mutsuzaki <[email protected]>
    michi-covalent authored and prateek041 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b8a7740 View commit details
    Browse the repository at this point in the history
  4. operator: Add serve command

    Signed-off-by: Michi Mutsuzaki <[email protected]>
    michi-covalent authored and prateek041 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2744e0b View commit details
    Browse the repository at this point in the history
  5. Added Reconcile logic for the operator

    Signed-off-by: Prateek Singh <[email protected]>
    prateek041 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    291b951 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Separated logic of TetragonPod CRD generation

    Signed-off-by: Prateek Singh <[email protected]>
    prateek041 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a7adfb2 View commit details
    Browse the repository at this point in the history
  2. changing functions to methods of TetragonPodReconciler

    Signed-off-by: Prateek Singh <[email protected]>
    prateek041 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c8572e0 View commit details
    Browse the repository at this point in the history
  3. Updated TetragonPod controller, update logic

    Signed-off-by: Prateek Singh <[email protected]>
    prateek041 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b8f9cc5 View commit details
    Browse the repository at this point in the history
  4. updating go.mod

    Signed-off-by: Prateek Singh <[email protected]>
    prateek041 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    75678ca View commit details
    Browse the repository at this point in the history
  5. Add initial unit tests

    Signed-off-by: Prateek Singh <[email protected]>
    prateek041 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b7a16c9 View commit details
    Browse the repository at this point in the history
  6. Unit tests Complete

    Signed-off-by: Prateek Singh <[email protected]>
    prateek041 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3075c6e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. add envtest

    Signed-off-by: Michi Mutsuzaki <[email protected]>
    michi-covalent committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5944d6c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Integration tests initial setup

    Signed-off-by: Prateek Singh <[email protected]>
    prateek041 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    84b5831 View commit details
    Browse the repository at this point in the history
  2. vendor cleanup

    Signed-off-by: Prateek Singh <[email protected]>
    prateek041 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    98963d1 View commit details
    Browse the repository at this point in the history