This page documents the language specification for the azure package. If you're looking for help working with the inputs, outputs, or functions of azure resources in a Pulumi program, please see the resource documentation for examples and API reference.
devspace¶
This provider is a derived work of the Terraform Provider distributed under MPL 2.0. If you encounter a bug or missing feature, first check the pulumi/pulumi-azure repo; however, if that doesn’t turn up anything, please consult the source terraform-providers/terraform-provider-azurerm repo.
- class
pulumi_azure.devspace.Controller(resource_name, opts=None, location=None, name=None, resource_group_name=None, sku_name=None, tags=None, target_container_host_credentials_base64=None, target_container_host_resource_id=None, __props__=None, __name__=None, __opts__=None)¶ Manages a DevSpace Controller.
- Parameters
resource_name (str) – The name of the resource.
opts (pulumi.ResourceOptions) – Options for the resource.
location (pulumi.Input[str]) – Specifies the supported location where the DevSpace Controller should exist. Changing this forces a new resource to be created.
name (pulumi.Input[str]) – Specifies the name of the DevSpace Controller. Changing this forces a new resource to be created.
resource_group_name (pulumi.Input[str]) – 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.
sku_name (pulumi.Input[str]) – Specifies the SKU Name for this DevSpace Controller. Possible values are
S1.tags (pulumi.Input[dict]) – A mapping of tags to assign to the resource.
target_container_host_credentials_base64 (pulumi.Input[str]) – Base64 encoding of
kube_config_rawof Azure Kubernetes Service cluster. Changing this forces a new resource to be created.target_container_host_resource_id (pulumi.Input[str]) – The resource id of Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
data_plane_fqdn: pulumi.Output[str] = None¶DNS name for accessing DataPlane services.
host_suffix: pulumi.Output[str] = None¶The host suffix for the DevSpace Controller.
location: pulumi.Output[str] = None¶Specifies the supported location where the DevSpace Controller should exist. Changing this forces a new resource to be created.
name: pulumi.Output[str] = None¶Specifies the name of the DevSpace Controller. Changing this forces a new resource to be created.
resource_group_name: pulumi.Output[str] = None¶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.
sku_name: pulumi.Output[str] = None¶Specifies the SKU Name for this DevSpace Controller. Possible values are
S1.
A mapping of tags to assign to the resource.
target_container_host_credentials_base64: pulumi.Output[str] = None¶Base64 encoding of
kube_config_rawof Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
target_container_host_resource_id: pulumi.Output[str] = None¶The resource id of Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
- static
get(resource_name, id, opts=None, data_plane_fqdn=None, host_suffix=None, location=None, name=None, resource_group_name=None, sku_name=None, tags=None, target_container_host_credentials_base64=None, target_container_host_resource_id=None)¶ Get an existing Controller resource’s state with the given name, id, and optional extra properties used to qualify the lookup.
- Parameters
resource_name (str) – The unique name of the resulting resource.
id (str) – The unique provider ID of the resource to lookup.
opts (pulumi.ResourceOptions) – Options for the resource.
data_plane_fqdn (pulumi.Input[str]) – DNS name for accessing DataPlane services.
host_suffix (pulumi.Input[str]) – The host suffix for the DevSpace Controller.
location (pulumi.Input[str]) – Specifies the supported location where the DevSpace Controller should exist. Changing this forces a new resource to be created.
name (pulumi.Input[str]) – Specifies the name of the DevSpace Controller. Changing this forces a new resource to be created.
resource_group_name (pulumi.Input[str]) – 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.
sku_name (pulumi.Input[str]) – Specifies the SKU Name for this DevSpace Controller. Possible values are
S1.tags (pulumi.Input[dict]) – A mapping of tags to assign to the resource.
target_container_host_credentials_base64 (pulumi.Input[str]) – Base64 encoding of
kube_config_rawof Azure Kubernetes Service cluster. Changing this forces a new resource to be created.target_container_host_resource_id (pulumi.Input[str]) – The resource id of Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
translate_output_property(prop)¶Provides subclasses of Resource an opportunity to translate names of output properties into a format of their choosing before writing those properties to the resource object.
- Parameters
prop (str) – A property name.
- Returns
A potentially transformed property name.
- Return type
str
translate_input_property(prop)¶Provides subclasses of Resource an opportunity to translate names of input properties into a format of their choosing before sending those properties to the Pulumi engine.
- Parameters
prop (str) – A property name.
- Returns
A potentially transformed property name.
- Return type
str