public class Dynamics extends Object
Constructor and Description |
---|
Dynamics() |
Modifier and Type | Method and Description |
---|---|
static DynamicKubernetesObject |
newFromJson(com.google.gson.Gson gson,
String jsonContent) |
static DynamicKubernetesObject |
newFromJson(String jsonContent) |
static DynamicKubernetesListObject |
newListFromJson(com.google.gson.Gson gson,
String jsonContent) |
static DynamicKubernetesListObject |
newListFromJson(String jsonContent) |
public static DynamicKubernetesObject newFromJson(String jsonContent)
public static DynamicKubernetesObject newFromJson(com.google.gson.Gson gson, String jsonContent)
public static DynamicKubernetesListObject newListFromJson(String jsonContent)
public static DynamicKubernetesListObject newListFromJson(com.google.gson.Gson gson, String jsonContent)
Copyright © 2021. All rights reserved.