Class KubernetesHelper

java.lang.Object
de.predic8.kubernetesclient.util.KubernetesHelper

public class KubernetesHelper extends Object
  • Constructor Details

    • KubernetesHelper

      public KubernetesHelper()
  • Method Details

    • createYamlObjectMapper

      public static com.fasterxml.jackson.databind.ObjectMapper createYamlObjectMapper()
    • loadYaml

      public static <T> T loadYaml(byte[] data, Class<T> clazz) throws IOException
      Throws:
      IOException
    • loadYaml

      public static <T> T loadYaml(String text, Class<T> clazz) throws IOException
      Throws:
      IOException