Class 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 Details

    • K8sDynamicModels

      public K8sDynamicModels(com.google.gson.Gson delegate, com.google.gson.JsonObject data)
      Initialize the object list using the given JSON data.
      Parameters:
      delegate - the gson instance to use for extracting structured data
      data - the data