- 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
-
- AddDirectoryOptions.Jsii$Proxy - Class in org.cdk8s.plus
-
- 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
-
- 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.
- 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
-
- JobProps.Jsii$Proxy - Class in org.cdk8s.plus
-
- 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.