-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add pod ephemeral containers operations #4758
Milestone
Comments
cronik
added a commit
to cronik/fabric8io-kubernetes-client
that referenced
this issue
Jan 12, 2023
Add new method to PodResource to manager ephemeral containers sub-resource. Add new interface EphemeralContainersResource to expose operations on this new operation context and is returned by a new method on PodResource. OperationContext and OperationSupport have been updated to support implementing operations on named resource sub-resources. Fixes fabric8io#4758
11 tasks
cronik
added a commit
to cronik/fabric8io-kubernetes-client
that referenced
this issue
Jan 12, 2023
Add new method to PodResource to manager ephemeral containers sub-resource. Add new interface EphemeralContainersResource to expose operations on this new operation context and is returned by a new method on PodResource. OperationContext and OperationSupport have been updated to support implementing operations on named resource sub-resources. Fixes fabric8io#4758
cronik
added a commit
to cronik/fabric8io-kubernetes-client
that referenced
this issue
Jan 12, 2023
Add new interface EphemeralContainersResource to expose operations on this new operation context and is returned by a new method on PodResource. OperationContext and OperationSupport have been updated to support implementing operations on named resource sub-resources. Fixes fabric8io#4758
cronik
added a commit
to cronik/fabric8io-kubernetes-client
that referenced
this issue
Jan 12, 2023
Add new interface EphemeralContainersResource to expose operations on this new operation context and is returned by a new method on PodResource. OperationContext and OperationSupport have been updated to support implementing operations on named resource sub-resources. Fixes fabric8io#4758
cronik
added a commit
to cronik/fabric8io-kubernetes-client
that referenced
this issue
Jan 13, 2023
Add new interface EphemeralContainersResource to expose operations on this new operation context and is returned by a new method on PodResource. OperationContext and OperationSupport have been updated to support implementing operations on named resource sub-resources. Fixes fabric8io#4758
cronik
added a commit
to cronik/fabric8io-kubernetes-client
that referenced
this issue
Jan 15, 2023
Add new interface EphemeralContainersResource to expose operations on this new operation context and is returned by a new method on PodResource. OperationContext and OperationSupport have been updated to support implementing operations on named resource sub-resources. Fixes fabric8io#4758
cronik
added a commit
to cronik/fabric8io-kubernetes-client
that referenced
this issue
Jan 16, 2023
Add new interface EphemeralContainersResource to expose operations on this new operation context and is returned by a new method on PodResource. OperationContext and OperationSupport have been updated to support implementing operations on named resource sub-resources. Fixes fabric8io#4758
cronik
added a commit
to cronik/fabric8io-kubernetes-client
that referenced
this issue
Jan 16, 2023
Add new interface EphemeralContainersResource to expose operations on this new operation context and is returned by a new method on PodResource. OperationContext and OperationSupport have been updated to support implementing operations on named resource sub-resources. Fixes fabric8io#4758
cronik
added a commit
to cronik/fabric8io-kubernetes-client
that referenced
this issue
Jan 17, 2023
Add new interface EphemeralContainersResource to expose operations on this new operation context and is returned by a new method on PodResource. OperationContext and OperationSupport have been updated to support implementing operations on named resource sub-resources. Fixes fabric8io#4758
cronik
added a commit
to cronik/fabric8io-kubernetes-client
that referenced
this issue
Jan 17, 2023
Add new interface EphemeralContainersResource to expose operations on this new operation context and is returned by a new method on PodResource. OperationContext and OperationSupport have been updated to support implementing operations on named resource sub-resources. Fixes fabric8io#4758
cronik
added a commit
to cronik/fabric8io-kubernetes-client
that referenced
this issue
Jan 19, 2023
Add new interface EphemeralContainersResource to expose operations on this new operation context and is returned by a new method on PodResource. OperationContext and OperationSupport have been updated to support implementing operations on named resource sub-resources. Fixes fabric8io#4758
manusa
pushed a commit
to cronik/fabric8io-kubernetes-client
that referenced
this issue
Feb 13, 2023
Add new interface EphemeralContainersResource to expose operations on this new operation context and is returned by a new method on PodResource. OperationContext and OperationSupport have been updated to support implementing operations on named resource sub-resources. Fixes fabric8io#4758
manusa
pushed a commit
to cronik/fabric8io-kubernetes-client
that referenced
this issue
Feb 13, 2023
Add new interface EphemeralContainersResource to expose operations on this new operation context and is returned by a new method on PodResource. OperationContext and OperationSupport have been updated to support implementing operations on named resource sub-resources. Fixes fabric8io#4758
manusa
pushed a commit
that referenced
this issue
Feb 13, 2023
Add new interface EphemeralContainersResource to expose operations on this new operation context and is returned by a new method on PodResource. OperationContext and OperationSupport have been updated to support implementing operations on named resource sub-resources. Fixes #4758
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #4743
Originally posted by cronik January 7, 2023
Is it possible to call the EphemeralContainers Operations on a Pod resource?
It does not appear to be supported directly in the dsl api, but I'm wondering if there is some workaround that might allow me to call the patch operation (maybe by constructing a operations context or something).
Are there plans to support these operations in the dsl? I'd be happy to contribute a PR if it will be welcomed.
Proposed API
Ephemeral containers operations supports PATCH and REPLACE as sub resource of Pod. I propose a new
EphemeralContainersResource
that exposes the operations supported on this resource.Example client usage
https://kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/
The text was updated successfully, but these errors were encountered: