Package io.kubernetes.client.util
Class Watch.Response<T>
java.lang.Object
io.kubernetes.client.util.Watch.Response<T>
Response class holds a watch response that has a `type` that can be ADDED, MODIFIED, DELETED
and ERROR. It also hold the actual target object.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
object
-
status
public io.kubernetes.client.openapi.models.V1Status status
-
-
Constructor Details
-
Response
public Response() -
Response
-
Response
-