# Functions
IDFromMeta returns the UCP resource ID for the given Kubernetes object specified by its GroupVersionKind and ObjectMeta.
IDFromParts returns the UCP resource ID for the given Kubernetes object specified by its component parts.
ResourceTypeFromGVK returns the resource type of a Kubernetes resource given its group, version, and kind.
ToParts returns the component parts of the given UCP resource ID.
ToUCPResourceID takes namespace, resourceType, resourceName, provider information and returns string representing UCP qualified resource ID.
# Constants
KindContourHTTPProxy is the kind of a Contour HTTPProxy.
KindDeployment is the kind of a Kubernetes Deployment.
KindRole is the kind of a Kubernetes Role.
KindRoleBinding is the kind of a Kubernetes RoleBinding.
KindSecret is the kind of a Kubernetes Secret.
KindSecretProviderClass is the kind of a Kubernetes SecretProviderClass.
KindService is the kind of a Kubernetes Service.
KindServiceAccount is the kind of a Kubernetes ServiceAccount.
PlaneNameTODO is the name of the Kubernetes plane to use when the plane name is not known.
PlaneTypeKubernetes defines the type name of the Kubernetes plane.
ResourceTypeContourHTTPProxy is the resource type of a Contour HTTPProxy.
ResourceTypeDaprComponent is the resource type of a Dapr component.
ResourceTypeDeployment is the resource type of a Kubernetes Deployment.
ResourceTypeRole is the resource type of a Kubernetes Role.
ResourceTypeRoleBinding is the resource type of a Kubernetes RoleBinding.
ResourceTypeSecret is the resource type of a Kubernetes Secret.
ResourceTypeSecretProviderClass is the resource type of a Kubernetes SecretProviderClass.
ResourceTypeService is the resource type of a Kubernetes Service.
ResourceTypeServiceAccount is the resource type of a Kubernetes ServiceAccount.
ScopeTypeNamespaces defines the type name of the Kubernetes namespace scope.