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

feat: add API for Deployment Mode #1413

Merged
merged 3 commits into from
May 17, 2023
Merged

Commits on May 10, 2023

  1. Add API for Deployment Mode

    Relates to envoyproxy#1117
    
    ```
    apiVersion: config.gateway.envoyproxy.io/v1alpha1
    kind: EnvoyGateway
    gateway:
      controllerName: gateway.envoyproxy.io/gatewayclass-controller
    provider:
      type: Kubernetes
      kubernetes:
        mode:
          watch:
            namespaces:
    	- "ns-1"
    	- "ns-2"
    ```
    
    Signed-off-by: Arko Dasgupta <arko@tetrate.io>
    arkodg committed May 10, 2023
    Configuration menu
    Copy the full SHA
    a3bddd3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. rm top level mode

    Signed-off-by: Arko Dasgupta <arko@tetrate.io>
    arkodg committed May 12, 2023
    Configuration menu
    Copy the full SHA
    931f224 View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: Arko Dasgupta <arko@tetrate.io>
    arkodg committed May 12, 2023
    Configuration menu
    Copy the full SHA
    5a9065d View commit details
    Browse the repository at this point in the history