Skip navigation links
$ A B C D E F G H I J K M N O P R S T V W 

$

$jsii$toJson() - Method in class org.cdk8s.plus.AddDirectoryOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.CommandProbeOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.ConfigMapProps.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.ConfigMapVolumeOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.ContainerProps.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.DeploymentProps.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.EmptyDirVolumeOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.EnvValueFromConfigMapOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.EnvValueFromProcessOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.EnvValueFromSecretOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.ExposeOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.HttpGetProbeOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.IngressProps.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.IngressRule.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.JobProps.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.MountOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.PathMapping.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.PodProps.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.PodSpecProps.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.PodTemplateProps.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.ProbeOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.ResourceProps.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.SecretProps.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.SecretValue.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.ServiceAccountProps.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.ServiceIngressBackendOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.ServicePort.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.ServicePortOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.ServiceProps.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.SizeConversionOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.TimeConversionOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class org.cdk8s.plus.VolumeMount.Jsii$Proxy
 

A

addBinaryData(String, String) - Method in class org.cdk8s.plus.ConfigMap
(experimental) Adds a binary data entry to the config map.
addContainer(Container) - Method in class org.cdk8s.plus.Deployment
(experimental) Add a container to the pod.
addContainer(Container) - Method in interface org.cdk8s.plus.IPodSpec
(experimental) Add a container to the pod.
addContainer(Container) - Method in class org.cdk8s.plus.IPodSpec.Jsii$Proxy
(experimental) Add a container to the pod.
addContainer(Container) - Method in class org.cdk8s.plus.IPodTemplate.Jsii$Proxy
(experimental) Add a container to the pod.
addContainer(Container) - Method in class org.cdk8s.plus.Job
(experimental) Add a container to the pod.
addContainer(Container) - Method in class org.cdk8s.plus.Pod
(experimental) Add a container to the pod.
addContainer(Container) - Method in class org.cdk8s.plus.PodSpec
(experimental) Add a container to the pod.
addData(String, String) - Method in class org.cdk8s.plus.ConfigMap
(experimental) Adds a data entry to the config map.
addDefaultBackend(IngressBackend) - Method in class org.cdk8s.plus.Ingress
(experimental) Defines the default backend for this ingress.
addDeployment(Deployment, Number) - Method in class org.cdk8s.plus.Service
(experimental) Associate a deployment to this service.
addDirectory(String, AddDirectoryOptions) - Method in class org.cdk8s.plus.ConfigMap
(experimental) Adds a directory to the ConfigMap.
addDirectory(String) - Method in class org.cdk8s.plus.ConfigMap
(experimental) Adds a directory to the ConfigMap.
AddDirectoryOptions - Interface in org.cdk8s.plus
(experimental) Options for `configmap.addDirectory()`.
AddDirectoryOptions.Builder - Class in org.cdk8s.plus
A builder for AddDirectoryOptions
AddDirectoryOptions.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for AddDirectoryOptions
addEnv(String, EnvValue) - Method in class org.cdk8s.plus.Container
(experimental) Add an environment value to the container.
addFile(String, String) - Method in class org.cdk8s.plus.ConfigMap
(experimental) Adds a file to the ConfigMap.
addFile(String) - Method in class org.cdk8s.plus.ConfigMap
(experimental) Adds a file to the ConfigMap.
addHostDefaultBackend(String, IngressBackend) - Method in class org.cdk8s.plus.Ingress
(experimental) Specify a default backend for a specific host name.
addHostRule(String, String, IngressBackend) - Method in class org.cdk8s.plus.Ingress
(experimental) Adds an ingress rule applied to requests to a specific host and a specific HTTP path (the `Host` header matches this value).
addRule(String, IngressBackend) - Method in class org.cdk8s.plus.Ingress
(experimental) Adds an ingress rule applied to requests sent to a specific HTTP path.
addRules(IngressRule...) - Method in class org.cdk8s.plus.Ingress
(experimental) Adds rules to this ingress.
addSecret(ISecret) - Method in class org.cdk8s.plus.ServiceAccount
(experimental) Allow a secret to be accessed by pods using this service account.
addSelector(String, String) - Method in class org.cdk8s.plus.Service
(experimental) Services defined using this spec will select pods according the provided label.
addStringData(String, String) - Method in class org.cdk8s.plus.Secret
(experimental) Adds a string data field to the secert.
addVolume(Volume) - Method in class org.cdk8s.plus.Deployment
(experimental) Add a volume to the pod.
addVolume(Volume) - Method in interface org.cdk8s.plus.IPodSpec
(experimental) Add a volume to the pod.
addVolume(Volume) - Method in class org.cdk8s.plus.IPodSpec.Jsii$Proxy
(experimental) Add a volume to the pod.
addVolume(Volume) - Method in class org.cdk8s.plus.IPodTemplate.Jsii$Proxy
(experimental) Add a volume to the pod.
addVolume(Volume) - Method in class org.cdk8s.plus.Job
(experimental) Add a volume to the pod.
addVolume(Volume) - Method in class org.cdk8s.plus.Pod
(experimental) Add a volume to the pod.
addVolume(Volume) - Method in class org.cdk8s.plus.PodSpec
(experimental) Add a volume to the pod.
args(List<String>) - Method in class org.cdk8s.plus.Container.Builder
(experimental) Arguments to the entrypoint.
args(List<String>) - Method in class org.cdk8s.plus.ContainerProps.Builder
Sets the value of ContainerProps.getArgs()

B

backend(IngressBackend) - Method in class org.cdk8s.plus.IngressRule.Builder
Sets the value of IngressRule.getBackend()
binaryData(Map<String, String>) - Method in class org.cdk8s.plus.ConfigMap.Builder
(experimental) BinaryData contains the binary data.
binaryData(Map<String, String>) - Method in class org.cdk8s.plus.ConfigMapProps.Builder
build() - Method in class org.cdk8s.plus.AddDirectoryOptions.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.CommandProbeOptions.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.ConfigMap.Builder
 
build() - Method in class org.cdk8s.plus.ConfigMapProps.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.ConfigMapVolumeOptions.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.Container.Builder
 
build() - Method in class org.cdk8s.plus.ContainerProps.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.Deployment.Builder
 
build() - Method in class org.cdk8s.plus.DeploymentProps.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.EmptyDirVolumeOptions.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.EnvValueFromConfigMapOptions.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.EnvValueFromProcessOptions.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.EnvValueFromSecretOptions.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.ExposeOptions.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.HttpGetProbeOptions.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.Ingress.Builder
 
build() - Method in class org.cdk8s.plus.IngressProps.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.IngressRule.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.Job.Builder
 
build() - Method in class org.cdk8s.plus.JobProps.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.MountOptions.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.PathMapping.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.Pod.Builder
 
build() - Method in class org.cdk8s.plus.PodProps.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.PodSpec.Builder
 
build() - Method in class org.cdk8s.plus.PodSpecProps.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.PodTemplate.Builder
 
build() - Method in class org.cdk8s.plus.PodTemplateProps.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.ProbeOptions.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.ResourceProps.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.Secret.Builder
 
build() - Method in class org.cdk8s.plus.SecretProps.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.SecretValue.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.Service.Builder
 
build() - Method in class org.cdk8s.plus.ServiceAccount.Builder
 
build() - Method in class org.cdk8s.plus.ServiceAccountProps.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.ServiceIngressBackendOptions.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.ServicePort.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.ServicePortOptions.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.ServiceProps.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.SizeConversionOptions.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.TimeConversionOptions.Builder
Builds the configured instance.
build() - Method in class org.cdk8s.plus.VolumeMount.Builder
Builds the configured instance.
builder() - Static method in interface org.cdk8s.plus.AddDirectoryOptions
 
Builder() - Constructor for class org.cdk8s.plus.AddDirectoryOptions.Builder
 
builder() - Static method in interface org.cdk8s.plus.CommandProbeOptions
 
Builder() - Constructor for class org.cdk8s.plus.CommandProbeOptions.Builder
 
builder() - Static method in interface org.cdk8s.plus.ConfigMapProps
 
Builder() - Constructor for class org.cdk8s.plus.ConfigMapProps.Builder
 
builder() - Static method in interface org.cdk8s.plus.ConfigMapVolumeOptions
 
Builder() - Constructor for class org.cdk8s.plus.ConfigMapVolumeOptions.Builder
 
builder() - Static method in interface org.cdk8s.plus.ContainerProps
 
Builder() - Constructor for class org.cdk8s.plus.ContainerProps.Builder
 
builder() - Static method in interface org.cdk8s.plus.DeploymentProps
 
Builder() - Constructor for class org.cdk8s.plus.DeploymentProps.Builder
 
builder() - Static method in interface org.cdk8s.plus.EmptyDirVolumeOptions
 
Builder() - Constructor for class org.cdk8s.plus.EmptyDirVolumeOptions.Builder
 
builder() - Static method in interface org.cdk8s.plus.EnvValueFromConfigMapOptions
 
Builder() - Constructor for class org.cdk8s.plus.EnvValueFromConfigMapOptions.Builder
 
builder() - Static method in interface org.cdk8s.plus.EnvValueFromProcessOptions
 
Builder() - Constructor for class org.cdk8s.plus.EnvValueFromProcessOptions.Builder
 
builder() - Static method in interface org.cdk8s.plus.EnvValueFromSecretOptions
 
Builder() - Constructor for class org.cdk8s.plus.EnvValueFromSecretOptions.Builder
 
builder() - Static method in interface org.cdk8s.plus.ExposeOptions
 
Builder() - Constructor for class org.cdk8s.plus.ExposeOptions.Builder
 
builder() - Static method in interface org.cdk8s.plus.HttpGetProbeOptions
 
Builder() - Constructor for class org.cdk8s.plus.HttpGetProbeOptions.Builder
 
builder() - Static method in interface org.cdk8s.plus.IngressProps
 
Builder() - Constructor for class org.cdk8s.plus.IngressProps.Builder
 
builder() - Static method in interface org.cdk8s.plus.IngressRule
 
Builder() - Constructor for class org.cdk8s.plus.IngressRule.Builder
 
builder() - Static method in interface org.cdk8s.plus.JobProps
 
Builder() - Constructor for class org.cdk8s.plus.JobProps.Builder
 
builder() - Static method in interface org.cdk8s.plus.MountOptions
 
Builder() - Constructor for class org.cdk8s.plus.MountOptions.Builder
 
builder() - Static method in interface org.cdk8s.plus.PathMapping
 
Builder() - Constructor for class org.cdk8s.plus.PathMapping.Builder
 
builder() - Static method in interface org.cdk8s.plus.PodProps
 
Builder() - Constructor for class org.cdk8s.plus.PodProps.Builder
 
builder() - Static method in interface org.cdk8s.plus.PodSpecProps
 
Builder() - Constructor for class org.cdk8s.plus.PodSpecProps.Builder
 
builder() - Static method in interface org.cdk8s.plus.PodTemplateProps
 
Builder() - Constructor for class org.cdk8s.plus.PodTemplateProps.Builder
 
builder() - Static method in interface org.cdk8s.plus.ProbeOptions
 
Builder() - Constructor for class org.cdk8s.plus.ProbeOptions.Builder
 
builder() - Static method in interface org.cdk8s.plus.ResourceProps
 
Builder() - Constructor for class org.cdk8s.plus.ResourceProps.Builder
 
builder() - Static method in interface org.cdk8s.plus.SecretProps
 
Builder() - Constructor for class org.cdk8s.plus.SecretProps.Builder
 
