-
Notifications
You must be signed in to change notification settings - Fork 303
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
BackendConfig OpenAPI spec #563
Comments
@DennisVis when you say "can't find one for the BackendConfig type", can you point me to where you looked? I remember in the past we have had some complaints that BackendConfig does not work with Deployment Manager so hopefully we can address that soon. /kind bug |
The first place I looked was in the cluster swagger specification which can be found at I tried finding the API itself which can be found at I assume the spec must live somewhere and be reachable as the existence of |
@DennisVis thanks for the info. I'll ask around to see how this can be resolved as I'm not immediately sure what the next step is. |
@rramkumar1 Did you manage to make any progress on this? |
It seems like folks are working on publishing openapi for CRD: kubernetes/kubernetes#71192 |
Also |
@rramkumar1 we should check if we satisfy the OpenAPI v3 model format and close this bug. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I'm using Deployment Manager to deploy all k8s resources by leveraging custom types. To create these types Deployment Manager needs access to an OpenAPI spec. For the Ingress this works fine, but I can't find the one for the BackendConfig type.
I see one is created in
pkg/apis/backendconfig/v1beta1/zz_generated.openapi.go
, is this exposed anywhere on the gke cluster?The text was updated successfully, but these errors were encountered: