Documentation ¶
Overview ¶
package radius defines utility functions and constants for working with Radius types and UCP resource IDs.
Index ¶
Constants ¶
View Source
const ( // PlaneTypeRadius defines the type name of the Radius plane. PlaneTypeRadius = "radius" // ScopeResourceGroups is the scope for a Radius Resource Group. ScopeResourceGroups = "resourcegroups" // NamespaceApplicationsCore defines the namespace for the Radius Applications.Core resource provider. NamespaceApplicationsCore = "Applications.Core" // NamespaceApplicationsDatastores defines the namespace for the Radius Applications.Datastores resource provider. NamespaceApplicationsDatastores = "Applications.Datastores" // NamespaceApplicationsDapr defines the namespace for the Radius Applications.Dapr resource provider. NamespaceApplicationsDapr = "Applications.Dapr" // NamespaceApplicationsMessaging defines the namespace for the Radius Applications.Messaging resource provider. NamespaceApplicationsMessaging = "Applications.Messaging" )
Variables ¶
This section is empty.
Functions ¶
func IsRadiusResource ¶
IsRadiusResource checks if the given ID represents a resource type, and is defined in the Radius plane.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.