Show / Hide Table of Contents

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 Source

Env

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

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

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

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

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