Class CheckKubernetesConnectivityRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class CheckKubernetesConnectivityRequest
    extends Object
    Request object for checking Kubernetes connectivity.
    • Constructor Detail

      • CheckKubernetesConnectivityRequest

        public CheckKubernetesConnectivityRequest()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object