Package io.micronaut.kubernetes.client.openapi.response
@NullMarked
package io.micronaut.kubernetes.client.openapi.response
Response helpers for the Kubernetes OpenAPI client.
-
ClassDescriptionResponse which is used by kubernetes client delete methods can contain
V1Statusinstance or an instance of the kubernetes object which is being deleted depending on kubernetes api server configuration.Implementation ofDeleteResponseinterface which contains an instance of deleted kubernetes object.Implementation ofDeleteResponseinterface which contains an instance ofV1Status.