builder() - Static method in interface org.cdk8s.plus.SecretValue
 
Builder() - Constructor for class org.cdk8s.plus.SecretValue.Builder
 
builder() - Static method in interface org.cdk8s.plus.ServiceAccountProps
 
Builder() - Constructor for class org.cdk8s.plus.ServiceAccountProps.Builder
 
builder() - Static method in interface org.cdk8s.plus.ServiceIngressBackendOptions
 
Builder() - Constructor for class org.cdk8s.plus.ServiceIngressBackendOptions.Builder
 
builder() - Static method in interface org.cdk8s.plus.ServicePort
 
Builder() - Constructor for class org.cdk8s.plus.ServicePort.Builder
 
builder() - Static method in interface org.cdk8s.plus.ServicePortOptions
 
Builder() - Constructor for class org.cdk8s.plus.ServicePortOptions.Builder
 
builder() - Static method in interface org.cdk8s.plus.ServiceProps
 
Builder() - Constructor for class org.cdk8s.plus.ServiceProps.Builder
 
builder() - Static method in interface org.cdk8s.plus.SizeConversionOptions
 
Builder() - Constructor for class org.cdk8s.plus.SizeConversionOptions.Builder
 
builder() - Static method in interface org.cdk8s.plus.TimeConversionOptions
 
Builder() - Constructor for class org.cdk8s.plus.TimeConversionOptions.Builder
 
builder() - Static method in interface org.cdk8s.plus.VolumeMount
 
Builder() - Constructor for class org.cdk8s.plus.VolumeMount.Builder
 

C

clusterIp(String) - Method in class org.cdk8s.plus.Service.Builder
(experimental) The IP address of the service and is usually assigned randomly by the master.
clusterIp(String) - Method in class org.cdk8s.plus.ServiceProps.Builder
Sets the value of ServiceProps.getClusterIp()
command(List<String>) - Method in class org.cdk8s.plus.Container.Builder
(experimental) Entrypoint array.
command(List<String>) - Method in class org.cdk8s.plus.ContainerProps.Builder
Sets the value of ContainerProps.getCommand()
CommandProbeOptions - Interface in org.cdk8s.plus
(experimental) Options for `Probe.fromCommand()`.
CommandProbeOptions.Builder - Class in org.cdk8s.plus
A builder for CommandProbeOptions
CommandProbeOptions.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for CommandProbeOptions
ConfigMap - Class in org.cdk8s.plus
(experimental) ConfigMap holds configuration data for pods to consume.
ConfigMap(JsiiObjectRef) - Constructor for class org.cdk8s.plus.ConfigMap
 
