-
Notifications
You must be signed in to change notification settings - Fork 690
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
Auth: Add ExtensionService CRD #2710
Labels
area/httpproxy
Issues or PRs related to the HTTPProxy API.
Comments
This was referenced Jul 21, 2020
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Jul 22, 2020
Add the `ExtensionService` API resource definition. This will be present internally to Contour and to programs that import the Contour `apis` package, but is not installed as a CRD unless the `ENABLE_EXTENSIONS_CRD=Y` make variable is specified. This option will be removed once the full `ExtensionService` API is implemented. This fixes projectcontour#2710. Signed-off-by: James Peach <jpeach@vmware.com>
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Jul 22, 2020
Add the `ExtensionService` API resource definition. This will be present internally to Contour and to programs that import the Contour `apis` package, but is not installed as a CRD unless the `ENABLE_EXTENSIONS_CRD=Y` make variable is specified. This option will be removed once the full `ExtensionService` API is implemented. This fixes projectcontour#2710. Signed-off-by: James Peach <jpeach@vmware.com>
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Jul 22, 2020
Add the `ExtensionService` API resource definition. This will be present internally to Contour and to programs that import the Contour `apis` package, but is not installed as a CRD unless the `ENABLE_EXTENSIONS_CRD=Y` make variable is specified. This option will be removed once the full `ExtensionService` API is implemented. This fixes projectcontour#2710. Signed-off-by: James Peach <jpeach@vmware.com>
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Jul 23, 2020
Add the `ExtensionService` API resource definition. This will be present internally to Contour and to programs that import the Contour `apis` package, but is not installed as a CRD unless the `ENABLE_EXTENSIONS_CRD=Y` make variable is specified. This option will be removed once the full `ExtensionService` API is implemented. This fixes projectcontour#2710. Signed-off-by: James Peach <jpeach@vmware.com>
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Jul 23, 2020
Add the `ExtensionService` API resource definition. This will be present internally to Contour and to programs that import the Contour `apis` package, but is not installed as a CRD unless the `ENABLE_EXTENSIONS_CRD=Y` make variable is specified. This option will be removed once the full `ExtensionService` API is implemented. This fixes projectcontour#2710. Signed-off-by: James Peach <jpeach@vmware.com>
jpeach
added a commit
that referenced
this issue
Jul 23, 2020
Add the `ExtensionService` API resource definition. This will be present internally to Contour and to programs that import the Contour `apis` package, but is not installed as a CRD unless the `ENABLE_EXTENSIONS_CRD=Y` make variable is specified. This option will be removed once the full `ExtensionService` API is implemented. This fixes #2710. Signed-off-by: James Peach <jpeach@vmware.com>
tthebst
pushed a commit
to tthebst/contour
that referenced
this issue
Aug 6, 2020
Add the `ExtensionService` API resource definition. This will be present internally to Contour and to programs that import the Contour `apis` package, but is not installed as a CRD unless the `ENABLE_EXTENSIONS_CRD=Y` make variable is specified. This option will be removed once the full `ExtensionService` API is implemented. This fixes projectcontour#2710. Signed-off-by: James Peach <jpeach@vmware.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please describe the problem you have
Add the ExtensionService CRD types. This should not be installed to clusters yet (until the whole feature is ready for release).
xref #432
xref #2643
The text was updated successfully, but these errors were encountered: