public class Dynamics extends Object
Constructor and Description |
---|
Dynamics() |
Modifier and Type | Method and Description |
---|---|
static String |
fromJsonToYaml(String jsonContent) |
static String |
fromJsonToYaml(org.yaml.snakeyaml.Yaml yamlCodec,
com.google.gson.Gson gson,
String jsonContent) |
static String |
fromYamlToJson(String yamlContent) |
static String |
fromYamlToJson(org.yaml.snakeyaml.Yaml yamlCodec,
com.google.gson.Gson gson,
String yamlContent) |
static DynamicKubernetesObject |
newFromJson(com.google.gson.Gson gson,
String jsonContent) |
static DynamicKubernetesObject |
newFromJson(String jsonContent) |
static DynamicKubernetesObject |
newFromYaml(String yamlContent) |
static DynamicKubernetesObject |
newFromYaml(org.yaml.snakeyaml.Yaml yamlCodec,
String yamlContent) |
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)
public static DynamicKubernetesObject newFromYaml(String yamlContent)
public static DynamicKubernetesObject newFromYaml(org.yaml.snakeyaml.Yaml yamlCodec, String yamlContent)
public static String fromYamlToJson(org.yaml.snakeyaml.Yaml yamlCodec, com.google.gson.Gson gson, String yamlContent)
Copyright © 2022. All rights reserved.