ConfigMap(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.ConfigMap
 
ConfigMap(Construct, String, ConfigMapProps) - Constructor for class org.cdk8s.plus.ConfigMap
 
ConfigMap(Construct, String) - Constructor for class org.cdk8s.plus.ConfigMap
 
ConfigMap.Builder - Class in org.cdk8s.plus
(experimental) A fluent builder for ConfigMap.
ConfigMapProps - Interface in org.cdk8s.plus
(experimental) Properties for initialization of `ConfigMap`.
ConfigMapProps.Builder - Class in org.cdk8s.plus
A builder for ConfigMapProps
ConfigMapProps.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for ConfigMapProps
ConfigMapVolumeOptions - Interface in org.cdk8s.plus
(experimental) Options for the ConfigMap-based volume.
ConfigMapVolumeOptions.Builder - Class in org.cdk8s.plus
ConfigMapVolumeOptions.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for ConfigMapVolumeOptions
Container - Class in org.cdk8s.plus
(experimental) A single application container that you want to run within a pod.
Container(JsiiObjectRef) - Constructor for class org.cdk8s.plus.Container
 
Container(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.Container
 
Container(ContainerProps) - Constructor for class org.cdk8s.plus.Container
 
Container.Builder - Class in org.cdk8s.plus
(experimental) A fluent builder for Container.
ContainerProps - Interface in org.cdk8s.plus
(experimental) Properties for creating a container.
ContainerProps.Builder - Class in org.cdk8s.plus
A builder for ContainerProps
ContainerProps.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for ContainerProps
containers(List<? extends Container>) - Method in class org.cdk8s.plus.Deployment.Builder
(experimental) List of containers belonging to the pod.
containers(List<? extends Container>) - Method in class org.cdk8s.plus.DeploymentProps.Builder
containers(List<? extends Container>) - Method in class org.cdk8s.plus.Job.Builder
(experimental) List of containers belonging to the pod.
containers(List<? extends Container>) - Method in class org.cdk8s.plus.JobProps.Builder
containers(List<? extends Container>) - Method in class org.cdk8s.plus.Pod.Builder
(experimental) List of containers belonging to the pod.
containers(List<? extends Container>) - Method in class org.cdk8s.plus.PodProps.Builder
containers(List<? extends Container>) - Method in class org.cdk8s.plus.PodSpec.Builder
(experimental) List of containers belonging to the pod.
containers(List<? extends Container>) - Method in class org.cdk8s.plus.PodSpecProps.Builder
containers(List<? extends Container>) - Method in class org.cdk8s.plus.PodTemplate.Builder
(experimental) List of containers belonging to the pod.
containers(List<? extends Container>) - Method in class org.cdk8s.plus.PodTemplateProps.Builder
create(Construct, String) - Static method in class org.cdk8s.plus.ConfigMap.Builder
 
create() - Static method in class org.cdk8s.plus.Container.Builder
 
create(Construct, String) - Static method in class org.cdk8s.plus.Deployment.Builder
 
create(Construct, String) - Static method in class org.cdk8s.plus.Ingress.Builder
 
create(Construct, String) - Static method in class org.cdk8s.plus.Job.Builder
 
create(Construct, String) - Static method in class org.cdk8s.plus.Pod.Builder
 
create() - Static method in class org.cdk8s.plus.PodSpec.Builder
 
create() - Static method in class org.cdk8s.plus.PodTemplate.Builder
 
create(Construct, String) - Static method in class org.cdk8s.plus.Secret.Builder
 
create(Construct, String) - Static method in class org.cdk8s.plus.Service.Builder
 
create(Construct, String) - Static method in class org.cdk8s.plus.ServiceAccount.Builder
 

D

data(Map<String, String>) - Method in class org.cdk8s.plus.ConfigMap.Builder
(experimental) Data contains the configuration data.
data(Map<String, String>) - Method in class org.cdk8s.plus.ConfigMapProps.Builder
Sets the value of ConfigMapProps.getData()
days(Number) - Static method in class org.cdk8s.plus.Duration
(experimental) Create a Duration representing an amount of days.
defaultBackend(IngressBackend) - Method in class org.cdk8s.plus.Ingress.Builder
(experimental) The default backend services requests that do not match any rule.
defaultBackend(IngressBackend) - Method in class org.cdk8s.plus.IngressProps.Builder
defaultMode(Number) - Method in class org.cdk8s.plus.ConfigMapVolumeOptions.Builder
defaultSelector(Boolean) - Method in class org.cdk8s.plus.Deployment.Builder
(experimental) Automatically allocates a pod selector for this deployment.
defaultSelector(Boolean) - Method in class org.cdk8s.plus.DeploymentProps.Builder
Deployment - Class in org.cdk8s.plus
(experimental) A Deployment provides declarative updates for Pods and ReplicaSets.
Deployment(JsiiObjectRef) - Constructor for class org.cdk8s.plus.Deployment
 
Deployment(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.Deployment
 
Deployment(Construct, String, DeploymentProps) - Constructor for class org.cdk8s.plus.Deployment
 
Deployment(Construct, String) - Constructor for class org.cdk8s.plus.Deployment
 
Deployment.Builder - Class in org.cdk8s.plus
(experimental) A fluent builder for Deployment.
DeploymentProps - Interface in org.cdk8s.plus
(experimental) Properties for initialization of `Deployment`.
DeploymentProps.Builder - Class in org.cdk8s.plus
A builder for DeploymentProps
DeploymentProps.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for DeploymentProps
Duration - Class in org.cdk8s.plus
(experimental) Represents a length of time.
Duration(JsiiObjectRef) - Constructor for class org.cdk8s.plus.Duration
 
Duration(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.Duration
 

E

EmptyDirMedium - Enum in org.cdk8s.plus
(experimental) The medium on which to store the volume.
EmptyDirVolumeOptions - Interface in org.cdk8s.plus
(experimental) Options for volumes populated with an empty directory.
EmptyDirVolumeOptions.Builder - Class in org.cdk8s.plus
A builder for EmptyDirVolumeOptions
EmptyDirVolumeOptions.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for EmptyDirVolumeOptions
env(Map<String, ? extends EnvValue>) - Method in class org.cdk8s.plus.Container.Builder
(experimental) List of environment variables to set in the container.
env(Map<String, ? extends EnvValue>) - Method in class org.cdk8s.plus.ContainerProps.Builder
Sets the value of ContainerProps.getEnv()
EnvValue - Class in org.cdk8s.plus
(experimental) Utility class for creating reading env values from various sources.
EnvValue(JsiiObjectRef) - Constructor for class org.cdk8s.plus.EnvValue
 
EnvValue(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.EnvValue
 
EnvValueFromConfigMapOptions - Interface in org.cdk8s.plus
(experimental) Options to specify an envionment variable value from a ConfigMap key.
EnvValueFromConfigMapOptions.Builder - Class in org.cdk8s.plus
EnvValueFromConfigMapOptions.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for EnvValueFromConfigMapOptions
EnvValueFromProcessOptions - Interface in org.cdk8s.plus
(experimental) Options to specify an environment variable value from the process environment.
EnvValueFromProcessOptions.Builder - Class in org.cdk8s.plus
EnvValueFromProcessOptions.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for EnvValueFromProcessOptions
EnvValueFromSecretOptions - Interface in org.cdk8s.plus
(experimental) Options to specify an environment variable value from a Secret.
EnvValueFromSecretOptions.Builder - Class in org.cdk8s.plus
EnvValueFromSecretOptions.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for EnvValueFromSecretOptions
equals(Object) - Method in class org.cdk8s.plus.AddDirectoryOptions.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.CommandProbeOptions.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.ConfigMapProps.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.ConfigMapVolumeOptions.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.ContainerProps.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.DeploymentProps.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.EmptyDirVolumeOptions.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.EnvValueFromConfigMapOptions.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.EnvValueFromProcessOptions.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.EnvValueFromSecretOptions.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.ExposeOptions.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.HttpGetProbeOptions.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.IngressProps.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.IngressRule.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.JobProps.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.MountOptions.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.PathMapping.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.PodProps.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.PodSpecProps.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.PodTemplateProps.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.ProbeOptions.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.ResourceProps.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.SecretProps.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.SecretValue.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.ServiceAccountProps.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.ServiceIngressBackendOptions.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.ServicePort.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.ServicePortOptions.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.ServiceProps.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.SizeConversionOptions.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.TimeConversionOptions.Jsii$Proxy
 
equals(Object) - Method in class org.cdk8s.plus.VolumeMount.Jsii$Proxy
 
exclude(List<String>) - Method in class org.cdk8s.plus.AddDirectoryOptions.Builder
expose(Number, ExposeOptions) - Method in class org.cdk8s.plus.Deployment
(experimental) Expose a deployment via a service.
expose(Number) - Method in class org.cdk8s.plus.Deployment
(experimental) Expose a deployment via a service.
ExposeOptions - Interface in org.cdk8s.plus
(experimental) Options for exposing a deployment via a service.
ExposeOptions.Builder - Class in org.cdk8s.plus
A builder for ExposeOptions
ExposeOptions.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for ExposeOptions
externalIPs(List<String>) - Method in class org.cdk8s.plus.Service.Builder
(experimental) A list of IP addresses for which nodes in the cluster will also accept traffic for this service.
externalIPs(List<String>) - Method in class org.cdk8s.plus.ServiceProps.Builder

F

failureThreshold(Number) - Method in class org.cdk8s.plus.CommandProbeOptions.Builder
failureThreshold(Number) - Method in class org.cdk8s.plus.HttpGetProbeOptions.Builder
failureThreshold(Number) - Method in class org.cdk8s.plus.ProbeOptions.Builder
fromCommand(List<String>, CommandProbeOptions) - Static method in class org.cdk8s.plus.Probe
(experimental) Defines a probe based on a command which is executed within the container.
fromCommand(List<String>) - Static method in class org.cdk8s.plus.Probe
(experimental) Defines a probe based on a command which is executed within the container.
fromConfigMap(IConfigMap, String, EnvValueFromConfigMapOptions) - Static method in class org.cdk8s.plus.EnvValue
(experimental) Create a value by reading a specific key inside a config map.
fromConfigMap(IConfigMap, String) - Static method in class org.cdk8s.plus.EnvValue
(experimental) Create a value by reading a specific key inside a config map.
fromConfigMap(IConfigMap, ConfigMapVolumeOptions) - Static method in class org.cdk8s.plus.Volume
(experimental) Populate the volume from a ConfigMap.
fromConfigMap(IConfigMap) - Static method in class org.cdk8s.plus.Volume
(experimental) Populate the volume from a ConfigMap.
fromConfigMapName(String) - Static method in class org.cdk8s.plus.ConfigMap
(experimental) Represents a ConfigMap created elsewhere.
fromEmptyDir(String, EmptyDirVolumeOptions) - Static method in class org.cdk8s.plus.Volume
(experimental) An emptyDir volume is first created when a Pod is assigned to a Node, and exists as long as that Pod is running on that node.
fromEmptyDir(String) - Static method in class org.cdk8s.plus.Volume
(experimental) An emptyDir volume is first created when a Pod is assigned to a Node, and exists as long as that Pod is running on that node.
fromHttpGet(String, HttpGetProbeOptions) - Static method in class org.cdk8s.plus.Probe
(experimental) Defines a probe based on an HTTP GET request to the IP address of the container.
fromHttpGet(String) - Static method in class org.cdk8s.plus.Probe
(experimental) Defines a probe based on an HTTP GET request to the IP address of the container.
fromProcess(String, EnvValueFromProcessOptions) - Static method in class org.cdk8s.plus.EnvValue
(experimental) Create a value from a key in the current process environment.
fromProcess(String) - Static method in class org.cdk8s.plus.EnvValue
(experimental) Create a value from a key in the current process environment.
fromSecretName(String) - Static method in class org.cdk8s.plus.Secret
(experimental) Imports a secret from the cluster as a reference.
fromSecretValue(SecretValue, EnvValueFromSecretOptions) - Static method in class org.cdk8s.plus.EnvValue
(experimental) Defines an environment value from a secret JSON value.
fromSecretValue(SecretValue) - Static method in class org.cdk8s.plus.EnvValue
(experimental) Defines an environment value from a secret JSON value.
fromService(Service, ServiceIngressBackendOptions) - Static method in class org.cdk8s.plus.IngressBackend
(experimental) A Kubernetes `Service` to use as the backend for this path.
fromService(Service) - Static method in class org.cdk8s.plus.IngressBackend
(experimental) A Kubernetes `Service` to use as the backend for this path.
fromServiceAccountName(String) - Static method in class org.cdk8s.plus.ServiceAccount
(experimental) Imports a service account from the cluster as a reference.
fromValue(String) - Static method in class org.cdk8s.plus.EnvValue
(experimental) Create a value from the given argument.

G

getApiObject() - Method in class org.cdk8s.plus.ConfigMap
(experimental) The underlying cdk8s API object.
getApiObject() - Method in class org.cdk8s.plus.Deployment
(experimental) The underlying cdk8s API object.
getApiObject() - Method in class org.cdk8s.plus.Ingress
(experimental) The underlying cdk8s API object.
getApiObject() - Method in class org.cdk8s.plus.Job
(experimental) The underlying cdk8s API object.
getApiObject() - Method in class org.cdk8s.plus.Pod
(experimental) The underlying cdk8s API object.
getApiObject() - Method in class org.cdk8s.plus.Resource
(experimental) The underlying cdk8s API object.
getApiObject() - Method in class org.cdk8s.plus.Secret
(experimental) The underlying cdk8s API object.
getApiObject() - Method in class org.cdk8s.plus.Service
(experimental) The underlying cdk8s API object.
getApiObject() - Method in class org.cdk8s.plus.ServiceAccount
(experimental) The underlying cdk8s API object.
getArgs() - Method in class org.cdk8s.plus.Container
(experimental) Arguments to the entrypoint.
getArgs() - Method in interface org.cdk8s.plus.ContainerProps
(experimental) Arguments to the entrypoint.
getArgs() - Method in class org.cdk8s.plus.ContainerProps.Jsii$Proxy
 
getBackend() - Method in interface org.cdk8s.plus.IngressRule
(experimental) Backend defines the referenced service endpoint to which the traffic will be forwarded to.
getBackend() - Method in class org.cdk8s.plus.IngressRule.Jsii$Proxy
 
getBinaryData() - Method in class org.cdk8s.plus.ConfigMap
(experimental) The binary data associated with this config map.
getBinaryData() - Method in interface org.cdk8s.plus.ConfigMapProps
(experimental) BinaryData contains the binary data.
getBinaryData() - Method in class org.cdk8s.plus.ConfigMapProps.Jsii$Proxy
 
getClusterIp() - Method in class org.cdk8s.plus.Service
(experimental) The IP address of the service and is usually assigned randomly by the master.
getClusterIp() - Method in interface org.cdk8s.plus.ServiceProps
(experimental) The IP address of the service and is usually assigned randomly by the master.
getClusterIp() - Method in class org.cdk8s.plus.ServiceProps.Jsii$Proxy
 
getCommand() - Method in class org.cdk8s.plus.Container
(experimental) Entrypoint array (the command to execute when the container starts).
getCommand() - Method in interface org.cdk8s.plus.ContainerProps
(experimental) Entrypoint array.
getCommand() - Method in class org.cdk8s.plus.ContainerProps.Jsii$Proxy
 
getContainers() - Method in class org.cdk8s.plus.Deployment
(experimental) The containers belonging to the pod.
getContainers() - Method in class org.cdk8s.plus.DeploymentProps.Jsii$Proxy
 
getContainers() - Method in interface org.cdk8s.plus.IPodSpec
(experimental) The containers belonging to the pod.
getContainers() - Method in class org.cdk8s.plus.IPodSpec.Jsii$Proxy
(experimental) The containers belonging to the pod.
getContainers() - Method in class org.cdk8s.plus.IPodTemplate.Jsii$Proxy
(experimental) The containers belonging to the pod.
getContainers() - Method in class org.cdk8s.plus.Job
(experimental) The containers belonging to the pod.
getContainers() - Method in class org.cdk8s.plus.JobProps.Jsii$Proxy
 
getContainers() - Method in class org.cdk8s.plus.Pod
(experimental) The containers belonging to the pod.
getContainers() - Method in class org.cdk8s.plus.PodProps.Jsii$Proxy
 
getContainers() - Method in class org.cdk8s.plus.PodSpec
(experimental) The containers belonging to the pod.
getContainers() - Method in interface org.cdk8s.plus.PodSpecProps
(experimental) List of containers belonging to the pod.
getContainers() - Method in class org.cdk8s.plus.PodSpecProps.Jsii$Proxy
 
getContainers() - Method in class org.cdk8s.plus.PodTemplateProps.Jsii$Proxy
 
getData() - Method in class org.cdk8s.plus.ConfigMap
(experimental) The data associated with this config map.
getData() - Method in interface org.cdk8s.plus.ConfigMapProps
(experimental) Data contains the configuration data.
getData() - Method in class org.cdk8s.plus.ConfigMapProps.Jsii$Proxy
 
getDefaultBackend() - Method in interface org.cdk8s.plus.IngressProps
(experimental) The default backend services requests that do not match any rule.
getDefaultBackend() - Method in class org.cdk8s.plus.IngressProps.Jsii$Proxy
 
getDefaultMode() - Method in interface org.cdk8s.plus.ConfigMapVolumeOptions
(experimental) Mode bits to use on created files by default.
getDefaultMode() - Method in class org.cdk8s.plus.ConfigMapVolumeOptions.Jsii$Proxy
 
getDefaultSelector() - Method in interface org.cdk8s.plus.DeploymentProps
(experimental) Automatically allocates a pod selector for this deployment.
getDefaultSelector() - Method in class org.cdk8s.plus.DeploymentProps.Jsii$Proxy
 
getEnv() - Method in class org.cdk8s.plus.Container
(experimental) The environment variables for this container.
getEnv() - Method in interface org.cdk8s.plus.ContainerProps
(experimental) List of environment variables to set in the container.
getEnv() - Method in class org.cdk8s.plus.ContainerProps.Jsii$Proxy
 
getExclude() - Method in interface org.cdk8s.plus.AddDirectoryOptions
(experimental) Glob patterns to exclude when adding files.
getExclude() - Method in class org.cdk8s.plus.AddDirectoryOptions.Jsii$Proxy
 
getExternalIPs() - Method in interface org.cdk8s.plus.ServiceProps
(experimental) A list of IP addresses for which nodes in the cluster will also accept traffic for this service.
getExternalIPs() - Method in class org.cdk8s.plus.ServiceProps.Jsii$Proxy
 
getFailureThreshold() - Method in class org.cdk8s.plus.CommandProbeOptions.Jsii$Proxy
 
getFailureThreshold() - Method in class org.cdk8s.plus.HttpGetProbeOptions.Jsii$Proxy
 
getFailureThreshold() - Method in interface org.cdk8s.plus.ProbeOptions
(experimental) Minimum consecutive failures for the probe to be considered failed after having succeeded.
getFailureThreshold() - Method in class org.cdk8s.plus.ProbeOptions.Jsii$Proxy
 
getHost() - Method in interface org.cdk8s.plus.IngressRule
(experimental) Host is the fully qualified domain name of a network host, as defined by RFC 3986.
getHost() - Method in class org.cdk8s.plus.IngressRule.Jsii$Proxy
 
getImage() - Method in class org.cdk8s.plus.Container
(experimental) The container image.
getImage() - Method in interface org.cdk8s.plus.ContainerProps
(experimental) Docker image name.
getImage() - Method in class org.cdk8s.plus.ContainerProps.Jsii$Proxy
 
getImagePullPolicy() - Method in class org.cdk8s.plus.Container
(experimental) Image pull policy for this container.
getImagePullPolicy() - Method in interface org.cdk8s.plus.ContainerProps
(experimental) Image pull policy for this container.
getImagePullPolicy() - Method in class org.cdk8s.plus.ContainerProps.Jsii$Proxy
 
getInitialDelaySeconds() - Method in class org.cdk8s.plus.CommandProbeOptions.Jsii$Proxy
 
getInitialDelaySeconds() - Method in class org.cdk8s.plus.HttpGetProbeOptions.Jsii$Proxy
 
getInitialDelaySeconds() - Method in interface org.cdk8s.plus.ProbeOptions
(experimental) Number of seconds after the container has started before liveness probes are initiated.
getInitialDelaySeconds() - Method in class org.cdk8s.plus.ProbeOptions.Jsii$Proxy
 
getIntegral() - Method in interface org.cdk8s.plus.TimeConversionOptions
(experimental) If `true`, conversions into a larger time unit (e.g.
getIntegral() - Method in class org.cdk8s.plus.TimeConversionOptions.Jsii$Proxy
 
getItems() - Method in interface org.cdk8s.plus.ConfigMapVolumeOptions
(experimental) If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value.
getItems() - Method in class org.cdk8s.plus.ConfigMapVolumeOptions.Jsii$Proxy
 
getKey() - Method in interface org.cdk8s.plus.SecretValue
(experimental) The JSON key.
getKey() - Method in class org.cdk8s.plus.SecretValue.Jsii$Proxy
 
getKeyPrefix() - Method in interface org.cdk8s.plus.AddDirectoryOptions
(experimental) A prefix to add to all keys in the config map.
getKeyPrefix() - Method in class org.cdk8s.plus.AddDirectoryOptions.Jsii$Proxy
 
getLabelSelector() - Method in class org.cdk8s.plus.Deployment
(experimental) The labels this deployment will match against in order to select pods.
getMedium() - Method in interface org.cdk8s.plus.EmptyDirVolumeOptions
(experimental) By default, emptyDir volumes are stored on whatever medium is backing the node - that might be disk or SSD or network storage, depending on your environment.
getMedium() - Method in class org.cdk8s.plus.EmptyDirVolumeOptions.Jsii$Proxy
 
getMetadata() - Method in class org.cdk8s.plus.ConfigMapProps.Jsii$Proxy
 
getMetadata() - Method in class org.cdk8s.plus.DeploymentProps.Jsii$Proxy
 
getMetadata() - Method in class org.cdk8s.plus.IngressProps.Jsii$Proxy
 
getMetadata() - Method in class org.cdk8s.plus.JobProps.Jsii$Proxy
 
getMetadata() - Method in class org.cdk8s.plus.PodProps.Jsii$Proxy
 
getMetadata() - Method in class org.cdk8s.plus.Resource
 
getMetadata() - Method in interface org.cdk8s.plus.ResourceProps
(experimental) Metadata that all persisted resources must have, which includes all objects users must create.
getMetadata() - Method in class org.cdk8s.plus.ResourceProps.Jsii$Proxy
 
getMetadata() - Method in class org.cdk8s.plus.SecretProps.Jsii$Proxy
 
getMetadata() - Method in class org.cdk8s.plus.ServiceAccountProps.Jsii$Proxy
 
getMetadata() - Method in class org.cdk8s.plus.ServiceProps.Jsii$Proxy
 
getMode() - Method in interface org.cdk8s.plus.PathMapping
(experimental) Optional: mode bits to use on this file, must be a value between 0 and 0777.
getMode() - Method in class org.cdk8s.plus.PathMapping.Jsii$Proxy
 
getMounts() - Method in class org.cdk8s.plus.Container
(experimental) Volume mounts configured for this container.
getName() - Method in interface org.cdk8s.plus.ConfigMapVolumeOptions
(experimental) The volume name.
getName() - Method in class org.cdk8s.plus.ConfigMapVolumeOptions.Jsii$Proxy
 
getName() - Method in class org.cdk8s.plus.Container
(experimental) The name of the container.
getName() - Method in interface org.cdk8s.plus.ContainerProps
(experimental) Name of the container specified as a DNS_LABEL.
getName() - Method in class org.cdk8s.plus.ContainerProps.Jsii$Proxy
 
getName() - Method in class org.cdk8s.plus.IConfigMap.Jsii$Proxy
(experimental) The Kubernetes name of this resource.
getName() - Method in interface org.cdk8s.plus.IResource
(experimental) The Kubernetes name of this resource.
getName() - Method in class org.cdk8s.plus.IResource.Jsii$Proxy
(experimental) The Kubernetes name of this resource.
getName() - Method in class org.cdk8s.plus.ISecret.Jsii$Proxy
(experimental) The Kubernetes name of this resource.
getName() - Method in class org.cdk8s.plus.IServiceAccount.Jsii$Proxy
(experimental) The Kubernetes name of this resource.
getName() - Method in class org.cdk8s.plus.Resource
(experimental) The name of this API object.
getName() - Method in class org.cdk8s.plus.ServicePort.Jsii$Proxy
 
getName() - Method in interface org.cdk8s.plus.ServicePortOptions
(experimental) The name of this port within the service.
getName() - Method in class org.cdk8s.plus.ServicePortOptions.Jsii$Proxy
 
getName() - Method in class org.cdk8s.plus.Volume
 
getNodePort() - Method in class org.cdk8s.plus.ServicePort.Jsii$Proxy
 
getNodePort() - Method in interface org.cdk8s.plus.ServicePortOptions
(experimental) The port on each node on which this service is exposed when type=NodePort or LoadBalancer.
getNodePort() - Method in class org.cdk8s.plus.ServicePortOptions.Jsii$Proxy
 
getOptional() - Method in interface org.cdk8s.plus.ConfigMapVolumeOptions
(experimental) Specify whether the ConfigMap or its keys must be defined.
getOptional() - Method in class org.cdk8s.plus.ConfigMapVolumeOptions.Jsii$Proxy
 
getOptional() - Method in interface org.cdk8s.plus.EnvValueFromConfigMapOptions
(experimental) Specify whether the ConfigMap or its key must be defined.
getOptional() - Method in class org.cdk8s.plus.EnvValueFromConfigMapOptions.Jsii$Proxy
 
getOptional() - Method in interface org.cdk8s.plus.EnvValueFromSecretOptions
(experimental) Specify whether the Secret or its key must be defined.
getOptional() - Method in class org.cdk8s.plus.EnvValueFromSecretOptions.Jsii$Proxy
 
getPath() - Method in interface org.cdk8s.plus.IngressRule
(experimental) Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request.
getPath() - Method in class org.cdk8s.plus.IngressRule.Jsii$Proxy
 
getPath() - Method in interface org.cdk8s.plus.PathMapping
(experimental) The relative path of the file to map the key to.
getPath() - Method in class org.cdk8s.plus.PathMapping.Jsii$Proxy
 
getPath() - Method in interface org.cdk8s.plus.VolumeMount
(experimental) Path within the container at which the volume should be mounted.
getPath() - Method in class org.cdk8s.plus.VolumeMount.Jsii$Proxy
 
getPeriodSeconds() - Method in class org.cdk8s.plus.CommandProbeOptions.Jsii$Proxy
 
getPeriodSeconds() - Method in class org.cdk8s.plus.HttpGetProbeOptions.Jsii$Proxy
 
getPeriodSeconds() - Method in interface org.cdk8s.plus.ProbeOptions
(experimental) How often (in seconds) to perform the probe.
getPeriodSeconds() - Method in class org.cdk8s.plus.ProbeOptions.Jsii$Proxy
 
getPodMetadata() - Method in class org.cdk8s.plus.Deployment
(experimental) Provides read/write access to the underlying pod metadata of the resource.
getPodMetadata() - Method in class org.cdk8s.plus.DeploymentProps.Jsii$Proxy
 
getPodMetadata() - Method in interface org.cdk8s.plus.IPodTemplate
(experimental) Provides read/write access to the underlying pod metadata of the resource.
getPodMetadata() - Method in class org.cdk8s.plus.IPodTemplate.Jsii$Proxy
(experimental) Provides read/write access to the underlying pod metadata of the resource.
getPodMetadata() - Method in class org.cdk8s.plus.Job
(experimental) Provides read/write access to the underlying pod metadata of the resource.
getPodMetadata() - Method in class org.cdk8s.plus.JobProps.Jsii$Proxy
 
getPodMetadata() - Method in class org.cdk8s.plus.PodTemplate
(experimental) Provides read/write access to the underlying pod metadata of the resource.
getPodMetadata() - Method in interface org.cdk8s.plus.PodTemplateProps
(experimental) The pod metadata.
getPodMetadata() - Method in class org.cdk8s.plus.PodTemplateProps.Jsii$Proxy
 
getPort() - Method in class org.cdk8s.plus.Container
(experimental) The port this container exposes.
getPort() - Method in interface org.cdk8s.plus.ContainerProps
(experimental) Number of port to expose on the pod's IP address.
getPort() - Method in class org.cdk8s.plus.ContainerProps.Jsii$Proxy
 
getPort() - Method in interface org.cdk8s.plus.HttpGetProbeOptions
(experimental) The TCP port to use when sending the GET request.
getPort() - Method in class org.cdk8s.plus.HttpGetProbeOptions.Jsii$Proxy
 
getPort() - Method in interface org.cdk8s.plus.ServiceIngressBackendOptions
(experimental) The port to use to access the service.
getPort() - Method in class org.cdk8s.plus.ServiceIngressBackendOptions.Jsii$Proxy
 
getPort() - Method in interface org.cdk8s.plus.ServicePort
(experimental) The port number the service will bind to.
getPort() - Method in class org.cdk8s.plus.ServicePort.Jsii$Proxy
 
getPorts() - Method in class org.cdk8s.plus.Service
(experimental) Ports for this service.
getPorts() - Method in interface org.cdk8s.plus.ServiceProps
(experimental) The port exposed by this service.
getPorts() - Method in class org.cdk8s.plus.ServiceProps.Jsii$Proxy
 
getPropagation() - Method in interface org.cdk8s.plus.MountOptions
(experimental) Determines how mounts are propagated from the host to container and the other way around.
getPropagation() - Method in class org.cdk8s.plus.MountOptions.Jsii$Proxy
 
getPropagation() - Method in class org.cdk8s.plus.VolumeMount.Jsii$Proxy
 
getProtocol() - Method in class org.cdk8s.plus.ServicePort.Jsii$Proxy
 
getProtocol() - Method in interface org.cdk8s.plus.ServicePortOptions
(experimental) The IP protocol for this port.
getProtocol() - Method in class org.cdk8s.plus.ServicePortOptions.Jsii$Proxy
 
getReadiness() - Method in interface org.cdk8s.plus.ContainerProps
(experimental) Determines when the container is ready to serve traffic.
getReadiness() - Method in class org.cdk8s.plus.ContainerProps.Jsii$Proxy
 
getReadOnly() - Method in interface org.cdk8s.plus.MountOptions
(experimental) Mounted read-only if true, read-write otherwise (false or unspecified).
getReadOnly() - Method in class org.cdk8s.plus.MountOptions.Jsii$Proxy
 
getReadOnly() - Method in class org.cdk8s.plus.VolumeMount.Jsii$Proxy
 
getReplicas() - Method in class org.cdk8s.plus.Deployment
(experimental) Number of desired pods.
getReplicas() - Method in interface org.cdk8s.plus.DeploymentProps
(experimental) Number of desired pods.
getReplicas() - Method in class org.cdk8s.plus.DeploymentProps.Jsii$Proxy
 
getRequired() - Method in interface org.cdk8s.plus.EnvValueFromProcessOptions
(experimental) Specify whether the key must exist in the environment.
getRequired() - Method in class org.cdk8s.plus.EnvValueFromProcessOptions.Jsii$Proxy
 
getRestartPolicy() - Method in class org.cdk8s.plus.Deployment
(experimental) Restart policy for all containers within the pod.
getRestartPolicy() - Method in class org.cdk8s.plus.DeploymentProps.Jsii$Proxy
 
getRestartPolicy() - Method in interface org.cdk8s.plus.IPodSpec
(experimental) Restart policy for all containers within the pod.
getRestartPolicy() - Method in class org.cdk8s.plus.IPodSpec.Jsii$Proxy
(experimental) Restart policy for all containers within the pod.
getRestartPolicy() - Method in class org.cdk8s.plus.IPodTemplate.Jsii$Proxy
(experimental) Restart policy for all containers within the pod.
getRestartPolicy() - Method in class org.cdk8s.plus.Job
(experimental) Restart policy for all containers within the pod.
getRestartPolicy() - Method in class org.cdk8s.plus.JobProps.Jsii$Proxy
 
getRestartPolicy() - Method in class org.cdk8s.plus.Pod
(experimental) Restart policy for all containers within the pod.
getRestartPolicy() - Method in class org.cdk8s.plus.PodProps.Jsii$Proxy
 
getRestartPolicy() - Method in class org.cdk8s.plus.PodSpec
(experimental) Restart policy for all containers within the pod.
getRestartPolicy() - Method in interface org.cdk8s.plus.PodSpecProps
(experimental) Restart policy for all containers within the pod.
getRestartPolicy() - Method in class org.cdk8s.plus.PodSpecProps.Jsii$Proxy
 
getRestartPolicy() - Method in class org.cdk8s.plus.PodTemplateProps.Jsii$Proxy
 
getRounding() - Method in interface org.cdk8s.plus.SizeConversionOptions
(experimental) How conversions should behave when it encounters a non-integer result.
getRounding() - Method in class org.cdk8s.plus.SizeConversionOptions.Jsii$Proxy
 
getRules() - Method in interface org.cdk8s.plus.IngressProps
(experimental) Routing rules for this ingress.
getRules() - Method in class org.cdk8s.plus.IngressProps.Jsii$Proxy
 
getSecret() - Method in interface org.cdk8s.plus.SecretValue
(experimental) The secret.
getSecret() - Method in class org.cdk8s.plus.SecretValue.Jsii$Proxy
 
getSecrets() - Method in class org.cdk8s.plus.ServiceAccount
(experimental) List of secrets allowed to be used by pods running using this service account.
getSecrets() - Method in interface org.cdk8s.plus.ServiceAccountProps
(experimental) List of secrets allowed to be used by pods running using this ServiceAccount.
getSecrets() - Method in class org.cdk8s.plus.ServiceAccountProps.Jsii$Proxy
 
getSelector() - Method in class org.cdk8s.plus.Service
(experimental) Returns the labels which are used to select pods for this service.
getServiceAccount() - Method in class org.cdk8s.plus.Deployment
(experimental) The service account used to run this pod.
getServiceAccount() - Method in class org.cdk8s.plus.DeploymentProps.Jsii$Proxy
 
getServiceAccount() - Method in interface org.cdk8s.plus.IPodSpec
(experimental) The service account used to run this pod.
getServiceAccount() - Method in class org.cdk8s.plus.IPodSpec.Jsii$Proxy
(experimental) The service account used to run this pod.
getServiceAccount() - Method in class org.cdk8s.plus.IPodTemplate.Jsii$Proxy
(experimental) The service account used to run this pod.
getServiceAccount() - Method in class org.cdk8s.plus.Job
(experimental) The service account used to run this pod.
getServiceAccount() - Method in class org.cdk8s.plus.JobProps.Jsii$Proxy
 
getServiceAccount() - Method in class org.cdk8s.plus.Pod
(experimental) The service account used to run this pod.
getServiceAccount() - Method in class org.cdk8s.plus.PodProps.Jsii$Proxy
 
getServiceAccount() - Method in class org.cdk8s.plus.PodSpec
(experimental) The service account used to run this pod.
getServiceAccount() - Method in interface org.cdk8s.plus.PodSpecProps
(experimental) A service account provides an identity for processes that run in a Pod.
getServiceAccount() - Method in class org.cdk8s.plus.PodSpecProps.Jsii$Proxy
 
getServiceAccount() - Method in class org.cdk8s.plus.PodTemplateProps.Jsii$Proxy
 
getServiceType() - Method in interface org.cdk8s.plus.ExposeOptions
(experimental) The type of the exposed service.
getServiceType() - Method in class org.cdk8s.plus.ExposeOptions.Jsii$Proxy
 
getSizeLimit() - Method in interface org.cdk8s.plus.EmptyDirVolumeOptions
(experimental) Total amount of local storage required for this EmptyDir volume.
getSizeLimit() - Method in class org.cdk8s.plus.EmptyDirVolumeOptions.Jsii$Proxy
 
getStringData(String) - Method in class org.cdk8s.plus.Secret
(experimental) Gets a string data by key or undefined.
getStringData() - Method in interface org.cdk8s.plus.SecretProps
(experimental) stringData allows specifying non-binary secret data in string form.
getStringData() - Method in class org.cdk8s.plus.SecretProps.Jsii$Proxy
 
getSubPath() - Method in interface org.cdk8s.plus.MountOptions
(experimental) Path within the volume from which the container's volume should be mounted.).
getSubPath() - Method in class org.cdk8s.plus.MountOptions.Jsii$Proxy
 
getSubPath() - Method in class org.cdk8s.plus.VolumeMount.Jsii$Proxy
 
getSubPathExpr() - Method in interface org.cdk8s.plus.MountOptions
(experimental) Expanded path within the volume from which the container's volume should be mounted.
getSubPathExpr() - Method in class org.cdk8s.plus.MountOptions.Jsii$Proxy
 
getSubPathExpr() - Method in class org.cdk8s.plus.VolumeMount.Jsii$Proxy
 
getSuccessThreshold() - Method in class org.cdk8s.plus.CommandProbeOptions.Jsii$Proxy
 
getSuccessThreshold() - Method in class org.cdk8s.plus.HttpGetProbeOptions.Jsii$Proxy
 
getSuccessThreshold() - Method in interface org.cdk8s.plus.ProbeOptions
(experimental) Minimum consecutive successes for the probe to be considered successful after having failed.
getSuccessThreshold() - Method in class org.cdk8s.plus.ProbeOptions.Jsii$Proxy
 
getTargetPort() - Method in class org.cdk8s.plus.ServicePort.Jsii$Proxy
 
getTargetPort() - Method in interface org.cdk8s.plus.ServicePortOptions
(experimental) The port number the service will redirect to.
getTargetPort() - Method in class org.cdk8s.plus.ServicePortOptions.Jsii$Proxy
 
getTimeoutSeconds() - Method in class org.cdk8s.plus.CommandProbeOptions.Jsii$Proxy
 
getTimeoutSeconds() - Method in class org.cdk8s.plus.HttpGetProbeOptions.Jsii$Proxy
 
getTimeoutSeconds() - Method in interface org.cdk8s.plus.ProbeOptions
(experimental) Number of seconds after which the probe times out.
getTimeoutSeconds() - Method in class org.cdk8s.plus.ProbeOptions.Jsii$Proxy
 
getTtlAfterFinished() - Method in class org.cdk8s.plus.Job
(experimental) TTL before the job is deleted after it is finished.
getTtlAfterFinished() - Method in interface org.cdk8s.plus.JobProps
(experimental) Limits the lifetime of a Job that has finished execution (either Complete or Failed).
getTtlAfterFinished() - Method in class org.cdk8s.plus.JobProps.Jsii$Proxy
 
getType() - Method in class org.cdk8s.plus.Service
(experimental) Determines how the Service is exposed.
getType() - Method in interface org.cdk8s.plus.ServiceProps
(experimental) Determines how the Service is exposed.
getType() - Method in class org.cdk8s.plus.ServiceProps.Jsii$Proxy
 
getValue() - Method in class org.cdk8s.plus.EnvValue
 
getValueFrom() - Method in class org.cdk8s.plus.EnvValue
 
getVolume() - Method in interface org.cdk8s.plus.VolumeMount
(experimental) The volume to mount.
getVolume() - Method in class org.cdk8s.plus.VolumeMount.Jsii$Proxy
 
getVolumeMounts() - Method in interface org.cdk8s.plus.ContainerProps
(experimental) Pod volumes to mount into the container's filesystem.
getVolumeMounts() - Method in class org.cdk8s.plus.ContainerProps.Jsii$Proxy
 
getVolumes() - Method in class org.cdk8s.plus.Deployment
(experimental) The volumes associated with this pod.
getVolumes() - Method in class org.cdk8s.plus.DeploymentProps.Jsii$Proxy
 
getVolumes() - Method in interface org.cdk8s.plus.IPodSpec
(experimental) The volumes associated with this pod.
getVolumes() - Method in class org.cdk8s.plus.IPodSpec.Jsii$Proxy
(experimental) The volumes associated with this pod.
getVolumes() - Method in class org.cdk8s.plus.IPodTemplate.Jsii$Proxy
(experimental) The volumes associated with this pod.
getVolumes() - Method in class org.cdk8s.plus.Job
(experimental) The volumes associated with this pod.
getVolumes() - Method in class org.cdk8s.plus.JobProps.Jsii$Proxy
 
getVolumes() - Method in class org.cdk8s.plus.Pod
(experimental) The volumes associated with this pod.
getVolumes() - Method in class org.cdk8s.plus.PodProps.Jsii$Proxy
 
getVolumes() - Method in class org.cdk8s.plus.PodSpec
(experimental) The volumes associated with this pod.
getVolumes() - Method in interface org.cdk8s.plus.PodSpecProps
(experimental) List of volumes that can be mounted by containers belonging to the pod.
getVolumes() - Method in class org.cdk8s.plus.PodSpecProps.Jsii$Proxy
 
getVolumes() - Method in class org.cdk8s.plus.PodTemplateProps.Jsii$Proxy
 
getWorkingDir() - Method in class org.cdk8s.plus.Container
(experimental) The working directory inside the container.
getWorkingDir() - Method in interface org.cdk8s.plus.ContainerProps
(experimental) Container's working directory.
getWorkingDir() - Method in class org.cdk8s.plus.ContainerProps.Jsii$Proxy
 
gibibytes(Number) - Static method in class org.cdk8s.plus.Size
(experimental) Create a Storage representing an amount gibibytes.

H

hashCode() - Method in class org.cdk8s.plus.AddDirectoryOptions.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.CommandProbeOptions.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.ConfigMapProps.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.ConfigMapVolumeOptions.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.ContainerProps.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.DeploymentProps.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.EmptyDirVolumeOptions.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.EnvValueFromConfigMapOptions.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.EnvValueFromProcessOptions.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.EnvValueFromSecretOptions.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.ExposeOptions.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.HttpGetProbeOptions.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.IngressProps.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.IngressRule.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.JobProps.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.MountOptions.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.PathMapping.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.PodProps.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.PodSpecProps.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.PodTemplateProps.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.ProbeOptions.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.ResourceProps.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.SecretProps.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.SecretValue.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.ServiceAccountProps.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.ServiceIngressBackendOptions.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.ServicePort.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.ServicePortOptions.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.ServiceProps.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.SizeConversionOptions.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.TimeConversionOptions.Jsii$Proxy
 
hashCode() - Method in class org.cdk8s.plus.VolumeMount.Jsii$Proxy
 
host(String) - Method in class org.cdk8s.plus.IngressRule.Builder
Sets the value of IngressRule.getHost()
hours(Number) - Static method in class org.cdk8s.plus.Duration
(experimental) Create a Duration representing an amount of hours.
HttpGetProbeOptions - Interface in org.cdk8s.plus
(experimental) Options for `Probe.fromHttpGet()`.
HttpGetProbeOptions.Builder - Class in org.cdk8s.plus
A builder for HttpGetProbeOptions
HttpGetProbeOptions.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for HttpGetProbeOptions

I

IConfigMap - Interface in org.cdk8s.plus
(experimental) Represents a config map.
IConfigMap.Jsii$Proxy - Class in org.cdk8s.plus
A proxy class which represents a concrete javascript instance of this type.
image(String) - Method in class org.cdk8s.plus.Container.Builder
(experimental) Docker image name.
image(String) - Method in class org.cdk8s.plus.ContainerProps.Builder
Sets the value of ContainerProps.getImage()
imagePullPolicy(ImagePullPolicy) - Method in class org.cdk8s.plus.Container.Builder
(experimental) Image pull policy for this container.
imagePullPolicy(ImagePullPolicy) - Method in class org.cdk8s.plus.ContainerProps.Builder
ImagePullPolicy - Enum in org.cdk8s.plus
 
Ingress - Class in org.cdk8s.plus
(experimental) Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.
Ingress(JsiiObjectRef) - Constructor for class org.cdk8s.plus.Ingress
 
Ingress(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.Ingress
 
Ingress(Construct, String, IngressProps) - Constructor for class org.cdk8s.plus.Ingress
 
Ingress(Construct, String) - Constructor for class org.cdk8s.plus.Ingress
 
Ingress.Builder - Class in org.cdk8s.plus
(experimental) A fluent builder for Ingress.
IngressBackend - Class in org.cdk8s.plus
(experimental) The backend for an ingress path.
IngressBackend(JsiiObjectRef) - Constructor for class org.cdk8s.plus.IngressBackend
 
IngressBackend(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.IngressBackend
 
IngressProps - Interface in org.cdk8s.plus
(experimental) Properties for `Ingress`.
IngressProps.Builder - Class in org.cdk8s.plus
A builder for IngressProps
IngressProps.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for IngressProps
IngressRule - Interface in org.cdk8s.plus
(experimental) Represents the rules mapping the paths under a specified host to the related backend services.
IngressRule.Builder - Class in org.cdk8s.plus
A builder for IngressRule
IngressRule.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for IngressRule
initialDelaySeconds(Duration) - Method in class org.cdk8s.plus.CommandProbeOptions.Builder
initialDelaySeconds(Duration) - Method in class org.cdk8s.plus.HttpGetProbeOptions.Builder
initialDelaySeconds(Duration) - Method in class org.cdk8s.plus.ProbeOptions.Builder
integral(Boolean) - Method in class org.cdk8s.plus.TimeConversionOptions.Builder
IPodSpec - Interface in org.cdk8s.plus
(experimental) Represents a resource that can be configured with a kuberenets pod spec.
IPodSpec.Jsii$Proxy - Class in org.cdk8s.plus
A proxy class which represents a concrete javascript instance of this type.
IPodTemplate - Interface in org.cdk8s.plus
(experimental) Represents a resource that can be configured with a kuberenets pod template.
IPodTemplate.Jsii$Proxy - Class in org.cdk8s.plus
A proxy class which represents a concrete javascript instance of this type.
IResource - Interface in org.cdk8s.plus
(experimental) Represents a resource.
IResource.Jsii$Proxy - Class in org.cdk8s.plus
A proxy class which represents a concrete javascript instance of this type.
ISecret - Interface in org.cdk8s.plus
 
ISecret.Jsii$Proxy - Class in org.cdk8s.plus
A proxy class which represents a concrete javascript instance of this type.
IServiceAccount - Interface in org.cdk8s.plus
 
IServiceAccount.Jsii$Proxy - Class in org.cdk8s.plus
A proxy class which represents a concrete javascript instance of this type.
items(Map<String, ? extends PathMapping>) - Method in class org.cdk8s.plus.ConfigMapVolumeOptions.Builder

J

Job - Class in org.cdk8s.plus
(experimental) A Job creates one or more Pods and ensures that a specified number of them successfully terminate.
Job(JsiiObjectRef) - Constructor for class org.cdk8s.plus.Job
 
Job(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.Job
 
Job(Construct, String, JobProps) - Constructor for class org.cdk8s.plus.Job
 
Job(Construct, String) - Constructor for class org.cdk8s.plus.Job
 
Job.Builder - Class in org.cdk8s.plus
(experimental) A fluent builder for Job.
JobProps - Interface in org.cdk8s.plus
(experimental) Properties for initialization of `Job`.
JobProps.Builder - Class in org.cdk8s.plus
A builder for JobProps
JobProps.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for JobProps
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.AddDirectoryOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.CommandProbeOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.ConfigMapProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.ConfigMapVolumeOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.ContainerProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.DeploymentProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.EmptyDirVolumeOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.EnvValueFromConfigMapOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.EnvValueFromProcessOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.EnvValueFromSecretOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.ExposeOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.HttpGetProbeOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.IConfigMap.Jsii$Proxy
 
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.IngressProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.IngressRule.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.IPodSpec.Jsii$Proxy
 
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.IPodTemplate.Jsii$Proxy
 
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.IResource.Jsii$Proxy
 
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.ISecret.Jsii$Proxy
 
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.IServiceAccount.Jsii$Proxy
 
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.JobProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.MountOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.PathMapping.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.PodProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.PodSpecProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.PodTemplateProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.ProbeOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.ResourceProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.SecretProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.SecretValue.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.ServiceAccountProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.ServiceIngressBackendOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.ServicePort.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.ServicePortOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.ServiceProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.SizeConversionOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.TimeConversionOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(JsiiObjectRef) - Constructor for class org.cdk8s.plus.VolumeMount.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.

K

key(String) - Method in class org.cdk8s.plus.SecretValue.Builder
Sets the value of SecretValue.getKey()
keyPrefix(String) - Method in class org.cdk8s.plus.AddDirectoryOptions.Builder
kibibytes(Number) - Static method in class org.cdk8s.plus.Size
(experimental) Create a Storage representing an amount kibibytes.

M

mebibytes(Number) - Static method in class org.cdk8s.plus.Size
(experimental) Create a Storage representing an amount mebibytes.
medium(EmptyDirMedium) - Method in class org.cdk8s.plus.EmptyDirVolumeOptions.Builder
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.ConfigMap.Builder
(experimental) Metadata that all persisted resources must have, which includes all objects users must create.
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.ConfigMapProps.Builder
Sets the value of ResourceProps.getMetadata()
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.Deployment.Builder
(experimental) Metadata that all persisted resources must have, which includes all objects users must create.
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.DeploymentProps.Builder
Sets the value of ResourceProps.getMetadata()
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.Ingress.Builder
(experimental) Metadata that all persisted resources must have, which includes all objects users must create.
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.IngressProps.Builder
Sets the value of ResourceProps.getMetadata()
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.Job.Builder
(experimental) Metadata that all persisted resources must have, which includes all objects users must create.
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.JobProps.Builder
Sets the value of ResourceProps.getMetadata()
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.Pod.Builder
(experimental) Metadata that all persisted resources must have, which includes all objects users must create.
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.PodProps.Builder
Sets the value of ResourceProps.getMetadata()
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.ResourceProps.Builder
Sets the value of ResourceProps.getMetadata()
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.Secret.Builder
(experimental) Metadata that all persisted resources must have, which includes all objects users must create.
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.SecretProps.Builder
Sets the value of ResourceProps.getMetadata()
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.Service.Builder
(experimental) Metadata that all persisted resources must have, which includes all objects users must create.
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.ServiceAccount.Builder
(experimental) Metadata that all persisted resources must have, which includes all objects users must create.
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.ServiceAccountProps.Builder
Sets the value of ResourceProps.getMetadata()
metadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.ServiceProps.Builder
Sets the value of ResourceProps.getMetadata()
millis(Number) - Static method in class org.cdk8s.plus.Duration
(experimental) Create a Duration representing an amount of milliseconds.
minutes(Number) - Static method in class org.cdk8s.plus.Duration
(experimental) Create a Duration representing an amount of minutes.
mode(Number) - Method in class org.cdk8s.plus.PathMapping.Builder
Sets the value of PathMapping.getMode()
mount(String, Volume, MountOptions) - Method in class org.cdk8s.plus.Container
(experimental) Mount a volume to a specific path so that it is accessible by the container.
mount(String, Volume) - Method in class org.cdk8s.plus.Container
(experimental) Mount a volume to a specific path so that it is accessible by the container.
MountOptions - Interface in org.cdk8s.plus
(experimental) Options for mounts.
MountOptions.Builder - Class in org.cdk8s.plus
A builder for MountOptions
MountOptions.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for MountOptions
MountPropagation - Enum in org.cdk8s.plus
 

N

name(String) - Method in class org.cdk8s.plus.ConfigMapVolumeOptions.Builder
name(String) - Method in class org.cdk8s.plus.Container.Builder
(experimental) Name of the container specified as a DNS_LABEL.
name(String) - Method in class org.cdk8s.plus.ContainerProps.Builder
Sets the value of ContainerProps.getName()
name(String) - Method in class org.cdk8s.plus.ServicePort.Builder
name(String) - Method in class org.cdk8s.plus.ServicePortOptions.Builder
nodePort(Number) - Method in class org.cdk8s.plus.ServicePort.Builder
nodePort(Number) - Method in class org.cdk8s.plus.ServicePortOptions.Builder

O

onValidate() - Method in class org.cdk8s.plus.Ingress
(experimental) Validate the current construct.
optional(Boolean) - Method in class org.cdk8s.plus.ConfigMapVolumeOptions.Builder
optional(Boolean) - Method in class org.cdk8s.plus.EnvValueFromConfigMapOptions.Builder
optional(Boolean) - Method in class org.cdk8s.plus.EnvValueFromSecretOptions.Builder
org.cdk8s.plus - package org.cdk8s.plus
cdk8s+ (cdk8s-plus)

P

parse(String) - Static method in class org.cdk8s.plus.Duration
(experimental) Parse a period formatted according to the ISO 8601 standard.
path(String) - Method in class org.cdk8s.plus.IngressRule.Builder
Sets the value of IngressRule.getPath()
path(String) - Method in class org.cdk8s.plus.PathMapping.Builder
Sets the value of PathMapping.getPath()
path(String) - Method in class org.cdk8s.plus.VolumeMount.Builder
Sets the value of VolumeMount.getPath()
PathMapping - Interface in org.cdk8s.plus
(experimental) Maps a string key to a path within a volume.
PathMapping.Builder - Class in org.cdk8s.plus
A builder for PathMapping
PathMapping.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for PathMapping
pebibyte(Number) - Static method in class org.cdk8s.plus.Size
(experimental) Create a Storage representing an amount pebibytes.
periodSeconds(Duration) - Method in class org.cdk8s.plus.CommandProbeOptions.Builder
periodSeconds(Duration) - Method in class org.cdk8s.plus.HttpGetProbeOptions.Builder
periodSeconds(Duration) - Method in class org.cdk8s.plus.ProbeOptions.Builder
Pod - Class in org.cdk8s.plus
(experimental) Pod is a collection of containers that can run on a host.
Pod(JsiiObjectRef) - Constructor for class org.cdk8s.plus.Pod
 
Pod(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.Pod
 
Pod(Construct, String, PodProps) - Constructor for class org.cdk8s.plus.Pod
 
Pod(Construct, String) - Constructor for class org.cdk8s.plus.Pod
 
Pod.Builder - Class in org.cdk8s.plus
(experimental) A fluent builder for Pod.
podMetadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.Deployment.Builder
(experimental) The pod metadata.
podMetadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.DeploymentProps.Builder
podMetadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.Job.Builder
(experimental) The pod metadata.
podMetadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.JobProps.Builder
podMetadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.PodTemplate.Builder
(experimental) The pod metadata.
podMetadata(ApiObjectMetadata) - Method in class org.cdk8s.plus.PodTemplateProps.Builder
PodProps - Interface in org.cdk8s.plus
(experimental) Properties for initialization of `Pod`.
PodProps.Builder - Class in org.cdk8s.plus
A builder for PodProps
PodProps.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for PodProps
PodSpec - Class in org.cdk8s.plus
(experimental) Provides read/write capabilities ontop of a `PodSpecProps`.
PodSpec(JsiiObjectRef) - Constructor for class org.cdk8s.plus.PodSpec
 
PodSpec(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.PodSpec
 
PodSpec(PodSpecProps) - Constructor for class org.cdk8s.plus.PodSpec
 
PodSpec() - Constructor for class org.cdk8s.plus.PodSpec
 
PodSpec.Builder - Class in org.cdk8s.plus
(experimental) A fluent builder for PodSpec.
PodSpecProps - Interface in org.cdk8s.plus
(experimental) Properties of a `PodSpec`.
PodSpecProps.Builder - Class in org.cdk8s.plus
A builder for PodSpecProps
PodSpecProps.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for PodSpecProps
PodTemplate - Class in org.cdk8s.plus
(experimental) Provides read/write capabilities ontop of a `PodTemplateProps`.
PodTemplate(JsiiObjectRef) - Constructor for class org.cdk8s.plus.PodTemplate
 
PodTemplate(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.PodTemplate
 
PodTemplate(PodTemplateProps) - Constructor for class org.cdk8s.plus.PodTemplate
 
PodTemplate() - Constructor for class org.cdk8s.plus.PodTemplate
 
PodTemplate.Builder - Class in org.cdk8s.plus
(experimental) A fluent builder for PodTemplate.
PodTemplateProps - Interface in org.cdk8s.plus
(experimental) Properties of a `PodTemplate`.
PodTemplateProps.Builder - Class in org.cdk8s.plus
A builder for PodTemplateProps
PodTemplateProps.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for PodTemplateProps
port(Number) - Method in class org.cdk8s.plus.Container.Builder
(experimental) Number of port to expose on the pod's IP address.
port(Number) - Method in class org.cdk8s.plus.ContainerProps.Builder
Sets the value of ContainerProps.getPort()
port(Number) - Method in class org.cdk8s.plus.HttpGetProbeOptions.Builder
port(Number) - Method in class org.cdk8s.plus.ServiceIngressBackendOptions.Builder
port(Number) - Method in class org.cdk8s.plus.ServicePort.Builder
Sets the value of ServicePort.getPort()
ports(List<? extends ServicePort>) - Method in class org.cdk8s.plus.Service.Builder
(experimental) The port exposed by this service.
ports(List<? extends ServicePort>) - Method in class org.cdk8s.plus.ServiceProps.Builder
Sets the value of ServiceProps.getPorts()
Probe - Class in org.cdk8s.plus
(experimental) Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
Probe(JsiiObjectRef) - Constructor for class org.cdk8s.plus.Probe
 
Probe(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.Probe
 
Probe() - Constructor for class org.cdk8s.plus.Probe
 
ProbeOptions - Interface in org.cdk8s.plus
(experimental) Probe options.
ProbeOptions.Builder - Class in org.cdk8s.plus
A builder for ProbeOptions
ProbeOptions.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for ProbeOptions
propagation(MountPropagation) - Method in class org.cdk8s.plus.MountOptions.Builder
propagation(MountPropagation) - Method in class org.cdk8s.plus.VolumeMount.Builder
Protocol - Enum in org.cdk8s.plus
 
protocol(Protocol) - Method in class org.cdk8s.plus.ServicePort.Builder
protocol(Protocol) - Method in class org.cdk8s.plus.ServicePortOptions.Builder

R

readiness(Probe) - Method in class org.cdk8s.plus.Container.Builder
(experimental) Determines when the container is ready to serve traffic.
readiness(Probe) - Method in class org.cdk8s.plus.ContainerProps.Builder
readOnly(Boolean) - Method in class org.cdk8s.plus.MountOptions.Builder
Sets the value of MountOptions.getReadOnly()
readOnly(Boolean) - Method in class org.cdk8s.plus.VolumeMount.Builder
Sets the value of MountOptions.getReadOnly()
replicas(Number) - Method in class org.cdk8s.plus.Deployment.Builder
(experimental) Number of desired pods.
replicas(Number) - Method in class org.cdk8s.plus.DeploymentProps.Builder
required(Boolean) - Method in class org.cdk8s.plus.EnvValueFromProcessOptions.Builder
Resource - Class in org.cdk8s.plus
(experimental) Base class for all Kubernetes objects in stdk8s.
Resource(JsiiObjectRef) - Constructor for class org.cdk8s.plus.Resource
 
Resource(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.Resource
 
Resource(Construct, String, ResourceProps) - Constructor for class org.cdk8s.plus.Resource
 
ResourceProps - Interface in org.cdk8s.plus
(experimental) Initialization properties for resources.
ResourceProps.Builder - Class in org.cdk8s.plus
A builder for ResourceProps
ResourceProps.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for ResourceProps
restartPolicy(RestartPolicy) - Method in class org.cdk8s.plus.Deployment.Builder
(experimental) Restart policy for all containers within the pod.
restartPolicy(RestartPolicy) - Method in class org.cdk8s.plus.DeploymentProps.Builder
restartPolicy(RestartPolicy) - Method in class org.cdk8s.plus.Job.Builder
(experimental) Restart policy for all containers within the pod.
restartPolicy(RestartPolicy) - Method in class org.cdk8s.plus.JobProps.Builder
restartPolicy(RestartPolicy) - Method in class org.cdk8s.plus.Pod.Builder
(experimental) Restart policy for all containers within the pod.
restartPolicy(RestartPolicy) - Method in class org.cdk8s.plus.PodProps.Builder
restartPolicy(RestartPolicy) - Method in class org.cdk8s.plus.PodSpec.Builder
(experimental) Restart policy for all containers within the pod.
restartPolicy(RestartPolicy) - Method in class org.cdk8s.plus.PodSpecProps.Builder
restartPolicy(RestartPolicy) - Method in class org.cdk8s.plus.PodTemplate.Builder
(experimental) Restart policy for all containers within the pod.
restartPolicy(RestartPolicy) - Method in class org.cdk8s.plus.PodTemplateProps.Builder
RestartPolicy - Enum in org.cdk8s.plus
(experimental) Restart policy for all containers within the pod.
rounding(SizeRoundingBehavior) - Method in class org.cdk8s.plus.SizeConversionOptions.Builder
rules(List<? extends IngressRule>) - Method in class org.cdk8s.plus.Ingress.Builder
(experimental) Routing rules for this ingress.
rules(List<? extends IngressRule>) - Method in class org.cdk8s.plus.IngressProps.Builder
Sets the value of IngressProps.getRules()

S

seconds(Number) - Static method in class org.cdk8s.plus.Duration
(experimental) Create a Duration representing an amount of seconds.
Secret - Class in org.cdk8s.plus
(experimental) Kubernetes Secrets let you store and manage sensitive information, such as passwords, OAuth tokens, and ssh keys.
Secret(JsiiObjectRef) - Constructor for class org.cdk8s.plus.Secret
 
Secret(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.Secret
 
Secret(Construct, String, SecretProps) - Constructor for class org.cdk8s.plus.Secret
 
Secret(Construct, String) - Constructor for class org.cdk8s.plus.Secret
 
secret(ISecret) - Method in class org.cdk8s.plus.SecretValue.Builder
Sets the value of SecretValue.getSecret()
Secret.Builder - Class in org.cdk8s.plus
(experimental) A fluent builder for Secret.
SecretProps - Interface in org.cdk8s.plus
 
SecretProps.Builder - Class in org.cdk8s.plus
A builder for SecretProps
SecretProps.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for SecretProps
secrets(List<? extends ISecret>) - Method in class org.cdk8s.plus.ServiceAccount.Builder
(experimental) List of secrets allowed to be used by pods running using this ServiceAccount.
secrets(List<? extends ISecret>) - Method in class org.cdk8s.plus.ServiceAccountProps.Builder
SecretValue - Interface in org.cdk8s.plus
(experimental) Represents a specific value in JSON secret.
SecretValue.Builder - Class in org.cdk8s.plus
A builder for SecretValue
SecretValue.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for SecretValue
selectByLabel(String, String) - Method in class org.cdk8s.plus.Deployment
(experimental) Configure a label selector to this deployment.
serve(Number, ServicePortOptions) - Method in class org.cdk8s.plus.Service
(experimental) Configure a port the service will bind to.
serve(Number) - Method in class org.cdk8s.plus.Service
(experimental) Configure a port the service will bind to.
Service - Class in org.cdk8s.plus
(experimental) An abstract way to expose an application running on a set of Pods as a network service.
Service(JsiiObjectRef) - Constructor for class org.cdk8s.plus.Service
 
Service(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.Service
 
Service(Construct, String, ServiceProps) - Constructor for class org.cdk8s.plus.Service
 
Service(Construct, String) - Constructor for class org.cdk8s.plus.Service
 
Service.Builder - Class in org.cdk8s.plus
(experimental) A fluent builder for Service.
serviceAccount(IServiceAccount) - Method in class org.cdk8s.plus.Deployment.Builder
(experimental) A service account provides an identity for processes that run in a Pod.
serviceAccount(IServiceAccount) - Method in class org.cdk8s.plus.DeploymentProps.Builder
serviceAccount(IServiceAccount) - Method in class org.cdk8s.plus.Job.Builder
(experimental) A service account provides an identity for processes that run in a Pod.
serviceAccount(IServiceAccount) - Method in class org.cdk8s.plus.JobProps.Builder
serviceAccount(IServiceAccount) - Method in class org.cdk8s.plus.Pod.Builder
(experimental) A service account provides an identity for processes that run in a Pod.
serviceAccount(IServiceAccount) - Method in class org.cdk8s.plus.PodProps.Builder
serviceAccount(IServiceAccount) - Method in class org.cdk8s.plus.PodSpec.Builder
(experimental) A service account provides an identity for processes that run in a Pod.
serviceAccount(IServiceAccount) - Method in class org.cdk8s.plus.PodSpecProps.Builder
serviceAccount(IServiceAccount) - Method in class org.cdk8s.plus.PodTemplate.Builder
(experimental) A service account provides an identity for processes that run in a Pod.
serviceAccount(IServiceAccount) - Method in class org.cdk8s.plus.PodTemplateProps.Builder
ServiceAccount - Class in org.cdk8s.plus
(experimental) A service account provides an identity for processes that run in a Pod.
ServiceAccount(JsiiObjectRef) - Constructor for class org.cdk8s.plus.ServiceAccount
 
ServiceAccount(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.ServiceAccount
 
ServiceAccount(Construct, String, ServiceAccountProps) - Constructor for class org.cdk8s.plus.ServiceAccount
 
ServiceAccount(Construct, String) - Constructor for class org.cdk8s.plus.ServiceAccount
 
ServiceAccount.Builder - Class in org.cdk8s.plus
(experimental) A fluent builder for ServiceAccount.
ServiceAccountProps - Interface in org.cdk8s.plus
(experimental) Properties for initialization of `ServiceAccount`.
ServiceAccountProps.Builder - Class in org.cdk8s.plus
A builder for ServiceAccountProps
ServiceAccountProps.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for ServiceAccountProps
ServiceIngressBackendOptions - Interface in org.cdk8s.plus
(experimental) Options for setting up backends for ingress rules.
ServiceIngressBackendOptions.Builder - Class in org.cdk8s.plus
ServiceIngressBackendOptions.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for ServiceIngressBackendOptions
ServicePort - Interface in org.cdk8s.plus
(experimental) Definition of a service port.
ServicePort.Builder - Class in org.cdk8s.plus
A builder for ServicePort
ServicePort.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for ServicePort
ServicePortOptions - Interface in org.cdk8s.plus
 
ServicePortOptions.Builder - Class in org.cdk8s.plus
A builder for ServicePortOptions
ServicePortOptions.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for ServicePortOptions
ServiceProps - Interface in org.cdk8s.plus
(experimental) Properties for initialization of `Service`.
ServiceProps.Builder - Class in org.cdk8s.plus
A builder for ServiceProps
ServiceProps.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for ServiceProps
serviceType(ServiceType) - Method in class org.cdk8s.plus.ExposeOptions.Builder
ServiceType - Enum in org.cdk8s.plus
(experimental) For some parts of your application (for example, frontends) you may want to expose a Service onto an external IP address, that's outside of your cluster.
Size - Class in org.cdk8s.plus
(experimental) Represents the amount of digital storage.
Size(JsiiObjectRef) - Constructor for class org.cdk8s.plus.Size
 
Size(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.Size
 
SizeConversionOptions - Interface in org.cdk8s.plus
(experimental) Options for how to convert time to a different unit.
SizeConversionOptions.Builder - Class in org.cdk8s.plus
A builder for SizeConversionOptions
SizeConversionOptions.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for SizeConversionOptions
sizeLimit(Size) - Method in class org.cdk8s.plus.EmptyDirVolumeOptions.Builder
SizeRoundingBehavior - Enum in org.cdk8s.plus
(experimental) Rounding behaviour when converting between units of `Size`.
stringData(Map<String, String>) - Method in class org.cdk8s.plus.Secret.Builder
(experimental) stringData allows specifying non-binary secret data in string form.
stringData(Map<String, String>) - Method in class org.cdk8s.plus.SecretProps.Builder
Sets the value of SecretProps.getStringData()
subPath(String) - Method in class org.cdk8s.plus.MountOptions.Builder
Sets the value of MountOptions.getSubPath()
subPath(String) - Method in class org.cdk8s.plus.VolumeMount.Builder
Sets the value of MountOptions.getSubPath()
subPathExpr(String) - Method in class org.cdk8s.plus.MountOptions.Builder
subPathExpr(String) - Method in class org.cdk8s.plus.VolumeMount.Builder
successThreshold(Number) - Method in class org.cdk8s.plus.CommandProbeOptions.Builder
successThreshold(Number) - Method in class org.cdk8s.plus.HttpGetProbeOptions.Builder
successThreshold(Number) - Method in class org.cdk8s.plus.ProbeOptions.Builder

T

targetPort(Number) - Method in class org.cdk8s.plus.ServicePort.Builder
targetPort(Number) - Method in class org.cdk8s.plus.ServicePortOptions.Builder
tebibytes(Number) - Static method in class org.cdk8s.plus.Size
(experimental) Create a Storage representing an amount tebibytes.
TimeConversionOptions - Interface in org.cdk8s.plus
(experimental) Options for how to convert time to a different unit.
TimeConversionOptions.Builder - Class in org.cdk8s.plus
A builder for TimeConversionOptions
TimeConversionOptions.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for TimeConversionOptions
timeoutSeconds(Duration) - Method in class org.cdk8s.plus.CommandProbeOptions.Builder
timeoutSeconds(Duration) - Method in class org.cdk8s.plus.HttpGetProbeOptions.Builder
timeoutSeconds(Duration) - Method in class org.cdk8s.plus.ProbeOptions.Builder
toDays(TimeConversionOptions) - Method in class org.cdk8s.plus.Duration
(experimental) Return the total number of days in this Duration.
toDays() - Method in class org.cdk8s.plus.Duration
(experimental) Return the total number of days in this Duration.
toGibibytes(SizeConversionOptions) - Method in class org.cdk8s.plus.Size
(experimental) Return this storage as a total number of gibibytes.
toGibibytes() - Method in class org.cdk8s.plus.Size
(experimental) Return this storage as a total number of gibibytes.
toHours(TimeConversionOptions) - Method in class org.cdk8s.plus.Duration
(experimental) Return the total number of hours in this Duration.
toHours() - Method in class org.cdk8s.plus.Duration
(experimental) Return the total number of hours in this Duration.
toHumanString() - Method in class org.cdk8s.plus.Duration
(experimental) Turn this duration into a human-readable string.
toIsoString() - Method in class org.cdk8s.plus.Duration
(experimental) Return an ISO 8601 representation of this period.
toISOString() - Method in class org.cdk8s.plus.Duration
Deprecated.
Use `toIsoString()` instead.
toKibibytes(SizeConversionOptions) - Method in class org.cdk8s.plus.Size
(experimental) Return this storage as a total number of kibibytes.
toKibibytes() - Method in class org.cdk8s.plus.Size
(experimental) Return this storage as a total number of kibibytes.
toMebibytes(SizeConversionOptions) - Method in class org.cdk8s.plus.Size
(experimental) Return this storage as a total number of mebibytes.
toMebibytes() - Method in class org.cdk8s.plus.Size
(experimental) Return this storage as a total number of mebibytes.
toMilliseconds(TimeConversionOptions) - Method in class org.cdk8s.plus.Duration
(experimental) Return the total number of milliseconds in this Duration.
toMilliseconds() - Method in class org.cdk8s.plus.Duration
(experimental) Return the total number of milliseconds in this Duration.
toMinutes(TimeConversionOptions) - Method in class org.cdk8s.plus.Duration
(experimental) Return the total number of minutes in this Duration.
toMinutes() - Method in class org.cdk8s.plus.Duration
(experimental) Return the total number of minutes in this Duration.
toPebibytes(SizeConversionOptions) - Method in class org.cdk8s.plus.Size
(experimental) Return this storage as a total number of pebibytes.
toPebibytes() - Method in class org.cdk8s.plus.Size
(experimental) Return this storage as a total number of pebibytes.
toSeconds(TimeConversionOptions) - Method in class org.cdk8s.plus.Duration
(experimental) Return the total number of seconds in this Duration.
toSeconds() - Method in class org.cdk8s.plus.Duration
(experimental) Return the total number of seconds in this Duration.
toTebibytes(SizeConversionOptions) - Method in class org.cdk8s.plus.Size
(experimental) Return this storage as a total number of tebibytes.
toTebibytes() - Method in class org.cdk8s.plus.Size
(experimental) Return this storage as a total number of tebibytes.
ttlAfterFinished(Duration) - Method in class org.cdk8s.plus.Job.Builder
(experimental) Limits the lifetime of a Job that has finished execution (either Complete or Failed).
ttlAfterFinished(Duration) - Method in class org.cdk8s.plus.JobProps.Builder
type(ServiceType) - Method in class org.cdk8s.plus.Service.Builder
(experimental) Determines how the Service is exposed.
type(ServiceType) - Method in class org.cdk8s.plus.ServiceProps.Builder
Sets the value of ServiceProps.getType()

V

valueOf(String) - Static method in enum org.cdk8s.plus.EmptyDirMedium
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cdk8s.plus.ImagePullPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cdk8s.plus.MountPropagation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cdk8s.plus.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cdk8s.plus.RestartPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cdk8s.plus.ServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cdk8s.plus.SizeRoundingBehavior
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.cdk8s.plus.EmptyDirMedium
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cdk8s.plus.ImagePullPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cdk8s.plus.MountPropagation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cdk8s.plus.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cdk8s.plus.RestartPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cdk8s.plus.ServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cdk8s.plus.SizeRoundingBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
Volume - Class in org.cdk8s.plus
(experimental) Volume represents a named volume in a pod that may be accessed by any container in the pod.
Volume(JsiiObjectRef) - Constructor for class org.cdk8s.plus.Volume
 
Volume(JsiiObject.InitializationMode) - Constructor for class org.cdk8s.plus.Volume
 
Volume(String, Object) - Constructor for class org.cdk8s.plus.Volume
 
volume(Volume) - Method in class org.cdk8s.plus.VolumeMount.Builder
Sets the value of VolumeMount.getVolume()
VolumeMount - Interface in org.cdk8s.plus
(experimental) Mount a volume from the pod to the container.
VolumeMount.Builder - Class in org.cdk8s.plus
A builder for VolumeMount
VolumeMount.Jsii$Proxy - Class in org.cdk8s.plus
An implementation for VolumeMount
volumeMounts(List<? extends VolumeMount>) - Method in class org.cdk8s.plus.Container.Builder
(experimental) Pod volumes to mount into the container's filesystem.
volumeMounts(List<? extends VolumeMount>) - Method in class org.cdk8s.plus.ContainerProps.Builder
volumes(List<? extends Volume>) - Method in class org.cdk8s.plus.Deployment.Builder
(experimental) List of volumes that can be mounted by containers belonging to the pod.
volumes(List<? extends Volume>) - Method in class org.cdk8s.plus.DeploymentProps.Builder
Sets the value of PodSpecProps.getVolumes()
volumes(List<? extends Volume>) - Method in class org.cdk8s.plus.Job.Builder
(experimental) List of volumes that can be mounted by containers belonging to the pod.
volumes(List<? extends Volume>) - Method in class org.cdk8s.plus.JobProps.Builder
Sets the value of PodSpecProps.getVolumes()
volumes(List<? extends Volume>) - Method in class org.cdk8s.plus.Pod.Builder
(experimental) List of volumes that can be mounted by containers belonging to the pod.
volumes(List<? extends Volume>) - Method in class org.cdk8s.plus.PodProps.Builder
Sets the value of PodSpecProps.getVolumes()
volumes(List<? extends Volume>) - Method in class org.cdk8s.plus.PodSpec.Builder
(experimental) List of volumes that can be mounted by containers belonging to the pod.
volumes(List<? extends Volume>) - Method in class org.cdk8s.plus.PodSpecProps.Builder
Sets the value of PodSpecProps.getVolumes()
volumes(List<? extends Volume>) - Method in class org.cdk8s.plus.PodTemplate.Builder
(experimental) List of volumes that can be mounted by containers belonging to the pod.
volumes(List<? extends Volume>) - Method in class org.cdk8s.plus.PodTemplateProps.Builder
Sets the value of PodSpecProps.getVolumes()

W

workingDir(String) - Method in class org.cdk8s.plus.Container.Builder
(experimental) Container's working directory.
workingDir(String) - Method in class org.cdk8s.plus.ContainerProps.Builder
$ A B C D E F G H I J K M N O P R S T V W 
Skip navigation links

Copyright © 2020. All rights reserved.