Class V1NeonSsoClient
Specifies Neon SSO client settings.
Namespace: Neon.Kube.Resources.Cluster
Assembly: Neon.Kube.Resources.dll
Syntax
[KubernetesEntity(Group = "neonkube.io", ApiVersion = "v1alpha1", Kind = "NeonSsoClient", PluralName = "neonssoclients")]
[EntityScope(EntityScope.Cluster)]
public class V1NeonSsoClient
Constructors
V1NeonSsoClient()
Default constructor.
Declaration
public V1NeonSsoClient()
Fields
KubeApiVersion
Object API version.
Declaration
public const string KubeApiVersion = "v1alpha1"
Field Value
| Type | Description |
|---|---|
| string |
KubeGroup
Object API group.
Declaration
public const string KubeGroup = "neonkube.io"
Field Value
| Type | Description |
|---|---|
| string |
KubeKind
Object API kind.
Declaration
public const string KubeKind = "NeonSsoClient"
Field Value
| Type | Description |
|---|---|
| string |
KubePlural
Object plural name.
Declaration
public const string KubePlural = "neonssoclients"
Field Value
| Type | Description |
|---|---|
| string |
Properties
ApiVersion
Gets or sets APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
Declaration
public string ApiVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Kind
Gets or sets kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
Declaration
public string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
Gets or sets standard object metadata.
Declaration
public V1ObjectMeta Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| V1ObjectMeta |
Spec
The spec.
Declaration
public V1SsoClientSpec Spec { get; set; }
Property Value
| Type | Description |
|---|---|
| V1SsoClientSpec |
Status
The status.
Declaration
public V1SsoClientStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| V1SsoClientStatus |