Class DeploymentPropertiesResponse
- java.lang.Object
-
- com.pulumi.azurenative.devhub.outputs.DeploymentPropertiesResponse
-
public final class DeploymentPropertiesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeploymentPropertiesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeploymentPropertiesResponse.Builder
builder()
static DeploymentPropertiesResponse.Builder
builder(DeploymentPropertiesResponse defaults)
java.util.Optional<java.lang.String>
helmChartPath()
java.util.Optional<java.lang.String>
helmValues()
java.util.List<java.lang.String>
kubeManifestLocations()
java.util.Optional<java.lang.String>
manifestType()
java.util.Map<java.lang.String,java.lang.String>
overrides()
-
-
-
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.
-
builder
public static DeploymentPropertiesResponse.Builder builder()
-
builder
public static DeploymentPropertiesResponse.Builder builder(DeploymentPropertiesResponse defaults)
-
-