Skip to content
Docs Try Aspire

KubernetesEnvironmentResource

Handle TypeScript
📦 Aspire.Hosting.Kubernetes v13.2.0-preview.1.26159.1
interface KubernetesEnvironmentResource
extends IComputeEnvironmentResource,
IResource {
defaultImagePullPolicy: string;
defaultServiceType: string;
defaultStorageClassName: string;
defaultStorageReadWritePolicy: string;
defaultStorageSize: string;
defaultStorageType: string;
helmChartDescription: string;
helmChartName: string;
helmChartVersion: string;
readonly name: string;
withProperties(configure: (obj: KubernetesEnvironmentResource) => void): KubernetesEnvironmentResource;
}

Properties

property defaultImagePullPolicy string get · set
Gets the DefaultImagePullPolicy property
property defaultServiceType string get · set
Gets the DefaultServiceType property
property defaultStorageClassName string get · set
Gets the DefaultStorageClassName property
property defaultStorageReadWritePolicy string get · set
Gets the DefaultStorageReadWritePolicy property
property defaultStorageSize string get · set
Gets the DefaultStorageSize property
property defaultStorageType string get · set
Gets the DefaultStorageType property
property helmChartDescription string get · set
Gets the HelmChartDescription property
property helmChartName string get · set
Gets the HelmChartName property
property helmChartVersion string get · set
Gets the HelmChartVersion property
property name string get
Gets the Name property

Methods

method withProperties builder
Configures properties of a Kubernetes environment
withProperties(configure: (obj: KubernetesEnvironmentResource) => void): KubernetesEnvironmentResource
configure (obj: KubernetesEnvironmentResource) => void
KubernetesEnvironmentResource