Class CheckKubernetesConnectivityRequest

java.lang.Object
com.cloudera.cdp.environments.model.CheckKubernetesConnectivityRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class CheckKubernetesConnectivityRequest extends Object
Request object for checking Kubernetes connectivity.
  • Constructor Details

    • CheckKubernetesConnectivityRequest

      public CheckKubernetesConnectivityRequest()
  • Method Details

    • getKubeConfig

      public String getKubeConfig()
      Getter for kubeConfig. Content of Kubernetes configuration file as a text blob in YAML format.
    • setKubeConfig

      public void setKubeConfig(String kubeConfig)
      Setter for kubeConfig. Content of Kubernetes configuration file as a text blob in YAML format.
    • getFormat

      public String getFormat()
      Getter for format. Format of Kubernetes configuration file. Defaults to YAML.
    • setFormat

      public void setFormat(String format)
      Setter for format. Format of Kubernetes configuration file. Defaults to YAML.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object