Class ClusterRkeConfigServicesEtcd
Inheritance
System.Object
ClusterRkeConfigServicesEtcd
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Rancher2.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigServicesEtcd
Fields
View SourceBackupConfig
Backup options for etcd service. Just for Rancher v2.2.x (list maxitems:1)
Declaration
public readonly ClusterRkeConfigServicesEtcdBackupConfig BackupConfig
Field Value
| Type | Description |
|---|---|
| ClusterRkeConfigServicesEtcdBackupConfig |
CaCert
TLS CA certificate for etcd service (string)
Declaration
public readonly string CaCert
Field Value
| Type | Description |
|---|---|
| System.String |
Cert
TLS certificate for etcd service (string)
Declaration
public readonly string Cert
Field Value
| Type | Description |
|---|---|
| System.String |
Creation
Creation option for etcd service (string)
Declaration
public readonly string Creation
Field Value
| Type | Description |
|---|---|
| System.String |
ExternalUrls
External urls for etcd service (list)
Declaration
public readonly ImmutableArray<string> ExternalUrls
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ExtraArgs
Extra arguments for scheduler service (map)
Declaration
public readonly ImmutableDictionary<string, object> ExtraArgs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
ExtraBinds
Extra binds for scheduler service (list)
Declaration
public readonly ImmutableArray<string> ExtraBinds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ExtraEnvs
Extra environment for scheduler service (list)
Declaration
public readonly ImmutableArray<string> ExtraEnvs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Gid
Etcd service GID. Default: 0. For Rancher v2.3.x or above (int)
Declaration
public readonly int? Gid
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Image
Docker image for scheduler service (string)
Declaration
public readonly string Image
Field Value
| Type | Description |
|---|---|
| System.String |
Key
TLS key for etcd service (string)
Declaration
public readonly string Key
Field Value
| Type | Description |
|---|---|
| System.String |
Path
(Optional) Audit log path. Default: /var/log/kube-audit/audit-log.json (string)
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
Retention
Retention for etcd backup. Default 6 (int)
Declaration
public readonly string Retention
Field Value
| Type | Description |
|---|---|
| System.String |
Snapshot
Snapshot option for etcd service (bool)
Declaration
public readonly bool? Snapshot
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Uid
Etcd service UID. Default: 0. For Rancher v2.3.x or above (int)
Declaration
public readonly int? Uid
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |