Class PodPresetSpec
PodPresetSpec is a description of a pod preset.
Inheritance
System.Object
PodPresetSpec
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.Kubernetes.Types.Outputs.Settings.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class PodPresetSpec
Fields
View SourceEnv
Env defines the collection of EnvVar to inject into containers.
Declaration
public readonly ImmutableArray<EnvVar> Env
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<EnvVar> |
EnvFrom
EnvFrom defines the collection of EnvFromSource to inject into containers.
Declaration
public readonly ImmutableArray<EnvFromSource> EnvFrom
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<EnvFromSource> |
Selector
Selector is a label query over a set of resources, in this case pods. Required.
Declaration
public readonly LabelSelector Selector
Field Value
| Type | Description |
|---|---|
| LabelSelector |
VolumeMounts
VolumeMounts defines the collection of VolumeMount to inject into containers.
Declaration
public readonly ImmutableArray<VolumeMount> VolumeMounts
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<VolumeMount> |
Volumes
Volumes defines the collection of Volume to inject into the pod.
Declaration
public readonly ImmutableArray<Volume> Volumes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<Volume> |