Class DeploymentPropertiesResponse


  • public final class DeploymentPropertiesResponse
    extends java.lang.Object
    • Method Detail

      • helmChartPath

        public java.util.Optional<java.lang.String> helmChartPath()
        Returns:
        Helm chart directory path in repository.
      • helmValues

        public java.util.Optional<java.lang.String> helmValues()
        Returns:
        Helm Values.yaml file location in repository.
      • kubeManifestLocations

        public java.util.List<java.lang.String> kubeManifestLocations()
      • manifestType

        public java.util.Optional<java.lang.String> manifestType()
        Returns:
        Determines the type of manifests within the repository.
      • overrides

        public java.util.Map<java.lang.String,​java.lang.String> overrides()
        Returns:
        Manifest override values.