Class KubernetesClusterDataSource
A Kubernetes cluster data source.
Inherited Members
Namespace: Oci.ManagementagentService.Models
Assembly: OCI.DotNetSDK.Managementagent.dll
Syntax
public class KubernetesClusterDataSource : DataSourceProperties
IsDaemonSet
Declaration
[JsonProperty(PropertyName = "isDaemonSet")]
public bool? IsDaemonSet { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | If the Kubernetes cluster type is Daemon set then this will be set to true. | 
Namespace
Declaration
[Required(ErrorMessage = "Namespace is required.")]
[JsonProperty(PropertyName = "namespace")]
public string Namespace { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The Kubernetes namespace | 
Remarks
Required