Class DeploymentConfig

    • Constructor Detail

      • DeploymentConfig

        public DeploymentConfig()
        No args constructor for use in serialization
      • DeploymentConfig

        public DeploymentConfig​(String deploymentName,
                                io.fabric8.kubernetes.api.model.ResourceRequirements resources)
    • Method Detail

      • getDeploymentName

        public String getDeploymentName()
        DeploymentName is the name of one of the Deployments/StatefulSets managed by hive-operator. NOTE: At this time each deployment has only one container. In the future, we may provide a way to specify which container this DeploymentConfig will be applied to.
      • setDeploymentName

        public void setDeploymentName​(String deploymentName)
        DeploymentName is the name of one of the Deployments/StatefulSets managed by hive-operator. NOTE: At this time each deployment has only one container. In the future, we may provide a way to specify which container this DeploymentConfig will be applied to.
      • getResources

        public io.fabric8.kubernetes.api.model.ResourceRequirements getResources()
      • setResources

        public void setResources​(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)