Show / Hide Table of Contents

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 Source

BackupConfig

Backup options for etcd service. Just for Rancher v2.2.x (list maxitems:1)

Declaration
public readonly ClusterRkeConfigServicesEtcdBackupConfig BackupConfig
Field Value
Type Description
ClusterRkeConfigServicesEtcdBackupConfig
View Source

CaCert

TLS CA certificate for etcd service (string)

Declaration
public readonly string CaCert
Field Value
Type Description
System.String
View Source

Cert

TLS certificate for etcd service (string)

Declaration
public readonly string Cert
Field Value
Type Description
System.String
View Source

Creation

Creation option for etcd service (string)

Declaration
public readonly string Creation
Field Value
Type Description
System.String
View Source

ExternalUrls

External urls for etcd service (list)

Declaration
public readonly ImmutableArray<string> ExternalUrls
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

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>
View Source

ExtraBinds

Extra binds for scheduler service (list)

Declaration
public readonly ImmutableArray<string> ExtraBinds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

ExtraEnvs

Extra environment for scheduler service (list)

Declaration
public readonly ImmutableArray<string> ExtraEnvs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

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>
View Source

Image

Docker image for scheduler service (string)

Declaration
public readonly string Image
Field Value
Type Description
System.String
View Source

Key

TLS key for etcd service (string)

Declaration
public readonly string Key
Field Value
Type Description
System.String
View Source

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
View Source

Retention

Retention for etcd backup. Default 6 (int)

Declaration
public readonly string Retention
Field Value
Type Description
System.String
View Source

Snapshot

Snapshot option for etcd service (bool)

Declaration
public readonly bool? Snapshot
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.