KubeEnvironmentProperties Class

KubeEnvironment resource specific properties.

Constructor

KubeEnvironmentProperties(*args: Any, **kwargs: Any)

Variables

Name Description
provisioning_state

Provisioning state of the Kubernetes Environment. Known values are: "Succeeded", "Failed", "Canceled", "Waiting", "InitializationInProgress", "InfrastructureSetupInProgress", "InfrastructureSetupComplete", "ScheduledForDelete", "UpgradeRequested", and "UpgradeFailed".

deployment_errors
str

Any errors that occurred during deployment or deployment validation.

internal_load_balancer_enabled

Only visible within Vnet/Subnet.

default_domain
str

Default Domain Name for the cluster.

static_ip
str

Static IP of the KubeEnvironment.

environment_type
str

Type of Kubernetes Environment. Only supported for Container App Environments with value as Managed.

arc_configuration

Cluster configuration which determines the ARC cluster components types. Eg: Choosing between BuildService kind, FrontEnd Service ArtifactsStorageType etc.

app_logs_configuration

Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported.

container_apps_configuration

Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.

aks_resource_id
str

Attributes

aks_resource_id

aks_resource_id: str | None

app_logs_configuration

Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported.

app_logs_configuration: _models.AppLogsConfiguration | None

arc_configuration

Choosing between BuildService kind, FrontEnd Service ArtifactsStorageType etc.

arc_configuration: _models.ArcConfiguration | None

container_apps_configuration

Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration.

container_apps_configuration: _models.ContainerAppsConfiguration | None

default_domain

Default Domain Name for the cluster.

default_domain: str | None

deployment_errors

Any errors that occurred during deployment or deployment validation.

deployment_errors: str | None

environment_type

Type of Kubernetes Environment. Only supported for Container App Environments with value as Managed.

environment_type: str | None

internal_load_balancer_enabled

Only visible within Vnet/Subnet.

internal_load_balancer_enabled: bool | None

provisioning_state

"Succeeded", "Failed", "Canceled", "Waiting", "InitializationInProgress", "InfrastructureSetupInProgress", "InfrastructureSetupComplete", "ScheduledForDelete", "UpgradeRequested", and "UpgradeFailed".

provisioning_state: str | _models.KubeEnvironmentProvisioningState | None

static_ip

Static IP of the KubeEnvironment.

static_ip: str | None