Controller
Manages a DevSpace Controller.
Create a Controller Resource
new Controller(name: string, args: ControllerArgs, opts?: CustomResourceOptions);def 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);func NewController(ctx *Context, name string, args ControllerArgs, opts ...ResourceOption) (*Controller, error)public Controller(string name, ControllerArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args ControllerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ControllerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ControllerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
Controller Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The Controller resource accepts the following input properties:
- Resource
Group stringName 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 string Specifies the SKU Name for this DevSpace Controller. Possible values are
S1.- Target
Container stringHost Credentials Base64 Base64 encoding of
kube_config_rawof Azure Kubernetes Service cluster. Changing this forces a new resource to be created.- Target
Container stringHost Resource Id The resource id of Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
- Location string
Specifies the supported location where the DevSpace Controller should exist. Changing this forces a new resource to be created.
- Name string
Specifies the name of the DevSpace Controller. Changing this forces a new resource to be created.
- Dictionary<string, string>
A mapping of tags to assign to the resource.
- Resource
Group stringName 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 string Specifies the SKU Name for this DevSpace Controller. Possible values are
S1.- Target
Container stringHost Credentials Base64 Base64 encoding of
kube_config_rawof Azure Kubernetes Service cluster. Changing this forces a new resource to be created.- Target
Container stringHost Resource Id The resource id of Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
- Location string
Specifies the supported location where the DevSpace Controller should exist. Changing this forces a new resource to be created.
- Name string
Specifies the name of the DevSpace Controller. Changing this forces a new resource to be created.
- map[string]string
A mapping of tags to assign to the resource.
- resource
Group stringName 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 string Specifies the SKU Name for this DevSpace Controller. Possible values are
S1.- target
Container stringHost Credentials Base64 Base64 encoding of
kube_config_rawof Azure Kubernetes Service cluster. Changing this forces a new resource to be created.- target
Container stringHost Resource Id The resource id of Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
- location string
Specifies the supported location where the DevSpace Controller should exist. Changing this forces a new resource to be created.
- name string
Specifies the name of the DevSpace Controller. Changing this forces a new resource to be created.
- {[key: string]: string}
A mapping of tags to assign to the resource.
- resource_
group_ strname 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 str Specifies the SKU Name for this DevSpace Controller. Possible values are
S1.- target_
container_ strhost_ credentials_ base64 Base64 encoding of
kube_config_rawof Azure Kubernetes Service cluster. Changing this forces a new resource to be created.- target_
container_ strhost_ resource_ id The resource id of Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
- location str
Specifies the supported location where the DevSpace Controller should exist. Changing this forces a new resource to be created.
- name str
Specifies the name of the DevSpace Controller. Changing this forces a new resource to be created.
- Dict[str, str]
A mapping of tags to assign to the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Controller resource produces the following output properties:
- Data
Plane stringFqdn DNS name for accessing DataPlane services.
- Host
Suffix string The host suffix for the DevSpace Controller.
- Id string
- The provider-assigned unique ID for this managed resource.
- Data
Plane stringFqdn DNS name for accessing DataPlane services.
- Host
Suffix string The host suffix for the DevSpace Controller.
- Id string
- The provider-assigned unique ID for this managed resource.
- data
Plane stringFqdn DNS name for accessing DataPlane services.
- host
Suffix string The host suffix for the DevSpace Controller.
- id string
- The provider-assigned unique ID for this managed resource.
- data_
plane_ strfqdn DNS name for accessing DataPlane services.
- host_
suffix str The host suffix for the DevSpace Controller.
- id str
- The provider-assigned unique ID for this managed resource.
Look up an Existing Controller Resource
Get an existing Controller resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ControllerState, opts?: CustomResourceOptions): Controllerstatic 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, __props__=None);func GetController(ctx *Context, name string, id IDInput, state *ControllerState, opts ...ResourceOption) (*Controller, error)public static Controller Get(string name, Input<string> id, ControllerState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Data
Plane stringFqdn DNS name for accessing DataPlane services.
- Host
Suffix string The host suffix for the DevSpace Controller.
- Location string
Specifies the supported location where the DevSpace Controller should exist. Changing this forces a new resource to be created.
- Name string
Specifies the name of the DevSpace Controller. Changing this forces a new resource to be created.
- Resource
Group stringName 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 string Specifies the SKU Name for this DevSpace Controller. Possible values are
S1.- Dictionary<string, string>
A mapping of tags to assign to the resource.
- Target
Container stringHost Credentials Base64 Base64 encoding of
kube_config_rawof Azure Kubernetes Service cluster. Changing this forces a new resource to be created.- Target
Container stringHost Resource Id The resource id of Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
- Data
Plane stringFqdn DNS name for accessing DataPlane services.
- Host
Suffix string The host suffix for the DevSpace Controller.
- Location string
Specifies the supported location where the DevSpace Controller should exist. Changing this forces a new resource to be created.
- Name string
Specifies the name of the DevSpace Controller. Changing this forces a new resource to be created.
- Resource
Group stringName 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 string Specifies the SKU Name for this DevSpace Controller. Possible values are
S1.- map[string]string
A mapping of tags to assign to the resource.
- Target
Container stringHost Credentials Base64 Base64 encoding of
kube_config_rawof Azure Kubernetes Service cluster. Changing this forces a new resource to be created.- Target
Container stringHost Resource Id The resource id of Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
- data
Plane stringFqdn DNS name for accessing DataPlane services.
- host
Suffix string The host suffix for the DevSpace Controller.
- location string
Specifies the supported location where the DevSpace Controller should exist. Changing this forces a new resource to be created.
- name string
Specifies the name of the DevSpace Controller. Changing this forces a new resource to be created.
- resource
Group stringName 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 string Specifies the SKU Name for this DevSpace Controller. Possible values are
S1.- {[key: string]: string}
A mapping of tags to assign to the resource.
- target
Container stringHost Credentials Base64 Base64 encoding of
kube_config_rawof Azure Kubernetes Service cluster. Changing this forces a new resource to be created.- target
Container stringHost Resource Id The resource id of Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
- data_
plane_ strfqdn DNS name for accessing DataPlane services.
- host_
suffix str The host suffix for the DevSpace Controller.
- location str
Specifies the supported location where the DevSpace Controller should exist. Changing this forces a new resource to be created.
- name str
Specifies the name of the DevSpace Controller. Changing this forces a new resource to be created.
- resource_
group_ strname 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 str Specifies the SKU Name for this DevSpace Controller. Possible values are
S1.- Dict[str, str]
A mapping of tags to assign to the resource.
- target_
container_ strhost_ credentials_ base64 Base64 encoding of
kube_config_rawof Azure Kubernetes Service cluster. Changing this forces a new resource to be created.- target_
container_ strhost_ resource_ id The resource id of Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.