Package org.jdrupes.vmoperator.common
Class K8sDynamicModels
java.lang.Object
org.jdrupes.vmoperator.common.K8sDynamicModelsBase<K8sDynamicModel>
org.jdrupes.vmoperator.common.K8sDynamicModels
- All Implemented Interfaces:
io.kubernetes.client.common.KubernetesListObject
,io.kubernetes.client.common.KubernetesType
Represents a list of Kubernetes objects each of which is
represented using a JSON data structure.
Some information that is common to all Kubernetes objects,
notably the metadata, is made available through the methods
defined by KubernetesListObject
.
-
Constructor Summary
ConstructorDescriptionK8sDynamicModels
(com.google.gson.Gson delegate, com.google.gson.JsonObject data) Initialize the object list using the given JSON data. -
Method Summary
Methods inherited from class org.jdrupes.vmoperator.common.K8sDynamicModelsBase
apiVersion, data, equals, getApiVersion, getItems, getKind, getMetadata, hashCode, kind, metadata, setApiVersion, setKind, setMetadata
-
Constructor Details
-
K8sDynamicModels
Initialize the object list using the given JSON data.- Parameters:
delegate
- the gson instance to use for extracting structured datadata
- the data
-