# TypedLocalObjectReferenceV1 Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [TypedLocalObjectReferenceV1](/reference/api/csharp/aspire.hosting.kubernetes/typedlocalobjectreferencev1.md)
- Kind: `Constructors`
- Members: `1`

Represents a reference to a Kubernetes object with a specific type, enabling identification of a local object within the same namespace.

## TypedLocalObjectReferenceV1

- Name: `Constructor`

```csharp
public sealed class TypedLocalObjectReferenceV1
{
    public TypedLocalObjectReferenceV1()
    {
        // ...
    }
}
```
