Class Deployment

java.lang.Object
com.cloudera.cdp.compute.model.Deployment

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:29.145-07:00") public class Deployment extends Object
Deployment structure.
  • Constructor Details

    • Deployment

      public Deployment()
  • Method Details

    • getName

      public String getName()
      Getter for name. The name of the deployment.
    • setName

      public void setName(String name)
      Setter for name. The name of the deployment.
    • getNamespace

      public String getNamespace()
      Getter for namespace. The namespace of the deployment.
    • setNamespace

      public void setNamespace(String namespace)
      Setter for namespace. The namespace of the deployment.
    • getRevision

      public Integer getRevision()
      Getter for revision. Helm revision.
    • setRevision

      public void setRevision(Integer revision)
      Setter for revision. Helm revision.
    • getLiftieManaged

      public Boolean getLiftieManaged()
      Getter for liftieManaged. True if Liftie is managing this deployment.
    • setLiftieManaged

      public void setLiftieManaged(Boolean liftieManaged)
      Setter for liftieManaged. True if Liftie is managing this deployment.
    • getChart

      public Chart getChart()
      Getter for chart. Chart that the deployment was created from.
    • setChart

      public void setChart(Chart chart)
      Setter for chart. Chart that the deployment was created from.
    • getStatus

      public String getStatus()
      Getter for status. Status of the deployment. Currently supported values are UNKNOWN, DEPLOYED, UNINSTALLED, SUPERSEDED, FAILED, PENDING-INSTALL, PENDING-UPGRADE and PENDING-ROLLBACK. New values may be added in the future.
    • setStatus

      public void setStatus(String status)
      Setter for status. Status of the deployment. Currently supported values are UNKNOWN, DEPLOYED, UNINSTALLED, SUPERSEDED, FAILED, PENDING-INSTALL, PENDING-UPGRADE and PENDING-ROLLBACK. New values may be added in the future.
    • getUpgrades

      public List<AvailableDeploymentUpgrade> getUpgrades()
      Getter for upgrades. Any upgrades available for this deployment.
    • setUpgrades

      public void setUpgrades(List<AvailableDeploymentUpgrade> upgrades)
      Setter for upgrades. Any upgrades available for this deployment.
    • getOverrides

      public String getOverrides()
      Getter for overrides. Escaped JSON overrides for the deployment's properties.
    • setOverrides

      public void setOverrides(String overrides)
      Setter for overrides. Escaped JSON overrides for the deployment's properties.
    • 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