BaseKubernetesObject(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base class for Kubernetes objects, providing common properties shared across Kubernetes resources.
protected BaseKubernetesObject(string? apiVersion = default, string? kind = default);
new Aspire.Hosting.Kubernetes.Resources.BaseKubernetesObject : string * string -> Aspire.Hosting.Kubernetes.Resources.BaseKubernetesObject
Protected Sub New (Optional apiVersion As String = Nothing, Optional kind As String = Nothing)
Parameters
- apiVersion
- String
- kind
- String