Class ControllerState
Inherited Members
Namespace: Pulumi.Azure.DevSpace
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ControllerState : ResourceArgs
Constructors
View SourceControllerState()
Declaration
public ControllerState()
Properties
View SourceDataPlaneFqdn
DNS name for accessing DataPlane services.
Declaration
public Input<string> DataPlaneFqdn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HostSuffix
The host suffix for the DevSpace Controller.
Declaration
public Input<string> HostSuffix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
Specifies the supported location where the DevSpace Controller should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the DevSpace Controller. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group under which the DevSpace Controller resource has to be created. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SkuName
Specifies the SKU Name for this DevSpace Controller. Possible values are S1.
Declaration
public Input<string> SkuName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
TargetContainerHostCredentialsBase64
Base64 encoding of kube_config_raw of Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
Declaration
public Input<string> TargetContainerHostCredentialsBase64 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetContainerHostResourceId
The resource id of Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
Declaration
public Input<string> TargetContainerHostResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |