Package io.kubernetes.client.util
package io.kubernetes.client.util
-
ClassDescriptionApiInvocation<ApiType>The interface Call generator.A Builder which allows the construction of
ApiClient
s in a fluent fashion.KubeConfig represents a kubernetes client configurationListAccessor is a set of utils which accesses common fields from list objects dynamicallyModel mapper loads pre-built kubernetes models from classpath and manages their mapping between their apiVersion and kind.Namespaces provides a set of helpers for operating namespaces.ObjectAccessor is a set of utils which accesses common fields from objects dynamicallyProvides utility helper functions to send PATCH requests against kubernetes cluster.The Patch call func returns an okhttp call object.support for different invariant checks, like for a example a non-null argument being passed to a method that does not support nulls.Watch<T>Watch class implements watch mechansim of kubernetes.Response class holds a watch response that has a `type` that can be ADDED, MODIFIED, DELETED and ERROR.Watchable<T>A simple interface for a listener on a web socketWebSocketStreamHandler understands the Kubernetes streaming protocol and separates a single WebSockets stream into a number of different streams using that protocol.The type Yaml.Defines constructor logic for custom types in this library.