Serialized Form
-
Package org.apache.camel.v1
-
Class org.apache.camel.v1.Build extends io.fabric8.kubernetes.client.CustomResource<BuildSpec,BuildStatus> implements Serializable
-
Class org.apache.camel.v1.BuildSpec extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
The configuration that should be used to perform the Build. Deprecated: no longer in use in Camel K 2 - maintained for backward compatibility -
maxRunningBuilds
java.lang.Integer maxRunningBuilds
the maximum amount of parallel running builds started by this operator instance Deprecated: no longer in use in Camel K 2 - maintained for backward compatibility -
operatorNamespace
java.lang.String operatorNamespace
The namespace where to run the builder Pod (must be the same of the operator in charge of this Build reconciliation). Deprecated: no longer in use in Camel K 2 - maintained for backward compatibility -
tasks
java.util.List<Tasks> tasks
The sequence of tasks (pipeline) to be performed. -
timeout
java.lang.String timeout
Timeout defines the Build maximum execution duration. The Build deadline is set to the Build start time plus the Timeout duration. If the Build deadline is exceeded, the Build context is canceled, and its phase set to BuildPhaseFailed. -
toolImage
java.lang.String toolImage
The container image to be used to run the build. Deprecated: no longer in use in Camel K 2 - maintained for backward compatibility
-
-
-
Class org.apache.camel.v1.BuildStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifacts
java.util.List<Artifacts> artifacts
a list of artifacts contained in the build -
baseImage
java.lang.String baseImage
the base image used for this build -
conditions
java.util.List<Conditions> conditions
a list of conditions occurred during the build -
digest
java.lang.String digest
the digest from image -
duration
java.lang.String duration
how long it took for the build Change to Duration / ISO 8601 when CRD uses OpenAPI spec v3 https://github.com/OAI/OpenAPI-Specification/issues/845 -
error
java.lang.String error
the error description (if any) -
failure
Failure failure
the reason of the failure (if any) -
image
java.lang.String image
the image name built -
observedGeneration
java.lang.Long observedGeneration
ObservedGeneration is the most recent generation observed for this Build. -
phase
java.lang.String phase
describes the phase -
startedAt
java.lang.String startedAt
the time when it started
-
-
-
Class org.apache.camel.v1.CamelCatalog extends io.fabric8.kubernetes.client.CustomResource<CamelCatalogSpec,CamelCatalogStatus> implements Serializable
-
Class org.apache.camel.v1.CamelCatalogSpec extends java.lang.Object implements Serializable
-
Class org.apache.camel.v1.CamelCatalogStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
conditions
java.util.List<Conditions> conditions
a list of events happened for the CamelCatalog -
image
java.lang.String image
the container image available for building an application with this catalog -
observedGeneration
java.lang.Long observedGeneration
ObservedGeneration is the most recent generation observed for this Catalog. -
phase
java.lang.String phase
the actual phase
-
-
-
Class org.apache.camel.v1.Integration extends io.fabric8.kubernetes.client.CustomResource<IntegrationSpec,IntegrationStatus> implements Serializable
-
Class org.apache.camel.v1.IntegrationKit extends io.fabric8.kubernetes.client.CustomResource<IntegrationKitSpec,IntegrationKitStatus> implements Serializable
-
Class org.apache.camel.v1.IntegrationKitSpec extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
java.util.List<Configuration> configuration
Deprecated: Use camel trait (camel.properties) to manage properties Use mount trait (mount.configs) to manage configs Use mount trait (mount.resources) to manage resources Use mount trait (mount.volumes) to manage volumes configuration used by the kit -
dependencies
java.util.List<java.lang.String> dependencies
a list of Camel dependecies used by this kit -
image
java.lang.String image
the container image as identified in the container registry -
profile
java.lang.String profile
the profile which is expected by this kit -
repositories
java.util.List<java.lang.String> repositories
Maven repositories that can be used by the kit -
sources
java.util.List<Sources> sources
the sources to add at build time -
traits
Traits traits
traits that the kit will execute
-
-
-
Class org.apache.camel.v1.IntegrationKitStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifacts
java.util.List<Artifacts> artifacts
list of artifacts used by the kit -
baseImage
java.lang.String baseImage
base image used by the kit -
conditions
java.util.List<Conditions> conditions
a list of conditions which happened for the events related the kit -
digest
java.lang.String digest
actual image digest of the kit -
failure
Failure failure
failure reason (if any) -
image
java.lang.String image
actual image name of the kit -
observedGeneration
java.lang.Long observedGeneration
ObservedGeneration is the most recent generation observed for this IntegrationKit. -
phase
java.lang.String phase
phase of the kit -
platform
java.lang.String platform
the platform for which this kit was configured -
runtimeProvider
java.lang.String runtimeProvider
the runtime provider for which this kit was configured -
runtimeVersion
java.lang.String runtimeVersion
the runtime version for which this kit was configured -
version
java.lang.String version
the Camel K operator version for which this kit was configured
-
-
-
Class org.apache.camel.v1.IntegrationPlatform extends io.fabric8.kubernetes.client.CustomResource<IntegrationPlatformSpec,IntegrationPlatformStatus> implements Serializable
-
Class org.apache.camel.v1.IntegrationPlatformSpec extends java.lang.Object implements Serializable
-
Serialized Fields
-
build
Build build
specify how to build the Integration/IntegrationKits -
cluster
java.lang.String cluster
what kind of cluster you're running (ie, plain Kubernetes or OpenShift) -
configuration
java.util.List<Configuration> configuration
Deprecated: Use camel trait (camel.properties) to manage properties Use mount trait (mount.configs) to manage configs Use mount trait (mount.resources) to manage resources Use mount trait (mount.volumes) to manage volumes list of configuration properties to be attached to all the Integration/IntegrationKits built from this IntegrationPlatform -
kamelet
Kamelet kamelet
configuration to be executed to all Kamelets controlled by this IntegrationPlatform -
profile
java.lang.String profile
the profile you wish to use. It will apply certain traits which are required by the specific profile chosen. It usually relates the Cluster with the optional definition of special profiles (ie, Knative) -
traits
Traits traits
list of traits to be executed for all the Integration/IntegrationKits built from this IntegrationPlatform
-
-
-
Class org.apache.camel.v1.IntegrationPlatformStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
build
Build build
specify how to build the Integration/IntegrationKits -
cluster
java.lang.String cluster
what kind of cluster you're running (ie, plain Kubernetes or OpenShift) -
conditions
java.util.List<Conditions> conditions
which are the conditions met (particularly useful when in ERROR phase) -
configuration
java.util.List<Configuration> configuration
Deprecated: Use camel trait (camel.properties) to manage properties Use mount trait (mount.configs) to manage configs Use mount trait (mount.resources) to manage resources Use mount trait (mount.volumes) to manage volumes list of configuration properties to be attached to all the Integration/IntegrationKits built from this IntegrationPlatform -
info
java.util.Map<java.lang.String,java.lang.String> info
generic information related to the build of Camel K operator software -
kamelet
Kamelet kamelet
configuration to be executed to all Kamelets controlled by this IntegrationPlatform -
observedGeneration
java.lang.Long observedGeneration
ObservedGeneration is the most recent generation observed for this IntegrationPlatform. -
phase
java.lang.String phase
defines in what phase the IntegrationPlatform is found -
profile
java.lang.String profile
the profile you wish to use. It will apply certain traits which are required by the specific profile chosen. It usually relates the Cluster with the optional definition of special profiles (ie, Knative) -
traits
Traits traits
list of traits to be executed for all the Integration/IntegrationKits built from this IntegrationPlatform -
version
java.lang.String version
the Camel K operator version controlling this IntegrationPlatform
-
-
-
Class org.apache.camel.v1.IntegrationSpec extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
java.util.List<Configuration> configuration
Deprecated: Use camel trait (camel.properties) to manage properties Use mount trait (mount.configs) to manage configs Use mount trait (mount.resources) to manage resources Use mount trait (mount.volumes) to manage volumes -
dependencies
java.util.List<java.lang.String> dependencies
the list of Camel or Maven dependencies required by the Integration -
flows
java.util.List<Flows> flows
a source in YAML DSL language which contain the routes to run -
integrationKit
IntegrationKit integrationKit
the reference of the `IntegrationKit` which is used for this Integration -
profile
java.lang.String profile
the profile needed to run this Integration -
replicas
java.lang.Integer replicas
the number of `Pods` needed for the running Integration -
repositories
java.util.List<java.lang.String> repositories
additional Maven repositories to be used -
serviceAccountName
java.lang.String serviceAccountName
custom SA to use for the Integration -
sources
java.util.List<Sources> sources
the sources which contain the Camel routes to run -
template
Template template
Pod template customization -
traits
Traits traits
the traits needed to run this Integration
-
-
-
Class org.apache.camel.v1.IntegrationStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
capabilities
java.util.List<java.lang.String> capabilities
features offered by the Integration -
conditions
java.util.List<Conditions> conditions
a list of events happened for the Integration -
configuration
java.util.List<Configuration> configuration
Deprecated: a list of configuration specification -
dependencies
java.util.List<java.lang.String> dependencies
a list of dependencies needed by the application -
digest
java.lang.String digest
the digest calculated for this Integration -
generatedSources
java.util.List<GeneratedSources> generatedSources
a list of sources generated for this Integration -
image
java.lang.String image
the container image used -
integrationKit
IntegrationKit integrationKit
the reference of the `IntegrationKit` which is used for this Integration -
lastInitTimestamp
java.lang.String lastInitTimestamp
the timestamp representing the last time when this integration was initialized. -
observedGeneration
java.lang.Long observedGeneration
ObservedGeneration is the most recent generation observed for this Integration. -
phase
java.lang.String phase
the actual phase -
platform
java.lang.String platform
The IntegrationPlatform watching this Integration -
profile
java.lang.String profile
the profile needed to run this Integration -
replicas
java.lang.Integer replicas
the number of replicas -
runtimeProvider
java.lang.String runtimeProvider
the runtime provider targeted for this Integration -
runtimeVersion
java.lang.String runtimeVersion
the runtime version targeted for this Integration -
selector
java.lang.String selector
label selector -
version
java.lang.String version
the operator version
-
-
-
Class org.apache.camel.v1.Kamelet extends io.fabric8.kubernetes.client.CustomResource<KameletSpec,KameletStatus> implements Serializable
-
Class org.apache.camel.v1.KameletSpec extends java.lang.Object implements Serializable
-
Serialized Fields
-
dataTypes
java.util.Map<java.lang.String,DataTypes> dataTypes
data specification types for the events consumed/produced by the Kamelet -
definition
Definition definition
defines the formal configuration of the Kamelet -
dependencies
java.util.List<java.lang.String> dependencies
Camel dependencies needed by the Kamelet -
sources
java.util.List<Sources> sources
sources in any Camel DSL supported -
template
Template template
the main source in YAML DSL -
types
java.util.Map<java.lang.String,Types> types
data specification types for the events consumed/produced by the Kamelet Deprecated: In favor of using DataTypes
-
-
-
Class org.apache.camel.v1.KameletStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
conditions
java.util.List<Conditions> conditions
Conditions -- -
observedGeneration
java.lang.Long observedGeneration
ObservedGeneration is the most recent generation observed for this Kamelet. -
phase
java.lang.String phase
Phase -- -
properties
java.util.List<Properties> properties
Properties --
-
-
-
Class org.apache.camel.v1.Pipe extends io.fabric8.kubernetes.client.CustomResource<PipeSpec,PipeStatus> implements Serializable
-
Class org.apache.camel.v1.PipeSpec extends java.lang.Object implements Serializable
-
Serialized Fields
-
errorHandler
ErrorHandler errorHandler
ErrorHandler is an optional handler called upon an error occuring in the integration -
integration
Integration integration
Integration is an optional integration used to specify custom parameters -
replicas
java.lang.Integer replicas
Replicas is the number of desired replicas for the Pipe -
serviceAccountName
java.lang.String serviceAccountName
Custom SA to use for the Pipe -
sink
Sink sink
Sink is the destination of the integration defined by this Pipe -
source
Source source
Source is the starting point of the integration defined by this Pipe -
steps
java.util.List<Steps> steps
Steps contains an optional list of intermediate steps that are executed between the Source and the Sink
-
-
-
Class org.apache.camel.v1.PipeStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
conditions
java.util.List<Conditions> conditions
Conditions -- -
observedGeneration
java.lang.Long observedGeneration
ObservedGeneration is the most recent generation observed for this Pipe. -
phase
java.lang.String phase
Phase -- -
replicas
java.lang.Integer replicas
Replicas is the number of actual replicas of the pipe -
selector
java.lang.String selector
Selector allows to identify pods belonging to the pipe
-
-
-
-
Package org.apache.camel.v1.buildspec
-
Class org.apache.camel.v1.buildspec.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
limitCPU
java.lang.String limitCPU
The maximum amount of CPU required. Only used for `pod` strategy -
limitMemory
java.lang.String limitMemory
The maximum amount of memory required. Only used for `pod` strategy -
operatorNamespace
java.lang.String operatorNamespace
The namespace where to run the builder Pod (must be the same of the operator in charge of this Build reconciliation). -
orderStrategy
Configuration.OrderStrategy orderStrategy
the build order strategy to adopt -
requestCPU
java.lang.String requestCPU
The minimum amount of CPU required. Only used for `pod` strategy -
requestMemory
java.lang.String requestMemory
The minimum amount of memory required. Only used for `pod` strategy -
strategy
Configuration.Strategy strategy
the strategy to adopt -
toolImage
java.lang.String toolImage
The container image to be used to run the build.
-
-
-
Class org.apache.camel.v1.buildspec.Tasks extends java.lang.Object implements Serializable
-
Serialized Fields
-
buildah
Buildah buildah
a BuildahTask, for Buildah strategy -
builder
Builder builder
a BuilderTask, used to generate and package the project -
custom
Custom custom
UserTask is used to execute any generic custom operation -
kaniko
Kaniko kaniko
a KanikoTask, for Kaniko strategy -
s2i
S2i s2i
a S2iTask, for S2I strategy -
spectrum
Spectrum spectrum
a SpectrumTask, for Spectrum strategy
-
-
-
-
Package org.apache.camel.v1.buildspec.tasks
-
Class org.apache.camel.v1.buildspec.tasks.Buildah extends java.lang.Object implements Serializable
-
Serialized Fields
-
baseImage
java.lang.String baseImage
base image layer -
contextDir
java.lang.String contextDir
can be useful to share info with other tasks -
executorImage
java.lang.String executorImage
docker image to use -
image
java.lang.String image
final image name -
name
java.lang.String name
name of the task -
platform
java.lang.String platform
The platform of build image -
registry
Registry registry
where to publish the final image -
verbose
java.lang.Boolean verbose
log more information
-
-
-
Class org.apache.camel.v1.buildspec.tasks.Builder extends java.lang.Object implements Serializable
-
Serialized Fields
-
baseImage
java.lang.String baseImage
the base image layer -
buildDir
java.lang.String buildDir
workspace directory to use -
configuration
Configuration configuration
The configuration that should be used to perform the Build. -
dependencies
java.util.List<java.lang.String> dependencies
the list of dependencies to use for this build -
maven
Maven maven
the configuration required by Maven for the application build phase -
name
java.lang.String name
name of the task -
runtime
Runtime runtime
the configuration required for the runtime application -
sources
java.util.List<Sources> sources
the sources to add at build time -
steps
java.util.List<java.lang.String> steps
the list of steps to execute (see pkg/builder/)
-
-
-
Class org.apache.camel.v1.buildspec.tasks.Custom extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.lang.String command
the command to execute -
image
java.lang.String image
the container image to use -
name
java.lang.String name
name of the task
-
-
-
Class org.apache.camel.v1.buildspec.tasks.Kaniko extends java.lang.Object implements Serializable
-
Serialized Fields
-
baseImage
java.lang.String baseImage
base image layer -
cache
Cache cache
use a cache -
contextDir
java.lang.String contextDir
can be useful to share info with other tasks -
executorImage
java.lang.String executorImage
docker image to use -
image
java.lang.String image
final image name -
name
java.lang.String name
name of the task -
registry
Registry registry
where to publish the final image -
verbose
java.lang.Boolean verbose
log more information
-
-
-
Class org.apache.camel.v1.buildspec.tasks.S2i extends java.lang.Object implements Serializable
-
Serialized Fields
-
contextDir
java.lang.String contextDir
can be useful to share info with other tasks -
name
java.lang.String name
name of the task -
tag
java.lang.String tag
used by the ImageStream
-
-
-
Class org.apache.camel.v1.buildspec.tasks.Spectrum extends java.lang.Object implements Serializable
-
Serialized Fields
-
baseImage
java.lang.String baseImage
base image layer -
contextDir
java.lang.String contextDir
can be useful to share info with other tasks -
image
java.lang.String image
final image name -
name
java.lang.String name
name of the task -
registry
Registry registry
where to publish the final image
-
-
-
-
Package org.apache.camel.v1.buildspec.tasks.buildah
-
Class org.apache.camel.v1.buildspec.tasks.buildah.Registry extends java.lang.Object implements Serializable
-
Serialized Fields
-
address
java.lang.String address
the URI to access -
ca
java.lang.String ca
the configmap which stores the Certificate Authority -
insecure
java.lang.Boolean insecure
if the container registry is insecure (ie, http only) -
organization
java.lang.String organization
the registry organization -
secret
java.lang.String secret
the secret where credentials are stored
-
-
-
-
Package org.apache.camel.v1.buildspec.tasks.builder
-
Class org.apache.camel.v1.buildspec.tasks.builder.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
limitCPU
java.lang.String limitCPU
The maximum amount of CPU required. Only used for `pod` strategy -
limitMemory
java.lang.String limitMemory
The maximum amount of memory required. Only used for `pod` strategy -
operatorNamespace
java.lang.String operatorNamespace
The namespace where to run the builder Pod (must be the same of the operator in charge of this Build reconciliation). -
orderStrategy
Configuration.OrderStrategy orderStrategy
the build order strategy to adopt -
requestCPU
java.lang.String requestCPU
The minimum amount of CPU required. Only used for `pod` strategy -
requestMemory
java.lang.String requestMemory
The minimum amount of memory required. Only used for `pod` strategy -
strategy
Configuration.Strategy strategy
the strategy to adopt -
toolImage
java.lang.String toolImage
The container image to be used to run the build.
-
-
-
Class org.apache.camel.v1.buildspec.tasks.builder.Maven extends java.lang.Object implements Serializable
-
Serialized Fields
-
caSecrets
java.util.List<CaSecrets> caSecrets
The Secrets name and key, containing the CA certificate(s) used to connect to remote Maven repositories. It can contain X.509 certificates, and PKCS#7 formatted certificate chains. A JKS formatted keystore is automatically created to store the CA certificate(s), and configured to be used as a trusted certificate(s) by the Maven commands. Note that the root CA certificates are also imported into the created keystore. -
cliOptions
java.util.List<java.lang.String> cliOptions
The CLI options that are appended to the list of arguments for Maven commands, e.g., `-V,--no-transfer-progress,-Dstyle.color=never`. See https://maven.apache.org/ref/3.8.4/maven-embedder/cli.html. -
extension
java.util.List<Extension> extension
The Maven build extensions. See https://maven.apache.org/guides/mini/guide-using-extensions.html. -
localRepository
java.lang.String localRepository
The path of the local Maven repository. -
properties
java.util.Map<java.lang.String,java.lang.String> properties
The Maven properties. -
repositories
java.util.List<Repositories> repositories
additional repositories -
servers
java.util.List<Servers> servers
Servers (auth) -
settings
Settings settings
A reference to the ConfigMap or Secret key that contains the Maven settings. -
settingsSecurity
SettingsSecurity settingsSecurity
A reference to the ConfigMap or Secret key that contains the security of the Maven settings.
-
-
-
Class org.apache.camel.v1.buildspec.tasks.builder.Runtime extends java.lang.Object implements Serializable
-
Serialized Fields
-
applicationClass
java.lang.String applicationClass
application entry point (main) to be executed -
capabilities
java.util.Map<java.lang.String,Capabilities> capabilities
features offered by this runtime -
dependencies
java.util.List<Dependencies> dependencies
list of dependencies needed to run the application -
metadata
java.util.Map<java.lang.String,java.lang.String> metadata
set of metadata -
provider
java.lang.String provider
Camel main application provider, ie, Camel Quarkus -
version
java.lang.String version
Camel K Runtime version
-
-
-
Class org.apache.camel.v1.buildspec.tasks.builder.Sources extends java.lang.Object implements Serializable
-
Serialized Fields
-
compression
java.lang.Boolean compression
if the content is compressed (base64 encrypted) -
content
java.lang.String content
the source code (plain text) -
contentKey
java.lang.String contentKey
the confimap key holding the source content -
contentRef
java.lang.String contentRef
the confimap reference holding the source content -
contentType
java.lang.String contentType
the content type (tipically text or binary) -
interceptors
java.util.List<java.lang.String> interceptors
Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources -
language
java.lang.String language
specify which is the language (Camel DSL) used to interpret this source code -
loader
java.lang.String loader
Loader is an optional id of the org.apache.camel.k.RoutesLoader that will interpret this source at runtime -
name
java.lang.String name
the name of the specification -
path
java.lang.String path
the path where the file is stored -
propertyNames
java.util.List<java.lang.String> propertyNames
List of property names defined in the source (e.g. if type is "template") -
rawContent
java.lang.String rawContent
the source code (binary) -
type
java.lang.String type
Type defines the kind of source described by this object
-
-
-
-
Package org.apache.camel.v1.buildspec.tasks.builder.maven
-
Class org.apache.camel.v1.buildspec.tasks.builder.maven.CaSecrets extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
Class org.apache.camel.v1.buildspec.tasks.builder.maven.Extension extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
groupId
java.lang.String groupId
Maven Group -
version
java.lang.String version
Maven Version
-
-
-
Class org.apache.camel.v1.buildspec.tasks.builder.maven.Repositories extends java.lang.Object implements Serializable
-
Class org.apache.camel.v1.buildspec.tasks.builder.maven.Servers extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
java.util.Map<java.lang.String,java.lang.String> configuration
-
id
java.lang.String id
-
password
java.lang.String password
-
username
java.lang.String username
-
-
-
Class org.apache.camel.v1.buildspec.tasks.builder.maven.Settings extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret.
-
-
-
Class org.apache.camel.v1.buildspec.tasks.builder.maven.SettingsSecurity extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret.
-
-
-
-
Package org.apache.camel.v1.buildspec.tasks.builder.maven.repositories
-
Class org.apache.camel.v1.buildspec.tasks.builder.maven.repositories.Releases extends java.lang.Object implements Serializable
-
Serialized Fields
-
checksumPolicy
java.lang.String checksumPolicy
When Maven deploys files to the repository, it also deploys corresponding checksum files. Your options are to `ignore`, `fail`, or `warn` on missing or incorrect checksums. -
enabled
java.lang.Boolean enabled
is the policy activated or not -
updatePolicy
java.lang.String updatePolicy
This element specifies how often updates should attempt to occur. Maven will compare the local POM's timestamp (stored in a repository's maven-metadata file) to the remote. The choices are: `always`, `daily` (default), `interval:X` (where X is an integer in minutes) or `never`
-
-
-
Class org.apache.camel.v1.buildspec.tasks.builder.maven.repositories.Snapshots extends java.lang.Object implements Serializable
-
Serialized Fields
-
checksumPolicy
java.lang.String checksumPolicy
When Maven deploys files to the repository, it also deploys corresponding checksum files. Your options are to `ignore`, `fail`, or `warn` on missing or incorrect checksums. -
enabled
java.lang.Boolean enabled
is the policy activated or not -
updatePolicy
java.lang.String updatePolicy
This element specifies how often updates should attempt to occur. Maven will compare the local POM's timestamp (stored in a repository's maven-metadata file) to the remote. The choices are: `always`, `daily` (default), `interval:X` (where X is an integer in minutes) or `never`
-
-
-
-
Package org.apache.camel.v1.buildspec.tasks.builder.maven.settings
-
Class org.apache.camel.v1.buildspec.tasks.builder.maven.settings.ConfigMapKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key to select. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap or its key must be defined
-
-
-
Class org.apache.camel.v1.buildspec.tasks.builder.maven.settings.SecretKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package org.apache.camel.v1.buildspec.tasks.builder.maven.settingssecurity
-
Class org.apache.camel.v1.buildspec.tasks.builder.maven.settingssecurity.ConfigMapKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key to select. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap or its key must be defined
-
-
-
Class org.apache.camel.v1.buildspec.tasks.builder.maven.settingssecurity.SecretKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package org.apache.camel.v1.buildspec.tasks.builder.runtime
-
Class org.apache.camel.v1.buildspec.tasks.builder.runtime.Capabilities extends java.lang.Object implements Serializable
-
Serialized Fields
-
dependencies
java.util.List<Dependencies> dependencies
-
-
-
Class org.apache.camel.v1.buildspec.tasks.builder.runtime.Dependencies extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
groupId
java.lang.String groupId
Maven Group -
version
java.lang.String version
Maven Version
-
-
-
-
Package org.apache.camel.v1.buildspec.tasks.builder.runtime.capabilities
-
Class org.apache.camel.v1.buildspec.tasks.builder.runtime.capabilities.Dependencies extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
groupId
java.lang.String groupId
Maven Group -
version
java.lang.String version
Maven Version
-
-
-
-
Package org.apache.camel.v1.buildspec.tasks.kaniko
-
Class org.apache.camel.v1.buildspec.tasks.kaniko.Cache extends java.lang.Object implements Serializable
-
Serialized Fields
-
enabled
java.lang.Boolean enabled
true if a cache is enabled -
persistentVolumeClaim
java.lang.String persistentVolumeClaim
the PVC used to store the cache
-
-
-
Class org.apache.camel.v1.buildspec.tasks.kaniko.Registry extends java.lang.Object implements Serializable
-
Serialized Fields
-
address
java.lang.String address
the URI to access -
ca
java.lang.String ca
the configmap which stores the Certificate Authority -
insecure
java.lang.Boolean insecure
if the container registry is insecure (ie, http only) -
organization
java.lang.String organization
the registry organization -
secret
java.lang.String secret
the secret where credentials are stored
-
-
-
-
Package org.apache.camel.v1.buildspec.tasks.spectrum
-
Class org.apache.camel.v1.buildspec.tasks.spectrum.Registry extends java.lang.Object implements Serializable
-
Serialized Fields
-
address
java.lang.String address
the URI to access -
ca
java.lang.String ca
the configmap which stores the Certificate Authority -
insecure
java.lang.Boolean insecure
if the container registry is insecure (ie, http only) -
organization
java.lang.String organization
the registry organization -
secret
java.lang.String secret
the secret where credentials are stored
-
-
-
-
Package org.apache.camel.v1.buildstatus
-
Class org.apache.camel.v1.buildstatus.Artifacts extends java.lang.Object implements Serializable
-
Serialized Fields
-
checksum
java.lang.String checksum
a checksum (SHA1) of the content -
id
java.lang.String id
the identification (GAV for maven dependencies or file name for other file types) -
location
java.lang.String location
where it is located in the builder `Pod` -
target
java.lang.String target
the expected location in the runtime
-
-
-
Class org.apache.camel.v1.buildstatus.Conditions extends java.lang.Object implements Serializable
-
Serialized Fields
-
lastTransitionTime
java.lang.String lastTransitionTime
Last time the condition transitioned from one status to another. -
lastUpdateTime
java.lang.String lastUpdateTime
The last time this condition was updated. -
message
java.lang.String message
A human-readable message indicating details about the transition. -
reason
java.lang.String reason
The reason for the condition's last transition. -
status
java.lang.String status
Status of the condition, one of True, False, Unknown. -
type
java.lang.String type
Type of integration condition.
-
-
-
Class org.apache.camel.v1.buildstatus.Failure extends java.lang.Object implements Serializable
-
Serialized Fields
-
reason
java.lang.String reason
a short text specifying the reason -
recovery
Recovery recovery
the recovery attempted for this failure -
time
java.lang.String time
the time when the failure has happened
-
-
-
-
Package org.apache.camel.v1.buildstatus.failure
-
Class org.apache.camel.v1.buildstatus.failure.Recovery extends java.lang.Object implements Serializable
-
Serialized Fields
-
attempt
java.lang.Long attempt
attempt number -
attemptMax
java.lang.Long attemptMax
maximum number of attempts -
attemptTime
java.lang.String attemptTime
time of the attempt execution
-
-
-
-
Package org.apache.camel.v1.camelcatalogspec
-
Class org.apache.camel.v1.camelcatalogspec.Artifacts extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
dataformats
java.util.List<java.lang.String> dataformats
accepted data formats -
dependencies
java.util.List<Dependencies> dependencies
required dependencies -
exclusions
java.util.List<Exclusions> exclusions
provide a list of artifacts to exclude for this dependency -
groupId
java.lang.String groupId
Maven Group -
javaTypes
java.util.List<java.lang.String> javaTypes
the Java types used by the artifact feature (ie, component, data format, ...) -
languages
java.util.List<java.lang.String> languages
accepted languages -
schemes
java.util.List<Schemes> schemes
accepted URI schemes -
version
java.lang.String version
Maven Version
-
-
-
Class org.apache.camel.v1.camelcatalogspec.Loaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
dependencies
java.util.List<Dependencies> dependencies
a list of additional dependencies required beside the base one -
groupId
java.lang.String groupId
Maven Group -
languages
java.util.List<java.lang.String> languages
a list of DSLs supported -
metadata
java.util.Map<java.lang.String,java.lang.String> metadata
the metadata of the loader -
version
java.lang.String version
Maven Version
-
-
-
Class org.apache.camel.v1.camelcatalogspec.Runtime extends java.lang.Object implements Serializable
-
Serialized Fields
-
applicationClass
java.lang.String applicationClass
application entry point (main) to be executed -
capabilities
java.util.Map<java.lang.String,Capabilities> capabilities
features offered by this runtime -
dependencies
java.util.List<Dependencies> dependencies
list of dependencies needed to run the application -
metadata
java.util.Map<java.lang.String,java.lang.String> metadata
set of metadata -
provider
java.lang.String provider
Camel main application provider, ie, Camel Quarkus -
version
java.lang.String version
Camel K Runtime version
-
-
-
-
Package org.apache.camel.v1.camelcatalogspec.artifacts
-
Class org.apache.camel.v1.camelcatalogspec.artifacts.Dependencies extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
exclusions
java.util.List<Exclusions> exclusions
provide a list of artifacts to exclude for this dependency -
groupId
java.lang.String groupId
Maven Group -
version
java.lang.String version
Maven Version
-
-
-
Class org.apache.camel.v1.camelcatalogspec.artifacts.Exclusions extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
groupId
java.lang.String groupId
Maven Group
-
-
-
Class org.apache.camel.v1.camelcatalogspec.artifacts.Schemes extends java.lang.Object implements Serializable
-
-
Package org.apache.camel.v1.camelcatalogspec.artifacts.dependencies
-
Class org.apache.camel.v1.camelcatalogspec.artifacts.dependencies.Exclusions extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
groupId
java.lang.String groupId
Maven Group
-
-
-
-
Package org.apache.camel.v1.camelcatalogspec.artifacts.schemes
-
Class org.apache.camel.v1.camelcatalogspec.artifacts.schemes.Consumer extends java.lang.Object implements Serializable
-
Serialized Fields
-
dependencies
java.util.List<Dependencies> dependencies
list of dependencies needed for this scope
-
-
-
Class org.apache.camel.v1.camelcatalogspec.artifacts.schemes.Producer extends java.lang.Object implements Serializable
-
Serialized Fields
-
dependencies
java.util.List<Dependencies> dependencies
list of dependencies needed for this scope
-
-
-
-
Package org.apache.camel.v1.camelcatalogspec.artifacts.schemes.consumer
-
Class org.apache.camel.v1.camelcatalogspec.artifacts.schemes.consumer.Dependencies extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
exclusions
java.util.List<Exclusions> exclusions
provide a list of artifacts to exclude for this dependency -
groupId
java.lang.String groupId
Maven Group -
version
java.lang.String version
Maven Version
-
-
-
-
Package org.apache.camel.v1.camelcatalogspec.artifacts.schemes.consumer.dependencies
-
Class org.apache.camel.v1.camelcatalogspec.artifacts.schemes.consumer.dependencies.Exclusions extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
groupId
java.lang.String groupId
Maven Group
-
-
-
-
Package org.apache.camel.v1.camelcatalogspec.artifacts.schemes.producer
-
Class org.apache.camel.v1.camelcatalogspec.artifacts.schemes.producer.Dependencies extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
exclusions
java.util.List<Exclusions> exclusions
provide a list of artifacts to exclude for this dependency -
groupId
java.lang.String groupId
Maven Group -
version
java.lang.String version
Maven Version
-
-
-
-
Package org.apache.camel.v1.camelcatalogspec.artifacts.schemes.producer.dependencies
-
Class org.apache.camel.v1.camelcatalogspec.artifacts.schemes.producer.dependencies.Exclusions extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
groupId
java.lang.String groupId
Maven Group
-
-
-
-
Package org.apache.camel.v1.camelcatalogspec.loaders
-
Class org.apache.camel.v1.camelcatalogspec.loaders.Dependencies extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
groupId
java.lang.String groupId
Maven Group -
version
java.lang.String version
Maven Version
-
-
-
-
Package org.apache.camel.v1.camelcatalogspec.runtime
-
Class org.apache.camel.v1.camelcatalogspec.runtime.Capabilities extends java.lang.Object implements Serializable
-
Serialized Fields
-
dependencies
java.util.List<Dependencies> dependencies
-
-
-
Class org.apache.camel.v1.camelcatalogspec.runtime.Dependencies extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
groupId
java.lang.String groupId
Maven Group -
version
java.lang.String version
Maven Version
-
-
-
-
Package org.apache.camel.v1.camelcatalogspec.runtime.capabilities
-
Class org.apache.camel.v1.camelcatalogspec.runtime.capabilities.Dependencies extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
groupId
java.lang.String groupId
Maven Group -
version
java.lang.String version
Maven Version
-
-
-
-
Package org.apache.camel.v1.camelcatalogstatus
-
Class org.apache.camel.v1.camelcatalogstatus.Conditions extends java.lang.Object implements Serializable
-
Serialized Fields
-
lastTransitionTime
java.lang.String lastTransitionTime
Last time the condition transitioned from one status to another. -
lastUpdateTime
java.lang.String lastUpdateTime
The last time this condition was updated. -
message
java.lang.String message
A human-readable message indicating details about the transition. -
reason
java.lang.String reason
The reason for the condition's last transition. -
status
java.lang.String status
Status of the condition, one of True, False, Unknown. -
type
java.lang.String type
Type of CamelCatalog condition.
-
-
-
-
Package org.apache.camel.v1.integrationkitspec
-
Class org.apache.camel.v1.integrationkitspec.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
type
java.lang.String type
represents the type of configuration, ie: property, configmap, secret, ... -
value
java.lang.String value
the value to assign to the configuration (syntax may vary depending on the `Type`)
-
-
-
Class org.apache.camel.v1.integrationkitspec.Sources extends java.lang.Object implements Serializable
-
Serialized Fields
-
compression
java.lang.Boolean compression
if the content is compressed (base64 encrypted) -
content
java.lang.String content
the source code (plain text) -
contentKey
java.lang.String contentKey
the confimap key holding the source content -
contentRef
java.lang.String contentRef
the confimap reference holding the source content -
contentType
java.lang.String contentType
the content type (tipically text or binary) -
interceptors
java.util.List<java.lang.String> interceptors
Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources -
language
java.lang.String language
specify which is the language (Camel DSL) used to interpret this source code -
loader
java.lang.String loader
Loader is an optional id of the org.apache.camel.k.RoutesLoader that will interpret this source at runtime -
name
java.lang.String name
the name of the specification -
path
java.lang.String path
the path where the file is stored -
propertyNames
java.util.List<java.lang.String> propertyNames
List of property names defined in the source (e.g. if type is "template") -
rawContent
java.lang.String rawContent
the source code (binary) -
type
java.lang.String type
Type defines the kind of source described by this object
-
-
-
Class org.apache.camel.v1.integrationkitspec.Traits extends java.lang.Object implements Serializable
-
Serialized Fields
-
addons
java.util.Map<java.lang.String,Addons> addons
The collection of addon trait configurations -
builder
Builder builder
The builder trait is internally used to determine the best strategy to build and configure IntegrationKits. -
camel
Camel camel
The Camel trait sets up Camel configuration. -
quarkus
Quarkus quarkus
The Quarkus trait configures the Quarkus runtime. It's enabled by default. NOTE: Compiling to a native executable, i.e. when using `package-type=native`, is only supported for kamelets, as well as YAML and XML integrations. It also requires at least 4GiB of memory, so the Pod running the native build, that is either the operator Pod, or the build Pod (depending on the build strategy configured for the platform), must have enough memory available. -
registry
Registry registry
The Registry trait sets up Maven to use the Image registry as a Maven repository.
-
-
-
-
Package org.apache.camel.v1.integrationkitspec.traits
-
Class org.apache.camel.v1.integrationkitspec.traits.Addons extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1.integrationkitspec.traits.Builder extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
limitCPU
java.lang.String limitCPU
When using `pod` strategy, the maximum amount of CPU required by the pod builder. -
limitMemory
java.lang.String limitMemory
When using `pod` strategy, the maximum amount of memory required by the pod builder. -
orderStrategy
java.lang.String orderStrategy
The build order strategy to use, either `dependencies`, `fifo` or `sequential` (default sequential) -
properties
java.util.List<java.lang.String> properties
A list of properties to be provided to the build task -
requestCPU
java.lang.String requestCPU
When using `pod` strategy, the minimum amount of CPU required by the pod builder. -
requestMemory
java.lang.String requestMemory
When using `pod` strategy, the minimum amount of memory required by the pod builder. -
strategy
java.lang.String strategy
The strategy to use, either `pod` or `routine` (default routine) -
tasks
java.util.List<java.lang.String> tasks
A list of tasks to be executed (available only when using `pod` strategy) with format; ; -
verbose
java.lang.Boolean verbose
Enable verbose logging on build components that support it (e.g. Kaniko build pod).
-
-
-
Class org.apache.camel.v1.integrationkitspec.traits.Camel extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
properties
java.util.List<java.lang.String> properties
A list of properties to be provided to the Integration runtime -
runtimeVersion
java.lang.String runtimeVersion
The camel-k-runtime version to use for the integration. It overrides the default version set in the Integration Platform.
-
-
-
Class org.apache.camel.v1.integrationkitspec.traits.Quarkus extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
packageTypes
java.util.List<Quarkus.PackageTypes> packageTypes
The Quarkus package types, either `fast-jar` or `native` (default `fast-jar`). In case both `fast-jar` and `native` are specified, two `IntegrationKit` resources are created, with the `native` kit having precedence over the `fast-jar` one once ready. The order influences the resolution of the current kit for the integration. The kit corresponding to the first package type will be assigned to the integration in case no existing kit that matches the integration exists.
-
-
-
Class org.apache.camel.v1.integrationkitspec.traits.Registry extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
-
Package org.apache.camel.v1.integrationkitspec.traits.builder
-
Class org.apache.camel.v1.integrationkitspec.traits.builder.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationkitspec.traits.camel
-
Class org.apache.camel.v1.integrationkitspec.traits.camel.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationkitspec.traits.quarkus
-
Class org.apache.camel.v1.integrationkitspec.traits.quarkus.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationkitspec.traits.registry
-
Class org.apache.camel.v1.integrationkitspec.traits.registry.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationkitstatus
-
Class org.apache.camel.v1.integrationkitstatus.Artifacts extends java.lang.Object implements Serializable
-
Serialized Fields
-
checksum
java.lang.String checksum
a checksum (SHA1) of the content -
id
java.lang.String id
the identification (GAV for maven dependencies or file name for other file types) -
location
java.lang.String location
where it is located in the builder `Pod` -
target
java.lang.String target
the expected location in the runtime
-
-
-
Class org.apache.camel.v1.integrationkitstatus.Conditions extends java.lang.Object implements Serializable
-
Serialized Fields
-
lastTransitionTime
java.lang.String lastTransitionTime
Last time the condition transitioned from one status to another. -
lastUpdateTime
java.lang.String lastUpdateTime
The last time this condition was updated. -
message
java.lang.String message
A human-readable message indicating details about the transition. -
reason
java.lang.String reason
The reason for the condition's last transition. -
status
java.lang.String status
Status of the condition, one of True, False, Unknown. -
type
java.lang.String type
Type of integration condition.
-
-
-
Class org.apache.camel.v1.integrationkitstatus.Failure extends java.lang.Object implements Serializable
-
Serialized Fields
-
reason
java.lang.String reason
a short text specifying the reason -
recovery
Recovery recovery
the recovery attempted for this failure -
time
java.lang.String time
the time when the failure has happened
-
-
-
-
Package org.apache.camel.v1.integrationkitstatus.failure
-
Class org.apache.camel.v1.integrationkitstatus.failure.Recovery extends java.lang.Object implements Serializable
-
Serialized Fields
-
attempt
java.lang.Long attempt
attempt number -
attemptMax
java.lang.Long attemptMax
maximum number of attempts -
attemptTime
java.lang.String attemptTime
time of the attempt execution
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec
-
Class org.apache.camel.v1.integrationplatformspec.Build extends java.lang.Object implements Serializable
-
Serialized Fields
-
baseImage
java.lang.String baseImage
a base image that can be used as base layer for all images. It can be useful if you want to provide some custom base image with further utility softwares -
buildCatalogToolTimeout
java.lang.String buildCatalogToolTimeout
the timeout (in seconds) to use when creating the build tools container image -
buildConfiguration
BuildConfiguration buildConfiguration
the configuration required to build an Integration container image -
maven
Maven maven
Maven configuration used to build the Camel/Camel-Quarkus applications -
maxRunningBuilds
java.lang.Integer maxRunningBuilds
the maximum amount of parallel running pipelines started by this operator instance -
publishStrategy
java.lang.String publishStrategy
the strategy to adopt for publishing an Integration container image -
PublishStrategyOptions
java.util.Map<java.lang.String,java.lang.String> PublishStrategyOptions
Generic options that can used by any publish strategy -
registry
Registry registry
the image registry used to push/pull Integration images -
runtimeProvider
java.lang.String runtimeProvider
the runtime used. Likely Camel Quarkus (we used to have main runtime which has been discontinued since version 1.5) -
runtimeVersion
java.lang.String runtimeVersion
the Camel K Runtime dependency version -
timeout
java.lang.String timeout
how much time to wait before time out the pipeline process
-
-
-
Class org.apache.camel.v1.integrationplatformspec.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
type
java.lang.String type
represents the type of configuration, ie: property, configmap, secret, ... -
value
java.lang.String value
the value to assign to the configuration (syntax may vary depending on the `Type`)
-
-
-
Class org.apache.camel.v1.integrationplatformspec.Kamelet extends java.lang.Object implements Serializable
-
Serialized Fields
-
repositories
java.util.List<Repositories> repositories
remote repository used to retrieve Kamelet catalog
-
-
-
Class org.apache.camel.v1.integrationplatformspec.Traits extends java.lang.Object implements Serializable
-
Serialized Fields
-
_3scale
_3scale _3scale
Deprecated: for backward compatibility. -
addons
java.util.Map<java.lang.String,Addons> addons
The extension point with addon traits -
affinity
Affinity affinity
The configuration of Affinity trait -
builder
Builder builder
The configuration of Builder trait -
camel
Camel camel
The configuration of Camel trait -
container
Container container
The configuration of Container trait -
cron
Cron cron
The configuration of Cron trait -
dependencies
Dependencies dependencies
The configuration of Dependencies trait -
deployer
Deployer deployer
The configuration of Deployer trait -
deployment
Deployment deployment
The configuration of Deployment trait -
environment
Environment environment
The configuration of Environment trait -
errorHandler
ErrorHandler errorHandler
The configuration of Error Handler trait -
gc
Gc gc
The configuration of GC trait -
health
Health health
The configuration of Health trait -
ingress
Ingress ingress
The configuration of Ingress trait -
istio
Istio istio
The configuration of Istio trait -
jolokia
Jolokia jolokia
The configuration of Jolokia trait -
jvm
Jvm jvm
The configuration of JVM trait -
kamelets
Kamelets kamelets
The configuration of Kamelets trait -
keda
Keda keda
Deprecated: for backward compatibility. -
knative
Knative knative
The configuration of Knative trait -
knativeService
KnativeService knativeService
The configuration of Knative Service trait -
logging
Logging logging
The configuration of Logging trait -
master
Master master
Deprecated: for backward compatibility. -
mount
Mount mount
The configuration of Mount trait -
openapi
Openapi openapi
The configuration of OpenAPI trait -
owner
Owner owner
The configuration of Owner trait -
pdb
Pdb pdb
The configuration of PDB trait -
platform
Platform platform
The configuration of Platform trait -
pod
Pod pod
The configuration of Pod trait -
prometheus
Prometheus prometheus
The configuration of Prometheus trait -
pullSecret
PullSecret pullSecret
The configuration of Pull Secret trait -
quarkus
Quarkus quarkus
The configuration of Quarkus trait -
registry
Registry registry
The configuration of Registry trait -
route
Route route
The configuration of Route trait -
service
Service service
The configuration of Service trait -
serviceBinding
ServiceBinding serviceBinding
The configuration of Service Binding trait -
strimzi
Strimzi strimzi
Deprecated: for backward compatibility. -
toleration
Toleration toleration
The configuration of Toleration trait -
tracing
Tracing tracing
Deprecated: for backward compatibility.
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.build
-
Class org.apache.camel.v1.integrationplatformspec.build.BuildConfiguration extends java.lang.Object implements Serializable
-
Serialized Fields
-
limitCPU
java.lang.String limitCPU
The maximum amount of CPU required. Only used for `pod` strategy -
limitMemory
java.lang.String limitMemory
The maximum amount of memory required. Only used for `pod` strategy -
operatorNamespace
java.lang.String operatorNamespace
The namespace where to run the builder Pod (must be the same of the operator in charge of this Build reconciliation). -
orderStrategy
BuildConfiguration.OrderStrategy orderStrategy
the build order strategy to adopt -
requestCPU
java.lang.String requestCPU
The minimum amount of CPU required. Only used for `pod` strategy -
requestMemory
java.lang.String requestMemory
The minimum amount of memory required. Only used for `pod` strategy -
strategy
BuildConfiguration.Strategy strategy
the strategy to adopt -
toolImage
java.lang.String toolImage
The container image to be used to run the build.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.build.Maven extends java.lang.Object implements Serializable
-
Serialized Fields
-
caSecrets
java.util.List<CaSecrets> caSecrets
The Secrets name and key, containing the CA certificate(s) used to connect to remote Maven repositories. It can contain X.509 certificates, and PKCS#7 formatted certificate chains. A JKS formatted keystore is automatically created to store the CA certificate(s), and configured to be used as a trusted certificate(s) by the Maven commands. Note that the root CA certificates are also imported into the created keystore. -
cliOptions
java.util.List<java.lang.String> cliOptions
The CLI options that are appended to the list of arguments for Maven commands, e.g., `-V,--no-transfer-progress,-Dstyle.color=never`. See https://maven.apache.org/ref/3.8.4/maven-embedder/cli.html. -
extension
java.util.List<Extension> extension
The Maven build extensions. See https://maven.apache.org/guides/mini/guide-using-extensions.html. -
localRepository
java.lang.String localRepository
The path of the local Maven repository. -
properties
java.util.Map<java.lang.String,java.lang.String> properties
The Maven properties. -
settings
Settings settings
A reference to the ConfigMap or Secret key that contains the Maven settings. -
settingsSecurity
SettingsSecurity settingsSecurity
A reference to the ConfigMap or Secret key that contains the security of the Maven settings.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.build.Registry extends java.lang.Object implements Serializable
-
Serialized Fields
-
address
java.lang.String address
the URI to access -
ca
java.lang.String ca
the configmap which stores the Certificate Authority -
insecure
java.lang.Boolean insecure
if the container registry is insecure (ie, http only) -
organization
java.lang.String organization
the registry organization -
secret
java.lang.String secret
the secret where credentials are stored
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.build.maven
-
Class org.apache.camel.v1.integrationplatformspec.build.maven.CaSecrets extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
Class org.apache.camel.v1.integrationplatformspec.build.maven.Extension extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
groupId
java.lang.String groupId
Maven Group -
version
java.lang.String version
Maven Version
-
-
-
Class org.apache.camel.v1.integrationplatformspec.build.maven.Settings extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.build.maven.SettingsSecurity extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret.
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.build.maven.settings
-
Class org.apache.camel.v1.integrationplatformspec.build.maven.settings.ConfigMapKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key to select. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap or its key must be defined
-
-
-
Class org.apache.camel.v1.integrationplatformspec.build.maven.settings.SecretKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.build.maven.settingssecurity
-
Class org.apache.camel.v1.integrationplatformspec.build.maven.settingssecurity.ConfigMapKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key to select. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap or its key must be defined
-
-
-
Class org.apache.camel.v1.integrationplatformspec.build.maven.settingssecurity.SecretKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.kamelet
-
Class org.apache.camel.v1.integrationplatformspec.kamelet.Repositories extends java.lang.Object implements Serializable
-
Serialized Fields
-
uri
java.lang.String uri
the remote repository in the format github:ORG/REPO/PATH_TO_KAMELETS_FOLDER
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits
-
Class org.apache.camel.v1.integrationplatformspec.traits._3scale extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Addons extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Affinity extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
nodeAffinityLabels
java.util.List<java.lang.String> nodeAffinityLabels
Defines a set of nodes the integration pod(s) are eligible to be scheduled on, based on labels on the node. -
podAffinity
java.lang.Boolean podAffinity
Always co-locates multiple replicas of the integration in the same node (default *false*). -
podAffinityLabels
java.util.List<java.lang.String> podAffinityLabels
Defines a set of pods (namely those matching the label selector, relative to the given namespace) that the integration pod(s) should be co-located with. -
podAntiAffinity
java.lang.Boolean podAntiAffinity
Never co-locates multiple replicas of the integration in the same node (default *false*). -
podAntiAffinityLabels
java.util.List<java.lang.String> podAntiAffinityLabels
Defines a set of pods (namely those matching the label selector, relative to the given namespace) that the integration pod(s) should not be co-located with.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Builder extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
limitCPU
java.lang.String limitCPU
When using `pod` strategy, the maximum amount of CPU required by the pod builder. -
limitMemory
java.lang.String limitMemory
When using `pod` strategy, the maximum amount of memory required by the pod builder. -
orderStrategy
java.lang.String orderStrategy
The build order strategy to use, either `dependencies`, `fifo` or `sequential` (default sequential) -
properties
java.util.List<java.lang.String> properties
A list of properties to be provided to the build task -
requestCPU
java.lang.String requestCPU
When using `pod` strategy, the minimum amount of CPU required by the pod builder. -
requestMemory
java.lang.String requestMemory
When using `pod` strategy, the minimum amount of memory required by the pod builder. -
strategy
java.lang.String strategy
The strategy to use, either `pod` or `routine` (default routine) -
tasks
java.util.List<java.lang.String> tasks
A list of tasks to be executed (available only when using `pod` strategy) with format; ; -
verbose
java.lang.Boolean verbose
Enable verbose logging on build components that support it (e.g. Kaniko build pod).
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Camel extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
properties
java.util.List<java.lang.String> properties
A list of properties to be provided to the Integration runtime -
runtimeVersion
java.lang.String runtimeVersion
The camel-k-runtime version to use for the integration. It overrides the default version set in the Integration Platform.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Container extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
To automatically enable the trait -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
expose
java.lang.Boolean expose
Can be used to enable/disable exposure via kubernetes Service. -
image
java.lang.String image
The main container image -
imagePullPolicy
Container.ImagePullPolicy imagePullPolicy
The pull policy: Always|Never|IfNotPresent -
limitCPU
java.lang.String limitCPU
The maximum amount of CPU required. -
limitMemory
java.lang.String limitMemory
The maximum amount of memory required. -
name
java.lang.String name
The main container name. It's named `integration` by default. -
port
java.lang.Long port
To configure a different port exposed by the container (default `8080`). -
portName
java.lang.String portName
To configure a different port name for the port exposed by the container. It defaults to `http` only when the `expose` parameter is true. -
requestCPU
java.lang.String requestCPU
The minimum amount of CPU required. -
requestMemory
java.lang.String requestMemory
The minimum amount of memory required. -
servicePort
java.lang.Long servicePort
To configure under which service port the container port is to be exposed (default `80`). -
servicePortName
java.lang.String servicePortName
To configure under which service port name the container port is to be exposed (default `http`).
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Cron extends java.lang.Object implements Serializable
-
Serialized Fields
-
activeDeadlineSeconds
java.lang.Long activeDeadlineSeconds
Specifies the duration in seconds, relative to the start time, that the job may be continuously active before it is considered to be failed. It defaults to 60s. -
auto
java.lang.Boolean auto
Automatically deploy the integration as CronJob when all routes are either starting from a periodic consumer (only `cron`, `timer` and `quartz` are supported) or a passive consumer (e.g. `direct` is a passive consumer). It's required that all periodic consumers have the same period, and it can be expressed as cron schedule (e.g. `1m` can be expressed as `0/1 * * * *`, while `35m` or `50s` cannot). -
backoffLimit
java.lang.Integer backoffLimit
Specifies the number of retries before marking the job failed. It defaults to 2. -
components
java.lang.String components
A comma separated list of the Camel components that need to be customized in order for them to work when the schedule is triggered externally by Kubernetes. A specific customizer is activated for each specified component. E.g. for the `timer` component, the `cron-timer` customizer is activated (it's present in the `org.apache.camel.k:camel-k-cron` library). Supported components are currently: `cron`, `timer` and `quartz`. -
concurrencyPolicy
Cron.ConcurrencyPolicy concurrencyPolicy
Specifies how to treat concurrent executions of a Job. Valid values are: - "Allow": allows CronJobs to run concurrently; - "Forbid" (default): forbids concurrent runs, skipping next run if previous run hasn't finished yet; - "Replace": cancels currently running job and replaces it with a new one -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
fallback
java.lang.Boolean fallback
Use the default Camel implementation of the `cron` endpoint (`quartz`) instead of trying to materialize the integration as Kubernetes CronJob. -
schedule
java.lang.String schedule
The CronJob schedule for the whole integration. If multiple routes are declared, they must have the same schedule for this mechanism to work correctly. -
startingDeadlineSeconds
java.lang.Long startingDeadlineSeconds
Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Dependencies extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Deployer extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
kind
Deployer.Kind kind
Allows to explicitly select the desired deployment kind between `deployment`, `cron-job` or `knative-service` when creating the resources for running the integration. -
useSSA
java.lang.Boolean useSSA
Use server-side apply to update the owned resources (default `true`). Note that it automatically falls back to client-side patching, if SSA is not available, e.g., on old Kubernetes clusters.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Deployment extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
progressDeadlineSeconds
java.lang.Integer progressDeadlineSeconds
The maximum time in seconds for the deployment to make progress before it is considered to be failed. It defaults to 60s. -
rollingUpdateMaxSurge
java.lang.Long rollingUpdateMaxSurge
The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. -
rollingUpdateMaxUnavailable
java.lang.Long rollingUpdateMaxUnavailable
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. -
strategy
Deployment.Strategy strategy
The deployment strategy to use to replace existing pods with new ones.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Environment extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
containerMeta
java.lang.Boolean containerMeta
Enables injection of `NAMESPACE` and `POD_NAME` environment variables (default `true`) -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
httpProxy
java.lang.Boolean httpProxy
Propagates the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables (default `true`) -
vars
java.util.List<java.lang.String> vars
A list of environment variables to be added to the integration container. The syntax is KEY=VALUE, e.g., `MY_VAR="my value"`. These take precedence over the previously defined environment variables.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.ErrorHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
ref
java.lang.String ref
The error handler ref name provided or found in application properties
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Gc extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
discoveryCache
Gc.DiscoveryCache discoveryCache
Discovery client cache to be used, either `disabled`, `disk` or `memory` (default `memory`). Deprecated: to be removed from trait configuration. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Health extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
livenessFailureThreshold
java.lang.Integer livenessFailureThreshold
Minimum consecutive failures for the liveness probe to be considered failed after having succeeded. -
livenessInitialDelay
java.lang.Integer livenessInitialDelay
Number of seconds after the container has started before the liveness probe is initiated. -
livenessPeriod
java.lang.Integer livenessPeriod
How often to perform the liveness probe. -
livenessProbeEnabled
java.lang.Boolean livenessProbeEnabled
Configures the liveness probe for the integration container (default `false`). -
livenessScheme
java.lang.String livenessScheme
Scheme to use when connecting to the liveness probe (default `HTTP`). -
livenessSuccessThreshold
java.lang.Integer livenessSuccessThreshold
Minimum consecutive successes for the liveness probe to be considered successful after having failed. -
livenessTimeout
java.lang.Integer livenessTimeout
Number of seconds after which the liveness probe times out. -
readinessFailureThreshold
java.lang.Integer readinessFailureThreshold
Minimum consecutive failures for the readiness probe to be considered failed after having succeeded. -
readinessInitialDelay
java.lang.Integer readinessInitialDelay
Number of seconds after the container has started before the readiness probe is initiated. -
readinessPeriod
java.lang.Integer readinessPeriod
How often to perform the readiness probe. -
readinessProbeEnabled
java.lang.Boolean readinessProbeEnabled
Configures the readiness probe for the integration container (default `true`). -
readinessScheme
java.lang.String readinessScheme
Scheme to use when connecting to the readiness probe (default `HTTP`). -
readinessSuccessThreshold
java.lang.Integer readinessSuccessThreshold
Minimum consecutive successes for the readiness probe to be considered successful after having failed. -
readinessTimeout
java.lang.Integer readinessTimeout
Number of seconds after which the readiness probe times out. -
startupFailureThreshold
java.lang.Integer startupFailureThreshold
Minimum consecutive failures for the startup probe to be considered failed after having succeeded. -
startupInitialDelay
java.lang.Integer startupInitialDelay
Number of seconds after the container has started before the startup probe is initiated. -
startupPeriod
java.lang.Integer startupPeriod
How often to perform the startup probe. -
startupProbeEnabled
java.lang.Boolean startupProbeEnabled
Configures the startup probe for the integration container (default `false`). -
startupScheme
java.lang.String startupScheme
Scheme to use when connecting to the startup probe (default `HTTP`). -
startupSuccessThreshold
java.lang.Integer startupSuccessThreshold
Minimum consecutive successes for the startup probe to be considered successful after having failed. -
startupTimeout
java.lang.Integer startupTimeout
Number of seconds after which the startup probe times out.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Ingress extends java.lang.Object implements Serializable
-
Serialized Fields
-
annotations
java.util.Map<java.lang.String,java.lang.String> annotations
The annotations added to the ingress. This can be used to set controller specific annotations, e.g., when using the NGINX Ingress controller: See https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md -
auto
java.lang.Boolean auto
To automatically add an ingress whenever the integration uses an HTTP endpoint consumer. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
host
java.lang.String host
To configure the host exposed by the ingress. -
path
java.lang.String path
To configure the path exposed by the ingress (default `/`). -
pathType
Ingress.PathType pathType
To configure the path type exposed by the ingress. One of `Exact`, `Prefix`, `ImplementationSpecific` (default to `Prefix`).
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Istio extends java.lang.Object implements Serializable
-
Serialized Fields
-
allow
java.lang.String allow
Configures a (comma-separated) list of CIDR subnets that should not be intercepted by the Istio proxy (`10.0.0.0/8,172.16.0.0/12,192.168.0.0/16` by default). -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
inject
java.lang.Boolean inject
Forces the value for labels `sidecar.istio.io/inject`. By default the label is set to `true` on deployment and not set on Knative Service.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Jolokia extends java.lang.Object implements Serializable
-
Serialized Fields
-
CACert
java.lang.String CACert
The PEM encoded CA certification file path, used to verify client certificates, applicable when `protocol` is `https` and `use-ssl-client-authentication` is `true` (default `/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt` for OpenShift). -
clientPrincipal
java.util.List<java.lang.String> clientPrincipal
The principal(s) which must be given in a client certificate to allow access to the Jolokia endpoint, applicable when `protocol` is `https` and `use-ssl-client-authentication` is `true` (default `clientPrincipal=cn=system:master-proxy`, `cn=hawtio-online.hawtio.svc` and `cn=fuse-console.fuse.svc` for OpenShift). -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
discoveryEnabled
java.lang.Boolean discoveryEnabled
Listen for multicast requests (default `false`) -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
extendedClientCheck
java.lang.Boolean extendedClientCheck
Mandate the client certificate contains a client flag in the extended key usage section, applicable when `protocol` is `https` and `use-ssl-client-authentication` is `true` (default `true` for OpenShift). -
host
java.lang.String host
The Host address to which the Jolokia agent should bind to. If `"\*"` or `"0.0.0.0"` is given, the servers binds to every network interface (default `"*"`). -
options
java.util.List<java.lang.String> options
A list of additional Jolokia options as defined in https://jolokia.org/reference/html/agents.html#agent-jvm-config[JVM agent configuration options] -
password
java.lang.String password
The password used for authentication, applicable when the `user` option is set. -
port
java.lang.Long port
The Jolokia endpoint port (default `8778`). -
protocol
java.lang.String protocol
The protocol to use, either `http` or `https` (default `https` for OpenShift) -
user
java.lang.String user
The user to be used for authentication -
useSSLClientAuthentication
java.lang.Boolean useSSLClientAuthentication
Whether client certificates should be used for authentication (default `true` for OpenShift).
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Jvm extends java.lang.Object implements Serializable
-
Serialized Fields
-
classpath
java.lang.String classpath
Additional JVM classpath (use `Linux` classpath separator) -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
debug
java.lang.Boolean debug
Activates remote debugging, so that a debugger can be attached to the JVM, e.g., using port-forwarding -
debugAddress
java.lang.String debugAddress
Transport address at which to listen for the newly launched JVM (default `*:5005`) -
debugSuspend
java.lang.Boolean debugSuspend
Suspends the target JVM immediately before the main class is loaded -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
options
java.util.List<java.lang.String> options
A list of JVM options -
printCommand
java.lang.Boolean printCommand
Prints the command used the start the JVM in the container logs (default `true`)
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Kamelets extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
Automatically inject all referenced Kamelets and their default configuration (enabled by default) -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
list
java.lang.String list
Comma separated list of Kamelet names to load into the current integration
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Keda extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Knative extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
Enable automatic discovery of all trait properties. -
channelSinks
java.util.List<java.lang.String> channelSinks
List of channels used as destination of integration routes. Can contain simple channel names or full Camel URIs. -
channelSources
java.util.List<java.lang.String> channelSources
List of channels used as source of integration routes. Can contain simple channel names or full Camel URIs. -
config
java.lang.String config
Can be used to inject a Knative complete configuration in JSON format. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
endpointSinks
java.util.List<java.lang.String> endpointSinks
List of endpoints used as destination of integration routes. Can contain simple endpoint names or full Camel URIs. -
endpointSources
java.util.List<java.lang.String> endpointSources
List of channels used as source of integration routes. -
eventSinks
java.util.List<java.lang.String> eventSinks
List of event types that the integration will produce. Can contain simple event types or full Camel URIs (to use a specific broker). -
eventSources
java.util.List<java.lang.String> eventSources
List of event types that the integration will be subscribed to. Can contain simple event types or full Camel URIs (to use a specific broker different from "default"). -
filterSourceChannels
java.lang.Boolean filterSourceChannels
Enables filtering on events based on the header "ce-knativehistory". Since this header has been removed in newer versions of Knative, filtering is disabled by default. -
namespaceLabel
java.lang.Boolean namespaceLabel
Enables the camel-k-operator to set the "bindings.knative.dev/include=true" label to the namespace As Knative requires this label to perform injection of K_SINK URL into the service. If this is false, the integration pod may start and fail, read the SinkBinding Knative documentation. (default: true) -
sinkBinding
java.lang.Boolean sinkBinding
Allows binding the integration to a sink via a Knative SinkBinding resource. This can be used when the integration targets a single sink. It's enabled by default when the integration targets a single sink (except when the integration is owned by a Knative source).
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.KnativeService extends java.lang.Object implements Serializable
-
Serialized Fields
-
_class
KnativeService.Class _class
Configures the Knative autoscaling class property (e.g. to set `hpa.autoscaling.knative.dev` or `kpa.autoscaling.knative.dev` autoscaling). Refer to the Knative documentation for more information. -
auto
java.lang.Boolean auto
Automatically deploy the integration as Knative service when all conditions hold: Integration is using the Knative profile * All routes are either starting from an HTTP based consumer or a passive consumer (e.g. `direct` is a passive consumer) -
autoscalingMetric
java.lang.String autoscalingMetric
Configures the Knative autoscaling metric property (e.g. to set `concurrency` based or `cpu` based autoscaling). Refer to the Knative documentation for more information. -
autoscalingTarget
java.lang.Long autoscalingTarget
Sets the allowed concurrency level or CPU percentage (depending on the autoscaling metric) for each Pod. Refer to the Knative documentation for more information. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
maxScale
java.lang.Long maxScale
An upper bound for the number of Pods that can be running in parallel for the integration. Knative has its own cap value that depends on the installation. Refer to the Knative documentation for more information. -
minScale
java.lang.Long minScale
The minimum number of Pods that should be running at any time for the integration. It's **zero** by default, meaning that the integration is scaled down to zero when not used for a configured amount of time. Refer to the Knative documentation for more information. -
rolloutDuration
java.lang.String rolloutDuration
Enables to gradually shift traffic to the latest Revision and sets the rollout duration. It's disabled by default and must be expressed as a Golang `time.Duration` string representation, rounded to a second precision. -
visibility
KnativeService.Visibility visibility
Setting `cluster-local`, Knative service becomes a private service. Specifically, this option applies the `networking.knative.dev/visibility` label to Knative service. Refer to the Knative documentation for more information.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Logging extends java.lang.Object implements Serializable
-
Serialized Fields
-
color
java.lang.Boolean color
Colorize the log output -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
format
java.lang.String format
Logs message format -
json
java.lang.Boolean json
Output the logs in JSON -
jsonPrettyPrint
java.lang.Boolean jsonPrettyPrint
Enable "pretty printing" of the JSON logs -
level
Logging.Level level
Adjust the logging level (defaults to INFO)
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Master extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Mount extends java.lang.Object implements Serializable
-
Serialized Fields
-
configs
java.util.List<java.lang.String> configs
A list of configuration pointing to configmap/secret. The configuration are expected to be UTF-8 resources as they are processed by runtime Camel Context and tried to be parsed as property files. They are also made available on the classpath in order to ease their usage directly from the Route. Syntax: [configmap|secret]:name[/key], where name represents the resource name and key optionally represents the resource key to be filtered -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
resources
java.util.List<java.lang.String> resources
A list of resources (text or binary content) pointing to configmap/secret. The resources are expected to be any resource type (text or binary content). The destination path can be either a default location or any path specified by the user. Syntax: [configmap|secret]:name[/key][@path], where name represents the resource name, key optionally represents the resource key to be filtered and path represents the destination path -
volumes
java.util.List<java.lang.String> volumes
A list of Persistent Volume Claims to be mounted. Syntax: [pvcname:/container/path]
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Openapi extends java.lang.Object implements Serializable
-
Serialized Fields
-
configmaps
java.util.List<java.lang.String> configmaps
The configmaps holding the spec of the OpenAPI -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Owner extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
targetAnnotations
java.util.List<java.lang.String> targetAnnotations
The set of annotations to be transferred -
targetLabels
java.util.List<java.lang.String> targetLabels
The set of labels to be transferred
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Pdb extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
maxUnavailable
java.lang.String maxUnavailable
The number of pods for the Integration that can be unavailable after an eviction. It can be either an absolute number or a percentage (default `1` if `min-available` is also not set). Only one of `max-unavailable` and `min-available` can be specified. -
minAvailable
java.lang.String minAvailable
The number of pods for the Integration that must still be available after an eviction. It can be either an absolute number or a percentage. Only one of `min-available` and `max-unavailable` can be specified.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Platform extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
To automatically detect from the environment if a default platform can be created (it will be created on OpenShift only). -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
createDefault
java.lang.Boolean createDefault
To create a default (empty) platform when the platform is missing. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
global
java.lang.Boolean global
Indicates if the platform should be created globally in the case of global operator (default true).
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Pod extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Prometheus extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
podMonitor
java.lang.Boolean podMonitor
Whether a `PodMonitor` resource is created (default `true`). -
podMonitorLabels
java.util.List<java.lang.String> podMonitorLabels
The `PodMonitor` resource labels, applicable when `pod-monitor` is `true`.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.PullSecret extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
Automatically configures the platform registry secret on the pod if it is of type `kubernetes.io/dockerconfigjson`. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
imagePullerDelegation
java.lang.Boolean imagePullerDelegation
When using a global operator with a shared platform, this enables delegation of the `system:image-puller` cluster role on the operator namespace to the integration service account. -
secretName
java.lang.String secretName
The pull secret name to set on the Pod. If left empty this is automatically taken from the `IntegrationPlatform` registry configuration.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Quarkus extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
packageTypes
java.util.List<Quarkus.PackageTypes> packageTypes
The Quarkus package types, either `fast-jar` or `native` (default `fast-jar`). In case both `fast-jar` and `native` are specified, two `IntegrationKit` resources are created, with the `native` kit having precedence over the `fast-jar` one once ready. The order influences the resolution of the current kit for the integration. The kit corresponding to the first package type will be assigned to the integration in case no existing kit that matches the integration exists.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Registry extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Route extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
host
java.lang.String host
To configure the host exposed by the route. -
tlsCACertificate
java.lang.String tlsCACertificate
The TLS CA certificate contents. Refer to the OpenShift route documentation for additional information. -
tlsCACertificateSecret
java.lang.String tlsCACertificateSecret
The secret name and key reference to the TLS CA certificate. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsCertificate
java.lang.String tlsCertificate
The TLS certificate contents. Refer to the OpenShift route documentation for additional information. -
tlsCertificateSecret
java.lang.String tlsCertificateSecret
The secret name and key reference to the TLS certificate. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsDestinationCACertificate
java.lang.String tlsDestinationCACertificate
The destination CA certificate provides the contents of the ca certificate of the final destination. When using reencrypt termination this file should be provided in order to have routers use it for health checks on the secure connection. If this field is not specified, the router may provide its own destination CA and perform hostname validation using the short service name (service.namespace.svc), which allows infrastructure generated certificates to automatically verify. Refer to the OpenShift route documentation for additional information. -
tlsDestinationCACertificateSecret
java.lang.String tlsDestinationCACertificateSecret
The secret name and key reference to the destination CA certificate. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsInsecureEdgeTerminationPolicy
Route.TlsInsecureEdgeTerminationPolicy tlsInsecureEdgeTerminationPolicy
To configure how to deal with insecure traffic, e.g. `Allow`, `Disable` or `Redirect` traffic. Refer to the OpenShift route documentation for additional information. -
tlsKey
java.lang.String tlsKey
The TLS certificate key contents. Refer to the OpenShift route documentation for additional information. -
tlsKeySecret
java.lang.String tlsKeySecret
The secret name and key reference to the TLS certificate key. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsTermination
Route.TlsTermination tlsTermination
The TLS termination type, like `edge`, `passthrough` or `reencrypt`. Refer to the OpenShift route documentation for additional information.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Service extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
To automatically detect from the code if a Service needs to be created. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
nodePort
java.lang.Boolean nodePort
Enable Service to be exposed as NodePort (default `false`). Deprecated: Use service type instead. -
type
Service.Type type
The type of service to be used, either 'ClusterIP', 'NodePort' or 'LoadBalancer'.
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.ServiceBinding extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
services
java.util.List<java.lang.String> services
List of Services in the form [[apigroup/]version:]kind:[namespace/]name
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Strimzi extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Toleration extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
taints
java.util.List<java.lang.String> taints
The list of taints to tolerate, in the form `Key[=Value]:Effect[:Seconds]`
-
-
-
Class org.apache.camel.v1.integrationplatformspec.traits.Tracing extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.__3scale
-
Class org.apache.camel.v1.integrationplatformspec.traits.__3scale.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.affinity
-
Class org.apache.camel.v1.integrationplatformspec.traits.affinity.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.builder
-
Class org.apache.camel.v1.integrationplatformspec.traits.builder.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.camel
-
Class org.apache.camel.v1.integrationplatformspec.traits.camel.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.container
-
Class org.apache.camel.v1.integrationplatformspec.traits.container.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.cron
-
Class org.apache.camel.v1.integrationplatformspec.traits.cron.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.dependencies
-
Class org.apache.camel.v1.integrationplatformspec.traits.dependencies.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.deployer
-
Class org.apache.camel.v1.integrationplatformspec.traits.deployer.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.deployment
-
Class org.apache.camel.v1.integrationplatformspec.traits.deployment.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.environment
-
Class org.apache.camel.v1.integrationplatformspec.traits.environment.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.errorhandler
-
Class org.apache.camel.v1.integrationplatformspec.traits.errorhandler.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.gc
-
Class org.apache.camel.v1.integrationplatformspec.traits.gc.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.health
-
Class org.apache.camel.v1.integrationplatformspec.traits.health.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.ingress
-
Class org.apache.camel.v1.integrationplatformspec.traits.ingress.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.istio
-
Class org.apache.camel.v1.integrationplatformspec.traits.istio.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.jolokia
-
Class org.apache.camel.v1.integrationplatformspec.traits.jolokia.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.jvm
-
Class org.apache.camel.v1.integrationplatformspec.traits.jvm.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.kamelets
-
Class org.apache.camel.v1.integrationplatformspec.traits.kamelets.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.keda
-
Class org.apache.camel.v1.integrationplatformspec.traits.keda.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.knative
-
Class org.apache.camel.v1.integrationplatformspec.traits.knative.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.knativeservice
-
Class org.apache.camel.v1.integrationplatformspec.traits.knativeservice.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.logging
-
Class org.apache.camel.v1.integrationplatformspec.traits.logging.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.master
-
Class org.apache.camel.v1.integrationplatformspec.traits.master.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.mount
-
Class org.apache.camel.v1.integrationplatformspec.traits.mount.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.openapi
-
Class org.apache.camel.v1.integrationplatformspec.traits.openapi.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.owner
-
Class org.apache.camel.v1.integrationplatformspec.traits.owner.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.pdb
-
Class org.apache.camel.v1.integrationplatformspec.traits.pdb.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.platform
-
Class org.apache.camel.v1.integrationplatformspec.traits.platform.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.pod
-
Class org.apache.camel.v1.integrationplatformspec.traits.pod.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.prometheus
-
Class org.apache.camel.v1.integrationplatformspec.traits.prometheus.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.pullsecret
-
Class org.apache.camel.v1.integrationplatformspec.traits.pullsecret.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.quarkus
-
Class org.apache.camel.v1.integrationplatformspec.traits.quarkus.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.registry
-
Class org.apache.camel.v1.integrationplatformspec.traits.registry.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.route
-
Class org.apache.camel.v1.integrationplatformspec.traits.route.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.service
-
Class org.apache.camel.v1.integrationplatformspec.traits.service.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.servicebinding
-
Class org.apache.camel.v1.integrationplatformspec.traits.servicebinding.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.strimzi
-
Class org.apache.camel.v1.integrationplatformspec.traits.strimzi.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.toleration
-
Class org.apache.camel.v1.integrationplatformspec.traits.toleration.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformspec.traits.tracing
-
Class org.apache.camel.v1.integrationplatformspec.traits.tracing.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus
-
Class org.apache.camel.v1.integrationplatformstatus.Build extends java.lang.Object implements Serializable
-
Serialized Fields
-
baseImage
java.lang.String baseImage
a base image that can be used as base layer for all images. It can be useful if you want to provide some custom base image with further utility softwares -
buildCatalogToolTimeout
java.lang.String buildCatalogToolTimeout
the timeout (in seconds) to use when creating the build tools container image -
buildConfiguration
BuildConfiguration buildConfiguration
the configuration required to build an Integration container image -
maven
Maven maven
Maven configuration used to build the Camel/Camel-Quarkus applications -
maxRunningBuilds
java.lang.Integer maxRunningBuilds
the maximum amount of parallel running pipelines started by this operator instance -
publishStrategy
java.lang.String publishStrategy
the strategy to adopt for publishing an Integration container image -
PublishStrategyOptions
java.util.Map<java.lang.String,java.lang.String> PublishStrategyOptions
Generic options that can used by any publish strategy -
registry
Registry registry
the image registry used to push/pull Integration images -
runtimeProvider
java.lang.String runtimeProvider
the runtime used. Likely Camel Quarkus (we used to have main runtime which has been discontinued since version 1.5) -
runtimeVersion
java.lang.String runtimeVersion
the Camel K Runtime dependency version -
timeout
java.lang.String timeout
how much time to wait before time out the pipeline process
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.Conditions extends java.lang.Object implements Serializable
-
Serialized Fields
-
lastTransitionTime
java.lang.String lastTransitionTime
Last time the condition transitioned from one status to another. -
lastUpdateTime
java.lang.String lastUpdateTime
The last time this condition was updated. -
message
java.lang.String message
A human-readable message indicating details about the transition. -
reason
java.lang.String reason
The reason for the condition's last transition. -
status
java.lang.String status
Status of the condition, one of True, False, Unknown. -
type
java.lang.String type
Type of integration condition.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
type
java.lang.String type
represents the type of configuration, ie: property, configmap, secret, ... -
value
java.lang.String value
the value to assign to the configuration (syntax may vary depending on the `Type`)
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.Kamelet extends java.lang.Object implements Serializable
-
Serialized Fields
-
repositories
java.util.List<Repositories> repositories
remote repository used to retrieve Kamelet catalog
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.Traits extends java.lang.Object implements Serializable
-
Serialized Fields
-
_3scale
_3scale _3scale
Deprecated: for backward compatibility. -
addons
java.util.Map<java.lang.String,Addons> addons
The extension point with addon traits -
affinity
Affinity affinity
The configuration of Affinity trait -
builder
Builder builder
The configuration of Builder trait -
camel
Camel camel
The configuration of Camel trait -
container
Container container
The configuration of Container trait -
cron
Cron cron
The configuration of Cron trait -
dependencies
Dependencies dependencies
The configuration of Dependencies trait -
deployer
Deployer deployer
The configuration of Deployer trait -
deployment
Deployment deployment
The configuration of Deployment trait -
environment
Environment environment
The configuration of Environment trait -
errorHandler
ErrorHandler errorHandler
The configuration of Error Handler trait -
gc
Gc gc
The configuration of GC trait -
health
Health health
The configuration of Health trait -
ingress
Ingress ingress
The configuration of Ingress trait -
istio
Istio istio
The configuration of Istio trait -
jolokia
Jolokia jolokia
The configuration of Jolokia trait -
jvm
Jvm jvm
The configuration of JVM trait -
kamelets
Kamelets kamelets
The configuration of Kamelets trait -
keda
Keda keda
Deprecated: for backward compatibility. -
knative
Knative knative
The configuration of Knative trait -
knativeService
KnativeService knativeService
The configuration of Knative Service trait -
logging
Logging logging
The configuration of Logging trait -
master
Master master
Deprecated: for backward compatibility. -
mount
Mount mount
The configuration of Mount trait -
openapi
Openapi openapi
The configuration of OpenAPI trait -
owner
Owner owner
The configuration of Owner trait -
pdb
Pdb pdb
The configuration of PDB trait -
platform
Platform platform
The configuration of Platform trait -
pod
Pod pod
The configuration of Pod trait -
prometheus
Prometheus prometheus
The configuration of Prometheus trait -
pullSecret
PullSecret pullSecret
The configuration of Pull Secret trait -
quarkus
Quarkus quarkus
The configuration of Quarkus trait -
registry
Registry registry
The configuration of Registry trait -
route
Route route
The configuration of Route trait -
service
Service service
The configuration of Service trait -
serviceBinding
ServiceBinding serviceBinding
The configuration of Service Binding trait -
strimzi
Strimzi strimzi
Deprecated: for backward compatibility. -
toleration
Toleration toleration
The configuration of Toleration trait -
tracing
Tracing tracing
Deprecated: for backward compatibility.
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.build
-
Class org.apache.camel.v1.integrationplatformstatus.build.BuildConfiguration extends java.lang.Object implements Serializable
-
Serialized Fields
-
limitCPU
java.lang.String limitCPU
The maximum amount of CPU required. Only used for `pod` strategy -
limitMemory
java.lang.String limitMemory
The maximum amount of memory required. Only used for `pod` strategy -
operatorNamespace
java.lang.String operatorNamespace
The namespace where to run the builder Pod (must be the same of the operator in charge of this Build reconciliation). -
orderStrategy
BuildConfiguration.OrderStrategy orderStrategy
the build order strategy to adopt -
requestCPU
java.lang.String requestCPU
The minimum amount of CPU required. Only used for `pod` strategy -
requestMemory
java.lang.String requestMemory
The minimum amount of memory required. Only used for `pod` strategy -
strategy
BuildConfiguration.Strategy strategy
the strategy to adopt -
toolImage
java.lang.String toolImage
The container image to be used to run the build.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.build.Maven extends java.lang.Object implements Serializable
-
Serialized Fields
-
caSecrets
java.util.List<CaSecrets> caSecrets
The Secrets name and key, containing the CA certificate(s) used to connect to remote Maven repositories. It can contain X.509 certificates, and PKCS#7 formatted certificate chains. A JKS formatted keystore is automatically created to store the CA certificate(s), and configured to be used as a trusted certificate(s) by the Maven commands. Note that the root CA certificates are also imported into the created keystore. -
cliOptions
java.util.List<java.lang.String> cliOptions
The CLI options that are appended to the list of arguments for Maven commands, e.g., `-V,--no-transfer-progress,-Dstyle.color=never`. See https://maven.apache.org/ref/3.8.4/maven-embedder/cli.html. -
extension
java.util.List<Extension> extension
The Maven build extensions. See https://maven.apache.org/guides/mini/guide-using-extensions.html. -
localRepository
java.lang.String localRepository
The path of the local Maven repository. -
properties
java.util.Map<java.lang.String,java.lang.String> properties
The Maven properties. -
settings
Settings settings
A reference to the ConfigMap or Secret key that contains the Maven settings. -
settingsSecurity
SettingsSecurity settingsSecurity
A reference to the ConfigMap or Secret key that contains the security of the Maven settings.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.build.Registry extends java.lang.Object implements Serializable
-
Serialized Fields
-
address
java.lang.String address
the URI to access -
ca
java.lang.String ca
the configmap which stores the Certificate Authority -
insecure
java.lang.Boolean insecure
if the container registry is insecure (ie, http only) -
organization
java.lang.String organization
the registry organization -
secret
java.lang.String secret
the secret where credentials are stored
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.build.maven
-
Class org.apache.camel.v1.integrationplatformstatus.build.maven.CaSecrets extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.build.maven.Extension extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Maven Artifact -
groupId
java.lang.String groupId
Maven Group -
version
java.lang.String version
Maven Version
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.build.maven.Settings extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.build.maven.SettingsSecurity extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret.
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.build.maven.settings
-
Class org.apache.camel.v1.integrationplatformstatus.build.maven.settings.ConfigMapKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key to select. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap or its key must be defined
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.build.maven.settings.SecretKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.build.maven.settingssecurity
-
Class org.apache.camel.v1.integrationplatformstatus.build.maven.settingssecurity.ConfigMapKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key to select. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap or its key must be defined
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.build.maven.settingssecurity.SecretKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.kamelet
-
Class org.apache.camel.v1.integrationplatformstatus.kamelet.Repositories extends java.lang.Object implements Serializable
-
Serialized Fields
-
uri
java.lang.String uri
the remote repository in the format github:ORG/REPO/PATH_TO_KAMELETS_FOLDER
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits
-
Class org.apache.camel.v1.integrationplatformstatus.traits._3scale extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Addons extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Affinity extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
nodeAffinityLabels
java.util.List<java.lang.String> nodeAffinityLabels
Defines a set of nodes the integration pod(s) are eligible to be scheduled on, based on labels on the node. -
podAffinity
java.lang.Boolean podAffinity
Always co-locates multiple replicas of the integration in the same node (default *false*). -
podAffinityLabels
java.util.List<java.lang.String> podAffinityLabels
Defines a set of pods (namely those matching the label selector, relative to the given namespace) that the integration pod(s) should be co-located with. -
podAntiAffinity
java.lang.Boolean podAntiAffinity
Never co-locates multiple replicas of the integration in the same node (default *false*). -
podAntiAffinityLabels
java.util.List<java.lang.String> podAntiAffinityLabels
Defines a set of pods (namely those matching the label selector, relative to the given namespace) that the integration pod(s) should not be co-located with.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Builder extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
limitCPU
java.lang.String limitCPU
When using `pod` strategy, the maximum amount of CPU required by the pod builder. -
limitMemory
java.lang.String limitMemory
When using `pod` strategy, the maximum amount of memory required by the pod builder. -
orderStrategy
java.lang.String orderStrategy
The build order strategy to use, either `dependencies`, `fifo` or `sequential` (default sequential) -
properties
java.util.List<java.lang.String> properties
A list of properties to be provided to the build task -
requestCPU
java.lang.String requestCPU
When using `pod` strategy, the minimum amount of CPU required by the pod builder. -
requestMemory
java.lang.String requestMemory
When using `pod` strategy, the minimum amount of memory required by the pod builder. -
strategy
java.lang.String strategy
The strategy to use, either `pod` or `routine` (default routine) -
tasks
java.util.List<java.lang.String> tasks
A list of tasks to be executed (available only when using `pod` strategy) with format; ; -
verbose
java.lang.Boolean verbose
Enable verbose logging on build components that support it (e.g. Kaniko build pod).
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Camel extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
properties
java.util.List<java.lang.String> properties
A list of properties to be provided to the Integration runtime -
runtimeVersion
java.lang.String runtimeVersion
The camel-k-runtime version to use for the integration. It overrides the default version set in the Integration Platform.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Container extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
To automatically enable the trait -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
expose
java.lang.Boolean expose
Can be used to enable/disable exposure via kubernetes Service. -
image
java.lang.String image
The main container image -
imagePullPolicy
Container.ImagePullPolicy imagePullPolicy
The pull policy: Always|Never|IfNotPresent -
limitCPU
java.lang.String limitCPU
The maximum amount of CPU required. -
limitMemory
java.lang.String limitMemory
The maximum amount of memory required. -
name
java.lang.String name
The main container name. It's named `integration` by default. -
port
java.lang.Long port
To configure a different port exposed by the container (default `8080`). -
portName
java.lang.String portName
To configure a different port name for the port exposed by the container. It defaults to `http` only when the `expose` parameter is true. -
requestCPU
java.lang.String requestCPU
The minimum amount of CPU required. -
requestMemory
java.lang.String requestMemory
The minimum amount of memory required. -
servicePort
java.lang.Long servicePort
To configure under which service port the container port is to be exposed (default `80`). -
servicePortName
java.lang.String servicePortName
To configure under which service port name the container port is to be exposed (default `http`).
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Cron extends java.lang.Object implements Serializable
-
Serialized Fields
-
activeDeadlineSeconds
java.lang.Long activeDeadlineSeconds
Specifies the duration in seconds, relative to the start time, that the job may be continuously active before it is considered to be failed. It defaults to 60s. -
auto
java.lang.Boolean auto
Automatically deploy the integration as CronJob when all routes are either starting from a periodic consumer (only `cron`, `timer` and `quartz` are supported) or a passive consumer (e.g. `direct` is a passive consumer). It's required that all periodic consumers have the same period, and it can be expressed as cron schedule (e.g. `1m` can be expressed as `0/1 * * * *`, while `35m` or `50s` cannot). -
backoffLimit
java.lang.Integer backoffLimit
Specifies the number of retries before marking the job failed. It defaults to 2. -
components
java.lang.String components
A comma separated list of the Camel components that need to be customized in order for them to work when the schedule is triggered externally by Kubernetes. A specific customizer is activated for each specified component. E.g. for the `timer` component, the `cron-timer` customizer is activated (it's present in the `org.apache.camel.k:camel-k-cron` library). Supported components are currently: `cron`, `timer` and `quartz`. -
concurrencyPolicy
Cron.ConcurrencyPolicy concurrencyPolicy
Specifies how to treat concurrent executions of a Job. Valid values are: - "Allow": allows CronJobs to run concurrently; - "Forbid" (default): forbids concurrent runs, skipping next run if previous run hasn't finished yet; - "Replace": cancels currently running job and replaces it with a new one -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
fallback
java.lang.Boolean fallback
Use the default Camel implementation of the `cron` endpoint (`quartz`) instead of trying to materialize the integration as Kubernetes CronJob. -
schedule
java.lang.String schedule
The CronJob schedule for the whole integration. If multiple routes are declared, they must have the same schedule for this mechanism to work correctly. -
startingDeadlineSeconds
java.lang.Long startingDeadlineSeconds
Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Dependencies extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Deployer extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
kind
Deployer.Kind kind
Allows to explicitly select the desired deployment kind between `deployment`, `cron-job` or `knative-service` when creating the resources for running the integration. -
useSSA
java.lang.Boolean useSSA
Use server-side apply to update the owned resources (default `true`). Note that it automatically falls back to client-side patching, if SSA is not available, e.g., on old Kubernetes clusters.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Deployment extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
progressDeadlineSeconds
java.lang.Integer progressDeadlineSeconds
The maximum time in seconds for the deployment to make progress before it is considered to be failed. It defaults to 60s. -
rollingUpdateMaxSurge
java.lang.Long rollingUpdateMaxSurge
The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. -
rollingUpdateMaxUnavailable
java.lang.Long rollingUpdateMaxUnavailable
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. -
strategy
Deployment.Strategy strategy
The deployment strategy to use to replace existing pods with new ones.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Environment extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
containerMeta
java.lang.Boolean containerMeta
Enables injection of `NAMESPACE` and `POD_NAME` environment variables (default `true`) -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
httpProxy
java.lang.Boolean httpProxy
Propagates the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables (default `true`) -
vars
java.util.List<java.lang.String> vars
A list of environment variables to be added to the integration container. The syntax is KEY=VALUE, e.g., `MY_VAR="my value"`. These take precedence over the previously defined environment variables.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.ErrorHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
ref
java.lang.String ref
The error handler ref name provided or found in application properties
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Gc extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
discoveryCache
Gc.DiscoveryCache discoveryCache
Discovery client cache to be used, either `disabled`, `disk` or `memory` (default `memory`). Deprecated: to be removed from trait configuration. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Health extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
livenessFailureThreshold
java.lang.Integer livenessFailureThreshold
Minimum consecutive failures for the liveness probe to be considered failed after having succeeded. -
livenessInitialDelay
java.lang.Integer livenessInitialDelay
Number of seconds after the container has started before the liveness probe is initiated. -
livenessPeriod
java.lang.Integer livenessPeriod
How often to perform the liveness probe. -
livenessProbeEnabled
java.lang.Boolean livenessProbeEnabled
Configures the liveness probe for the integration container (default `false`). -
livenessScheme
java.lang.String livenessScheme
Scheme to use when connecting to the liveness probe (default `HTTP`). -
livenessSuccessThreshold
java.lang.Integer livenessSuccessThreshold
Minimum consecutive successes for the liveness probe to be considered successful after having failed. -
livenessTimeout
java.lang.Integer livenessTimeout
Number of seconds after which the liveness probe times out. -
readinessFailureThreshold
java.lang.Integer readinessFailureThreshold
Minimum consecutive failures for the readiness probe to be considered failed after having succeeded. -
readinessInitialDelay
java.lang.Integer readinessInitialDelay
Number of seconds after the container has started before the readiness probe is initiated. -
readinessPeriod
java.lang.Integer readinessPeriod
How often to perform the readiness probe. -
readinessProbeEnabled
java.lang.Boolean readinessProbeEnabled
Configures the readiness probe for the integration container (default `true`). -
readinessScheme
java.lang.String readinessScheme
Scheme to use when connecting to the readiness probe (default `HTTP`). -
readinessSuccessThreshold
java.lang.Integer readinessSuccessThreshold
Minimum consecutive successes for the readiness probe to be considered successful after having failed. -
readinessTimeout
java.lang.Integer readinessTimeout
Number of seconds after which the readiness probe times out. -
startupFailureThreshold
java.lang.Integer startupFailureThreshold
Minimum consecutive failures for the startup probe to be considered failed after having succeeded. -
startupInitialDelay
java.lang.Integer startupInitialDelay
Number of seconds after the container has started before the startup probe is initiated. -
startupPeriod
java.lang.Integer startupPeriod
How often to perform the startup probe. -
startupProbeEnabled
java.lang.Boolean startupProbeEnabled
Configures the startup probe for the integration container (default `false`). -
startupScheme
java.lang.String startupScheme
Scheme to use when connecting to the startup probe (default `HTTP`). -
startupSuccessThreshold
java.lang.Integer startupSuccessThreshold
Minimum consecutive successes for the startup probe to be considered successful after having failed. -
startupTimeout
java.lang.Integer startupTimeout
Number of seconds after which the startup probe times out.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Ingress extends java.lang.Object implements Serializable
-
Serialized Fields
-
annotations
java.util.Map<java.lang.String,java.lang.String> annotations
The annotations added to the ingress. This can be used to set controller specific annotations, e.g., when using the NGINX Ingress controller: See https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md -
auto
java.lang.Boolean auto
To automatically add an ingress whenever the integration uses an HTTP endpoint consumer. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
host
java.lang.String host
To configure the host exposed by the ingress. -
path
java.lang.String path
To configure the path exposed by the ingress (default `/`). -
pathType
Ingress.PathType pathType
To configure the path type exposed by the ingress. One of `Exact`, `Prefix`, `ImplementationSpecific` (default to `Prefix`).
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Istio extends java.lang.Object implements Serializable
-
Serialized Fields
-
allow
java.lang.String allow
Configures a (comma-separated) list of CIDR subnets that should not be intercepted by the Istio proxy (`10.0.0.0/8,172.16.0.0/12,192.168.0.0/16` by default). -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
inject
java.lang.Boolean inject
Forces the value for labels `sidecar.istio.io/inject`. By default the label is set to `true` on deployment and not set on Knative Service.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Jolokia extends java.lang.Object implements Serializable
-
Serialized Fields
-
CACert
java.lang.String CACert
The PEM encoded CA certification file path, used to verify client certificates, applicable when `protocol` is `https` and `use-ssl-client-authentication` is `true` (default `/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt` for OpenShift). -
clientPrincipal
java.util.List<java.lang.String> clientPrincipal
The principal(s) which must be given in a client certificate to allow access to the Jolokia endpoint, applicable when `protocol` is `https` and `use-ssl-client-authentication` is `true` (default `clientPrincipal=cn=system:master-proxy`, `cn=hawtio-online.hawtio.svc` and `cn=fuse-console.fuse.svc` for OpenShift). -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
discoveryEnabled
java.lang.Boolean discoveryEnabled
Listen for multicast requests (default `false`) -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
extendedClientCheck
java.lang.Boolean extendedClientCheck
Mandate the client certificate contains a client flag in the extended key usage section, applicable when `protocol` is `https` and `use-ssl-client-authentication` is `true` (default `true` for OpenShift). -
host
java.lang.String host
The Host address to which the Jolokia agent should bind to. If `"\*"` or `"0.0.0.0"` is given, the servers binds to every network interface (default `"*"`). -
options
java.util.List<java.lang.String> options
A list of additional Jolokia options as defined in https://jolokia.org/reference/html/agents.html#agent-jvm-config[JVM agent configuration options] -
password
java.lang.String password
The password used for authentication, applicable when the `user` option is set. -
port
java.lang.Long port
The Jolokia endpoint port (default `8778`). -
protocol
java.lang.String protocol
The protocol to use, either `http` or `https` (default `https` for OpenShift) -
user
java.lang.String user
The user to be used for authentication -
useSSLClientAuthentication
java.lang.Boolean useSSLClientAuthentication
Whether client certificates should be used for authentication (default `true` for OpenShift).
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Jvm extends java.lang.Object implements Serializable
-
Serialized Fields
-
classpath
java.lang.String classpath
Additional JVM classpath (use `Linux` classpath separator) -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
debug
java.lang.Boolean debug
Activates remote debugging, so that a debugger can be attached to the JVM, e.g., using port-forwarding -
debugAddress
java.lang.String debugAddress
Transport address at which to listen for the newly launched JVM (default `*:5005`) -
debugSuspend
java.lang.Boolean debugSuspend
Suspends the target JVM immediately before the main class is loaded -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
options
java.util.List<java.lang.String> options
A list of JVM options -
printCommand
java.lang.Boolean printCommand
Prints the command used the start the JVM in the container logs (default `true`)
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Kamelets extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
Automatically inject all referenced Kamelets and their default configuration (enabled by default) -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
list
java.lang.String list
Comma separated list of Kamelet names to load into the current integration
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Keda extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Knative extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
Enable automatic discovery of all trait properties. -
channelSinks
java.util.List<java.lang.String> channelSinks
List of channels used as destination of integration routes. Can contain simple channel names or full Camel URIs. -
channelSources
java.util.List<java.lang.String> channelSources
List of channels used as source of integration routes. Can contain simple channel names or full Camel URIs. -
config
java.lang.String config
Can be used to inject a Knative complete configuration in JSON format. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
endpointSinks
java.util.List<java.lang.String> endpointSinks
List of endpoints used as destination of integration routes. Can contain simple endpoint names or full Camel URIs. -
endpointSources
java.util.List<java.lang.String> endpointSources
List of channels used as source of integration routes. -
eventSinks
java.util.List<java.lang.String> eventSinks
List of event types that the integration will produce. Can contain simple event types or full Camel URIs (to use a specific broker). -
eventSources
java.util.List<java.lang.String> eventSources
List of event types that the integration will be subscribed to. Can contain simple event types or full Camel URIs (to use a specific broker different from "default"). -
filterSourceChannels
java.lang.Boolean filterSourceChannels
Enables filtering on events based on the header "ce-knativehistory". Since this header has been removed in newer versions of Knative, filtering is disabled by default. -
namespaceLabel
java.lang.Boolean namespaceLabel
Enables the camel-k-operator to set the "bindings.knative.dev/include=true" label to the namespace As Knative requires this label to perform injection of K_SINK URL into the service. If this is false, the integration pod may start and fail, read the SinkBinding Knative documentation. (default: true) -
sinkBinding
java.lang.Boolean sinkBinding
Allows binding the integration to a sink via a Knative SinkBinding resource. This can be used when the integration targets a single sink. It's enabled by default when the integration targets a single sink (except when the integration is owned by a Knative source).
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.KnativeService extends java.lang.Object implements Serializable
-
Serialized Fields
-
_class
KnativeService.Class _class
Configures the Knative autoscaling class property (e.g. to set `hpa.autoscaling.knative.dev` or `kpa.autoscaling.knative.dev` autoscaling). Refer to the Knative documentation for more information. -
auto
java.lang.Boolean auto
Automatically deploy the integration as Knative service when all conditions hold: Integration is using the Knative profile * All routes are either starting from an HTTP based consumer or a passive consumer (e.g. `direct` is a passive consumer) -
autoscalingMetric
java.lang.String autoscalingMetric
Configures the Knative autoscaling metric property (e.g. to set `concurrency` based or `cpu` based autoscaling). Refer to the Knative documentation for more information. -
autoscalingTarget
java.lang.Long autoscalingTarget
Sets the allowed concurrency level or CPU percentage (depending on the autoscaling metric) for each Pod. Refer to the Knative documentation for more information. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
maxScale
java.lang.Long maxScale
An upper bound for the number of Pods that can be running in parallel for the integration. Knative has its own cap value that depends on the installation. Refer to the Knative documentation for more information. -
minScale
java.lang.Long minScale
The minimum number of Pods that should be running at any time for the integration. It's **zero** by default, meaning that the integration is scaled down to zero when not used for a configured amount of time. Refer to the Knative documentation for more information. -
rolloutDuration
java.lang.String rolloutDuration
Enables to gradually shift traffic to the latest Revision and sets the rollout duration. It's disabled by default and must be expressed as a Golang `time.Duration` string representation, rounded to a second precision. -
visibility
KnativeService.Visibility visibility
Setting `cluster-local`, Knative service becomes a private service. Specifically, this option applies the `networking.knative.dev/visibility` label to Knative service. Refer to the Knative documentation for more information.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Logging extends java.lang.Object implements Serializable
-
Serialized Fields
-
color
java.lang.Boolean color
Colorize the log output -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
format
java.lang.String format
Logs message format -
json
java.lang.Boolean json
Output the logs in JSON -
jsonPrettyPrint
java.lang.Boolean jsonPrettyPrint
Enable "pretty printing" of the JSON logs -
level
Logging.Level level
Adjust the logging level (defaults to INFO)
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Master extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Mount extends java.lang.Object implements Serializable
-
Serialized Fields
-
configs
java.util.List<java.lang.String> configs
A list of configuration pointing to configmap/secret. The configuration are expected to be UTF-8 resources as they are processed by runtime Camel Context and tried to be parsed as property files. They are also made available on the classpath in order to ease their usage directly from the Route. Syntax: [configmap|secret]:name[/key], where name represents the resource name and key optionally represents the resource key to be filtered -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
resources
java.util.List<java.lang.String> resources
A list of resources (text or binary content) pointing to configmap/secret. The resources are expected to be any resource type (text or binary content). The destination path can be either a default location or any path specified by the user. Syntax: [configmap|secret]:name[/key][@path], where name represents the resource name, key optionally represents the resource key to be filtered and path represents the destination path -
volumes
java.util.List<java.lang.String> volumes
A list of Persistent Volume Claims to be mounted. Syntax: [pvcname:/container/path]
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Openapi extends java.lang.Object implements Serializable
-
Serialized Fields
-
configmaps
java.util.List<java.lang.String> configmaps
The configmaps holding the spec of the OpenAPI -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Owner extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
targetAnnotations
java.util.List<java.lang.String> targetAnnotations
The set of annotations to be transferred -
targetLabels
java.util.List<java.lang.String> targetLabels
The set of labels to be transferred
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Pdb extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
maxUnavailable
java.lang.String maxUnavailable
The number of pods for the Integration that can be unavailable after an eviction. It can be either an absolute number or a percentage (default `1` if `min-available` is also not set). Only one of `max-unavailable` and `min-available` can be specified. -
minAvailable
java.lang.String minAvailable
The number of pods for the Integration that must still be available after an eviction. It can be either an absolute number or a percentage. Only one of `min-available` and `max-unavailable` can be specified.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Platform extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
To automatically detect from the environment if a default platform can be created (it will be created on OpenShift only). -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
createDefault
java.lang.Boolean createDefault
To create a default (empty) platform when the platform is missing. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
global
java.lang.Boolean global
Indicates if the platform should be created globally in the case of global operator (default true).
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Pod extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Prometheus extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
podMonitor
java.lang.Boolean podMonitor
Whether a `PodMonitor` resource is created (default `true`). -
podMonitorLabels
java.util.List<java.lang.String> podMonitorLabels
The `PodMonitor` resource labels, applicable when `pod-monitor` is `true`.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.PullSecret extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
Automatically configures the platform registry secret on the pod if it is of type `kubernetes.io/dockerconfigjson`. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
imagePullerDelegation
java.lang.Boolean imagePullerDelegation
When using a global operator with a shared platform, this enables delegation of the `system:image-puller` cluster role on the operator namespace to the integration service account. -
secretName
java.lang.String secretName
The pull secret name to set on the Pod. If left empty this is automatically taken from the `IntegrationPlatform` registry configuration.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Quarkus extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
packageTypes
java.util.List<Quarkus.PackageTypes> packageTypes
The Quarkus package types, either `fast-jar` or `native` (default `fast-jar`). In case both `fast-jar` and `native` are specified, two `IntegrationKit` resources are created, with the `native` kit having precedence over the `fast-jar` one once ready. The order influences the resolution of the current kit for the integration. The kit corresponding to the first package type will be assigned to the integration in case no existing kit that matches the integration exists.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Registry extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Route extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
host
java.lang.String host
To configure the host exposed by the route. -
tlsCACertificate
java.lang.String tlsCACertificate
The TLS CA certificate contents. Refer to the OpenShift route documentation for additional information. -
tlsCACertificateSecret
java.lang.String tlsCACertificateSecret
The secret name and key reference to the TLS CA certificate. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsCertificate
java.lang.String tlsCertificate
The TLS certificate contents. Refer to the OpenShift route documentation for additional information. -
tlsCertificateSecret
java.lang.String tlsCertificateSecret
The secret name and key reference to the TLS certificate. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsDestinationCACertificate
java.lang.String tlsDestinationCACertificate
The destination CA certificate provides the contents of the ca certificate of the final destination. When using reencrypt termination this file should be provided in order to have routers use it for health checks on the secure connection. If this field is not specified, the router may provide its own destination CA and perform hostname validation using the short service name (service.namespace.svc), which allows infrastructure generated certificates to automatically verify. Refer to the OpenShift route documentation for additional information. -
tlsDestinationCACertificateSecret
java.lang.String tlsDestinationCACertificateSecret
The secret name and key reference to the destination CA certificate. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsInsecureEdgeTerminationPolicy
Route.TlsInsecureEdgeTerminationPolicy tlsInsecureEdgeTerminationPolicy
To configure how to deal with insecure traffic, e.g. `Allow`, `Disable` or `Redirect` traffic. Refer to the OpenShift route documentation for additional information. -
tlsKey
java.lang.String tlsKey
The TLS certificate key contents. Refer to the OpenShift route documentation for additional information. -
tlsKeySecret
java.lang.String tlsKeySecret
The secret name and key reference to the TLS certificate key. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsTermination
Route.TlsTermination tlsTermination
The TLS termination type, like `edge`, `passthrough` or `reencrypt`. Refer to the OpenShift route documentation for additional information.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Service extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
To automatically detect from the code if a Service needs to be created. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
nodePort
java.lang.Boolean nodePort
Enable Service to be exposed as NodePort (default `false`). Deprecated: Use service type instead. -
type
Service.Type type
The type of service to be used, either 'ClusterIP', 'NodePort' or 'LoadBalancer'.
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.ServiceBinding extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
services
java.util.List<java.lang.String> services
List of Services in the form [[apigroup/]version:]kind:[namespace/]name
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Strimzi extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Toleration extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
taints
java.util.List<java.lang.String> taints
The list of taints to tolerate, in the form `Key[=Value]:Effect[:Seconds]`
-
-
-
Class org.apache.camel.v1.integrationplatformstatus.traits.Tracing extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.__3scale
-
Class org.apache.camel.v1.integrationplatformstatus.traits.__3scale.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.affinity
-
Class org.apache.camel.v1.integrationplatformstatus.traits.affinity.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.builder
-
Class org.apache.camel.v1.integrationplatformstatus.traits.builder.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.camel
-
Class org.apache.camel.v1.integrationplatformstatus.traits.camel.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.container
-
Class org.apache.camel.v1.integrationplatformstatus.traits.container.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.cron
-
Class org.apache.camel.v1.integrationplatformstatus.traits.cron.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.dependencies
-
Class org.apache.camel.v1.integrationplatformstatus.traits.dependencies.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.deployer
-
Class org.apache.camel.v1.integrationplatformstatus.traits.deployer.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.deployment
-
Class org.apache.camel.v1.integrationplatformstatus.traits.deployment.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.environment
-
Class org.apache.camel.v1.integrationplatformstatus.traits.environment.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.errorhandler
-
Class org.apache.camel.v1.integrationplatformstatus.traits.errorhandler.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.gc
-
Class org.apache.camel.v1.integrationplatformstatus.traits.gc.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.health
-
Class org.apache.camel.v1.integrationplatformstatus.traits.health.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.ingress
-
Class org.apache.camel.v1.integrationplatformstatus.traits.ingress.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.istio
-
Class org.apache.camel.v1.integrationplatformstatus.traits.istio.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.jolokia
-
Class org.apache.camel.v1.integrationplatformstatus.traits.jolokia.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.jvm
-
Class org.apache.camel.v1.integrationplatformstatus.traits.jvm.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.kamelets
-
Class org.apache.camel.v1.integrationplatformstatus.traits.kamelets.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.keda
-
Class org.apache.camel.v1.integrationplatformstatus.traits.keda.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.knative
-
Class org.apache.camel.v1.integrationplatformstatus.traits.knative.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.knativeservice
-
Class org.apache.camel.v1.integrationplatformstatus.traits.knativeservice.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.logging
-
Class org.apache.camel.v1.integrationplatformstatus.traits.logging.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.master
-
Class org.apache.camel.v1.integrationplatformstatus.traits.master.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.mount
-
Class org.apache.camel.v1.integrationplatformstatus.traits.mount.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.openapi
-
Class org.apache.camel.v1.integrationplatformstatus.traits.openapi.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.owner
-
Class org.apache.camel.v1.integrationplatformstatus.traits.owner.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.pdb
-
Class org.apache.camel.v1.integrationplatformstatus.traits.pdb.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.platform
-
Class org.apache.camel.v1.integrationplatformstatus.traits.platform.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.pod
-
Class org.apache.camel.v1.integrationplatformstatus.traits.pod.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.prometheus
-
Class org.apache.camel.v1.integrationplatformstatus.traits.prometheus.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.pullsecret
-
Class org.apache.camel.v1.integrationplatformstatus.traits.pullsecret.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.quarkus
-
Class org.apache.camel.v1.integrationplatformstatus.traits.quarkus.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.registry
-
Class org.apache.camel.v1.integrationplatformstatus.traits.registry.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.route
-
Class org.apache.camel.v1.integrationplatformstatus.traits.route.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.service
-
Class org.apache.camel.v1.integrationplatformstatus.traits.service.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.servicebinding
-
Class org.apache.camel.v1.integrationplatformstatus.traits.servicebinding.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.strimzi
-
Class org.apache.camel.v1.integrationplatformstatus.traits.strimzi.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.toleration
-
Class org.apache.camel.v1.integrationplatformstatus.traits.toleration.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationplatformstatus.traits.tracing
-
Class org.apache.camel.v1.integrationplatformstatus.traits.tracing.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec
-
Class org.apache.camel.v1.integrationspec.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
type
java.lang.String type
represents the type of configuration, ie: property, configmap, secret, ... -
value
java.lang.String value
the value to assign to the configuration (syntax may vary depending on the `Type`)
-
-
-
Class org.apache.camel.v1.integrationspec.Flows extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1.integrationspec.IntegrationKit extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
API version of the referent. -
fieldPath
java.lang.String fieldPath
If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future. -
kind
java.lang.String kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names -
namespace
java.lang.String namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ -
resourceVersion
java.lang.String resourceVersion
Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency -
uid
java.lang.String uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
-
-
-
Class org.apache.camel.v1.integrationspec.Sources extends java.lang.Object implements Serializable
-
Serialized Fields
-
compression
java.lang.Boolean compression
if the content is compressed (base64 encrypted) -
content
java.lang.String content
the source code (plain text) -
contentKey
java.lang.String contentKey
the confimap key holding the source content -
contentRef
java.lang.String contentRef
the confimap reference holding the source content -
contentType
java.lang.String contentType
the content type (tipically text or binary) -
interceptors
java.util.List<java.lang.String> interceptors
Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources -
language
java.lang.String language
specify which is the language (Camel DSL) used to interpret this source code -
loader
java.lang.String loader
Loader is an optional id of the org.apache.camel.k.RoutesLoader that will interpret this source at runtime -
name
java.lang.String name
the name of the specification -
path
java.lang.String path
the path where the file is stored -
propertyNames
java.util.List<java.lang.String> propertyNames
List of property names defined in the source (e.g. if type is "template") -
rawContent
java.lang.String rawContent
the source code (binary) -
type
java.lang.String type
Type defines the kind of source described by this object
-
-
-
Class org.apache.camel.v1.integrationspec.Template extends java.lang.Object implements Serializable
-
Serialized Fields
-
spec
Spec spec
the specification
-
-
-
Class org.apache.camel.v1.integrationspec.Traits extends java.lang.Object implements Serializable
-
Serialized Fields
-
_3scale
_3scale _3scale
Deprecated: for backward compatibility. -
addons
java.util.Map<java.lang.String,Addons> addons
The extension point with addon traits -
affinity
Affinity affinity
The configuration of Affinity trait -
builder
Builder builder
The configuration of Builder trait -
camel
Camel camel
The configuration of Camel trait -
container
Container container
The configuration of Container trait -
cron
Cron cron
The configuration of Cron trait -
dependencies
Dependencies dependencies
The configuration of Dependencies trait -
deployer
Deployer deployer
The configuration of Deployer trait -
deployment
Deployment deployment
The configuration of Deployment trait -
environment
Environment environment
The configuration of Environment trait -
errorHandler
ErrorHandler errorHandler
The configuration of Error Handler trait -
gc
Gc gc
The configuration of GC trait -
health
Health health
The configuration of Health trait -
ingress
Ingress ingress
The configuration of Ingress trait -
istio
Istio istio
The configuration of Istio trait -
jolokia
Jolokia jolokia
The configuration of Jolokia trait -
jvm
Jvm jvm
The configuration of JVM trait -
kamelets
Kamelets kamelets
The configuration of Kamelets trait -
keda
Keda keda
Deprecated: for backward compatibility. -
knative
Knative knative
The configuration of Knative trait -
knativeService
KnativeService knativeService
The configuration of Knative Service trait -
logging
Logging logging
The configuration of Logging trait -
master
Master master
Deprecated: for backward compatibility. -
mount
Mount mount
The configuration of Mount trait -
openapi
Openapi openapi
The configuration of OpenAPI trait -
owner
Owner owner
The configuration of Owner trait -
pdb
Pdb pdb
The configuration of PDB trait -
platform
Platform platform
The configuration of Platform trait -
pod
Pod pod
The configuration of Pod trait -
prometheus
Prometheus prometheus
The configuration of Prometheus trait -
pullSecret
PullSecret pullSecret
The configuration of Pull Secret trait -
quarkus
Quarkus quarkus
The configuration of Quarkus trait -
registry
Registry registry
The configuration of Registry trait -
route
Route route
The configuration of Route trait -
service
Service service
The configuration of Service trait -
serviceBinding
ServiceBinding serviceBinding
The configuration of Service Binding trait -
strimzi
Strimzi strimzi
Deprecated: for backward compatibility. -
toleration
Toleration toleration
The configuration of Toleration trait -
tracing
Tracing tracing
Deprecated: for backward compatibility.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template
-
Class org.apache.camel.v1.integrationspec.template.Spec extends java.lang.Object implements Serializable
-
Serialized Fields
-
activeDeadlineSeconds
java.lang.Long activeDeadlineSeconds
ActiveDeadlineSeconds -
containers
java.util.List<Containers> containers
Containers -
dnsPolicy
java.lang.String dnsPolicy
DNSPolicy -
ephemeralContainers
java.util.List<EphemeralContainers> ephemeralContainers
EphemeralContainers -
initContainers
java.util.List<InitContainers> initContainers
InitContainers -
nodeSelector
java.util.Map<java.lang.String,java.lang.String> nodeSelector
NodeSelector -
restartPolicy
java.lang.String restartPolicy
RestartPolicy -
securityContext
SecurityContext securityContext
PodSecurityContext -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
TerminationGracePeriodSeconds -
topologySpreadConstraints
java.util.List<TopologySpreadConstraints> topologySpreadConstraints
TopologySpreadConstraints -
volumes
java.util.List<Volumes> volumes
Volumes
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec
-
Class org.apache.camel.v1.integrationspec.template.spec.Containers extends java.lang.Object implements Serializable
-
Serialized Fields
-
args
java.util.List<java.lang.String> args
Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
command
java.util.List<java.lang.String> command
Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
env
java.util.List<Env> env
List of environment variables to set in the container. Cannot be updated. -
envFrom
java.util.List<EnvFrom> envFrom
List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. -
image
java.lang.String image
Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets. -
imagePullPolicy
java.lang.String imagePullPolicy
Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images -
lifecycle
Lifecycle lifecycle
Actions that the management system should take in response to container lifecycle events. Cannot be updated. -
livenessProbe
LivenessProbe livenessProbe
Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
name
java.lang.String name
Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated. -
ports
java.util.List<Ports> ports
List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated. -
readinessProbe
ReadinessProbe readinessProbe
Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
resources
Resources resources
Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
securityContext
SecurityContext securityContext
SecurityContext defines the security options the container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ -
startupProbe
StartupProbe startupProbe
StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
stdin
java.lang.Boolean stdin
Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. -
stdinOnce
java.lang.Boolean stdinOnce
Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false -
terminationMessagePath
java.lang.String terminationMessagePath
Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. -
terminationMessagePolicy
java.lang.String terminationMessagePolicy
Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. -
tty
java.lang.Boolean tty
Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. -
volumeDevices
java.util.List<VolumeDevices> volumeDevices
volumeDevices is the list of block devices to be used by the container. -
volumeMounts
java.util.List<VolumeMounts> volumeMounts
Pod volumes to mount into the container's filesystem. Cannot be updated. -
workingDir
java.lang.String workingDir
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.EphemeralContainers extends java.lang.Object implements Serializable
-
Serialized Fields
-
args
java.util.List<java.lang.String> args
Arguments to the entrypoint. The image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
command
java.util.List<java.lang.String> command
Entrypoint array. Not executed within a shell. The image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
env
java.util.List<Env> env
List of environment variables to set in the container. Cannot be updated. -
envFrom
java.util.List<EnvFrom> envFrom
List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. -
image
java.lang.String image
Container image name. More info: https://kubernetes.io/docs/concepts/containers/images -
imagePullPolicy
java.lang.String imagePullPolicy
Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images -
lifecycle
Lifecycle lifecycle
Lifecycle is not allowed for ephemeral containers. -
livenessProbe
LivenessProbe livenessProbe
Probes are not allowed for ephemeral containers. -
name
java.lang.String name
Name of the ephemeral container specified as a DNS_LABEL. This name must be unique among all containers, init containers and ephemeral containers. -
ports
java.util.List<Ports> ports
Ports are not allowed for ephemeral containers. -
readinessProbe
ReadinessProbe readinessProbe
Probes are not allowed for ephemeral containers. -
resources
Resources resources
Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod. -
securityContext
SecurityContext securityContext
Optional: SecurityContext defines the security options the ephemeral container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. -
startupProbe
StartupProbe startupProbe
Probes are not allowed for ephemeral containers. -
stdin
java.lang.Boolean stdin
Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. -
stdinOnce
java.lang.Boolean stdinOnce
Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false -
targetContainerName
java.lang.String targetContainerName
If set, the name of the container from PodSpec that this ephemeral container targets. The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container uses the namespaces configured in the Pod spec. The container runtime must implement support for this feature. If the runtime does not support namespace targeting then the result of setting this field is undefined. -
terminationMessagePath
java.lang.String terminationMessagePath
Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. -
terminationMessagePolicy
java.lang.String terminationMessagePolicy
Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. -
tty
java.lang.Boolean tty
Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. -
volumeDevices
java.util.List<VolumeDevices> volumeDevices
volumeDevices is the list of block devices to be used by the container. -
volumeMounts
java.util.List<VolumeMounts> volumeMounts
Pod volumes to mount into the container's filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated. -
workingDir
java.lang.String workingDir
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.InitContainers extends java.lang.Object implements Serializable
-
Serialized Fields
-
args
java.util.List<java.lang.String> args
Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
command
java.util.List<java.lang.String> command
Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
env
java.util.List<Env> env
List of environment variables to set in the container. Cannot be updated. -
envFrom
java.util.List<EnvFrom> envFrom
List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. -
image
java.lang.String image
Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets. -
imagePullPolicy
java.lang.String imagePullPolicy
Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images -
lifecycle
Lifecycle lifecycle
Actions that the management system should take in response to container lifecycle events. Cannot be updated. -
livenessProbe
LivenessProbe livenessProbe
Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
name
java.lang.String name
Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated. -
ports
java.util.List<Ports> ports
List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated. -
readinessProbe
ReadinessProbe readinessProbe
Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
resources
Resources resources
Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
securityContext
SecurityContext securityContext
SecurityContext defines the security options the container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ -
startupProbe
StartupProbe startupProbe
StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
stdin
java.lang.Boolean stdin
Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. -
stdinOnce
java.lang.Boolean stdinOnce
Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false -
terminationMessagePath
java.lang.String terminationMessagePath
Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. -
terminationMessagePolicy
java.lang.String terminationMessagePolicy
Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. -
tty
java.lang.Boolean tty
Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. -
volumeDevices
java.util.List<VolumeDevices> volumeDevices
volumeDevices is the list of block devices to be used by the container. -
volumeMounts
java.util.List<VolumeMounts> volumeMounts
Pod volumes to mount into the container's filesystem. Cannot be updated. -
workingDir
java.lang.String workingDir
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.SecurityContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsGroup
java.lang.Long fsGroup
A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod: 1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw---- If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows. -
fsGroupChangePolicy
java.lang.String fsGroupChangePolicy
fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows. -
runAsGroup
java.lang.Long runAsGroup
The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. -
runAsNonRoot
java.lang.Boolean runAsNonRoot
Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. -
runAsUser
java.lang.Long runAsUser
The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. -
seccompProfile
SeccompProfile seccompProfile
The seccomp options to use by the containers in this pod. Note that this field cannot be set when spec.os.name is windows. -
seLinuxOptions
SeLinuxOptions seLinuxOptions
The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. -
supplementalGroups
java.util.List<java.lang.Long> supplementalGroups
A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container. Note that this field cannot be set when spec.os.name is windows. -
sysctls
java.util.List<Sysctls> sysctls
Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows. -
windowsOptions
WindowsOptions windowsOptions
The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.TopologySpreadConstraints extends java.lang.Object implements Serializable
-
Serialized Fields
-
labelSelector
LabelSelector labelSelector
LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain. -
matchLabelKeys
java.util.List<java.lang.String> matchLabelKeys
MatchLabelKeys is a set of pod label keys to select the pods over which spreading will be calculated. The keys are used to lookup values from the incoming pod labels, those key-value labels are ANDed with labelSelector to select the group of existing pods over which spreading will be calculated for the incoming pod. Keys that don't exist in the incoming pod labels will be ignored. A null or empty list means only match against labelSelector. -
maxSkew
java.lang.Integer maxSkew
MaxSkew describes the degree to which pods may be unevenly distributed. When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference between the number of matching pods in the target topology and the global minimum. The global minimum is the minimum number of matching pods in an eligible domain or zero if the number of eligible domains is less than MinDomains. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 2/2/1: In this case, the global minimum is 1. | zone1 | zone2 | zone3 | | P P | P P | P | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2; scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence to topologies that satisfy it. It's a required field. Default value is 1 and 0 is not allowed. -
minDomains
java.lang.Integer minDomains
MinDomains indicates a minimum number of eligible domains. When the number of eligible domains with matching topology keys is less than minDomains, Pod Topology Spread treats "global minimum" as 0, and then the calculation of Skew is performed. And when the number of eligible domains with matching topology keys equals or greater than minDomains, this value has no effect on scheduling. As a result, when the number of eligible domains is less than minDomains, scheduler won't schedule more than maxSkew Pods to those domains. If value is nil, the constraint behaves as if MinDomains is equal to 1. Valid values are integers greater than 0. When value is not nil, WhenUnsatisfiable must be DoNotSchedule. For example, in a 3-zone cluster, MaxSkew is set to 2, MinDomains is set to 5 and pods with the same labelSelector spread as 2/2/2: | zone1 | zone2 | zone3 | | P P | P P | P P | The number of domains is less than 5(MinDomains), so "global minimum" is treated as 0. In this situation, new pod with the same labelSelector cannot be scheduled, because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones, it will violate MaxSkew. This is a beta field and requires the MinDomainsInPodTopologySpread feature gate to be enabled (enabled by default). -
nodeAffinityPolicy
java.lang.String nodeAffinityPolicy
NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector when calculating pod topology spread skew. Options are: - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations. - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations. If this value is nil, the behavior is equivalent to the Honor policy. This is a alpha-level feature enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. -
nodeTaintsPolicy
java.lang.String nodeTaintsPolicy
NodeTaintsPolicy indicates how we will treat node taints when calculating pod topology spread skew. Options are: - Honor: nodes without taints, along with tainted nodes for which the incoming pod has a toleration, are included. - Ignore: node taints are ignored. All nodes are included. If this value is nil, the behavior is equivalent to the Ignore policy. This is a alpha-level feature enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. -
topologyKey
java.lang.String topologyKey
TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider eachas a "bucket", and try to put balanced number of pods into each bucket. We define a domain as a particular instance of a topology. Also, we define an eligible domain as a domain whose nodes meet the requirements of nodeAffinityPolicy and nodeTaintsPolicy. e.g. If TopologyKey is "kubernetes.io/hostname", each Node is a domain of that topology. And, if TopologyKey is "topology.kubernetes.io/zone", each zone is a domain of that topology. It's a required field. -
whenUnsatisfiable
java.lang.String whenUnsatisfiable
WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location, but giving higher precedence to topologies that would help reduce the skew. A constraint is considered "Unsatisfiable" for an incoming pod if and only if every possible node assignment for that pod would violate "MaxSkew" on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 3/1/1: | zone1 | zone2 | zone3 | | P P P | P | P | If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled to zone2(zone3) to become 3/2/1(3/1/2) as ActualSkew(2-1) on zone2(zone3) satisfies MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler won't make it *more* imbalanced. It's a required field.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.Volumes extends java.lang.Object implements Serializable
-
Serialized Fields
-
awsElasticBlockStore
AwsElasticBlockStore awsElasticBlockStore
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore -
azureDisk
AzureDisk azureDisk
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. -
azureFile
AzureFile azureFile
azureFile represents an Azure File Service mount on the host and bind mount to the pod. -
cephfs
Cephfs cephfs
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime -
cinder
Cinder cinder
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md -
configMap
ConfigMap configMap
configMap represents a configMap that should populate this volume -
csi
Csi csi
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature). -
downwardAPI
DownwardAPI downwardAPI
downwardAPI represents downward API about the pod that should populate this volume -
emptyDir
EmptyDir emptyDir
emptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir -
ephemeral
Ephemeral ephemeral
ephemeral represents a volume that is handled by a cluster storage driver. The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed. Use this if: a) the volume is only needed while the pod runs, b) features of normal volumes like restoring from snapshot or capacity tracking are needed, c) the storage driver is specified through a storage class, and d) the storage driver supports dynamic volume provisioning through a PersistentVolumeClaim (see EphemeralVolumeSource for more information on the connection between this volume type and PersistentVolumeClaim). Use PersistentVolumeClaim or one of the vendor-specific APIs for volumes that persist for longer than the lifecycle of an individual pod. Use CSI for light-weight local ephemeral volumes if the CSI driver is meant to be used that way - see the documentation of the driver for more information. A pod can use both types of ephemeral volumes and persistent volumes at the same time. -
fc
Fc fc
fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. -
flexVolume
FlexVolume flexVolume
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. -
flocker
Flocker flocker
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running -
gcePersistentDisk
GcePersistentDisk gcePersistentDisk
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk -
gitRepo
GitRepo gitRepo
gitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container. -
glusterfs
Glusterfs glusterfs
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md -
hostPath
HostPath hostPath
hostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath --- TODO(jonesdl) We need to restrict who can use host directory mounts and who can/can not mount host directories as read/write. -
iscsi
Iscsi iscsi
iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md -
name
java.lang.String name
name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names -
nfs
Nfs nfs
nfs represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs -
persistentVolumeClaim
PersistentVolumeClaim persistentVolumeClaim
persistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims -
photonPersistentDisk
PhotonPersistentDisk photonPersistentDisk
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine -
portworxVolume
PortworxVolume portworxVolume
portworxVolume represents a portworx volume attached and mounted on kubelets host machine -
projected
Projected projected
projected items for all in one resources secrets, configmaps, and downward API -
quobyte
Quobyte quobyte
quobyte represents a Quobyte mount on the host that shares a pod's lifetime -
rbd
Rbd rbd
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md -
scaleIO
ScaleIO scaleIO
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. -
secret
Secret secret
secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret -
storageos
Storageos storageos
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes. -
vsphereVolume
VsphereVolume vsphereVolume
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.Env extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the environment variable. Must be a C_IDENTIFIER. -
value
java.lang.String value
Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". -
valueFrom
ValueFrom valueFrom
Source for the environment variable's value. Cannot be used if value is not empty.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.EnvFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapRef
ConfigMapRef configMapRef
The ConfigMap to select from -
prefix
java.lang.String prefix
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. -
secretRef
SecretRef secretRef
The Secret to select from
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.Lifecycle extends java.lang.Object implements Serializable
-
Serialized Fields
-
postStart
PostStart postStart
PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks -
preStop
PreStop preStop
PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.LivenessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.Ports extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerPort
java.lang.Integer containerPort
Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536. -
hostIP
java.lang.String hostIP
What host IP to bind the external port to. -
hostPort
java.lang.Integer hostPort
Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this. -
name
java.lang.String name
If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. -
protocol
java.lang.String protocol
Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP".
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.ReadinessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.Resources extends java.lang.Object implements Serializable
-
Serialized Fields
-
limits
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> limits
Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
requests
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> requests
Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.SecurityContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
allowPrivilegeEscalation
java.lang.Boolean allowPrivilegeEscalation
AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows. -
capabilities
Capabilities capabilities
The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows. -
privileged
java.lang.Boolean privileged
Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows. -
procMount
java.lang.String procMount
procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. -
readOnlyRootFilesystem
java.lang.Boolean readOnlyRootFilesystem
Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows. -
runAsGroup
java.lang.Long runAsGroup
The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
runAsNonRoot
java.lang.Boolean runAsNonRoot
Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. -
runAsUser
java.lang.Long runAsUser
The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
seccompProfile
SeccompProfile seccompProfile
The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows. -
seLinuxOptions
SeLinuxOptions seLinuxOptions
The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
windowsOptions
WindowsOptions windowsOptions
The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.StartupProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.VolumeDevices extends java.lang.Object implements Serializable
-
Serialized Fields
-
devicePath
java.lang.String devicePath
devicePath is the path inside of the container that the device will be mapped to. -
name
java.lang.String name
name must match the name of a persistentVolumeClaim in the pod
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.VolumeMounts extends java.lang.Object implements Serializable
-
Serialized Fields
-
mountPath
java.lang.String mountPath
Path within the container at which the volume should be mounted. Must not contain ':'. -
mountPropagation
java.lang.String mountPropagation
mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. -
name
java.lang.String name
This must match the Name of a Volume. -
readOnly
java.lang.Boolean readOnly
Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. -
subPath
java.lang.String subPath
Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). -
subPathExpr
java.lang.String subPathExpr
Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers.env
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.env.ValueFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
fieldRef
FieldRef fieldRef
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations[' ']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret in the pod's namespace
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers.env.valuefrom
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.env.valuefrom.ConfigMapKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key to select. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap or its key must be defined
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.env.valuefrom.FieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
Version of the schema the FieldPath is written in terms of, defaults to "v1". -
fieldPath
java.lang.String fieldPath
Path of the field to select in the specified API version.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.env.valuefrom.ResourceFieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerName
java.lang.String containerName
Container name: required for volumes, optional for env vars -
divisor
io.fabric8.kubernetes.api.model.IntOrString divisor
Specifies the output format of the exposed resources, defaults to "1" -
resource
java.lang.String resource
Required: resource to select
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.env.valuefrom.SecretKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers.envfrom
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.envfrom.ConfigMapRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap must be defined
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.envfrom.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret must be defined
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers.lifecycle
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.lifecycle.PostStart extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.lifecycle.PreStop extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers.lifecycle.poststart
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.lifecycle.poststart.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.lifecycle.poststart.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.lifecycle.poststart.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers.lifecycle.poststart.httpget
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.lifecycle.poststart.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers.lifecycle.prestop
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.lifecycle.prestop.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.lifecycle.prestop.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.lifecycle.prestop.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers.lifecycle.prestop.httpget
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.lifecycle.prestop.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers.livenessprobe
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.livenessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.livenessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.livenessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.livenessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers.livenessprobe.httpget
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.livenessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers.readinessprobe
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.readinessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.readinessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.readinessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.readinessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers.readinessprobe.httpget
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.readinessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers.securitycontext
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.securitycontext.Capabilities extends java.lang.Object implements Serializable
-
Serialized Fields
-
add
java.util.List<java.lang.String> add
Added capabilities -
drop
java.util.List<java.lang.String> drop
Removed capabilities
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.securitycontext.SeccompProfile extends java.lang.Object implements Serializable
-
Serialized Fields
-
localhostProfile
java.lang.String localhostProfile
localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". -
type
java.lang.String type
type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.securitycontext.SeLinuxOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
level
java.lang.String level
Level is SELinux level label that applies to the container. -
role
java.lang.String role
Role is a SELinux role label that applies to the container. -
type
java.lang.String type
Type is a SELinux type label that applies to the container. -
user
java.lang.String user
User is a SELinux user label that applies to the container.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.securitycontext.WindowsOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
gmsaCredentialSpec
java.lang.String gmsaCredentialSpec
GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. -
gmsaCredentialSpecName
java.lang.String gmsaCredentialSpecName
GMSACredentialSpecName is the name of the GMSA credential spec to use. -
hostProcess
java.lang.Boolean hostProcess
HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true. -
runAsUserName
java.lang.String runAsUserName
The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers.startupprobe
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.startupprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.startupprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.startupprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.startupprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.containers.startupprobe.httpget
-
Class org.apache.camel.v1.integrationspec.template.spec.containers.startupprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.Env extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the environment variable. Must be a C_IDENTIFIER. -
value
java.lang.String value
Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". -
valueFrom
ValueFrom valueFrom
Source for the environment variable's value. Cannot be used if value is not empty.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.EnvFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapRef
ConfigMapRef configMapRef
The ConfigMap to select from -
prefix
java.lang.String prefix
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. -
secretRef
SecretRef secretRef
The Secret to select from
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.Lifecycle extends java.lang.Object implements Serializable
-
Serialized Fields
-
postStart
PostStart postStart
PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks -
preStop
PreStop preStop
PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.LivenessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.Ports extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerPort
java.lang.Integer containerPort
Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536. -
hostIP
java.lang.String hostIP
What host IP to bind the external port to. -
hostPort
java.lang.Integer hostPort
Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this. -
name
java.lang.String name
If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. -
protocol
java.lang.String protocol
Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP".
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.ReadinessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.Resources extends java.lang.Object implements Serializable
-
Serialized Fields
-
limits
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> limits
Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
requests
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> requests
Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.SecurityContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
allowPrivilegeEscalation
java.lang.Boolean allowPrivilegeEscalation
AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows. -
capabilities
Capabilities capabilities
The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows. -
privileged
java.lang.Boolean privileged
Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows. -
procMount
java.lang.String procMount
procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. -
readOnlyRootFilesystem
java.lang.Boolean readOnlyRootFilesystem
Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows. -
runAsGroup
java.lang.Long runAsGroup
The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
runAsNonRoot
java.lang.Boolean runAsNonRoot
Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. -
runAsUser
java.lang.Long runAsUser
The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
seccompProfile
SeccompProfile seccompProfile
The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows. -
seLinuxOptions
SeLinuxOptions seLinuxOptions
The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
windowsOptions
WindowsOptions windowsOptions
The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.StartupProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.VolumeDevices extends java.lang.Object implements Serializable
-
Serialized Fields
-
devicePath
java.lang.String devicePath
devicePath is the path inside of the container that the device will be mapped to. -
name
java.lang.String name
name must match the name of a persistentVolumeClaim in the pod
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.VolumeMounts extends java.lang.Object implements Serializable
-
Serialized Fields
-
mountPath
java.lang.String mountPath
Path within the container at which the volume should be mounted. Must not contain ':'. -
mountPropagation
java.lang.String mountPropagation
mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. -
name
java.lang.String name
This must match the Name of a Volume. -
readOnly
java.lang.Boolean readOnly
Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. -
subPath
java.lang.String subPath
Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). -
subPathExpr
java.lang.String subPathExpr
Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.env
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.env.ValueFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
fieldRef
FieldRef fieldRef
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations[' ']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret in the pod's namespace
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.env.valuefrom
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.env.valuefrom.ConfigMapKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key to select. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap or its key must be defined
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.env.valuefrom.FieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
Version of the schema the FieldPath is written in terms of, defaults to "v1". -
fieldPath
java.lang.String fieldPath
Path of the field to select in the specified API version.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.env.valuefrom.ResourceFieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerName
java.lang.String containerName
Container name: required for volumes, optional for env vars -
divisor
io.fabric8.kubernetes.api.model.IntOrString divisor
Specifies the output format of the exposed resources, defaults to "1" -
resource
java.lang.String resource
Required: resource to select
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.env.valuefrom.SecretKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.envfrom
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.envfrom.ConfigMapRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap must be defined
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.envfrom.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret must be defined
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.lifecycle
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.lifecycle.PostStart extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.lifecycle.PreStop extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.lifecycle.poststart
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.lifecycle.poststart.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.lifecycle.poststart.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.lifecycle.poststart.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.lifecycle.poststart.httpget
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.lifecycle.poststart.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.lifecycle.prestop
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.lifecycle.prestop.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.lifecycle.prestop.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.lifecycle.prestop.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.lifecycle.prestop.httpget
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.lifecycle.prestop.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.livenessprobe
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.livenessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.livenessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.livenessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.livenessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.livenessprobe.httpget
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.livenessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.readinessprobe
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.readinessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.readinessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.readinessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.readinessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.readinessprobe.httpget
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.readinessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.securitycontext
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.securitycontext.Capabilities extends java.lang.Object implements Serializable
-
Serialized Fields
-
add
java.util.List<java.lang.String> add
Added capabilities -
drop
java.util.List<java.lang.String> drop
Removed capabilities
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.securitycontext.SeccompProfile extends java.lang.Object implements Serializable
-
Serialized Fields
-
localhostProfile
java.lang.String localhostProfile
localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". -
type
java.lang.String type
type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.securitycontext.SeLinuxOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
level
java.lang.String level
Level is SELinux level label that applies to the container. -
role
java.lang.String role
Role is a SELinux role label that applies to the container. -
type
java.lang.String type
Type is a SELinux type label that applies to the container. -
user
java.lang.String user
User is a SELinux user label that applies to the container.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.securitycontext.WindowsOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
gmsaCredentialSpec
java.lang.String gmsaCredentialSpec
GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. -
gmsaCredentialSpecName
java.lang.String gmsaCredentialSpecName
GMSACredentialSpecName is the name of the GMSA credential spec to use. -
hostProcess
java.lang.Boolean hostProcess
HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true. -
runAsUserName
java.lang.String runAsUserName
The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.startupprobe
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.startupprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.startupprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.startupprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.startupprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.startupprobe.httpget
-
Class org.apache.camel.v1.integrationspec.template.spec.ephemeralcontainers.startupprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.Env extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the environment variable. Must be a C_IDENTIFIER. -
value
java.lang.String value
Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". -
valueFrom
ValueFrom valueFrom
Source for the environment variable's value. Cannot be used if value is not empty.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.EnvFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapRef
ConfigMapRef configMapRef
The ConfigMap to select from -
prefix
java.lang.String prefix
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. -
secretRef
SecretRef secretRef
The Secret to select from
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.Lifecycle extends java.lang.Object implements Serializable
-
Serialized Fields
-
postStart
PostStart postStart
PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks -
preStop
PreStop preStop
PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.LivenessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.Ports extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerPort
java.lang.Integer containerPort
Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536. -
hostIP
java.lang.String hostIP
What host IP to bind the external port to. -
hostPort
java.lang.Integer hostPort
Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this. -
name
java.lang.String name
If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. -
protocol
java.lang.String protocol
Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP".
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.ReadinessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.Resources extends java.lang.Object implements Serializable
-
Serialized Fields
-
limits
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> limits
Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
requests
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> requests
Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.SecurityContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
allowPrivilegeEscalation
java.lang.Boolean allowPrivilegeEscalation
AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows. -
capabilities
Capabilities capabilities
The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows. -
privileged
java.lang.Boolean privileged
Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows. -
procMount
java.lang.String procMount
procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. -
readOnlyRootFilesystem
java.lang.Boolean readOnlyRootFilesystem
Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows. -
runAsGroup
java.lang.Long runAsGroup
The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
runAsNonRoot
java.lang.Boolean runAsNonRoot
Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. -
runAsUser
java.lang.Long runAsUser
The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
seccompProfile
SeccompProfile seccompProfile
The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows. -
seLinuxOptions
SeLinuxOptions seLinuxOptions
The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
windowsOptions
WindowsOptions windowsOptions
The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.StartupProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.VolumeDevices extends java.lang.Object implements Serializable
-
Serialized Fields
-
devicePath
java.lang.String devicePath
devicePath is the path inside of the container that the device will be mapped to. -
name
java.lang.String name
name must match the name of a persistentVolumeClaim in the pod
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.VolumeMounts extends java.lang.Object implements Serializable
-
Serialized Fields
-
mountPath
java.lang.String mountPath
Path within the container at which the volume should be mounted. Must not contain ':'. -
mountPropagation
java.lang.String mountPropagation
mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. -
name
java.lang.String name
This must match the Name of a Volume. -
readOnly
java.lang.Boolean readOnly
Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. -
subPath
java.lang.String subPath
Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). -
subPathExpr
java.lang.String subPathExpr
Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers.env
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.env.ValueFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
fieldRef
FieldRef fieldRef
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations[' ']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret in the pod's namespace
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers.env.valuefrom
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.env.valuefrom.ConfigMapKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key to select. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap or its key must be defined
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.env.valuefrom.FieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
Version of the schema the FieldPath is written in terms of, defaults to "v1". -
fieldPath
java.lang.String fieldPath
Path of the field to select in the specified API version.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.env.valuefrom.ResourceFieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerName
java.lang.String containerName
Container name: required for volumes, optional for env vars -
divisor
io.fabric8.kubernetes.api.model.IntOrString divisor
Specifies the output format of the exposed resources, defaults to "1" -
resource
java.lang.String resource
Required: resource to select
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.env.valuefrom.SecretKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers.envfrom
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.envfrom.ConfigMapRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap must be defined
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.envfrom.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret must be defined
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers.lifecycle
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.lifecycle.PostStart extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.lifecycle.PreStop extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers.lifecycle.poststart
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.lifecycle.poststart.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.lifecycle.poststart.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.lifecycle.poststart.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers.lifecycle.poststart.httpget
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.lifecycle.poststart.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers.lifecycle.prestop
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.lifecycle.prestop.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.lifecycle.prestop.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.lifecycle.prestop.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers.lifecycle.prestop.httpget
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.lifecycle.prestop.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers.livenessprobe
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.livenessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.livenessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.livenessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.livenessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers.livenessprobe.httpget
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.livenessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers.readinessprobe
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.readinessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.readinessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.readinessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.readinessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers.readinessprobe.httpget
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.readinessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers.securitycontext
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.securitycontext.Capabilities extends java.lang.Object implements Serializable
-
Serialized Fields
-
add
java.util.List<java.lang.String> add
Added capabilities -
drop
java.util.List<java.lang.String> drop
Removed capabilities
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.securitycontext.SeccompProfile extends java.lang.Object implements Serializable
-
Serialized Fields
-
localhostProfile
java.lang.String localhostProfile
localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". -
type
java.lang.String type
type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.securitycontext.SeLinuxOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
level
java.lang.String level
Level is SELinux level label that applies to the container. -
role
java.lang.String role
Role is a SELinux role label that applies to the container. -
type
java.lang.String type
Type is a SELinux type label that applies to the container. -
user
java.lang.String user
User is a SELinux user label that applies to the container.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.securitycontext.WindowsOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
gmsaCredentialSpec
java.lang.String gmsaCredentialSpec
GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. -
gmsaCredentialSpecName
java.lang.String gmsaCredentialSpecName
GMSACredentialSpecName is the name of the GMSA credential spec to use. -
hostProcess
java.lang.Boolean hostProcess
HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true. -
runAsUserName
java.lang.String runAsUserName
The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers.startupprobe
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.startupprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.startupprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.startupprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.startupprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.initcontainers.startupprobe.httpget
-
Class org.apache.camel.v1.integrationspec.template.spec.initcontainers.startupprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.securitycontext
-
Class org.apache.camel.v1.integrationspec.template.spec.securitycontext.SeccompProfile extends java.lang.Object implements Serializable
-
Serialized Fields
-
localhostProfile
java.lang.String localhostProfile
localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". -
type
java.lang.String type
type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.securitycontext.SeLinuxOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
level
java.lang.String level
Level is SELinux level label that applies to the container. -
role
java.lang.String role
Role is a SELinux role label that applies to the container. -
type
java.lang.String type
Type is a SELinux type label that applies to the container. -
user
java.lang.String user
User is a SELinux user label that applies to the container.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.securitycontext.Sysctls extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of a property to set -
value
java.lang.String value
Value of a property to set
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.securitycontext.WindowsOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
gmsaCredentialSpec
java.lang.String gmsaCredentialSpec
GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. -
gmsaCredentialSpecName
java.lang.String gmsaCredentialSpecName
GMSACredentialSpecName is the name of the GMSA credential spec to use. -
hostProcess
java.lang.Boolean hostProcess
HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true. -
runAsUserName
java.lang.String runAsUserName
The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.topologyspreadconstraints
-
Class org.apache.camel.v1.integrationspec.template.spec.topologyspreadconstraints.LabelSelector extends java.lang.Object implements Serializable
-
Serialized Fields
-
matchExpressions
java.util.List<MatchExpressions> matchExpressions
matchExpressions is a list of label selector requirements. The requirements are ANDed. -
matchLabels
java.util.Map<java.lang.String,java.lang.String> matchLabels
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.topologyspreadconstraints.labelselector
-
Class org.apache.camel.v1.integrationspec.template.spec.topologyspreadconstraints.labelselector.MatchExpressions extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the label key that the selector applies to. -
operator
java.lang.String operator
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. -
values
java.util.List<java.lang.String> values
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.AwsElasticBlockStore extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore TODO: how do we prevent errors in the filesystem from compromising the machine -
partition
java.lang.Integer partition
partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). -
readOnly
java.lang.Boolean readOnly
readOnly value true will force the readOnly setting in VolumeMounts. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore -
volumeID
java.lang.String volumeID
volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.AzureDisk extends java.lang.Object implements Serializable
-
Serialized Fields
-
cachingMode
java.lang.String cachingMode
cachingMode is the Host Caching mode: None, Read Only, Read Write. -
diskName
java.lang.String diskName
diskName is the Name of the data disk in the blob storage -
diskURI
java.lang.String diskURI
diskURI is the URI of data disk in the blob storage -
fsType
java.lang.String fsType
fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. -
kind
java.lang.String kind
kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared -
readOnly
java.lang.Boolean readOnly
readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.AzureFile extends java.lang.Object implements Serializable
-
Serialized Fields
-
readOnly
java.lang.Boolean readOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
secretName
java.lang.String secretName
secretName is the name of secret that contains Azure Storage Account Name and Key -
shareName
java.lang.String shareName
shareName is the azure share Name
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.Cephfs extends java.lang.Object implements Serializable
-
Serialized Fields
-
monitors
java.util.List<java.lang.String> monitors
monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it -
path
java.lang.String path
path is Optional: Used as the mounted root, rather than the full Ceph tree, default is / -
readOnly
java.lang.Boolean readOnly
readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it -
secretFile
java.lang.String secretFile
secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it -
secretRef
SecretRef secretRef
secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it -
user
java.lang.String user
user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.Cinder extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md -
readOnly
java.lang.Boolean readOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md -
secretRef
SecretRef secretRef
secretRef is optional: points to a secret object containing parameters used to connect to OpenStack. -
volumeID
java.lang.String volumeID
volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.ConfigMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultMode
java.lang.Integer defaultMode
defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
items
java.util.List<Items> items
items 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. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
optional specify whether the ConfigMap or its keys must be defined
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.Csi extends java.lang.Object implements Serializable
-
Serialized Fields
-
driver
java.lang.String driver
driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster. -
fsType
java.lang.String fsType
fsType to mount. Ex. "ext4", "xfs", "ntfs". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply. -
nodePublishSecretRef
NodePublishSecretRef nodePublishSecretRef
nodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secret references are passed. -
readOnly
java.lang.Boolean readOnly
readOnly specifies a read-only configuration for the volume. Defaults to false (read/write). -
volumeAttributes
java.util.Map<java.lang.String,java.lang.String> volumeAttributes
volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.DownwardAPI extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultMode
java.lang.Integer defaultMode
Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
items
java.util.List<Items> items
Items is a list of downward API volume file
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.EmptyDir extends java.lang.Object implements Serializable
-
Serialized Fields
-
medium
java.lang.String medium
medium represents what type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir -
sizeLimit
io.fabric8.kubernetes.api.model.IntOrString sizeLimit
sizeLimit is the total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.Ephemeral extends java.lang.Object implements Serializable
-
Serialized Fields
-
volumeClaimTemplate
VolumeClaimTemplate volumeClaimTemplate
Will be used to create a stand-alone PVC to provision the volume. The pod in which this EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the pod. The name of the PVC will be `- ` where ` ` is the name from the `PodSpec.Volumes` array entry. Pod validation will reject the pod if the concatenated name is not valid for a PVC (for example, too long). An existing PVC with that name that is not owned by the pod will *not* be used for the pod to avoid using an unrelated volume by mistake. Starting the pod is then blocked until the unrelated PVC is removed. If such a pre-created PVC is meant to be used by the pod, the PVC has to updated with an owner reference to the pod once the pod exists. Normally this should not be necessary, but it may be useful when manually reconstructing a broken cluster. This field is read-only and no changes will be made by Kubernetes to the PVC after it has been created. Required, must not be nil.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.Fc extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. TODO: how do we prevent errors in the filesystem from compromising the machine -
lun
java.lang.Integer lun
lun is Optional: FC target lun number -
readOnly
java.lang.Boolean readOnly
readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
targetWWNs
java.util.List<java.lang.String> targetWWNs
targetWWNs is Optional: FC target worldwide names (WWNs) -
wwids
java.util.List<java.lang.String> wwids
wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.FlexVolume extends java.lang.Object implements Serializable
-
Serialized Fields
-
driver
java.lang.String driver
driver is the name of the driver to use for this volume. -
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. -
options
java.util.Map<java.lang.String,java.lang.String> options
options is Optional: this field holds extra command options if any. -
readOnly
java.lang.Boolean readOnly
readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
secretRef
SecretRef secretRef
secretRef is Optional: secretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.Flocker extends java.lang.Object implements Serializable
-
Serialized Fields
-
datasetName
java.lang.String datasetName
datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated -
datasetUUID
java.lang.String datasetUUID
datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.GcePersistentDisk extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk TODO: how do we prevent errors in the filesystem from compromising the machine -
partition
java.lang.Integer partition
partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk -
pdName
java.lang.String pdName
pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk -
readOnly
java.lang.Boolean readOnly
readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.GitRepo extends java.lang.Object implements Serializable
-
Serialized Fields
-
directory
java.lang.String directory
directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name. -
repository
java.lang.String repository
repository is the URL -
revision
java.lang.String revision
revision is the commit hash for the specified revision.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.Glusterfs extends java.lang.Object implements Serializable
-
Serialized Fields
-
endpoints
java.lang.String endpoints
endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod -
path
java.lang.String path
path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod -
readOnly
java.lang.Boolean readOnly
readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.HostPath extends java.lang.Object implements Serializable
-
Serialized Fields
-
path
java.lang.String path
path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath -
type
java.lang.String type
type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.Iscsi extends java.lang.Object implements Serializable
-
Serialized Fields
-
chapAuthDiscovery
java.lang.Boolean chapAuthDiscovery
chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication -
chapAuthSession
java.lang.Boolean chapAuthSession
chapAuthSession defines whether support iSCSI Session CHAP authentication -
fsType
java.lang.String fsType
fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi TODO: how do we prevent errors in the filesystem from compromising the machine -
initiatorName
java.lang.String initiatorName
initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface: will be created for the connection. -
iqn
java.lang.String iqn
iqn is the target iSCSI Qualified Name. -
iscsiInterface
java.lang.String iscsiInterface
iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp). -
lun
java.lang.Integer lun
lun represents iSCSI Target Lun number. -
portals
java.util.List<java.lang.String> portals
portals is the iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). -
readOnly
java.lang.Boolean readOnly
readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. -
secretRef
SecretRef secretRef
secretRef is the CHAP Secret for iSCSI target and initiator authentication -
targetPortal
java.lang.String targetPortal
targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.Nfs extends java.lang.Object implements Serializable
-
Serialized Fields
-
path
java.lang.String path
path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs -
readOnly
java.lang.Boolean readOnly
readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs -
server
java.lang.String server
server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.PersistentVolumeClaim extends java.lang.Object implements Serializable
-
Serialized Fields
-
claimName
java.lang.String claimName
claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims -
readOnly
java.lang.Boolean readOnly
readOnly Will force the ReadOnly setting in VolumeMounts. Default false.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.PhotonPersistentDisk extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. -
pdID
java.lang.String pdID
pdID is the ID that identifies Photon Controller persistent disk
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.PortworxVolume extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified. -
readOnly
java.lang.Boolean readOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
volumeID
java.lang.String volumeID
volumeID uniquely identifies a Portworx volume
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.Projected extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultMode
java.lang.Integer defaultMode
defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
sources
java.util.List<Sources> sources
sources is the list of volume projections
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.Quobyte extends java.lang.Object implements Serializable
-
Serialized Fields
-
group
java.lang.String group
group to map volume access to Default is no group -
readOnly
java.lang.Boolean readOnly
readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. -
registry
java.lang.String registry
registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes -
tenant
java.lang.String tenant
tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin -
user
java.lang.String user
user to map volume access to Defaults to serivceaccount user -
volume
java.lang.String volume
volume is a string that references an already created Quobyte volume by name.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.Rbd extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd TODO: how do we prevent errors in the filesystem from compromising the machine -
image
java.lang.String image
image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
keyring
java.lang.String keyring
keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
monitors
java.util.List<java.lang.String> monitors
monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
pool
java.lang.String pool
pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
readOnly
java.lang.Boolean readOnly
readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
secretRef
SecretRef secretRef
secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
user
java.lang.String user
user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.ScaleIO extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs". -
gateway
java.lang.String gateway
gateway is the host address of the ScaleIO API Gateway. -
protectionDomain
java.lang.String protectionDomain
protectionDomain is the name of the ScaleIO Protection Domain for the configured storage. -
readOnly
java.lang.Boolean readOnly
readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
secretRef
SecretRef secretRef
secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail. -
sslEnabled
java.lang.Boolean sslEnabled
sslEnabled Flag enable/disable SSL communication with Gateway, default false -
storageMode
java.lang.String storageMode
storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. -
storagePool
java.lang.String storagePool
storagePool is the ScaleIO Storage Pool associated with the protection domain. -
system
java.lang.String system
system is the name of the storage system as configured in ScaleIO. -
volumeName
java.lang.String volumeName
volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.Secret extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultMode
java.lang.Integer defaultMode
defaultMode is Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
items
java.util.List<Items> items
items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. -
optional
java.lang.Boolean optional
optional field specify whether the Secret or its keys must be defined -
secretName
java.lang.String secretName
secretName is the name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.Storageos extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. -
readOnly
java.lang.Boolean readOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
secretRef
SecretRef secretRef
secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. -
volumeName
java.lang.String volumeName
volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace. -
volumeNamespace
java.lang.String volumeNamespace
volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.VsphereVolume extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. -
storagePolicyID
java.lang.String storagePolicyID
storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. -
storagePolicyName
java.lang.String storagePolicyName
storagePolicyName is the storage Policy Based Management (SPBM) profile name. -
volumePath
java.lang.String volumePath
volumePath is the path that identifies vSphere volume vmdk
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.cephfs
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.cephfs.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.cinder
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.cinder.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.configmap
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.configmap.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the key to project. -
mode
java.lang.Integer mode
mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.csi
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.csi.NodePublishSecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.downwardapi
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.downwardapi.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
fieldRef
FieldRef fieldRef
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. -
mode
java.lang.Integer mode
Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..' -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.downwardapi.items
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.downwardapi.items.FieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
Version of the schema the FieldPath is written in terms of, defaults to "v1". -
fieldPath
java.lang.String fieldPath
Path of the field to select in the specified API version.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.downwardapi.items.ResourceFieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerName
java.lang.String containerName
Container name: required for volumes, optional for env vars -
divisor
io.fabric8.kubernetes.api.model.IntOrString divisor
Specifies the output format of the exposed resources, defaults to "1" -
resource
java.lang.String resource
Required: resource to select
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.ephemeral
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.ephemeral.VolumeClaimTemplate extends java.lang.Object implements Serializable
-
Serialized Fields
-
metadata
Metadata metadata
May contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation. -
spec
Spec spec
The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.ephemeral.volumeclaimtemplate
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.ephemeral.volumeclaimtemplate.Metadata extends java.lang.Object implements Serializable
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.ephemeral.volumeclaimtemplate.Spec extends java.lang.Object implements Serializable
-
Serialized Fields
-
accessModes
java.util.List<java.lang.String> accessModes
accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 -
dataSource
DataSource dataSource
dataSource field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. If the AnyVolumeDataSource feature gate is enabled, this field will always have the same contents as the DataSourceRef field. -
dataSourceRef
DataSourceRef dataSourceRef
dataSourceRef specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any local object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. This field will replace the functionality of the DataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, both fields (DataSource and DataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. There are two important differences between DataSource and DataSourceRef: * While DataSource only allows two specific types of objects, DataSourceRef allows any non-core object, as well as PersistentVolumeClaim objects. * While DataSource ignores disallowed values (dropping them), DataSourceRef preserves all values, and generates an error if a disallowed value is specified. (Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled. -
resources
Resources resources
resources represents the minimum resources the volume should have. If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements that are lower than previous value but must still be higher than capacity recorded in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources -
selector
Selector selector
selector is a label query over volumes to consider for binding. -
storageClassName
java.lang.String storageClassName
storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 -
volumeMode
java.lang.String volumeMode
volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. -
volumeName
java.lang.String volumeName
volumeName is the binding reference to the PersistentVolume backing this claim.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.ephemeral.volumeclaimtemplate.spec
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.DataSource extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiGroup
java.lang.String apiGroup
APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. -
kind
java.lang.String kind
Kind is the type of resource being referenced -
name
java.lang.String name
Name is the name of resource being referenced
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.DataSourceRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiGroup
java.lang.String apiGroup
APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. -
kind
java.lang.String kind
Kind is the type of resource being referenced -
name
java.lang.String name
Name is the name of resource being referenced
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.Resources extends java.lang.Object implements Serializable
-
Serialized Fields
-
limits
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> limits
Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
requests
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> requests
Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.Selector extends java.lang.Object implements Serializable
-
Serialized Fields
-
matchExpressions
java.util.List<MatchExpressions> matchExpressions
matchExpressions is a list of label selector requirements. The requirements are ANDed. -
matchLabels
java.util.Map<java.lang.String,java.lang.String> matchLabels
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.selector
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.selector.MatchExpressions extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the label key that the selector applies to. -
operator
java.lang.String operator
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. -
values
java.util.List<java.lang.String> values
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.flexvolume
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.flexvolume.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.iscsi
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.iscsi.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.projected
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.projected.Sources extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMap
ConfigMap configMap
configMap information about the configMap data to project -
downwardAPI
DownwardAPI downwardAPI
downwardAPI information about the downwardAPI data to project -
secret
Secret secret
secret information about the secret data to project -
serviceAccountToken
ServiceAccountToken serviceAccountToken
serviceAccountToken is information about the serviceAccountToken data to project
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.projected.sources
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.projected.sources.ConfigMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
items
java.util.List<Items> items
items 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. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
optional specify whether the ConfigMap or its keys must be defined
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.projected.sources.DownwardAPI extends java.lang.Object implements Serializable
-
Serialized Fields
-
items
java.util.List<Items> items
Items is a list of DownwardAPIVolume file
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.projected.sources.Secret extends java.lang.Object implements Serializable
-
Serialized Fields
-
items
java.util.List<Items> items
items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
optional field specify whether the Secret or its key must be defined
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.projected.sources.ServiceAccountToken extends java.lang.Object implements Serializable
-
Serialized Fields
-
audience
java.lang.String audience
audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver. -
expirationSeconds
java.lang.Long expirationSeconds
expirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes. -
path
java.lang.String path
path is the path relative to the mount point of the file to project the token into.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.projected.sources.configmap
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.projected.sources.configmap.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the key to project. -
mode
java.lang.Integer mode
mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.projected.sources.downwardapi
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.projected.sources.downwardapi.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
fieldRef
FieldRef fieldRef
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. -
mode
java.lang.Integer mode
Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..' -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.projected.sources.downwardapi.items
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.projected.sources.downwardapi.items.FieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
Version of the schema the FieldPath is written in terms of, defaults to "v1". -
fieldPath
java.lang.String fieldPath
Path of the field to select in the specified API version.
-
-
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.projected.sources.downwardapi.items.ResourceFieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerName
java.lang.String containerName
Container name: required for volumes, optional for env vars -
divisor
io.fabric8.kubernetes.api.model.IntOrString divisor
Specifies the output format of the exposed resources, defaults to "1" -
resource
java.lang.String resource
Required: resource to select
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.projected.sources.secret
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.projected.sources.secret.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the key to project. -
mode
java.lang.Integer mode
mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.rbd
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.rbd.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.scaleio
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.scaleio.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.secret
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.secret.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the key to project. -
mode
java.lang.Integer mode
mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
-
-
-
-
Package org.apache.camel.v1.integrationspec.template.spec.volumes.storageos
-
Class org.apache.camel.v1.integrationspec.template.spec.volumes.storageos.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits
-
Class org.apache.camel.v1.integrationspec.traits._3scale extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Addons extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Affinity extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
nodeAffinityLabels
java.util.List<java.lang.String> nodeAffinityLabels
Defines a set of nodes the integration pod(s) are eligible to be scheduled on, based on labels on the node. -
podAffinity
java.lang.Boolean podAffinity
Always co-locates multiple replicas of the integration in the same node (default *false*). -
podAffinityLabels
java.util.List<java.lang.String> podAffinityLabels
Defines a set of pods (namely those matching the label selector, relative to the given namespace) that the integration pod(s) should be co-located with. -
podAntiAffinity
java.lang.Boolean podAntiAffinity
Never co-locates multiple replicas of the integration in the same node (default *false*). -
podAntiAffinityLabels
java.util.List<java.lang.String> podAntiAffinityLabels
Defines a set of pods (namely those matching the label selector, relative to the given namespace) that the integration pod(s) should not be co-located with.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Builder extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
limitCPU
java.lang.String limitCPU
When using `pod` strategy, the maximum amount of CPU required by the pod builder. -
limitMemory
java.lang.String limitMemory
When using `pod` strategy, the maximum amount of memory required by the pod builder. -
orderStrategy
java.lang.String orderStrategy
The build order strategy to use, either `dependencies`, `fifo` or `sequential` (default sequential) -
properties
java.util.List<java.lang.String> properties
A list of properties to be provided to the build task -
requestCPU
java.lang.String requestCPU
When using `pod` strategy, the minimum amount of CPU required by the pod builder. -
requestMemory
java.lang.String requestMemory
When using `pod` strategy, the minimum amount of memory required by the pod builder. -
strategy
java.lang.String strategy
The strategy to use, either `pod` or `routine` (default routine) -
tasks
java.util.List<java.lang.String> tasks
A list of tasks to be executed (available only when using `pod` strategy) with format; ; -
verbose
java.lang.Boolean verbose
Enable verbose logging on build components that support it (e.g. Kaniko build pod).
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Camel extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
properties
java.util.List<java.lang.String> properties
A list of properties to be provided to the Integration runtime -
runtimeVersion
java.lang.String runtimeVersion
The camel-k-runtime version to use for the integration. It overrides the default version set in the Integration Platform.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Container extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
To automatically enable the trait -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
expose
java.lang.Boolean expose
Can be used to enable/disable exposure via kubernetes Service. -
image
java.lang.String image
The main container image -
imagePullPolicy
Container.ImagePullPolicy imagePullPolicy
The pull policy: Always|Never|IfNotPresent -
limitCPU
java.lang.String limitCPU
The maximum amount of CPU required. -
limitMemory
java.lang.String limitMemory
The maximum amount of memory required. -
name
java.lang.String name
The main container name. It's named `integration` by default. -
port
java.lang.Long port
To configure a different port exposed by the container (default `8080`). -
portName
java.lang.String portName
To configure a different port name for the port exposed by the container. It defaults to `http` only when the `expose` parameter is true. -
requestCPU
java.lang.String requestCPU
The minimum amount of CPU required. -
requestMemory
java.lang.String requestMemory
The minimum amount of memory required. -
servicePort
java.lang.Long servicePort
To configure under which service port the container port is to be exposed (default `80`). -
servicePortName
java.lang.String servicePortName
To configure under which service port name the container port is to be exposed (default `http`).
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Cron extends java.lang.Object implements Serializable
-
Serialized Fields
-
activeDeadlineSeconds
java.lang.Long activeDeadlineSeconds
Specifies the duration in seconds, relative to the start time, that the job may be continuously active before it is considered to be failed. It defaults to 60s. -
auto
java.lang.Boolean auto
Automatically deploy the integration as CronJob when all routes are either starting from a periodic consumer (only `cron`, `timer` and `quartz` are supported) or a passive consumer (e.g. `direct` is a passive consumer). It's required that all periodic consumers have the same period, and it can be expressed as cron schedule (e.g. `1m` can be expressed as `0/1 * * * *`, while `35m` or `50s` cannot). -
backoffLimit
java.lang.Integer backoffLimit
Specifies the number of retries before marking the job failed. It defaults to 2. -
components
java.lang.String components
A comma separated list of the Camel components that need to be customized in order for them to work when the schedule is triggered externally by Kubernetes. A specific customizer is activated for each specified component. E.g. for the `timer` component, the `cron-timer` customizer is activated (it's present in the `org.apache.camel.k:camel-k-cron` library). Supported components are currently: `cron`, `timer` and `quartz`. -
concurrencyPolicy
Cron.ConcurrencyPolicy concurrencyPolicy
Specifies how to treat concurrent executions of a Job. Valid values are: - "Allow": allows CronJobs to run concurrently; - "Forbid" (default): forbids concurrent runs, skipping next run if previous run hasn't finished yet; - "Replace": cancels currently running job and replaces it with a new one -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
fallback
java.lang.Boolean fallback
Use the default Camel implementation of the `cron` endpoint (`quartz`) instead of trying to materialize the integration as Kubernetes CronJob. -
schedule
java.lang.String schedule
The CronJob schedule for the whole integration. If multiple routes are declared, they must have the same schedule for this mechanism to work correctly. -
startingDeadlineSeconds
java.lang.Long startingDeadlineSeconds
Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Dependencies extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Deployer extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
kind
Deployer.Kind kind
Allows to explicitly select the desired deployment kind between `deployment`, `cron-job` or `knative-service` when creating the resources for running the integration. -
useSSA
java.lang.Boolean useSSA
Use server-side apply to update the owned resources (default `true`). Note that it automatically falls back to client-side patching, if SSA is not available, e.g., on old Kubernetes clusters.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Deployment extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
progressDeadlineSeconds
java.lang.Integer progressDeadlineSeconds
The maximum time in seconds for the deployment to make progress before it is considered to be failed. It defaults to 60s. -
rollingUpdateMaxSurge
java.lang.Long rollingUpdateMaxSurge
The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. -
rollingUpdateMaxUnavailable
java.lang.Long rollingUpdateMaxUnavailable
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. -
strategy
Deployment.Strategy strategy
The deployment strategy to use to replace existing pods with new ones.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Environment extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
containerMeta
java.lang.Boolean containerMeta
Enables injection of `NAMESPACE` and `POD_NAME` environment variables (default `true`) -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
httpProxy
java.lang.Boolean httpProxy
Propagates the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables (default `true`) -
vars
java.util.List<java.lang.String> vars
A list of environment variables to be added to the integration container. The syntax is KEY=VALUE, e.g., `MY_VAR="my value"`. These take precedence over the previously defined environment variables.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.ErrorHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
ref
java.lang.String ref
The error handler ref name provided or found in application properties
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Gc extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
discoveryCache
Gc.DiscoveryCache discoveryCache
Discovery client cache to be used, either `disabled`, `disk` or `memory` (default `memory`). Deprecated: to be removed from trait configuration. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Health extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
livenessFailureThreshold
java.lang.Integer livenessFailureThreshold
Minimum consecutive failures for the liveness probe to be considered failed after having succeeded. -
livenessInitialDelay
java.lang.Integer livenessInitialDelay
Number of seconds after the container has started before the liveness probe is initiated. -
livenessPeriod
java.lang.Integer livenessPeriod
How often to perform the liveness probe. -
livenessProbeEnabled
java.lang.Boolean livenessProbeEnabled
Configures the liveness probe for the integration container (default `false`). -
livenessScheme
java.lang.String livenessScheme
Scheme to use when connecting to the liveness probe (default `HTTP`). -
livenessSuccessThreshold
java.lang.Integer livenessSuccessThreshold
Minimum consecutive successes for the liveness probe to be considered successful after having failed. -
livenessTimeout
java.lang.Integer livenessTimeout
Number of seconds after which the liveness probe times out. -
readinessFailureThreshold
java.lang.Integer readinessFailureThreshold
Minimum consecutive failures for the readiness probe to be considered failed after having succeeded. -
readinessInitialDelay
java.lang.Integer readinessInitialDelay
Number of seconds after the container has started before the readiness probe is initiated. -
readinessPeriod
java.lang.Integer readinessPeriod
How often to perform the readiness probe. -
readinessProbeEnabled
java.lang.Boolean readinessProbeEnabled
Configures the readiness probe for the integration container (default `true`). -
readinessScheme
java.lang.String readinessScheme
Scheme to use when connecting to the readiness probe (default `HTTP`). -
readinessSuccessThreshold
java.lang.Integer readinessSuccessThreshold
Minimum consecutive successes for the readiness probe to be considered successful after having failed. -
readinessTimeout
java.lang.Integer readinessTimeout
Number of seconds after which the readiness probe times out. -
startupFailureThreshold
java.lang.Integer startupFailureThreshold
Minimum consecutive failures for the startup probe to be considered failed after having succeeded. -
startupInitialDelay
java.lang.Integer startupInitialDelay
Number of seconds after the container has started before the startup probe is initiated. -
startupPeriod
java.lang.Integer startupPeriod
How often to perform the startup probe. -
startupProbeEnabled
java.lang.Boolean startupProbeEnabled
Configures the startup probe for the integration container (default `false`). -
startupScheme
java.lang.String startupScheme
Scheme to use when connecting to the startup probe (default `HTTP`). -
startupSuccessThreshold
java.lang.Integer startupSuccessThreshold
Minimum consecutive successes for the startup probe to be considered successful after having failed. -
startupTimeout
java.lang.Integer startupTimeout
Number of seconds after which the startup probe times out.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Ingress extends java.lang.Object implements Serializable
-
Serialized Fields
-
annotations
java.util.Map<java.lang.String,java.lang.String> annotations
The annotations added to the ingress. This can be used to set controller specific annotations, e.g., when using the NGINX Ingress controller: See https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md -
auto
java.lang.Boolean auto
To automatically add an ingress whenever the integration uses an HTTP endpoint consumer. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
host
java.lang.String host
To configure the host exposed by the ingress. -
path
java.lang.String path
To configure the path exposed by the ingress (default `/`). -
pathType
Ingress.PathType pathType
To configure the path type exposed by the ingress. One of `Exact`, `Prefix`, `ImplementationSpecific` (default to `Prefix`).
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Istio extends java.lang.Object implements Serializable
-
Serialized Fields
-
allow
java.lang.String allow
Configures a (comma-separated) list of CIDR subnets that should not be intercepted by the Istio proxy (`10.0.0.0/8,172.16.0.0/12,192.168.0.0/16` by default). -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
inject
java.lang.Boolean inject
Forces the value for labels `sidecar.istio.io/inject`. By default the label is set to `true` on deployment and not set on Knative Service.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Jolokia extends java.lang.Object implements Serializable
-
Serialized Fields
-
CACert
java.lang.String CACert
The PEM encoded CA certification file path, used to verify client certificates, applicable when `protocol` is `https` and `use-ssl-client-authentication` is `true` (default `/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt` for OpenShift). -
clientPrincipal
java.util.List<java.lang.String> clientPrincipal
The principal(s) which must be given in a client certificate to allow access to the Jolokia endpoint, applicable when `protocol` is `https` and `use-ssl-client-authentication` is `true` (default `clientPrincipal=cn=system:master-proxy`, `cn=hawtio-online.hawtio.svc` and `cn=fuse-console.fuse.svc` for OpenShift). -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
discoveryEnabled
java.lang.Boolean discoveryEnabled
Listen for multicast requests (default `false`) -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
extendedClientCheck
java.lang.Boolean extendedClientCheck
Mandate the client certificate contains a client flag in the extended key usage section, applicable when `protocol` is `https` and `use-ssl-client-authentication` is `true` (default `true` for OpenShift). -
host
java.lang.String host
The Host address to which the Jolokia agent should bind to. If `"\*"` or `"0.0.0.0"` is given, the servers binds to every network interface (default `"*"`). -
options
java.util.List<java.lang.String> options
A list of additional Jolokia options as defined in https://jolokia.org/reference/html/agents.html#agent-jvm-config[JVM agent configuration options] -
password
java.lang.String password
The password used for authentication, applicable when the `user` option is set. -
port
java.lang.Long port
The Jolokia endpoint port (default `8778`). -
protocol
java.lang.String protocol
The protocol to use, either `http` or `https` (default `https` for OpenShift) -
user
java.lang.String user
The user to be used for authentication -
useSSLClientAuthentication
java.lang.Boolean useSSLClientAuthentication
Whether client certificates should be used for authentication (default `true` for OpenShift).
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Jvm extends java.lang.Object implements Serializable
-
Serialized Fields
-
classpath
java.lang.String classpath
Additional JVM classpath (use `Linux` classpath separator) -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
debug
java.lang.Boolean debug
Activates remote debugging, so that a debugger can be attached to the JVM, e.g., using port-forwarding -
debugAddress
java.lang.String debugAddress
Transport address at which to listen for the newly launched JVM (default `*:5005`) -
debugSuspend
java.lang.Boolean debugSuspend
Suspends the target JVM immediately before the main class is loaded -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
options
java.util.List<java.lang.String> options
A list of JVM options -
printCommand
java.lang.Boolean printCommand
Prints the command used the start the JVM in the container logs (default `true`)
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Kamelets extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
Automatically inject all referenced Kamelets and their default configuration (enabled by default) -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
list
java.lang.String list
Comma separated list of Kamelet names to load into the current integration
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Keda extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Knative extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
Enable automatic discovery of all trait properties. -
channelSinks
java.util.List<java.lang.String> channelSinks
List of channels used as destination of integration routes. Can contain simple channel names or full Camel URIs. -
channelSources
java.util.List<java.lang.String> channelSources
List of channels used as source of integration routes. Can contain simple channel names or full Camel URIs. -
config
java.lang.String config
Can be used to inject a Knative complete configuration in JSON format. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
endpointSinks
java.util.List<java.lang.String> endpointSinks
List of endpoints used as destination of integration routes. Can contain simple endpoint names or full Camel URIs. -
endpointSources
java.util.List<java.lang.String> endpointSources
List of channels used as source of integration routes. -
eventSinks
java.util.List<java.lang.String> eventSinks
List of event types that the integration will produce. Can contain simple event types or full Camel URIs (to use a specific broker). -
eventSources
java.util.List<java.lang.String> eventSources
List of event types that the integration will be subscribed to. Can contain simple event types or full Camel URIs (to use a specific broker different from "default"). -
filterSourceChannels
java.lang.Boolean filterSourceChannels
Enables filtering on events based on the header "ce-knativehistory". Since this header has been removed in newer versions of Knative, filtering is disabled by default. -
namespaceLabel
java.lang.Boolean namespaceLabel
Enables the camel-k-operator to set the "bindings.knative.dev/include=true" label to the namespace As Knative requires this label to perform injection of K_SINK URL into the service. If this is false, the integration pod may start and fail, read the SinkBinding Knative documentation. (default: true) -
sinkBinding
java.lang.Boolean sinkBinding
Allows binding the integration to a sink via a Knative SinkBinding resource. This can be used when the integration targets a single sink. It's enabled by default when the integration targets a single sink (except when the integration is owned by a Knative source).
-
-
-
Class org.apache.camel.v1.integrationspec.traits.KnativeService extends java.lang.Object implements Serializable
-
Serialized Fields
-
_class
KnativeService.Class _class
Configures the Knative autoscaling class property (e.g. to set `hpa.autoscaling.knative.dev` or `kpa.autoscaling.knative.dev` autoscaling). Refer to the Knative documentation for more information. -
auto
java.lang.Boolean auto
Automatically deploy the integration as Knative service when all conditions hold: Integration is using the Knative profile * All routes are either starting from an HTTP based consumer or a passive consumer (e.g. `direct` is a passive consumer) -
autoscalingMetric
java.lang.String autoscalingMetric
Configures the Knative autoscaling metric property (e.g. to set `concurrency` based or `cpu` based autoscaling). Refer to the Knative documentation for more information. -
autoscalingTarget
java.lang.Long autoscalingTarget
Sets the allowed concurrency level or CPU percentage (depending on the autoscaling metric) for each Pod. Refer to the Knative documentation for more information. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
maxScale
java.lang.Long maxScale
An upper bound for the number of Pods that can be running in parallel for the integration. Knative has its own cap value that depends on the installation. Refer to the Knative documentation for more information. -
minScale
java.lang.Long minScale
The minimum number of Pods that should be running at any time for the integration. It's **zero** by default, meaning that the integration is scaled down to zero when not used for a configured amount of time. Refer to the Knative documentation for more information. -
rolloutDuration
java.lang.String rolloutDuration
Enables to gradually shift traffic to the latest Revision and sets the rollout duration. It's disabled by default and must be expressed as a Golang `time.Duration` string representation, rounded to a second precision. -
visibility
KnativeService.Visibility visibility
Setting `cluster-local`, Knative service becomes a private service. Specifically, this option applies the `networking.knative.dev/visibility` label to Knative service. Refer to the Knative documentation for more information.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Logging extends java.lang.Object implements Serializable
-
Serialized Fields
-
color
java.lang.Boolean color
Colorize the log output -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
format
java.lang.String format
Logs message format -
json
java.lang.Boolean json
Output the logs in JSON -
jsonPrettyPrint
java.lang.Boolean jsonPrettyPrint
Enable "pretty printing" of the JSON logs -
level
Logging.Level level
Adjust the logging level (defaults to INFO)
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Master extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Mount extends java.lang.Object implements Serializable
-
Serialized Fields
-
configs
java.util.List<java.lang.String> configs
A list of configuration pointing to configmap/secret. The configuration are expected to be UTF-8 resources as they are processed by runtime Camel Context and tried to be parsed as property files. They are also made available on the classpath in order to ease their usage directly from the Route. Syntax: [configmap|secret]:name[/key], where name represents the resource name and key optionally represents the resource key to be filtered -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
resources
java.util.List<java.lang.String> resources
A list of resources (text or binary content) pointing to configmap/secret. The resources are expected to be any resource type (text or binary content). The destination path can be either a default location or any path specified by the user. Syntax: [configmap|secret]:name[/key][@path], where name represents the resource name, key optionally represents the resource key to be filtered and path represents the destination path -
volumes
java.util.List<java.lang.String> volumes
A list of Persistent Volume Claims to be mounted. Syntax: [pvcname:/container/path]
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Openapi extends java.lang.Object implements Serializable
-
Serialized Fields
-
configmaps
java.util.List<java.lang.String> configmaps
The configmaps holding the spec of the OpenAPI -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Owner extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
targetAnnotations
java.util.List<java.lang.String> targetAnnotations
The set of annotations to be transferred -
targetLabels
java.util.List<java.lang.String> targetLabels
The set of labels to be transferred
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Pdb extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
maxUnavailable
java.lang.String maxUnavailable
The number of pods for the Integration that can be unavailable after an eviction. It can be either an absolute number or a percentage (default `1` if `min-available` is also not set). Only one of `max-unavailable` and `min-available` can be specified. -
minAvailable
java.lang.String minAvailable
The number of pods for the Integration that must still be available after an eviction. It can be either an absolute number or a percentage. Only one of `min-available` and `max-unavailable` can be specified.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Platform extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
To automatically detect from the environment if a default platform can be created (it will be created on OpenShift only). -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
createDefault
java.lang.Boolean createDefault
To create a default (empty) platform when the platform is missing. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
global
java.lang.Boolean global
Indicates if the platform should be created globally in the case of global operator (default true).
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Pod extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Prometheus extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
podMonitor
java.lang.Boolean podMonitor
Whether a `PodMonitor` resource is created (default `true`). -
podMonitorLabels
java.util.List<java.lang.String> podMonitorLabels
The `PodMonitor` resource labels, applicable when `pod-monitor` is `true`.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.PullSecret extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
Automatically configures the platform registry secret on the pod if it is of type `kubernetes.io/dockerconfigjson`. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
imagePullerDelegation
java.lang.Boolean imagePullerDelegation
When using a global operator with a shared platform, this enables delegation of the `system:image-puller` cluster role on the operator namespace to the integration service account. -
secretName
java.lang.String secretName
The pull secret name to set on the Pod. If left empty this is automatically taken from the `IntegrationPlatform` registry configuration.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Quarkus extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
packageTypes
java.util.List<Quarkus.PackageTypes> packageTypes
The Quarkus package types, either `fast-jar` or `native` (default `fast-jar`). In case both `fast-jar` and `native` are specified, two `IntegrationKit` resources are created, with the `native` kit having precedence over the `fast-jar` one once ready. The order influences the resolution of the current kit for the integration. The kit corresponding to the first package type will be assigned to the integration in case no existing kit that matches the integration exists.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Registry extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Route extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
host
java.lang.String host
To configure the host exposed by the route. -
tlsCACertificate
java.lang.String tlsCACertificate
The TLS CA certificate contents. Refer to the OpenShift route documentation for additional information. -
tlsCACertificateSecret
java.lang.String tlsCACertificateSecret
The secret name and key reference to the TLS CA certificate. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsCertificate
java.lang.String tlsCertificate
The TLS certificate contents. Refer to the OpenShift route documentation for additional information. -
tlsCertificateSecret
java.lang.String tlsCertificateSecret
The secret name and key reference to the TLS certificate. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsDestinationCACertificate
java.lang.String tlsDestinationCACertificate
The destination CA certificate provides the contents of the ca certificate of the final destination. When using reencrypt termination this file should be provided in order to have routers use it for health checks on the secure connection. If this field is not specified, the router may provide its own destination CA and perform hostname validation using the short service name (service.namespace.svc), which allows infrastructure generated certificates to automatically verify. Refer to the OpenShift route documentation for additional information. -
tlsDestinationCACertificateSecret
java.lang.String tlsDestinationCACertificateSecret
The secret name and key reference to the destination CA certificate. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsInsecureEdgeTerminationPolicy
Route.TlsInsecureEdgeTerminationPolicy tlsInsecureEdgeTerminationPolicy
To configure how to deal with insecure traffic, e.g. `Allow`, `Disable` or `Redirect` traffic. Refer to the OpenShift route documentation for additional information. -
tlsKey
java.lang.String tlsKey
The TLS certificate key contents. Refer to the OpenShift route documentation for additional information. -
tlsKeySecret
java.lang.String tlsKeySecret
The secret name and key reference to the TLS certificate key. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsTermination
Route.TlsTermination tlsTermination
The TLS termination type, like `edge`, `passthrough` or `reencrypt`. Refer to the OpenShift route documentation for additional information.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Service extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
To automatically detect from the code if a Service needs to be created. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
nodePort
java.lang.Boolean nodePort
Enable Service to be exposed as NodePort (default `false`). Deprecated: Use service type instead. -
type
Service.Type type
The type of service to be used, either 'ClusterIP', 'NodePort' or 'LoadBalancer'.
-
-
-
Class org.apache.camel.v1.integrationspec.traits.ServiceBinding extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
services
java.util.List<java.lang.String> services
List of Services in the form [[apigroup/]version:]kind:[namespace/]name
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Strimzi extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Toleration extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
taints
java.util.List<java.lang.String> taints
The list of taints to tolerate, in the form `Key[=Value]:Effect[:Seconds]`
-
-
-
Class org.apache.camel.v1.integrationspec.traits.Tracing extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.__3scale
-
Class org.apache.camel.v1.integrationspec.traits.__3scale.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.affinity
-
Class org.apache.camel.v1.integrationspec.traits.affinity.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.builder
-
Class org.apache.camel.v1.integrationspec.traits.builder.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.camel
-
Class org.apache.camel.v1.integrationspec.traits.camel.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.container
-
Class org.apache.camel.v1.integrationspec.traits.container.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.cron
-
Class org.apache.camel.v1.integrationspec.traits.cron.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.dependencies
-
Class org.apache.camel.v1.integrationspec.traits.dependencies.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.deployer
-
Class org.apache.camel.v1.integrationspec.traits.deployer.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.deployment
-
Class org.apache.camel.v1.integrationspec.traits.deployment.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.environment
-
Class org.apache.camel.v1.integrationspec.traits.environment.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.errorhandler
-
Class org.apache.camel.v1.integrationspec.traits.errorhandler.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.gc
-
Class org.apache.camel.v1.integrationspec.traits.gc.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.health
-
Class org.apache.camel.v1.integrationspec.traits.health.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.ingress
-
Class org.apache.camel.v1.integrationspec.traits.ingress.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.istio
-
Class org.apache.camel.v1.integrationspec.traits.istio.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.jolokia
-
Class org.apache.camel.v1.integrationspec.traits.jolokia.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.jvm
-
Class org.apache.camel.v1.integrationspec.traits.jvm.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.kamelets
-
Class org.apache.camel.v1.integrationspec.traits.kamelets.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.keda
-
Class org.apache.camel.v1.integrationspec.traits.keda.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.knative
-
Class org.apache.camel.v1.integrationspec.traits.knative.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.knativeservice
-
Class org.apache.camel.v1.integrationspec.traits.knativeservice.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.logging
-
Class org.apache.camel.v1.integrationspec.traits.logging.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.master
-
Class org.apache.camel.v1.integrationspec.traits.master.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.mount
-
Class org.apache.camel.v1.integrationspec.traits.mount.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.openapi
-
Class org.apache.camel.v1.integrationspec.traits.openapi.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.owner
-
Class org.apache.camel.v1.integrationspec.traits.owner.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.pdb
-
Class org.apache.camel.v1.integrationspec.traits.pdb.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.platform
-
Class org.apache.camel.v1.integrationspec.traits.platform.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.pod
-
Class org.apache.camel.v1.integrationspec.traits.pod.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.prometheus
-
Class org.apache.camel.v1.integrationspec.traits.prometheus.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.pullsecret
-
Class org.apache.camel.v1.integrationspec.traits.pullsecret.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.quarkus
-
Class org.apache.camel.v1.integrationspec.traits.quarkus.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.registry
-
Class org.apache.camel.v1.integrationspec.traits.registry.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.route
-
Class org.apache.camel.v1.integrationspec.traits.route.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.service
-
Class org.apache.camel.v1.integrationspec.traits.service.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.servicebinding
-
Class org.apache.camel.v1.integrationspec.traits.servicebinding.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.strimzi
-
Class org.apache.camel.v1.integrationspec.traits.strimzi.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.toleration
-
Class org.apache.camel.v1.integrationspec.traits.toleration.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationspec.traits.tracing
-
Class org.apache.camel.v1.integrationspec.traits.tracing.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.integrationstatus
-
Class org.apache.camel.v1.integrationstatus.Conditions extends java.lang.Object implements Serializable
-
Serialized Fields
-
firstTruthyTime
java.lang.String firstTruthyTime
First time the condition status transitioned to True. -
lastTransitionTime
java.lang.String lastTransitionTime
Last time the condition transitioned from one status to another. -
lastUpdateTime
java.lang.String lastUpdateTime
The last time this condition was updated. -
message
java.lang.String message
A human-readable message indicating details about the transition. -
pods
java.util.List<Pods> pods
Pods collect health and conditions information from the owned PODs -
reason
java.lang.String reason
The reason for the condition's last transition. -
status
java.lang.String status
Status of the condition, one of True, False, Unknown. -
type
java.lang.String type
Type of integration condition.
-
-
-
Class org.apache.camel.v1.integrationstatus.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
type
java.lang.String type
represents the type of configuration, ie: property, configmap, secret, ... -
value
java.lang.String value
the value to assign to the configuration (syntax may vary depending on the `Type`)
-
-
-
Class org.apache.camel.v1.integrationstatus.GeneratedSources extends java.lang.Object implements Serializable
-
Serialized Fields
-
compression
java.lang.Boolean compression
if the content is compressed (base64 encrypted) -
content
java.lang.String content
the source code (plain text) -
contentKey
java.lang.String contentKey
the confimap key holding the source content -
contentRef
java.lang.String contentRef
the confimap reference holding the source content -
contentType
java.lang.String contentType
the content type (tipically text or binary) -
interceptors
java.util.List<java.lang.String> interceptors
Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources -
language
java.lang.String language
specify which is the language (Camel DSL) used to interpret this source code -
loader
java.lang.String loader
Loader is an optional id of the org.apache.camel.k.RoutesLoader that will interpret this source at runtime -
name
java.lang.String name
the name of the specification -
path
java.lang.String path
the path where the file is stored -
propertyNames
java.util.List<java.lang.String> propertyNames
List of property names defined in the source (e.g. if type is "template") -
rawContent
java.lang.String rawContent
the source code (binary) -
type
java.lang.String type
Type defines the kind of source described by this object
-
-
-
Class org.apache.camel.v1.integrationstatus.IntegrationKit extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
API version of the referent. -
fieldPath
java.lang.String fieldPath
If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future. -
kind
java.lang.String kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names -
namespace
java.lang.String namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ -
resourceVersion
java.lang.String resourceVersion
Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency -
uid
java.lang.String uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
-
-
-
-
Package org.apache.camel.v1.integrationstatus.conditions
-
Class org.apache.camel.v1.integrationstatus.conditions.Pods extends java.lang.Object implements Serializable
-
-
Package org.apache.camel.v1.integrationstatus.conditions.pods
-
Class org.apache.camel.v1.integrationstatus.conditions.pods.Condition extends java.lang.Object implements Serializable
-
Serialized Fields
-
lastProbeTime
java.lang.String lastProbeTime
Last time we probed the condition. -
lastTransitionTime
java.lang.String lastTransitionTime
Last time the condition transitioned from one status to another. -
message
java.lang.String message
Human-readable message indicating details about last transition. -
reason
java.lang.String reason
Unique, one-word, CamelCase reason for the condition's last transition. -
status
java.lang.String status
Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions -
type
java.lang.String type
Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
-
-
-
Class org.apache.camel.v1.integrationstatus.conditions.pods.Health extends java.lang.Object implements Serializable
-
Serialized Fields
-
data
io.fabric8.kubernetes.api.model.AnyType data
RawMessage is a raw encoded JSON value. It implements Marshaler and Unmarshaler and can be used to delay JSON decoding or precompute a JSON encoding. -
name
java.lang.String name
-
status
java.lang.String status
-
-
-
-
Package org.apache.camel.v1.kameletspec
-
Class org.apache.camel.v1.kameletspec.DataTypes extends java.lang.Object implements Serializable
-
Class org.apache.camel.v1.kameletspec.Definition extends java.lang.Object implements Serializable
-
Serialized Fields
-
$schema
java.lang.String $schema
JSONSchemaURL represents a schema url. -
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
externalDocs
ExternalDocs externalDocs
ExternalDocumentation allows referencing an external resource for extended documentation. -
id
java.lang.String id
-
properties
java.util.Map<java.lang.String,Properties> properties
-
required
java.util.List<java.lang.String> required
-
title
java.lang.String title
-
type
java.lang.String type
-
-
-
Class org.apache.camel.v1.kameletspec.Sources extends java.lang.Object implements Serializable
-
Serialized Fields
-
compression
java.lang.Boolean compression
if the content is compressed (base64 encrypted) -
content
java.lang.String content
the source code (plain text) -
contentKey
java.lang.String contentKey
the confimap key holding the source content -
contentRef
java.lang.String contentRef
the confimap reference holding the source content -
contentType
java.lang.String contentType
the content type (tipically text or binary) -
interceptors
java.util.List<java.lang.String> interceptors
Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources -
language
java.lang.String language
specify which is the language (Camel DSL) used to interpret this source code -
loader
java.lang.String loader
Loader is an optional id of the org.apache.camel.k.RoutesLoader that will interpret this source at runtime -
name
java.lang.String name
the name of the specification -
path
java.lang.String path
the path where the file is stored -
propertyNames
java.util.List<java.lang.String> propertyNames
List of property names defined in the source (e.g. if type is "template") -
rawContent
java.lang.String rawContent
the source code (binary) -
type
java.lang.String type
Type defines the kind of source described by this object
-
-
-
Class org.apache.camel.v1.kameletspec.Template extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1.kameletspec.Types extends java.lang.Object implements Serializable
-
Serialized Fields
-
mediaType
java.lang.String mediaType
media type as expected for HTTP media types (ie, application/json) -
schema
Schema schema
the expected schema for the event
-
-
-
-
Package org.apache.camel.v1.kameletspec.datatypes
-
Class org.apache.camel.v1.kameletspec.datatypes.Headers extends java.lang.Object implements Serializable
-
Serialized Fields
-
_default
java.lang.String _default
-
description
java.lang.String description
-
required
java.lang.Boolean required
-
title
java.lang.String title
-
type
java.lang.String type
-
-
-
Class org.apache.camel.v1.kameletspec.datatypes.Types extends java.lang.Object implements Serializable
-
Serialized Fields
-
dependencies
java.util.List<java.lang.String> dependencies
the list of Camel or Maven dependencies required by the data type -
description
java.lang.String description
optional description -
format
java.lang.String format
the data type format name -
headers
java.util.Map<java.lang.String,Headers> headers
one to many header specifications -
mediaType
java.lang.String mediaType
media type as expected for HTTP media types (ie, application/json) -
schema
Schema schema
the expected schema for the data type -
scheme
java.lang.String scheme
the data type component scheme
-
-
-
-
Package org.apache.camel.v1.kameletspec.datatypes.types
-
Class org.apache.camel.v1.kameletspec.datatypes.types.Headers extends java.lang.Object implements Serializable
-
Serialized Fields
-
_default
java.lang.String _default
-
description
java.lang.String description
-
required
java.lang.Boolean required
-
title
java.lang.String title
-
type
java.lang.String type
-
-
-
Class org.apache.camel.v1.kameletspec.datatypes.types.Schema extends java.lang.Object implements Serializable
-
Serialized Fields
-
$schema
java.lang.String $schema
JSONSchemaURL represents a schema url. -
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
externalDocs
ExternalDocs externalDocs
ExternalDocumentation allows referencing an external resource for extended documentation. -
id
java.lang.String id
-
properties
java.util.Map<java.lang.String,Properties> properties
-
required
java.util.List<java.lang.String> required
-
title
java.lang.String title
-
type
java.lang.String type
-
-
-
-
Package org.apache.camel.v1.kameletspec.datatypes.types.schema
-
Class org.apache.camel.v1.kameletspec.datatypes.types.schema.ExternalDocs extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
url
java.lang.String url
-
-
-
Class org.apache.camel.v1.kameletspec.datatypes.types.schema.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
_default
io.fabric8.kubernetes.api.model.AnyType _default
default is a default value for undefined object fields. -
_enum
java.util.List<io.fabric8.kubernetes.api.model.AnyType> _enum
-
deprecated
java.lang.Boolean deprecated
-
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
exclusiveMaximum
java.lang.Boolean exclusiveMaximum
-
exclusiveMinimum
java.lang.Boolean exclusiveMinimum
-
format
java.lang.String format
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated: - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF" following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,255)" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339. -
id
java.lang.String id
-
maximum
java.lang.String maximum
A Number represents a JSON number literal. -
maxItems
java.lang.Long maxItems
-
maxLength
java.lang.Long maxLength
-
maxProperties
java.lang.Long maxProperties
-
minimum
java.lang.String minimum
A Number represents a JSON number literal. -
minItems
java.lang.Long minItems
-
minLength
java.lang.Long minLength
-
minProperties
java.lang.Long minProperties
-
multipleOf
java.lang.String multipleOf
A Number represents a JSON number literal. -
nullable
java.lang.Boolean nullable
-
pattern
java.lang.String pattern
-
title
java.lang.String title
-
type
java.lang.String type
-
uniqueItems
java.lang.Boolean uniqueItems
-
xDescriptors
java.util.List<java.lang.String> xDescriptors
XDescriptors is a list of extended properties that trigger a custom behavior in external systems
-
-
-
-
Package org.apache.camel.v1.kameletspec.definition
-
Class org.apache.camel.v1.kameletspec.definition.ExternalDocs extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
url
java.lang.String url
-
-
-
Class org.apache.camel.v1.kameletspec.definition.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
_default
io.fabric8.kubernetes.api.model.AnyType _default
default is a default value for undefined object fields. -
_enum
java.util.List<io.fabric8.kubernetes.api.model.AnyType> _enum
-
deprecated
java.lang.Boolean deprecated
-
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
exclusiveMaximum
java.lang.Boolean exclusiveMaximum
-
exclusiveMinimum
java.lang.Boolean exclusiveMinimum
-
format
java.lang.String format
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated: - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF" following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,255)" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339. -
id
java.lang.String id
-
maximum
java.lang.String maximum
A Number represents a JSON number literal. -
maxItems
java.lang.Long maxItems
-
maxLength
java.lang.Long maxLength
-
maxProperties
java.lang.Long maxProperties
-
minimum
java.lang.String minimum
A Number represents a JSON number literal. -
minItems
java.lang.Long minItems
-
minLength
java.lang.Long minLength
-
minProperties
java.lang.Long minProperties
-
multipleOf
java.lang.String multipleOf
A Number represents a JSON number literal. -
nullable
java.lang.Boolean nullable
-
pattern
java.lang.String pattern
-
title
java.lang.String title
-
type
java.lang.String type
-
uniqueItems
java.lang.Boolean uniqueItems
-
xDescriptors
java.util.List<java.lang.String> xDescriptors
XDescriptors is a list of extended properties that trigger a custom behavior in external systems
-
-
-
-
Package org.apache.camel.v1.kameletspec.types
-
Class org.apache.camel.v1.kameletspec.types.Schema extends java.lang.Object implements Serializable
-
Serialized Fields
-
$schema
java.lang.String $schema
JSONSchemaURL represents a schema url. -
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
externalDocs
ExternalDocs externalDocs
ExternalDocumentation allows referencing an external resource for extended documentation. -
id
java.lang.String id
-
properties
java.util.Map<java.lang.String,Properties> properties
-
required
java.util.List<java.lang.String> required
-
title
java.lang.String title
-
type
java.lang.String type
-
-
-
-
Package org.apache.camel.v1.kameletspec.types.schema
-
Class org.apache.camel.v1.kameletspec.types.schema.ExternalDocs extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
url
java.lang.String url
-
-
-
Class org.apache.camel.v1.kameletspec.types.schema.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
_default
io.fabric8.kubernetes.api.model.AnyType _default
default is a default value for undefined object fields. -
_enum
java.util.List<io.fabric8.kubernetes.api.model.AnyType> _enum
-
deprecated
java.lang.Boolean deprecated
-
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
exclusiveMaximum
java.lang.Boolean exclusiveMaximum
-
exclusiveMinimum
java.lang.Boolean exclusiveMinimum
-
format
java.lang.String format
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated: - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF" following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,255)" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339. -
id
java.lang.String id
-
maximum
java.lang.String maximum
A Number represents a JSON number literal. -
maxItems
java.lang.Long maxItems
-
maxLength
java.lang.Long maxLength
-
maxProperties
java.lang.Long maxProperties
-
minimum
java.lang.String minimum
A Number represents a JSON number literal. -
minItems
java.lang.Long minItems
-
minLength
java.lang.Long minLength
-
minProperties
java.lang.Long minProperties
-
multipleOf
java.lang.String multipleOf
A Number represents a JSON number literal. -
nullable
java.lang.Boolean nullable
-
pattern
java.lang.String pattern
-
title
java.lang.String title
-
type
java.lang.String type
-
uniqueItems
java.lang.Boolean uniqueItems
-
xDescriptors
java.util.List<java.lang.String> xDescriptors
XDescriptors is a list of extended properties that trigger a custom behavior in external systems
-
-
-
-
Package org.apache.camel.v1.kameletstatus
-
Class org.apache.camel.v1.kameletstatus.Conditions extends java.lang.Object implements Serializable
-
Serialized Fields
-
lastTransitionTime
java.lang.String lastTransitionTime
Last time the condition transitioned from one status to another. -
lastUpdateTime
java.lang.String lastUpdateTime
The last time this condition was updated. -
message
java.lang.String message
A human-readable message indicating details about the transition. -
reason
java.lang.String reason
The reason for the condition's last transition. -
status
java.lang.String status
Status of the condition, one of True, False, Unknown. -
type
java.lang.String type
Type of kamelet condition.
-
-
-
Class org.apache.camel.v1.kameletstatus.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
_default
java.lang.String _default
the default value of the property (if any) -
name
java.lang.String name
the name of the property
-
-
-
-
Package org.apache.camel.v1.pipespec
-
Class org.apache.camel.v1.pipespec.ErrorHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1.pipespec.Integration extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
java.util.List<Configuration> configuration
Deprecated: Use camel trait (camel.properties) to manage properties Use mount trait (mount.configs) to manage configs Use mount trait (mount.resources) to manage resources Use mount trait (mount.volumes) to manage volumes -
dependencies
java.util.List<java.lang.String> dependencies
the list of Camel or Maven dependencies required by the Integration -
flows
java.util.List<Flows> flows
a source in YAML DSL language which contain the routes to run -
integrationKit
IntegrationKit integrationKit
the reference of the `IntegrationKit` which is used for this Integration -
profile
java.lang.String profile
the profile needed to run this Integration -
replicas
java.lang.Integer replicas
the number of `Pods` needed for the running Integration -
repositories
java.util.List<java.lang.String> repositories
additional Maven repositories to be used -
serviceAccountName
java.lang.String serviceAccountName
custom SA to use for the Integration -
sources
java.util.List<Sources> sources
the sources which contain the Camel routes to run -
template
Template template
Pod template customization -
traits
Traits traits
the traits needed to run this Integration
-
-
-
Class org.apache.camel.v1.pipespec.Sink extends java.lang.Object implements Serializable
-
Serialized Fields
-
dataTypes
java.util.Map<java.lang.String,DataTypes> dataTypes
DataTypes defines the data type of the data produced/consumed by the endpoint and references a given data type specification. -
properties
Properties properties
Properties are a key value representation of endpoint properties -
ref
Ref ref
Ref can be used to declare a Kubernetes resource as source/sink endpoint -
uri
java.lang.String uri
URI can be used to specify the (Camel) endpoint explicitly
-
-
-
Class org.apache.camel.v1.pipespec.Source extends java.lang.Object implements Serializable
-
Serialized Fields
-
dataTypes
java.util.Map<java.lang.String,DataTypes> dataTypes
DataTypes defines the data type of the data produced/consumed by the endpoint and references a given data type specification. -
properties
Properties properties
Properties are a key value representation of endpoint properties -
ref
Ref ref
Ref can be used to declare a Kubernetes resource as source/sink endpoint -
uri
java.lang.String uri
URI can be used to specify the (Camel) endpoint explicitly
-
-
-
Class org.apache.camel.v1.pipespec.Steps extends java.lang.Object implements Serializable
-
Serialized Fields
-
dataTypes
java.util.Map<java.lang.String,DataTypes> dataTypes
DataTypes defines the data type of the data produced/consumed by the endpoint and references a given data type specification. -
properties
Properties properties
Properties are a key value representation of endpoint properties -
ref
Ref ref
Ref can be used to declare a Kubernetes resource as source/sink endpoint -
uri
java.lang.String uri
URI can be used to specify the (Camel) endpoint explicitly
-
-
-
-
Package org.apache.camel.v1.pipespec.integration
-
Class org.apache.camel.v1.pipespec.integration.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
type
java.lang.String type
represents the type of configuration, ie: property, configmap, secret, ... -
value
java.lang.String value
the value to assign to the configuration (syntax may vary depending on the `Type`)
-
-
-
Class org.apache.camel.v1.pipespec.integration.Flows extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1.pipespec.integration.IntegrationKit extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
API version of the referent. -
fieldPath
java.lang.String fieldPath
If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future. -
kind
java.lang.String kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names -
namespace
java.lang.String namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ -
resourceVersion
java.lang.String resourceVersion
Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency -
uid
java.lang.String uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
-
-
-
Class org.apache.camel.v1.pipespec.integration.Sources extends java.lang.Object implements Serializable
-
Serialized Fields
-
compression
java.lang.Boolean compression
if the content is compressed (base64 encrypted) -
content
java.lang.String content
the source code (plain text) -
contentKey
java.lang.String contentKey
the confimap key holding the source content -
contentRef
java.lang.String contentRef
the confimap reference holding the source content -
contentType
java.lang.String contentType
the content type (tipically text or binary) -
interceptors
java.util.List<java.lang.String> interceptors
Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources -
language
java.lang.String language
specify which is the language (Camel DSL) used to interpret this source code -
loader
java.lang.String loader
Loader is an optional id of the org.apache.camel.k.RoutesLoader that will interpret this source at runtime -
name
java.lang.String name
the name of the specification -
path
java.lang.String path
the path where the file is stored -
propertyNames
java.util.List<java.lang.String> propertyNames
List of property names defined in the source (e.g. if type is "template") -
rawContent
java.lang.String rawContent
the source code (binary) -
type
java.lang.String type
Type defines the kind of source described by this object
-
-
-
Class org.apache.camel.v1.pipespec.integration.Template extends java.lang.Object implements Serializable
-
Serialized Fields
-
spec
Spec spec
the specification
-
-
-
Class org.apache.camel.v1.pipespec.integration.Traits extends java.lang.Object implements Serializable
-
Serialized Fields
-
_3scale
_3scale _3scale
Deprecated: for backward compatibility. -
addons
java.util.Map<java.lang.String,Addons> addons
The extension point with addon traits -
affinity
Affinity affinity
The configuration of Affinity trait -
builder
Builder builder
The configuration of Builder trait -
camel
Camel camel
The configuration of Camel trait -
container
Container container
The configuration of Container trait -
cron
Cron cron
The configuration of Cron trait -
dependencies
Dependencies dependencies
The configuration of Dependencies trait -
deployer
Deployer deployer
The configuration of Deployer trait -
deployment
Deployment deployment
The configuration of Deployment trait -
environment
Environment environment
The configuration of Environment trait -
errorHandler
ErrorHandler errorHandler
The configuration of Error Handler trait -
gc
Gc gc
The configuration of GC trait -
health
Health health
The configuration of Health trait -
ingress
Ingress ingress
The configuration of Ingress trait -
istio
Istio istio
The configuration of Istio trait -
jolokia
Jolokia jolokia
The configuration of Jolokia trait -
jvm
Jvm jvm
The configuration of JVM trait -
kamelets
Kamelets kamelets
The configuration of Kamelets trait -
keda
Keda keda
Deprecated: for backward compatibility. -
knative
Knative knative
The configuration of Knative trait -
knativeService
KnativeService knativeService
The configuration of Knative Service trait -
logging
Logging logging
The configuration of Logging trait -
master
Master master
Deprecated: for backward compatibility. -
mount
Mount mount
The configuration of Mount trait -
openapi
Openapi openapi
The configuration of OpenAPI trait -
owner
Owner owner
The configuration of Owner trait -
pdb
Pdb pdb
The configuration of PDB trait -
platform
Platform platform
The configuration of Platform trait -
pod
Pod pod
The configuration of Pod trait -
prometheus
Prometheus prometheus
The configuration of Prometheus trait -
pullSecret
PullSecret pullSecret
The configuration of Pull Secret trait -
quarkus
Quarkus quarkus
The configuration of Quarkus trait -
registry
Registry registry
The configuration of Registry trait -
route
Route route
The configuration of Route trait -
service
Service service
The configuration of Service trait -
serviceBinding
ServiceBinding serviceBinding
The configuration of Service Binding trait -
strimzi
Strimzi strimzi
Deprecated: for backward compatibility. -
toleration
Toleration toleration
The configuration of Toleration trait -
tracing
Tracing tracing
Deprecated: for backward compatibility.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template
-
Class org.apache.camel.v1.pipespec.integration.template.Spec extends java.lang.Object implements Serializable
-
Serialized Fields
-
activeDeadlineSeconds
java.lang.Long activeDeadlineSeconds
ActiveDeadlineSeconds -
containers
java.util.List<Containers> containers
Containers -
dnsPolicy
java.lang.String dnsPolicy
DNSPolicy -
ephemeralContainers
java.util.List<EphemeralContainers> ephemeralContainers
EphemeralContainers -
initContainers
java.util.List<InitContainers> initContainers
InitContainers -
nodeSelector
java.util.Map<java.lang.String,java.lang.String> nodeSelector
NodeSelector -
restartPolicy
java.lang.String restartPolicy
RestartPolicy -
securityContext
SecurityContext securityContext
PodSecurityContext -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
TerminationGracePeriodSeconds -
topologySpreadConstraints
java.util.List<TopologySpreadConstraints> topologySpreadConstraints
TopologySpreadConstraints -
volumes
java.util.List<Volumes> volumes
Volumes
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec
-
Class org.apache.camel.v1.pipespec.integration.template.spec.Containers extends java.lang.Object implements Serializable
-
Serialized Fields
-
args
java.util.List<java.lang.String> args
Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
command
java.util.List<java.lang.String> command
Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
env
java.util.List<Env> env
List of environment variables to set in the container. Cannot be updated. -
envFrom
java.util.List<EnvFrom> envFrom
List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. -
image
java.lang.String image
Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets. -
imagePullPolicy
java.lang.String imagePullPolicy
Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images -
lifecycle
Lifecycle lifecycle
Actions that the management system should take in response to container lifecycle events. Cannot be updated. -
livenessProbe
LivenessProbe livenessProbe
Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
name
java.lang.String name
Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated. -
ports
java.util.List<Ports> ports
List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated. -
readinessProbe
ReadinessProbe readinessProbe
Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
resources
Resources resources
Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
securityContext
SecurityContext securityContext
SecurityContext defines the security options the container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ -
startupProbe
StartupProbe startupProbe
StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
stdin
java.lang.Boolean stdin
Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. -
stdinOnce
java.lang.Boolean stdinOnce
Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false -
terminationMessagePath
java.lang.String terminationMessagePath
Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. -
terminationMessagePolicy
java.lang.String terminationMessagePolicy
Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. -
tty
java.lang.Boolean tty
Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. -
volumeDevices
java.util.List<VolumeDevices> volumeDevices
volumeDevices is the list of block devices to be used by the container. -
volumeMounts
java.util.List<VolumeMounts> volumeMounts
Pod volumes to mount into the container's filesystem. Cannot be updated. -
workingDir
java.lang.String workingDir
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.EphemeralContainers extends java.lang.Object implements Serializable
-
Serialized Fields
-
args
java.util.List<java.lang.String> args
Arguments to the entrypoint. The image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
command
java.util.List<java.lang.String> command
Entrypoint array. Not executed within a shell. The image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
env
java.util.List<Env> env
List of environment variables to set in the container. Cannot be updated. -
envFrom
java.util.List<EnvFrom> envFrom
List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. -
image
java.lang.String image
Container image name. More info: https://kubernetes.io/docs/concepts/containers/images -
imagePullPolicy
java.lang.String imagePullPolicy
Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images -
lifecycle
Lifecycle lifecycle
Lifecycle is not allowed for ephemeral containers. -
livenessProbe
LivenessProbe livenessProbe
Probes are not allowed for ephemeral containers. -
name
java.lang.String name
Name of the ephemeral container specified as a DNS_LABEL. This name must be unique among all containers, init containers and ephemeral containers. -
ports
java.util.List<Ports> ports
Ports are not allowed for ephemeral containers. -
readinessProbe
ReadinessProbe readinessProbe
Probes are not allowed for ephemeral containers. -
resources
Resources resources
Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod. -
securityContext
SecurityContext securityContext
Optional: SecurityContext defines the security options the ephemeral container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. -
startupProbe
StartupProbe startupProbe
Probes are not allowed for ephemeral containers. -
stdin
java.lang.Boolean stdin
Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. -
stdinOnce
java.lang.Boolean stdinOnce
Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false -
targetContainerName
java.lang.String targetContainerName
If set, the name of the container from PodSpec that this ephemeral container targets. The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container uses the namespaces configured in the Pod spec. The container runtime must implement support for this feature. If the runtime does not support namespace targeting then the result of setting this field is undefined. -
terminationMessagePath
java.lang.String terminationMessagePath
Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. -
terminationMessagePolicy
java.lang.String terminationMessagePolicy
Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. -
tty
java.lang.Boolean tty
Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. -
volumeDevices
java.util.List<VolumeDevices> volumeDevices
volumeDevices is the list of block devices to be used by the container. -
volumeMounts
java.util.List<VolumeMounts> volumeMounts
Pod volumes to mount into the container's filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated. -
workingDir
java.lang.String workingDir
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.InitContainers extends java.lang.Object implements Serializable
-
Serialized Fields
-
args
java.util.List<java.lang.String> args
Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
command
java.util.List<java.lang.String> command
Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
env
java.util.List<Env> env
List of environment variables to set in the container. Cannot be updated. -
envFrom
java.util.List<EnvFrom> envFrom
List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. -
image
java.lang.String image
Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets. -
imagePullPolicy
java.lang.String imagePullPolicy
Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images -
lifecycle
Lifecycle lifecycle
Actions that the management system should take in response to container lifecycle events. Cannot be updated. -
livenessProbe
LivenessProbe livenessProbe
Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
name
java.lang.String name
Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated. -
ports
java.util.List<Ports> ports
List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated. -
readinessProbe
ReadinessProbe readinessProbe
Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
resources
Resources resources
Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
securityContext
SecurityContext securityContext
SecurityContext defines the security options the container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ -
startupProbe
StartupProbe startupProbe
StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
stdin
java.lang.Boolean stdin
Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. -
stdinOnce
java.lang.Boolean stdinOnce
Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false -
terminationMessagePath
java.lang.String terminationMessagePath
Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. -
terminationMessagePolicy
java.lang.String terminationMessagePolicy
Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. -
tty
java.lang.Boolean tty
Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. -
volumeDevices
java.util.List<VolumeDevices> volumeDevices
volumeDevices is the list of block devices to be used by the container. -
volumeMounts
java.util.List<VolumeMounts> volumeMounts
Pod volumes to mount into the container's filesystem. Cannot be updated. -
workingDir
java.lang.String workingDir
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.SecurityContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsGroup
java.lang.Long fsGroup
A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod: 1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw---- If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows. -
fsGroupChangePolicy
java.lang.String fsGroupChangePolicy
fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows. -
runAsGroup
java.lang.Long runAsGroup
The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. -
runAsNonRoot
java.lang.Boolean runAsNonRoot
Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. -
runAsUser
java.lang.Long runAsUser
The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. -
seccompProfile
SeccompProfile seccompProfile
The seccomp options to use by the containers in this pod. Note that this field cannot be set when spec.os.name is windows. -
seLinuxOptions
SeLinuxOptions seLinuxOptions
The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. -
supplementalGroups
java.util.List<java.lang.Long> supplementalGroups
A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container. Note that this field cannot be set when spec.os.name is windows. -
sysctls
java.util.List<Sysctls> sysctls
Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows. -
windowsOptions
WindowsOptions windowsOptions
The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.TopologySpreadConstraints extends java.lang.Object implements Serializable
-
Serialized Fields
-
labelSelector
LabelSelector labelSelector
LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain. -
matchLabelKeys
java.util.List<java.lang.String> matchLabelKeys
MatchLabelKeys is a set of pod label keys to select the pods over which spreading will be calculated. The keys are used to lookup values from the incoming pod labels, those key-value labels are ANDed with labelSelector to select the group of existing pods over which spreading will be calculated for the incoming pod. Keys that don't exist in the incoming pod labels will be ignored. A null or empty list means only match against labelSelector. -
maxSkew
java.lang.Integer maxSkew
MaxSkew describes the degree to which pods may be unevenly distributed. When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference between the number of matching pods in the target topology and the global minimum. The global minimum is the minimum number of matching pods in an eligible domain or zero if the number of eligible domains is less than MinDomains. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 2/2/1: In this case, the global minimum is 1. | zone1 | zone2 | zone3 | | P P | P P | P | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2; scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence to topologies that satisfy it. It's a required field. Default value is 1 and 0 is not allowed. -
minDomains
java.lang.Integer minDomains
MinDomains indicates a minimum number of eligible domains. When the number of eligible domains with matching topology keys is less than minDomains, Pod Topology Spread treats "global minimum" as 0, and then the calculation of Skew is performed. And when the number of eligible domains with matching topology keys equals or greater than minDomains, this value has no effect on scheduling. As a result, when the number of eligible domains is less than minDomains, scheduler won't schedule more than maxSkew Pods to those domains. If value is nil, the constraint behaves as if MinDomains is equal to 1. Valid values are integers greater than 0. When value is not nil, WhenUnsatisfiable must be DoNotSchedule. For example, in a 3-zone cluster, MaxSkew is set to 2, MinDomains is set to 5 and pods with the same labelSelector spread as 2/2/2: | zone1 | zone2 | zone3 | | P P | P P | P P | The number of domains is less than 5(MinDomains), so "global minimum" is treated as 0. In this situation, new pod with the same labelSelector cannot be scheduled, because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones, it will violate MaxSkew. This is a beta field and requires the MinDomainsInPodTopologySpread feature gate to be enabled (enabled by default). -
nodeAffinityPolicy
java.lang.String nodeAffinityPolicy
NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector when calculating pod topology spread skew. Options are: - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations. - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations. If this value is nil, the behavior is equivalent to the Honor policy. This is a alpha-level feature enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. -
nodeTaintsPolicy
java.lang.String nodeTaintsPolicy
NodeTaintsPolicy indicates how we will treat node taints when calculating pod topology spread skew. Options are: - Honor: nodes without taints, along with tainted nodes for which the incoming pod has a toleration, are included. - Ignore: node taints are ignored. All nodes are included. If this value is nil, the behavior is equivalent to the Ignore policy. This is a alpha-level feature enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. -
topologyKey
java.lang.String topologyKey
TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider eachas a "bucket", and try to put balanced number of pods into each bucket. We define a domain as a particular instance of a topology. Also, we define an eligible domain as a domain whose nodes meet the requirements of nodeAffinityPolicy and nodeTaintsPolicy. e.g. If TopologyKey is "kubernetes.io/hostname", each Node is a domain of that topology. And, if TopologyKey is "topology.kubernetes.io/zone", each zone is a domain of that topology. It's a required field. -
whenUnsatisfiable
java.lang.String whenUnsatisfiable
WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location, but giving higher precedence to topologies that would help reduce the skew. A constraint is considered "Unsatisfiable" for an incoming pod if and only if every possible node assignment for that pod would violate "MaxSkew" on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 3/1/1: | zone1 | zone2 | zone3 | | P P P | P | P | If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled to zone2(zone3) to become 3/2/1(3/1/2) as ActualSkew(2-1) on zone2(zone3) satisfies MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler won't make it *more* imbalanced. It's a required field.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.Volumes extends java.lang.Object implements Serializable
-
Serialized Fields
-
awsElasticBlockStore
AwsElasticBlockStore awsElasticBlockStore
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore -
azureDisk
AzureDisk azureDisk
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. -
azureFile
AzureFile azureFile
azureFile represents an Azure File Service mount on the host and bind mount to the pod. -
cephfs
Cephfs cephfs
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime -
cinder
Cinder cinder
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md -
configMap
ConfigMap configMap
configMap represents a configMap that should populate this volume -
csi
Csi csi
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature). -
downwardAPI
DownwardAPI downwardAPI
downwardAPI represents downward API about the pod that should populate this volume -
emptyDir
EmptyDir emptyDir
emptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir -
ephemeral
Ephemeral ephemeral
ephemeral represents a volume that is handled by a cluster storage driver. The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed. Use this if: a) the volume is only needed while the pod runs, b) features of normal volumes like restoring from snapshot or capacity tracking are needed, c) the storage driver is specified through a storage class, and d) the storage driver supports dynamic volume provisioning through a PersistentVolumeClaim (see EphemeralVolumeSource for more information on the connection between this volume type and PersistentVolumeClaim). Use PersistentVolumeClaim or one of the vendor-specific APIs for volumes that persist for longer than the lifecycle of an individual pod. Use CSI for light-weight local ephemeral volumes if the CSI driver is meant to be used that way - see the documentation of the driver for more information. A pod can use both types of ephemeral volumes and persistent volumes at the same time. -
fc
Fc fc
fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. -
flexVolume
FlexVolume flexVolume
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. -
flocker
Flocker flocker
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running -
gcePersistentDisk
GcePersistentDisk gcePersistentDisk
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk -
gitRepo
GitRepo gitRepo
gitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container. -
glusterfs
Glusterfs glusterfs
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md -
hostPath
HostPath hostPath
hostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath --- TODO(jonesdl) We need to restrict who can use host directory mounts and who can/can not mount host directories as read/write. -
iscsi
Iscsi iscsi
iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md -
name
java.lang.String name
name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names -
nfs
Nfs nfs
nfs represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs -
persistentVolumeClaim
PersistentVolumeClaim persistentVolumeClaim
persistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims -
photonPersistentDisk
PhotonPersistentDisk photonPersistentDisk
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine -
portworxVolume
PortworxVolume portworxVolume
portworxVolume represents a portworx volume attached and mounted on kubelets host machine -
projected
Projected projected
projected items for all in one resources secrets, configmaps, and downward API -
quobyte
Quobyte quobyte
quobyte represents a Quobyte mount on the host that shares a pod's lifetime -
rbd
Rbd rbd
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md -
scaleIO
ScaleIO scaleIO
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. -
secret
Secret secret
secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret -
storageos
Storageos storageos
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes. -
vsphereVolume
VsphereVolume vsphereVolume
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.Env extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the environment variable. Must be a C_IDENTIFIER. -
value
java.lang.String value
Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". -
valueFrom
ValueFrom valueFrom
Source for the environment variable's value. Cannot be used if value is not empty.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.EnvFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapRef
ConfigMapRef configMapRef
The ConfigMap to select from -
prefix
java.lang.String prefix
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. -
secretRef
SecretRef secretRef
The Secret to select from
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.Lifecycle extends java.lang.Object implements Serializable
-
Serialized Fields
-
postStart
PostStart postStart
PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks -
preStop
PreStop preStop
PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.LivenessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.Ports extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerPort
java.lang.Integer containerPort
Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536. -
hostIP
java.lang.String hostIP
What host IP to bind the external port to. -
hostPort
java.lang.Integer hostPort
Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this. -
name
java.lang.String name
If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. -
protocol
java.lang.String protocol
Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP".
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.ReadinessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.Resources extends java.lang.Object implements Serializable
-
Serialized Fields
-
limits
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> limits
Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
requests
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> requests
Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.SecurityContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
allowPrivilegeEscalation
java.lang.Boolean allowPrivilegeEscalation
AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows. -
capabilities
Capabilities capabilities
The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows. -
privileged
java.lang.Boolean privileged
Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows. -
procMount
java.lang.String procMount
procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. -
readOnlyRootFilesystem
java.lang.Boolean readOnlyRootFilesystem
Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows. -
runAsGroup
java.lang.Long runAsGroup
The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
runAsNonRoot
java.lang.Boolean runAsNonRoot
Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. -
runAsUser
java.lang.Long runAsUser
The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
seccompProfile
SeccompProfile seccompProfile
The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows. -
seLinuxOptions
SeLinuxOptions seLinuxOptions
The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
windowsOptions
WindowsOptions windowsOptions
The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.StartupProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.VolumeDevices extends java.lang.Object implements Serializable
-
Serialized Fields
-
devicePath
java.lang.String devicePath
devicePath is the path inside of the container that the device will be mapped to. -
name
java.lang.String name
name must match the name of a persistentVolumeClaim in the pod
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.VolumeMounts extends java.lang.Object implements Serializable
-
Serialized Fields
-
mountPath
java.lang.String mountPath
Path within the container at which the volume should be mounted. Must not contain ':'. -
mountPropagation
java.lang.String mountPropagation
mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. -
name
java.lang.String name
This must match the Name of a Volume. -
readOnly
java.lang.Boolean readOnly
Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. -
subPath
java.lang.String subPath
Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). -
subPathExpr
java.lang.String subPathExpr
Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers.env
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.env.ValueFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
fieldRef
FieldRef fieldRef
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations[' ']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret in the pod's namespace
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers.env.valuefrom
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.env.valuefrom.ConfigMapKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key to select. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap or its key must be defined
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.env.valuefrom.FieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
Version of the schema the FieldPath is written in terms of, defaults to "v1". -
fieldPath
java.lang.String fieldPath
Path of the field to select in the specified API version.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.env.valuefrom.ResourceFieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerName
java.lang.String containerName
Container name: required for volumes, optional for env vars -
divisor
io.fabric8.kubernetes.api.model.IntOrString divisor
Specifies the output format of the exposed resources, defaults to "1" -
resource
java.lang.String resource
Required: resource to select
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.env.valuefrom.SecretKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers.envfrom
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.envfrom.ConfigMapRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap must be defined
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.envfrom.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret must be defined
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers.lifecycle
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.lifecycle.PostStart extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.lifecycle.PreStop extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers.lifecycle.poststart
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.lifecycle.poststart.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.lifecycle.poststart.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.lifecycle.poststart.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers.lifecycle.poststart.httpget
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.lifecycle.poststart.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers.lifecycle.prestop
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.lifecycle.prestop.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.lifecycle.prestop.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.lifecycle.prestop.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers.lifecycle.prestop.httpget
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.lifecycle.prestop.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers.livenessprobe
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.livenessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.livenessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.livenessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.livenessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers.livenessprobe.httpget
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.livenessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers.readinessprobe
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.readinessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.readinessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.readinessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.readinessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers.readinessprobe.httpget
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.readinessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers.securitycontext
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.securitycontext.Capabilities extends java.lang.Object implements Serializable
-
Serialized Fields
-
add
java.util.List<java.lang.String> add
Added capabilities -
drop
java.util.List<java.lang.String> drop
Removed capabilities
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.securitycontext.SeccompProfile extends java.lang.Object implements Serializable
-
Serialized Fields
-
localhostProfile
java.lang.String localhostProfile
localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". -
type
java.lang.String type
type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.securitycontext.SeLinuxOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
level
java.lang.String level
Level is SELinux level label that applies to the container. -
role
java.lang.String role
Role is a SELinux role label that applies to the container. -
type
java.lang.String type
Type is a SELinux type label that applies to the container. -
user
java.lang.String user
User is a SELinux user label that applies to the container.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.securitycontext.WindowsOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
gmsaCredentialSpec
java.lang.String gmsaCredentialSpec
GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. -
gmsaCredentialSpecName
java.lang.String gmsaCredentialSpecName
GMSACredentialSpecName is the name of the GMSA credential spec to use. -
hostProcess
java.lang.Boolean hostProcess
HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true. -
runAsUserName
java.lang.String runAsUserName
The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers.startupprobe
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.startupprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.startupprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.startupprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.startupprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.containers.startupprobe.httpget
-
Class org.apache.camel.v1.pipespec.integration.template.spec.containers.startupprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.Env extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the environment variable. Must be a C_IDENTIFIER. -
value
java.lang.String value
Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". -
valueFrom
ValueFrom valueFrom
Source for the environment variable's value. Cannot be used if value is not empty.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.EnvFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapRef
ConfigMapRef configMapRef
The ConfigMap to select from -
prefix
java.lang.String prefix
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. -
secretRef
SecretRef secretRef
The Secret to select from
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.Lifecycle extends java.lang.Object implements Serializable
-
Serialized Fields
-
postStart
PostStart postStart
PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks -
preStop
PreStop preStop
PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.LivenessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.Ports extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerPort
java.lang.Integer containerPort
Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536. -
hostIP
java.lang.String hostIP
What host IP to bind the external port to. -
hostPort
java.lang.Integer hostPort
Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this. -
name
java.lang.String name
If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. -
protocol
java.lang.String protocol
Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP".
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.ReadinessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.Resources extends java.lang.Object implements Serializable
-
Serialized Fields
-
limits
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> limits
Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
requests
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> requests
Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.SecurityContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
allowPrivilegeEscalation
java.lang.Boolean allowPrivilegeEscalation
AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows. -
capabilities
Capabilities capabilities
The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows. -
privileged
java.lang.Boolean privileged
Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows. -
procMount
java.lang.String procMount
procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. -
readOnlyRootFilesystem
java.lang.Boolean readOnlyRootFilesystem
Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows. -
runAsGroup
java.lang.Long runAsGroup
The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
runAsNonRoot
java.lang.Boolean runAsNonRoot
Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. -
runAsUser
java.lang.Long runAsUser
The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
seccompProfile
SeccompProfile seccompProfile
The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows. -
seLinuxOptions
SeLinuxOptions seLinuxOptions
The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
windowsOptions
WindowsOptions windowsOptions
The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.StartupProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.VolumeDevices extends java.lang.Object implements Serializable
-
Serialized Fields
-
devicePath
java.lang.String devicePath
devicePath is the path inside of the container that the device will be mapped to. -
name
java.lang.String name
name must match the name of a persistentVolumeClaim in the pod
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.VolumeMounts extends java.lang.Object implements Serializable
-
Serialized Fields
-
mountPath
java.lang.String mountPath
Path within the container at which the volume should be mounted. Must not contain ':'. -
mountPropagation
java.lang.String mountPropagation
mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. -
name
java.lang.String name
This must match the Name of a Volume. -
readOnly
java.lang.Boolean readOnly
Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. -
subPath
java.lang.String subPath
Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). -
subPathExpr
java.lang.String subPathExpr
Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.env
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.env.ValueFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
fieldRef
FieldRef fieldRef
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations[' ']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret in the pod's namespace
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.env.valuefrom
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.env.valuefrom.ConfigMapKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key to select. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap or its key must be defined
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.env.valuefrom.FieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
Version of the schema the FieldPath is written in terms of, defaults to "v1". -
fieldPath
java.lang.String fieldPath
Path of the field to select in the specified API version.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.env.valuefrom.ResourceFieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerName
java.lang.String containerName
Container name: required for volumes, optional for env vars -
divisor
io.fabric8.kubernetes.api.model.IntOrString divisor
Specifies the output format of the exposed resources, defaults to "1" -
resource
java.lang.String resource
Required: resource to select
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.env.valuefrom.SecretKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.envfrom
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.envfrom.ConfigMapRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap must be defined
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.envfrom.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret must be defined
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.lifecycle
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.lifecycle.PostStart extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.lifecycle.PreStop extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.lifecycle.poststart
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.lifecycle.poststart.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.lifecycle.poststart.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.lifecycle.poststart.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.lifecycle.poststart.httpget
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.lifecycle.poststart.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.lifecycle.prestop
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.lifecycle.prestop.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.lifecycle.prestop.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.lifecycle.prestop.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.lifecycle.prestop.httpget
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.lifecycle.prestop.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.livenessprobe
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.livenessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.livenessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.livenessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.livenessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.livenessprobe.httpget
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.livenessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.readinessprobe
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.readinessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.readinessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.readinessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.readinessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.readinessprobe.httpget
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.readinessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.securitycontext
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.securitycontext.Capabilities extends java.lang.Object implements Serializable
-
Serialized Fields
-
add
java.util.List<java.lang.String> add
Added capabilities -
drop
java.util.List<java.lang.String> drop
Removed capabilities
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.securitycontext.SeccompProfile extends java.lang.Object implements Serializable
-
Serialized Fields
-
localhostProfile
java.lang.String localhostProfile
localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". -
type
java.lang.String type
type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.securitycontext.SeLinuxOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
level
java.lang.String level
Level is SELinux level label that applies to the container. -
role
java.lang.String role
Role is a SELinux role label that applies to the container. -
type
java.lang.String type
Type is a SELinux type label that applies to the container. -
user
java.lang.String user
User is a SELinux user label that applies to the container.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.securitycontext.WindowsOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
gmsaCredentialSpec
java.lang.String gmsaCredentialSpec
GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. -
gmsaCredentialSpecName
java.lang.String gmsaCredentialSpecName
GMSACredentialSpecName is the name of the GMSA credential spec to use. -
hostProcess
java.lang.Boolean hostProcess
HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true. -
runAsUserName
java.lang.String runAsUserName
The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.startupprobe
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.startupprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.startupprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.startupprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.startupprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.startupprobe.httpget
-
Class org.apache.camel.v1.pipespec.integration.template.spec.ephemeralcontainers.startupprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.Env extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the environment variable. Must be a C_IDENTIFIER. -
value
java.lang.String value
Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". -
valueFrom
ValueFrom valueFrom
Source for the environment variable's value. Cannot be used if value is not empty.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.EnvFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapRef
ConfigMapRef configMapRef
The ConfigMap to select from -
prefix
java.lang.String prefix
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. -
secretRef
SecretRef secretRef
The Secret to select from
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.Lifecycle extends java.lang.Object implements Serializable
-
Serialized Fields
-
postStart
PostStart postStart
PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks -
preStop
PreStop preStop
PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.LivenessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.Ports extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerPort
java.lang.Integer containerPort
Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536. -
hostIP
java.lang.String hostIP
What host IP to bind the external port to. -
hostPort
java.lang.Integer hostPort
Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this. -
name
java.lang.String name
If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. -
protocol
java.lang.String protocol
Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP".
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.ReadinessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.Resources extends java.lang.Object implements Serializable
-
Serialized Fields
-
limits
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> limits
Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
requests
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> requests
Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.SecurityContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
allowPrivilegeEscalation
java.lang.Boolean allowPrivilegeEscalation
AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows. -
capabilities
Capabilities capabilities
The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows. -
privileged
java.lang.Boolean privileged
Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows. -
procMount
java.lang.String procMount
procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. -
readOnlyRootFilesystem
java.lang.Boolean readOnlyRootFilesystem
Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows. -
runAsGroup
java.lang.Long runAsGroup
The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
runAsNonRoot
java.lang.Boolean runAsNonRoot
Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. -
runAsUser
java.lang.Long runAsUser
The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
seccompProfile
SeccompProfile seccompProfile
The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows. -
seLinuxOptions
SeLinuxOptions seLinuxOptions
The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
windowsOptions
WindowsOptions windowsOptions
The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.StartupProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.VolumeDevices extends java.lang.Object implements Serializable
-
Serialized Fields
-
devicePath
java.lang.String devicePath
devicePath is the path inside of the container that the device will be mapped to. -
name
java.lang.String name
name must match the name of a persistentVolumeClaim in the pod
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.VolumeMounts extends java.lang.Object implements Serializable
-
Serialized Fields
-
mountPath
java.lang.String mountPath
Path within the container at which the volume should be mounted. Must not contain ':'. -
mountPropagation
java.lang.String mountPropagation
mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. -
name
java.lang.String name
This must match the Name of a Volume. -
readOnly
java.lang.Boolean readOnly
Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. -
subPath
java.lang.String subPath
Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). -
subPathExpr
java.lang.String subPathExpr
Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.env
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.env.ValueFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
fieldRef
FieldRef fieldRef
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations[' ']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret in the pod's namespace
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.env.valuefrom
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.env.valuefrom.ConfigMapKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key to select. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap or its key must be defined
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.env.valuefrom.FieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
Version of the schema the FieldPath is written in terms of, defaults to "v1". -
fieldPath
java.lang.String fieldPath
Path of the field to select in the specified API version.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.env.valuefrom.ResourceFieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerName
java.lang.String containerName
Container name: required for volumes, optional for env vars -
divisor
io.fabric8.kubernetes.api.model.IntOrString divisor
Specifies the output format of the exposed resources, defaults to "1" -
resource
java.lang.String resource
Required: resource to select
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.env.valuefrom.SecretKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.envfrom
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.envfrom.ConfigMapRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap must be defined
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.envfrom.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret must be defined
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.lifecycle
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.lifecycle.PostStart extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.lifecycle.PreStop extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.lifecycle.poststart
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.lifecycle.poststart.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.lifecycle.poststart.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.lifecycle.poststart.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.lifecycle.poststart.httpget
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.lifecycle.poststart.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.lifecycle.prestop
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.lifecycle.prestop.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.lifecycle.prestop.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.lifecycle.prestop.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.lifecycle.prestop.httpget
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.lifecycle.prestop.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.livenessprobe
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.livenessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.livenessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.livenessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.livenessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.livenessprobe.httpget
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.livenessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.readinessprobe
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.readinessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.readinessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.readinessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.readinessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.readinessprobe.httpget
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.readinessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.securitycontext
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.securitycontext.Capabilities extends java.lang.Object implements Serializable
-
Serialized Fields
-
add
java.util.List<java.lang.String> add
Added capabilities -
drop
java.util.List<java.lang.String> drop
Removed capabilities
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.securitycontext.SeccompProfile extends java.lang.Object implements Serializable
-
Serialized Fields
-
localhostProfile
java.lang.String localhostProfile
localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". -
type
java.lang.String type
type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.securitycontext.SeLinuxOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
level
java.lang.String level
Level is SELinux level label that applies to the container. -
role
java.lang.String role
Role is a SELinux role label that applies to the container. -
type
java.lang.String type
Type is a SELinux type label that applies to the container. -
user
java.lang.String user
User is a SELinux user label that applies to the container.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.securitycontext.WindowsOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
gmsaCredentialSpec
java.lang.String gmsaCredentialSpec
GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. -
gmsaCredentialSpecName
java.lang.String gmsaCredentialSpecName
GMSACredentialSpecName is the name of the GMSA credential spec to use. -
hostProcess
java.lang.Boolean hostProcess
HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true. -
runAsUserName
java.lang.String runAsUserName
The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.startupprobe
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.startupprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.startupprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.startupprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.startupprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.startupprobe.httpget
-
Class org.apache.camel.v1.pipespec.integration.template.spec.initcontainers.startupprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.securitycontext
-
Class org.apache.camel.v1.pipespec.integration.template.spec.securitycontext.SeccompProfile extends java.lang.Object implements Serializable
-
Serialized Fields
-
localhostProfile
java.lang.String localhostProfile
localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". -
type
java.lang.String type
type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.securitycontext.SeLinuxOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
level
java.lang.String level
Level is SELinux level label that applies to the container. -
role
java.lang.String role
Role is a SELinux role label that applies to the container. -
type
java.lang.String type
Type is a SELinux type label that applies to the container. -
user
java.lang.String user
User is a SELinux user label that applies to the container.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.securitycontext.Sysctls extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of a property to set -
value
java.lang.String value
Value of a property to set
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.securitycontext.WindowsOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
gmsaCredentialSpec
java.lang.String gmsaCredentialSpec
GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. -
gmsaCredentialSpecName
java.lang.String gmsaCredentialSpecName
GMSACredentialSpecName is the name of the GMSA credential spec to use. -
hostProcess
java.lang.Boolean hostProcess
HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true. -
runAsUserName
java.lang.String runAsUserName
The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.topologyspreadconstraints
-
Class org.apache.camel.v1.pipespec.integration.template.spec.topologyspreadconstraints.LabelSelector extends java.lang.Object implements Serializable
-
Serialized Fields
-
matchExpressions
java.util.List<MatchExpressions> matchExpressions
matchExpressions is a list of label selector requirements. The requirements are ANDed. -
matchLabels
java.util.Map<java.lang.String,java.lang.String> matchLabels
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.topologyspreadconstraints.labelselector
-
Class org.apache.camel.v1.pipespec.integration.template.spec.topologyspreadconstraints.labelselector.MatchExpressions extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the label key that the selector applies to. -
operator
java.lang.String operator
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. -
values
java.util.List<java.lang.String> values
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.AwsElasticBlockStore extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore TODO: how do we prevent errors in the filesystem from compromising the machine -
partition
java.lang.Integer partition
partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). -
readOnly
java.lang.Boolean readOnly
readOnly value true will force the readOnly setting in VolumeMounts. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore -
volumeID
java.lang.String volumeID
volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.AzureDisk extends java.lang.Object implements Serializable
-
Serialized Fields
-
cachingMode
java.lang.String cachingMode
cachingMode is the Host Caching mode: None, Read Only, Read Write. -
diskName
java.lang.String diskName
diskName is the Name of the data disk in the blob storage -
diskURI
java.lang.String diskURI
diskURI is the URI of data disk in the blob storage -
fsType
java.lang.String fsType
fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. -
kind
java.lang.String kind
kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared -
readOnly
java.lang.Boolean readOnly
readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.AzureFile extends java.lang.Object implements Serializable
-
Serialized Fields
-
readOnly
java.lang.Boolean readOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
secretName
java.lang.String secretName
secretName is the name of secret that contains Azure Storage Account Name and Key -
shareName
java.lang.String shareName
shareName is the azure share Name
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.Cephfs extends java.lang.Object implements Serializable
-
Serialized Fields
-
monitors
java.util.List<java.lang.String> monitors
monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it -
path
java.lang.String path
path is Optional: Used as the mounted root, rather than the full Ceph tree, default is / -
readOnly
java.lang.Boolean readOnly
readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it -
secretFile
java.lang.String secretFile
secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it -
secretRef
SecretRef secretRef
secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it -
user
java.lang.String user
user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.Cinder extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md -
readOnly
java.lang.Boolean readOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md -
secretRef
SecretRef secretRef
secretRef is optional: points to a secret object containing parameters used to connect to OpenStack. -
volumeID
java.lang.String volumeID
volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.ConfigMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultMode
java.lang.Integer defaultMode
defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
items
java.util.List<Items> items
items 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. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
optional specify whether the ConfigMap or its keys must be defined
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.Csi extends java.lang.Object implements Serializable
-
Serialized Fields
-
driver
java.lang.String driver
driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster. -
fsType
java.lang.String fsType
fsType to mount. Ex. "ext4", "xfs", "ntfs". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply. -
nodePublishSecretRef
NodePublishSecretRef nodePublishSecretRef
nodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secret references are passed. -
readOnly
java.lang.Boolean readOnly
readOnly specifies a read-only configuration for the volume. Defaults to false (read/write). -
volumeAttributes
java.util.Map<java.lang.String,java.lang.String> volumeAttributes
volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.DownwardAPI extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultMode
java.lang.Integer defaultMode
Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
items
java.util.List<Items> items
Items is a list of downward API volume file
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.EmptyDir extends java.lang.Object implements Serializable
-
Serialized Fields
-
medium
java.lang.String medium
medium represents what type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir -
sizeLimit
io.fabric8.kubernetes.api.model.IntOrString sizeLimit
sizeLimit is the total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.Ephemeral extends java.lang.Object implements Serializable
-
Serialized Fields
-
volumeClaimTemplate
VolumeClaimTemplate volumeClaimTemplate
Will be used to create a stand-alone PVC to provision the volume. The pod in which this EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the pod. The name of the PVC will be `- ` where ` ` is the name from the `PodSpec.Volumes` array entry. Pod validation will reject the pod if the concatenated name is not valid for a PVC (for example, too long). An existing PVC with that name that is not owned by the pod will *not* be used for the pod to avoid using an unrelated volume by mistake. Starting the pod is then blocked until the unrelated PVC is removed. If such a pre-created PVC is meant to be used by the pod, the PVC has to updated with an owner reference to the pod once the pod exists. Normally this should not be necessary, but it may be useful when manually reconstructing a broken cluster. This field is read-only and no changes will be made by Kubernetes to the PVC after it has been created. Required, must not be nil.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.Fc extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. TODO: how do we prevent errors in the filesystem from compromising the machine -
lun
java.lang.Integer lun
lun is Optional: FC target lun number -
readOnly
java.lang.Boolean readOnly
readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
targetWWNs
java.util.List<java.lang.String> targetWWNs
targetWWNs is Optional: FC target worldwide names (WWNs) -
wwids
java.util.List<java.lang.String> wwids
wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.FlexVolume extends java.lang.Object implements Serializable
-
Serialized Fields
-
driver
java.lang.String driver
driver is the name of the driver to use for this volume. -
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. -
options
java.util.Map<java.lang.String,java.lang.String> options
options is Optional: this field holds extra command options if any. -
readOnly
java.lang.Boolean readOnly
readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
secretRef
SecretRef secretRef
secretRef is Optional: secretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.Flocker extends java.lang.Object implements Serializable
-
Serialized Fields
-
datasetName
java.lang.String datasetName
datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated -
datasetUUID
java.lang.String datasetUUID
datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.GcePersistentDisk extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk TODO: how do we prevent errors in the filesystem from compromising the machine -
partition
java.lang.Integer partition
partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk -
pdName
java.lang.String pdName
pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk -
readOnly
java.lang.Boolean readOnly
readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.GitRepo extends java.lang.Object implements Serializable
-
Serialized Fields
-
directory
java.lang.String directory
directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name. -
repository
java.lang.String repository
repository is the URL -
revision
java.lang.String revision
revision is the commit hash for the specified revision.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.Glusterfs extends java.lang.Object implements Serializable
-
Serialized Fields
-
endpoints
java.lang.String endpoints
endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod -
path
java.lang.String path
path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod -
readOnly
java.lang.Boolean readOnly
readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.HostPath extends java.lang.Object implements Serializable
-
Serialized Fields
-
path
java.lang.String path
path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath -
type
java.lang.String type
type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.Iscsi extends java.lang.Object implements Serializable
-
Serialized Fields
-
chapAuthDiscovery
java.lang.Boolean chapAuthDiscovery
chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication -
chapAuthSession
java.lang.Boolean chapAuthSession
chapAuthSession defines whether support iSCSI Session CHAP authentication -
fsType
java.lang.String fsType
fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi TODO: how do we prevent errors in the filesystem from compromising the machine -
initiatorName
java.lang.String initiatorName
initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface: will be created for the connection. -
iqn
java.lang.String iqn
iqn is the target iSCSI Qualified Name. -
iscsiInterface
java.lang.String iscsiInterface
iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp). -
lun
java.lang.Integer lun
lun represents iSCSI Target Lun number. -
portals
java.util.List<java.lang.String> portals
portals is the iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). -
readOnly
java.lang.Boolean readOnly
readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. -
secretRef
SecretRef secretRef
secretRef is the CHAP Secret for iSCSI target and initiator authentication -
targetPortal
java.lang.String targetPortal
targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.Nfs extends java.lang.Object implements Serializable
-
Serialized Fields
-
path
java.lang.String path
path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs -
readOnly
java.lang.Boolean readOnly
readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs -
server
java.lang.String server
server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.PersistentVolumeClaim extends java.lang.Object implements Serializable
-
Serialized Fields
-
claimName
java.lang.String claimName
claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims -
readOnly
java.lang.Boolean readOnly
readOnly Will force the ReadOnly setting in VolumeMounts. Default false.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.PhotonPersistentDisk extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. -
pdID
java.lang.String pdID
pdID is the ID that identifies Photon Controller persistent disk
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.PortworxVolume extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified. -
readOnly
java.lang.Boolean readOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
volumeID
java.lang.String volumeID
volumeID uniquely identifies a Portworx volume
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.Projected extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultMode
java.lang.Integer defaultMode
defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
sources
java.util.List<Sources> sources
sources is the list of volume projections
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.Quobyte extends java.lang.Object implements Serializable
-
Serialized Fields
-
group
java.lang.String group
group to map volume access to Default is no group -
readOnly
java.lang.Boolean readOnly
readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. -
registry
java.lang.String registry
registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes -
tenant
java.lang.String tenant
tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin -
user
java.lang.String user
user to map volume access to Defaults to serivceaccount user -
volume
java.lang.String volume
volume is a string that references an already created Quobyte volume by name.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.Rbd extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd TODO: how do we prevent errors in the filesystem from compromising the machine -
image
java.lang.String image
image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
keyring
java.lang.String keyring
keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
monitors
java.util.List<java.lang.String> monitors
monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
pool
java.lang.String pool
pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
readOnly
java.lang.Boolean readOnly
readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
secretRef
SecretRef secretRef
secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
user
java.lang.String user
user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.ScaleIO extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs". -
gateway
java.lang.String gateway
gateway is the host address of the ScaleIO API Gateway. -
protectionDomain
java.lang.String protectionDomain
protectionDomain is the name of the ScaleIO Protection Domain for the configured storage. -
readOnly
java.lang.Boolean readOnly
readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
secretRef
SecretRef secretRef
secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail. -
sslEnabled
java.lang.Boolean sslEnabled
sslEnabled Flag enable/disable SSL communication with Gateway, default false -
storageMode
java.lang.String storageMode
storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. -
storagePool
java.lang.String storagePool
storagePool is the ScaleIO Storage Pool associated with the protection domain. -
system
java.lang.String system
system is the name of the storage system as configured in ScaleIO. -
volumeName
java.lang.String volumeName
volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.Secret extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultMode
java.lang.Integer defaultMode
defaultMode is Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
items
java.util.List<Items> items
items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. -
optional
java.lang.Boolean optional
optional field specify whether the Secret or its keys must be defined -
secretName
java.lang.String secretName
secretName is the name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.Storageos extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. -
readOnly
java.lang.Boolean readOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
secretRef
SecretRef secretRef
secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. -
volumeName
java.lang.String volumeName
volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace. -
volumeNamespace
java.lang.String volumeNamespace
volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.VsphereVolume extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. -
storagePolicyID
java.lang.String storagePolicyID
storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. -
storagePolicyName
java.lang.String storagePolicyName
storagePolicyName is the storage Policy Based Management (SPBM) profile name. -
volumePath
java.lang.String volumePath
volumePath is the path that identifies vSphere volume vmdk
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.cephfs
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.cephfs.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.cinder
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.cinder.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.configmap
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.configmap.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the key to project. -
mode
java.lang.Integer mode
mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.csi
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.csi.NodePublishSecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.downwardapi
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.downwardapi.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
fieldRef
FieldRef fieldRef
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. -
mode
java.lang.Integer mode
Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..' -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.downwardapi.items
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.downwardapi.items.FieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
Version of the schema the FieldPath is written in terms of, defaults to "v1". -
fieldPath
java.lang.String fieldPath
Path of the field to select in the specified API version.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.downwardapi.items.ResourceFieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerName
java.lang.String containerName
Container name: required for volumes, optional for env vars -
divisor
io.fabric8.kubernetes.api.model.IntOrString divisor
Specifies the output format of the exposed resources, defaults to "1" -
resource
java.lang.String resource
Required: resource to select
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.ephemeral
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.ephemeral.VolumeClaimTemplate extends java.lang.Object implements Serializable
-
Serialized Fields
-
metadata
Metadata metadata
May contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation. -
spec
Spec spec
The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.Metadata extends java.lang.Object implements Serializable
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.Spec extends java.lang.Object implements Serializable
-
Serialized Fields
-
accessModes
java.util.List<java.lang.String> accessModes
accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 -
dataSource
DataSource dataSource
dataSource field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. If the AnyVolumeDataSource feature gate is enabled, this field will always have the same contents as the DataSourceRef field. -
dataSourceRef
DataSourceRef dataSourceRef
dataSourceRef specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any local object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. This field will replace the functionality of the DataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, both fields (DataSource and DataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. There are two important differences between DataSource and DataSourceRef: * While DataSource only allows two specific types of objects, DataSourceRef allows any non-core object, as well as PersistentVolumeClaim objects. * While DataSource ignores disallowed values (dropping them), DataSourceRef preserves all values, and generates an error if a disallowed value is specified. (Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled. -
resources
Resources resources
resources represents the minimum resources the volume should have. If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements that are lower than previous value but must still be higher than capacity recorded in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources -
selector
Selector selector
selector is a label query over volumes to consider for binding. -
storageClassName
java.lang.String storageClassName
storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 -
volumeMode
java.lang.String volumeMode
volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. -
volumeName
java.lang.String volumeName
volumeName is the binding reference to the PersistentVolume backing this claim.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.spec
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.DataSource extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiGroup
java.lang.String apiGroup
APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. -
kind
java.lang.String kind
Kind is the type of resource being referenced -
name
java.lang.String name
Name is the name of resource being referenced
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.DataSourceRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiGroup
java.lang.String apiGroup
APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. -
kind
java.lang.String kind
Kind is the type of resource being referenced -
name
java.lang.String name
Name is the name of resource being referenced
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.Resources extends java.lang.Object implements Serializable
-
Serialized Fields
-
limits
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> limits
Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
requests
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> requests
Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.Selector extends java.lang.Object implements Serializable
-
Serialized Fields
-
matchExpressions
java.util.List<MatchExpressions> matchExpressions
matchExpressions is a list of label selector requirements. The requirements are ANDed. -
matchLabels
java.util.Map<java.lang.String,java.lang.String> matchLabels
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.selector
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.selector.MatchExpressions extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the label key that the selector applies to. -
operator
java.lang.String operator
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. -
values
java.util.List<java.lang.String> values
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.flexvolume
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.flexvolume.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.iscsi
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.iscsi.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected.Sources extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMap
ConfigMap configMap
configMap information about the configMap data to project -
downwardAPI
DownwardAPI downwardAPI
downwardAPI information about the downwardAPI data to project -
secret
Secret secret
secret information about the secret data to project -
serviceAccountToken
ServiceAccountToken serviceAccountToken
serviceAccountToken is information about the serviceAccountToken data to project
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected.sources
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected.sources.ConfigMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
items
java.util.List<Items> items
items 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. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
optional specify whether the ConfigMap or its keys must be defined
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected.sources.DownwardAPI extends java.lang.Object implements Serializable
-
Serialized Fields
-
items
java.util.List<Items> items
Items is a list of DownwardAPIVolume file
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected.sources.Secret extends java.lang.Object implements Serializable
-
Serialized Fields
-
items
java.util.List<Items> items
items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
optional field specify whether the Secret or its key must be defined
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected.sources.ServiceAccountToken extends java.lang.Object implements Serializable
-
Serialized Fields
-
audience
java.lang.String audience
audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver. -
expirationSeconds
java.lang.Long expirationSeconds
expirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes. -
path
java.lang.String path
path is the path relative to the mount point of the file to project the token into.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected.sources.configmap
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected.sources.configmap.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the key to project. -
mode
java.lang.Integer mode
mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected.sources.downwardapi
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected.sources.downwardapi.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
fieldRef
FieldRef fieldRef
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. -
mode
java.lang.Integer mode
Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..' -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected.sources.downwardapi.items
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected.sources.downwardapi.items.FieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
Version of the schema the FieldPath is written in terms of, defaults to "v1". -
fieldPath
java.lang.String fieldPath
Path of the field to select in the specified API version.
-
-
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected.sources.downwardapi.items.ResourceFieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerName
java.lang.String containerName
Container name: required for volumes, optional for env vars -
divisor
io.fabric8.kubernetes.api.model.IntOrString divisor
Specifies the output format of the exposed resources, defaults to "1" -
resource
java.lang.String resource
Required: resource to select
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected.sources.secret
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.projected.sources.secret.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the key to project. -
mode
java.lang.Integer mode
mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.rbd
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.rbd.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.scaleio
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.scaleio.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.secret
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.secret.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the key to project. -
mode
java.lang.Integer mode
mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.template.spec.volumes.storageos
-
Class org.apache.camel.v1.pipespec.integration.template.spec.volumes.storageos.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits
-
Class org.apache.camel.v1.pipespec.integration.traits._3scale extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Addons extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Affinity extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
nodeAffinityLabels
java.util.List<java.lang.String> nodeAffinityLabels
Defines a set of nodes the integration pod(s) are eligible to be scheduled on, based on labels on the node. -
podAffinity
java.lang.Boolean podAffinity
Always co-locates multiple replicas of the integration in the same node (default *false*). -
podAffinityLabels
java.util.List<java.lang.String> podAffinityLabels
Defines a set of pods (namely those matching the label selector, relative to the given namespace) that the integration pod(s) should be co-located with. -
podAntiAffinity
java.lang.Boolean podAntiAffinity
Never co-locates multiple replicas of the integration in the same node (default *false*). -
podAntiAffinityLabels
java.util.List<java.lang.String> podAntiAffinityLabels
Defines a set of pods (namely those matching the label selector, relative to the given namespace) that the integration pod(s) should not be co-located with.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Builder extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
limitCPU
java.lang.String limitCPU
When using `pod` strategy, the maximum amount of CPU required by the pod builder. -
limitMemory
java.lang.String limitMemory
When using `pod` strategy, the maximum amount of memory required by the pod builder. -
orderStrategy
java.lang.String orderStrategy
The build order strategy to use, either `dependencies`, `fifo` or `sequential` (default sequential) -
properties
java.util.List<java.lang.String> properties
A list of properties to be provided to the build task -
requestCPU
java.lang.String requestCPU
When using `pod` strategy, the minimum amount of CPU required by the pod builder. -
requestMemory
java.lang.String requestMemory
When using `pod` strategy, the minimum amount of memory required by the pod builder. -
strategy
java.lang.String strategy
The strategy to use, either `pod` or `routine` (default routine) -
tasks
java.util.List<java.lang.String> tasks
A list of tasks to be executed (available only when using `pod` strategy) with format; ; -
verbose
java.lang.Boolean verbose
Enable verbose logging on build components that support it (e.g. Kaniko build pod).
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Camel extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
properties
java.util.List<java.lang.String> properties
A list of properties to be provided to the Integration runtime -
runtimeVersion
java.lang.String runtimeVersion
The camel-k-runtime version to use for the integration. It overrides the default version set in the Integration Platform.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Container extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
To automatically enable the trait -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
expose
java.lang.Boolean expose
Can be used to enable/disable exposure via kubernetes Service. -
image
java.lang.String image
The main container image -
imagePullPolicy
Container.ImagePullPolicy imagePullPolicy
The pull policy: Always|Never|IfNotPresent -
limitCPU
java.lang.String limitCPU
The maximum amount of CPU required. -
limitMemory
java.lang.String limitMemory
The maximum amount of memory required. -
name
java.lang.String name
The main container name. It's named `integration` by default. -
port
java.lang.Long port
To configure a different port exposed by the container (default `8080`). -
portName
java.lang.String portName
To configure a different port name for the port exposed by the container. It defaults to `http` only when the `expose` parameter is true. -
requestCPU
java.lang.String requestCPU
The minimum amount of CPU required. -
requestMemory
java.lang.String requestMemory
The minimum amount of memory required. -
servicePort
java.lang.Long servicePort
To configure under which service port the container port is to be exposed (default `80`). -
servicePortName
java.lang.String servicePortName
To configure under which service port name the container port is to be exposed (default `http`).
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Cron extends java.lang.Object implements Serializable
-
Serialized Fields
-
activeDeadlineSeconds
java.lang.Long activeDeadlineSeconds
Specifies the duration in seconds, relative to the start time, that the job may be continuously active before it is considered to be failed. It defaults to 60s. -
auto
java.lang.Boolean auto
Automatically deploy the integration as CronJob when all routes are either starting from a periodic consumer (only `cron`, `timer` and `quartz` are supported) or a passive consumer (e.g. `direct` is a passive consumer). It's required that all periodic consumers have the same period, and it can be expressed as cron schedule (e.g. `1m` can be expressed as `0/1 * * * *`, while `35m` or `50s` cannot). -
backoffLimit
java.lang.Integer backoffLimit
Specifies the number of retries before marking the job failed. It defaults to 2. -
components
java.lang.String components
A comma separated list of the Camel components that need to be customized in order for them to work when the schedule is triggered externally by Kubernetes. A specific customizer is activated for each specified component. E.g. for the `timer` component, the `cron-timer` customizer is activated (it's present in the `org.apache.camel.k:camel-k-cron` library). Supported components are currently: `cron`, `timer` and `quartz`. -
concurrencyPolicy
Cron.ConcurrencyPolicy concurrencyPolicy
Specifies how to treat concurrent executions of a Job. Valid values are: - "Allow": allows CronJobs to run concurrently; - "Forbid" (default): forbids concurrent runs, skipping next run if previous run hasn't finished yet; - "Replace": cancels currently running job and replaces it with a new one -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
fallback
java.lang.Boolean fallback
Use the default Camel implementation of the `cron` endpoint (`quartz`) instead of trying to materialize the integration as Kubernetes CronJob. -
schedule
java.lang.String schedule
The CronJob schedule for the whole integration. If multiple routes are declared, they must have the same schedule for this mechanism to work correctly. -
startingDeadlineSeconds
java.lang.Long startingDeadlineSeconds
Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Dependencies extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Deployer extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
kind
Deployer.Kind kind
Allows to explicitly select the desired deployment kind between `deployment`, `cron-job` or `knative-service` when creating the resources for running the integration. -
useSSA
java.lang.Boolean useSSA
Use server-side apply to update the owned resources (default `true`). Note that it automatically falls back to client-side patching, if SSA is not available, e.g., on old Kubernetes clusters.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Deployment extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
progressDeadlineSeconds
java.lang.Integer progressDeadlineSeconds
The maximum time in seconds for the deployment to make progress before it is considered to be failed. It defaults to 60s. -
rollingUpdateMaxSurge
java.lang.Long rollingUpdateMaxSurge
The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. -
rollingUpdateMaxUnavailable
java.lang.Long rollingUpdateMaxUnavailable
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. -
strategy
Deployment.Strategy strategy
The deployment strategy to use to replace existing pods with new ones.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Environment extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
containerMeta
java.lang.Boolean containerMeta
Enables injection of `NAMESPACE` and `POD_NAME` environment variables (default `true`) -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
httpProxy
java.lang.Boolean httpProxy
Propagates the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables (default `true`) -
vars
java.util.List<java.lang.String> vars
A list of environment variables to be added to the integration container. The syntax is KEY=VALUE, e.g., `MY_VAR="my value"`. These take precedence over the previously defined environment variables.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.ErrorHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
ref
java.lang.String ref
The error handler ref name provided or found in application properties
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Gc extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
discoveryCache
Gc.DiscoveryCache discoveryCache
Discovery client cache to be used, either `disabled`, `disk` or `memory` (default `memory`). Deprecated: to be removed from trait configuration. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Health extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
livenessFailureThreshold
java.lang.Integer livenessFailureThreshold
Minimum consecutive failures for the liveness probe to be considered failed after having succeeded. -
livenessInitialDelay
java.lang.Integer livenessInitialDelay
Number of seconds after the container has started before the liveness probe is initiated. -
livenessPeriod
java.lang.Integer livenessPeriod
How often to perform the liveness probe. -
livenessProbeEnabled
java.lang.Boolean livenessProbeEnabled
Configures the liveness probe for the integration container (default `false`). -
livenessScheme
java.lang.String livenessScheme
Scheme to use when connecting to the liveness probe (default `HTTP`). -
livenessSuccessThreshold
java.lang.Integer livenessSuccessThreshold
Minimum consecutive successes for the liveness probe to be considered successful after having failed. -
livenessTimeout
java.lang.Integer livenessTimeout
Number of seconds after which the liveness probe times out. -
readinessFailureThreshold
java.lang.Integer readinessFailureThreshold
Minimum consecutive failures for the readiness probe to be considered failed after having succeeded. -
readinessInitialDelay
java.lang.Integer readinessInitialDelay
Number of seconds after the container has started before the readiness probe is initiated. -
readinessPeriod
java.lang.Integer readinessPeriod
How often to perform the readiness probe. -
readinessProbeEnabled
java.lang.Boolean readinessProbeEnabled
Configures the readiness probe for the integration container (default `true`). -
readinessScheme
java.lang.String readinessScheme
Scheme to use when connecting to the readiness probe (default `HTTP`). -
readinessSuccessThreshold
java.lang.Integer readinessSuccessThreshold
Minimum consecutive successes for the readiness probe to be considered successful after having failed. -
readinessTimeout
java.lang.Integer readinessTimeout
Number of seconds after which the readiness probe times out. -
startupFailureThreshold
java.lang.Integer startupFailureThreshold
Minimum consecutive failures for the startup probe to be considered failed after having succeeded. -
startupInitialDelay
java.lang.Integer startupInitialDelay
Number of seconds after the container has started before the startup probe is initiated. -
startupPeriod
java.lang.Integer startupPeriod
How often to perform the startup probe. -
startupProbeEnabled
java.lang.Boolean startupProbeEnabled
Configures the startup probe for the integration container (default `false`). -
startupScheme
java.lang.String startupScheme
Scheme to use when connecting to the startup probe (default `HTTP`). -
startupSuccessThreshold
java.lang.Integer startupSuccessThreshold
Minimum consecutive successes for the startup probe to be considered successful after having failed. -
startupTimeout
java.lang.Integer startupTimeout
Number of seconds after which the startup probe times out.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Ingress extends java.lang.Object implements Serializable
-
Serialized Fields
-
annotations
java.util.Map<java.lang.String,java.lang.String> annotations
The annotations added to the ingress. This can be used to set controller specific annotations, e.g., when using the NGINX Ingress controller: See https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md -
auto
java.lang.Boolean auto
To automatically add an ingress whenever the integration uses an HTTP endpoint consumer. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
host
java.lang.String host
To configure the host exposed by the ingress. -
path
java.lang.String path
To configure the path exposed by the ingress (default `/`). -
pathType
Ingress.PathType pathType
To configure the path type exposed by the ingress. One of `Exact`, `Prefix`, `ImplementationSpecific` (default to `Prefix`).
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Istio extends java.lang.Object implements Serializable
-
Serialized Fields
-
allow
java.lang.String allow
Configures a (comma-separated) list of CIDR subnets that should not be intercepted by the Istio proxy (`10.0.0.0/8,172.16.0.0/12,192.168.0.0/16` by default). -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
inject
java.lang.Boolean inject
Forces the value for labels `sidecar.istio.io/inject`. By default the label is set to `true` on deployment and not set on Knative Service.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Jolokia extends java.lang.Object implements Serializable
-
Serialized Fields
-
CACert
java.lang.String CACert
The PEM encoded CA certification file path, used to verify client certificates, applicable when `protocol` is `https` and `use-ssl-client-authentication` is `true` (default `/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt` for OpenShift). -
clientPrincipal
java.util.List<java.lang.String> clientPrincipal
The principal(s) which must be given in a client certificate to allow access to the Jolokia endpoint, applicable when `protocol` is `https` and `use-ssl-client-authentication` is `true` (default `clientPrincipal=cn=system:master-proxy`, `cn=hawtio-online.hawtio.svc` and `cn=fuse-console.fuse.svc` for OpenShift). -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
discoveryEnabled
java.lang.Boolean discoveryEnabled
Listen for multicast requests (default `false`) -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
extendedClientCheck
java.lang.Boolean extendedClientCheck
Mandate the client certificate contains a client flag in the extended key usage section, applicable when `protocol` is `https` and `use-ssl-client-authentication` is `true` (default `true` for OpenShift). -
host
java.lang.String host
The Host address to which the Jolokia agent should bind to. If `"\*"` or `"0.0.0.0"` is given, the servers binds to every network interface (default `"*"`). -
options
java.util.List<java.lang.String> options
A list of additional Jolokia options as defined in https://jolokia.org/reference/html/agents.html#agent-jvm-config[JVM agent configuration options] -
password
java.lang.String password
The password used for authentication, applicable when the `user` option is set. -
port
java.lang.Long port
The Jolokia endpoint port (default `8778`). -
protocol
java.lang.String protocol
The protocol to use, either `http` or `https` (default `https` for OpenShift) -
user
java.lang.String user
The user to be used for authentication -
useSSLClientAuthentication
java.lang.Boolean useSSLClientAuthentication
Whether client certificates should be used for authentication (default `true` for OpenShift).
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Jvm extends java.lang.Object implements Serializable
-
Serialized Fields
-
classpath
java.lang.String classpath
Additional JVM classpath (use `Linux` classpath separator) -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
debug
java.lang.Boolean debug
Activates remote debugging, so that a debugger can be attached to the JVM, e.g., using port-forwarding -
debugAddress
java.lang.String debugAddress
Transport address at which to listen for the newly launched JVM (default `*:5005`) -
debugSuspend
java.lang.Boolean debugSuspend
Suspends the target JVM immediately before the main class is loaded -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
options
java.util.List<java.lang.String> options
A list of JVM options -
printCommand
java.lang.Boolean printCommand
Prints the command used the start the JVM in the container logs (default `true`)
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Kamelets extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
Automatically inject all referenced Kamelets and their default configuration (enabled by default) -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
list
java.lang.String list
Comma separated list of Kamelet names to load into the current integration
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Keda extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Knative extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
Enable automatic discovery of all trait properties. -
channelSinks
java.util.List<java.lang.String> channelSinks
List of channels used as destination of integration routes. Can contain simple channel names or full Camel URIs. -
channelSources
java.util.List<java.lang.String> channelSources
List of channels used as source of integration routes. Can contain simple channel names or full Camel URIs. -
config
java.lang.String config
Can be used to inject a Knative complete configuration in JSON format. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
endpointSinks
java.util.List<java.lang.String> endpointSinks
List of endpoints used as destination of integration routes. Can contain simple endpoint names or full Camel URIs. -
endpointSources
java.util.List<java.lang.String> endpointSources
List of channels used as source of integration routes. -
eventSinks
java.util.List<java.lang.String> eventSinks
List of event types that the integration will produce. Can contain simple event types or full Camel URIs (to use a specific broker). -
eventSources
java.util.List<java.lang.String> eventSources
List of event types that the integration will be subscribed to. Can contain simple event types or full Camel URIs (to use a specific broker different from "default"). -
filterSourceChannels
java.lang.Boolean filterSourceChannels
Enables filtering on events based on the header "ce-knativehistory". Since this header has been removed in newer versions of Knative, filtering is disabled by default. -
namespaceLabel
java.lang.Boolean namespaceLabel
Enables the camel-k-operator to set the "bindings.knative.dev/include=true" label to the namespace As Knative requires this label to perform injection of K_SINK URL into the service. If this is false, the integration pod may start and fail, read the SinkBinding Knative documentation. (default: true) -
sinkBinding
java.lang.Boolean sinkBinding
Allows binding the integration to a sink via a Knative SinkBinding resource. This can be used when the integration targets a single sink. It's enabled by default when the integration targets a single sink (except when the integration is owned by a Knative source).
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.KnativeService extends java.lang.Object implements Serializable
-
Serialized Fields
-
_class
KnativeService.Class _class
Configures the Knative autoscaling class property (e.g. to set `hpa.autoscaling.knative.dev` or `kpa.autoscaling.knative.dev` autoscaling). Refer to the Knative documentation for more information. -
auto
java.lang.Boolean auto
Automatically deploy the integration as Knative service when all conditions hold: Integration is using the Knative profile * All routes are either starting from an HTTP based consumer or a passive consumer (e.g. `direct` is a passive consumer) -
autoscalingMetric
java.lang.String autoscalingMetric
Configures the Knative autoscaling metric property (e.g. to set `concurrency` based or `cpu` based autoscaling). Refer to the Knative documentation for more information. -
autoscalingTarget
java.lang.Long autoscalingTarget
Sets the allowed concurrency level or CPU percentage (depending on the autoscaling metric) for each Pod. Refer to the Knative documentation for more information. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
maxScale
java.lang.Long maxScale
An upper bound for the number of Pods that can be running in parallel for the integration. Knative has its own cap value that depends on the installation. Refer to the Knative documentation for more information. -
minScale
java.lang.Long minScale
The minimum number of Pods that should be running at any time for the integration. It's **zero** by default, meaning that the integration is scaled down to zero when not used for a configured amount of time. Refer to the Knative documentation for more information. -
rolloutDuration
java.lang.String rolloutDuration
Enables to gradually shift traffic to the latest Revision and sets the rollout duration. It's disabled by default and must be expressed as a Golang `time.Duration` string representation, rounded to a second precision. -
visibility
KnativeService.Visibility visibility
Setting `cluster-local`, Knative service becomes a private service. Specifically, this option applies the `networking.knative.dev/visibility` label to Knative service. Refer to the Knative documentation for more information.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Logging extends java.lang.Object implements Serializable
-
Serialized Fields
-
color
java.lang.Boolean color
Colorize the log output -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
format
java.lang.String format
Logs message format -
json
java.lang.Boolean json
Output the logs in JSON -
jsonPrettyPrint
java.lang.Boolean jsonPrettyPrint
Enable "pretty printing" of the JSON logs -
level
Logging.Level level
Adjust the logging level (defaults to INFO)
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Master extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Mount extends java.lang.Object implements Serializable
-
Serialized Fields
-
configs
java.util.List<java.lang.String> configs
A list of configuration pointing to configmap/secret. The configuration are expected to be UTF-8 resources as they are processed by runtime Camel Context and tried to be parsed as property files. They are also made available on the classpath in order to ease their usage directly from the Route. Syntax: [configmap|secret]:name[/key], where name represents the resource name and key optionally represents the resource key to be filtered -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
resources
java.util.List<java.lang.String> resources
A list of resources (text or binary content) pointing to configmap/secret. The resources are expected to be any resource type (text or binary content). The destination path can be either a default location or any path specified by the user. Syntax: [configmap|secret]:name[/key][@path], where name represents the resource name, key optionally represents the resource key to be filtered and path represents the destination path -
volumes
java.util.List<java.lang.String> volumes
A list of Persistent Volume Claims to be mounted. Syntax: [pvcname:/container/path]
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Openapi extends java.lang.Object implements Serializable
-
Serialized Fields
-
configmaps
java.util.List<java.lang.String> configmaps
The configmaps holding the spec of the OpenAPI -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Owner extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
targetAnnotations
java.util.List<java.lang.String> targetAnnotations
The set of annotations to be transferred -
targetLabels
java.util.List<java.lang.String> targetLabels
The set of labels to be transferred
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Pdb extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
maxUnavailable
java.lang.String maxUnavailable
The number of pods for the Integration that can be unavailable after an eviction. It can be either an absolute number or a percentage (default `1` if `min-available` is also not set). Only one of `max-unavailable` and `min-available` can be specified. -
minAvailable
java.lang.String minAvailable
The number of pods for the Integration that must still be available after an eviction. It can be either an absolute number or a percentage. Only one of `min-available` and `max-unavailable` can be specified.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Platform extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
To automatically detect from the environment if a default platform can be created (it will be created on OpenShift only). -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
createDefault
java.lang.Boolean createDefault
To create a default (empty) platform when the platform is missing. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
global
java.lang.Boolean global
Indicates if the platform should be created globally in the case of global operator (default true).
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Pod extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Prometheus extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
podMonitor
java.lang.Boolean podMonitor
Whether a `PodMonitor` resource is created (default `true`). -
podMonitorLabels
java.util.List<java.lang.String> podMonitorLabels
The `PodMonitor` resource labels, applicable when `pod-monitor` is `true`.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.PullSecret extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
Automatically configures the platform registry secret on the pod if it is of type `kubernetes.io/dockerconfigjson`. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
imagePullerDelegation
java.lang.Boolean imagePullerDelegation
When using a global operator with a shared platform, this enables delegation of the `system:image-puller` cluster role on the operator namespace to the integration service account. -
secretName
java.lang.String secretName
The pull secret name to set on the Pod. If left empty this is automatically taken from the `IntegrationPlatform` registry configuration.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Quarkus extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
packageTypes
java.util.List<Quarkus.PackageTypes> packageTypes
The Quarkus package types, either `fast-jar` or `native` (default `fast-jar`). In case both `fast-jar` and `native` are specified, two `IntegrationKit` resources are created, with the `native` kit having precedence over the `fast-jar` one once ready. The order influences the resolution of the current kit for the integration. The kit corresponding to the first package type will be assigned to the integration in case no existing kit that matches the integration exists.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Registry extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Route extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
host
java.lang.String host
To configure the host exposed by the route. -
tlsCACertificate
java.lang.String tlsCACertificate
The TLS CA certificate contents. Refer to the OpenShift route documentation for additional information. -
tlsCACertificateSecret
java.lang.String tlsCACertificateSecret
The secret name and key reference to the TLS CA certificate. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsCertificate
java.lang.String tlsCertificate
The TLS certificate contents. Refer to the OpenShift route documentation for additional information. -
tlsCertificateSecret
java.lang.String tlsCertificateSecret
The secret name and key reference to the TLS certificate. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsDestinationCACertificate
java.lang.String tlsDestinationCACertificate
The destination CA certificate provides the contents of the ca certificate of the final destination. When using reencrypt termination this file should be provided in order to have routers use it for health checks on the secure connection. If this field is not specified, the router may provide its own destination CA and perform hostname validation using the short service name (service.namespace.svc), which allows infrastructure generated certificates to automatically verify. Refer to the OpenShift route documentation for additional information. -
tlsDestinationCACertificateSecret
java.lang.String tlsDestinationCACertificateSecret
The secret name and key reference to the destination CA certificate. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsInsecureEdgeTerminationPolicy
Route.TlsInsecureEdgeTerminationPolicy tlsInsecureEdgeTerminationPolicy
To configure how to deal with insecure traffic, e.g. `Allow`, `Disable` or `Redirect` traffic. Refer to the OpenShift route documentation for additional information. -
tlsKey
java.lang.String tlsKey
The TLS certificate key contents. Refer to the OpenShift route documentation for additional information. -
tlsKeySecret
java.lang.String tlsKeySecret
The secret name and key reference to the TLS certificate key. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsTermination
Route.TlsTermination tlsTermination
The TLS termination type, like `edge`, `passthrough` or `reencrypt`. Refer to the OpenShift route documentation for additional information.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Service extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
To automatically detect from the code if a Service needs to be created. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
nodePort
java.lang.Boolean nodePort
Enable Service to be exposed as NodePort (default `false`). Deprecated: Use service type instead. -
type
Service.Type type
The type of service to be used, either 'ClusterIP', 'NodePort' or 'LoadBalancer'.
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.ServiceBinding extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
services
java.util.List<java.lang.String> services
List of Services in the form [[apigroup/]version:]kind:[namespace/]name
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Strimzi extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Toleration extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
taints
java.util.List<java.lang.String> taints
The list of taints to tolerate, in the form `Key[=Value]:Effect[:Seconds]`
-
-
-
Class org.apache.camel.v1.pipespec.integration.traits.Tracing extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.__3scale
-
Class org.apache.camel.v1.pipespec.integration.traits.__3scale.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.affinity
-
Class org.apache.camel.v1.pipespec.integration.traits.affinity.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.builder
-
Class org.apache.camel.v1.pipespec.integration.traits.builder.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.camel
-
Class org.apache.camel.v1.pipespec.integration.traits.camel.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.container
-
Class org.apache.camel.v1.pipespec.integration.traits.container.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.cron
-
Class org.apache.camel.v1.pipespec.integration.traits.cron.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.dependencies
-
Class org.apache.camel.v1.pipespec.integration.traits.dependencies.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.deployer
-
Class org.apache.camel.v1.pipespec.integration.traits.deployer.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.deployment
-
Class org.apache.camel.v1.pipespec.integration.traits.deployment.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.environment
-
Class org.apache.camel.v1.pipespec.integration.traits.environment.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.errorhandler
-
Class org.apache.camel.v1.pipespec.integration.traits.errorhandler.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.gc
-
Class org.apache.camel.v1.pipespec.integration.traits.gc.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.health
-
Class org.apache.camel.v1.pipespec.integration.traits.health.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.ingress
-
Class org.apache.camel.v1.pipespec.integration.traits.ingress.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.istio
-
Class org.apache.camel.v1.pipespec.integration.traits.istio.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.jolokia
-
Class org.apache.camel.v1.pipespec.integration.traits.jolokia.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.jvm
-
Class org.apache.camel.v1.pipespec.integration.traits.jvm.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.kamelets
-
Class org.apache.camel.v1.pipespec.integration.traits.kamelets.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.keda
-
Class org.apache.camel.v1.pipespec.integration.traits.keda.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.knative
-
Class org.apache.camel.v1.pipespec.integration.traits.knative.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.knativeservice
-
Class org.apache.camel.v1.pipespec.integration.traits.knativeservice.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.logging
-
Class org.apache.camel.v1.pipespec.integration.traits.logging.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.master
-
Class org.apache.camel.v1.pipespec.integration.traits.master.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.mount
-
Class org.apache.camel.v1.pipespec.integration.traits.mount.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.openapi
-
Class org.apache.camel.v1.pipespec.integration.traits.openapi.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.owner
-
Class org.apache.camel.v1.pipespec.integration.traits.owner.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.pdb
-
Class org.apache.camel.v1.pipespec.integration.traits.pdb.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.platform
-
Class org.apache.camel.v1.pipespec.integration.traits.platform.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.pod
-
Class org.apache.camel.v1.pipespec.integration.traits.pod.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.prometheus
-
Class org.apache.camel.v1.pipespec.integration.traits.prometheus.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.pullsecret
-
Class org.apache.camel.v1.pipespec.integration.traits.pullsecret.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.quarkus
-
Class org.apache.camel.v1.pipespec.integration.traits.quarkus.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.registry
-
Class org.apache.camel.v1.pipespec.integration.traits.registry.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.route
-
Class org.apache.camel.v1.pipespec.integration.traits.route.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.service
-
Class org.apache.camel.v1.pipespec.integration.traits.service.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.servicebinding
-
Class org.apache.camel.v1.pipespec.integration.traits.servicebinding.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.strimzi
-
Class org.apache.camel.v1.pipespec.integration.traits.strimzi.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.toleration
-
Class org.apache.camel.v1.pipespec.integration.traits.toleration.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.integration.traits.tracing
-
Class org.apache.camel.v1.pipespec.integration.traits.tracing.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1.pipespec.sink
-
Class org.apache.camel.v1.pipespec.sink.DataTypes extends java.lang.Object implements Serializable
-
Serialized Fields
-
format
java.lang.String format
the data type format name -
scheme
java.lang.String scheme
the data type component scheme
-
-
-
Class org.apache.camel.v1.pipespec.sink.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1.pipespec.sink.Ref extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
API version of the referent. -
fieldPath
java.lang.String fieldPath
If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future. -
kind
java.lang.String kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names -
namespace
java.lang.String namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ -
resourceVersion
java.lang.String resourceVersion
Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency -
uid
java.lang.String uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
-
-
-
-
Package org.apache.camel.v1.pipespec.source
-
Class org.apache.camel.v1.pipespec.source.DataTypes extends java.lang.Object implements Serializable
-
Serialized Fields
-
format
java.lang.String format
the data type format name -
scheme
java.lang.String scheme
the data type component scheme
-
-
-
Class org.apache.camel.v1.pipespec.source.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1.pipespec.source.Ref extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
API version of the referent. -
fieldPath
java.lang.String fieldPath
If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future. -
kind
java.lang.String kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names -
namespace
java.lang.String namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ -
resourceVersion
java.lang.String resourceVersion
Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency -
uid
java.lang.String uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
-
-
-
-
Package org.apache.camel.v1.pipespec.steps
-
Class org.apache.camel.v1.pipespec.steps.DataTypes extends java.lang.Object implements Serializable
-
Serialized Fields
-
format
java.lang.String format
the data type format name -
scheme
java.lang.String scheme
the data type component scheme
-
-
-
Class org.apache.camel.v1.pipespec.steps.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1.pipespec.steps.Ref extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
API version of the referent. -
fieldPath
java.lang.String fieldPath
If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future. -
kind
java.lang.String kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names -
namespace
java.lang.String namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ -
resourceVersion
java.lang.String resourceVersion
Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency -
uid
java.lang.String uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
-
-
-
-
Package org.apache.camel.v1.pipestatus
-
Class org.apache.camel.v1.pipestatus.Conditions extends java.lang.Object implements Serializable
-
Serialized Fields
-
lastTransitionTime
java.lang.String lastTransitionTime
Last time the condition transitioned from one status to another. -
lastUpdateTime
java.lang.String lastUpdateTime
The last time this condition was updated. -
message
java.lang.String message
A human readable message indicating details about the transition. -
pods
java.util.List<Pods> pods
Pods collect health and conditions information from the owned PODs -
reason
java.lang.String reason
The reason for the condition's last transition. -
status
java.lang.String status
Status of the condition, one of True, False, Unknown. -
type
java.lang.String type
Type of pipe condition.
-
-
-
-
Package org.apache.camel.v1.pipestatus.conditions
-
Class org.apache.camel.v1.pipestatus.conditions.Pods extends java.lang.Object implements Serializable
-
-
Package org.apache.camel.v1.pipestatus.conditions.pods
-
Class org.apache.camel.v1.pipestatus.conditions.pods.Condition extends java.lang.Object implements Serializable
-
Serialized Fields
-
lastProbeTime
java.lang.String lastProbeTime
Last time we probed the condition. -
lastTransitionTime
java.lang.String lastTransitionTime
Last time the condition transitioned from one status to another. -
message
java.lang.String message
Human-readable message indicating details about last transition. -
reason
java.lang.String reason
Unique, one-word, CamelCase reason for the condition's last transition. -
status
java.lang.String status
Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions -
type
java.lang.String type
Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
-
-
-
Class org.apache.camel.v1.pipestatus.conditions.pods.Health extends java.lang.Object implements Serializable
-
Serialized Fields
-
data
io.fabric8.kubernetes.api.model.AnyType data
RawMessage is a raw encoded JSON value. It implements Marshaler and Unmarshaler and can be used to delay JSON decoding or precompute a JSON encoding. -
name
java.lang.String name
-
status
java.lang.String status
-
-
-
-
Package org.apache.camel.v1alpha1
-
Class org.apache.camel.v1alpha1.Kamelet extends io.fabric8.kubernetes.client.CustomResource<KameletSpec,KameletStatus> implements Serializable
-
Class org.apache.camel.v1alpha1.KameletBinding extends io.fabric8.kubernetes.client.CustomResource<KameletBindingSpec,KameletBindingStatus> implements Serializable
-
Class org.apache.camel.v1alpha1.KameletBindingSpec extends java.lang.Object implements Serializable
-
Serialized Fields
-
errorHandler
ErrorHandler errorHandler
ErrorHandler is an optional handler called upon an error occuring in the integration -
integration
Integration integration
Integration is an optional integration used to specify custom parameters -
replicas
java.lang.Integer replicas
Replicas is the number of desired replicas for the binding -
serviceAccountName
java.lang.String serviceAccountName
Custom SA to use for the binding -
sink
Sink sink
Sink is the destination of the integration defined by this binding -
source
Source source
Source is the starting point of the integration defined by this binding -
steps
java.util.List<Steps> steps
Steps contains an optional list of intermediate steps that are executed between the Source and the Sink
-
-
-
Class org.apache.camel.v1alpha1.KameletBindingStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
conditions
java.util.List<Conditions> conditions
Conditions -- -
observedGeneration
java.lang.Long observedGeneration
ObservedGeneration is the most recent generation observed for this KameletBinding. -
phase
java.lang.String phase
Phase -- -
replicas
java.lang.Integer replicas
Replicas is the number of actual replicas of the binding -
selector
java.lang.String selector
Selector allows to identify pods belonging to the binding
-
-
-
Class org.apache.camel.v1alpha1.KameletSpec extends java.lang.Object implements Serializable
-
Serialized Fields
-
dataTypes
java.util.Map<java.lang.String,DataTypes> dataTypes
data specification types for the events consumed/produced by the Kamelet -
definition
Definition definition
defines the formal configuration of the Kamelet -
dependencies
java.util.List<java.lang.String> dependencies
Camel dependencies needed by the Kamelet -
sources
java.util.List<Sources> sources
sources in any Camel DSL supported -
template
Template template
the main source in YAML DSL -
types
java.util.Map<java.lang.String,Types> types
data specification types for the events consumed/produced by the Kamelet Deprecated: In favor of using DataTypes
-
-
-
Class org.apache.camel.v1alpha1.KameletStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
conditions
java.util.List<Conditions> conditions
Conditions -- -
observedGeneration
java.lang.Long observedGeneration
ObservedGeneration is the most recent generation observed for this Kamelet. -
phase
java.lang.String phase
Phase -- -
properties
java.util.List<Properties> properties
Properties --
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec
-
Class org.apache.camel.v1alpha1.kameletbindingspec.ErrorHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.Integration extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
java.util.List<Configuration> configuration
Deprecated: Use camel trait (camel.properties) to manage properties Use mount trait (mount.configs) to manage configs Use mount trait (mount.resources) to manage resources Use mount trait (mount.volumes) to manage volumes -
dependencies
java.util.List<java.lang.String> dependencies
the list of Camel or Maven dependencies required by the Integration -
flows
java.util.List<Flows> flows
a source in YAML DSL language which contain the routes to run -
integrationKit
IntegrationKit integrationKit
the reference of the `IntegrationKit` which is used for this Integration -
profile
java.lang.String profile
the profile needed to run this Integration -
replicas
java.lang.Integer replicas
the number of `Pods` needed for the running Integration -
repositories
java.util.List<java.lang.String> repositories
additional Maven repositories to be used -
serviceAccountName
java.lang.String serviceAccountName
custom SA to use for the Integration -
sources
java.util.List<Sources> sources
the sources which contain the Camel routes to run -
template
Template template
Pod template customization -
traits
Traits traits
the traits needed to run this Integration
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.Sink extends java.lang.Object implements Serializable
-
Serialized Fields
-
dataTypes
java.util.Map<java.lang.String,DataTypes> dataTypes
DataTypes defines the data type of the data produced/consumed by the endpoint and references a given data type specification. -
properties
Properties properties
Properties are a key value representation of endpoint properties -
ref
Ref ref
Ref can be used to declare a Kubernetes resource as source/sink endpoint -
types
java.util.Map<java.lang.String,Types> types
Types defines the data type of the data produced/consumed by the endpoint and references a given data type specification. Deprecated: In favor of using DataTypes -
uri
java.lang.String uri
URI can be used to specify the (Camel) endpoint explicitly
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.Source extends java.lang.Object implements Serializable
-
Serialized Fields
-
dataTypes
java.util.Map<java.lang.String,DataTypes> dataTypes
DataTypes defines the data type of the data produced/consumed by the endpoint and references a given data type specification. -
properties
Properties properties
Properties are a key value representation of endpoint properties -
ref
Ref ref
Ref can be used to declare a Kubernetes resource as source/sink endpoint -
types
java.util.Map<java.lang.String,Types> types
Types defines the data type of the data produced/consumed by the endpoint and references a given data type specification. Deprecated: In favor of using DataTypes -
uri
java.lang.String uri
URI can be used to specify the (Camel) endpoint explicitly
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.Steps extends java.lang.Object implements Serializable
-
Serialized Fields
-
dataTypes
java.util.Map<java.lang.String,DataTypes> dataTypes
DataTypes defines the data type of the data produced/consumed by the endpoint and references a given data type specification. -
properties
Properties properties
Properties are a key value representation of endpoint properties -
ref
Ref ref
Ref can be used to declare a Kubernetes resource as source/sink endpoint -
types
java.util.Map<java.lang.String,Types> types
Types defines the data type of the data produced/consumed by the endpoint and references a given data type specification. Deprecated: In favor of using DataTypes -
uri
java.lang.String uri
URI can be used to specify the (Camel) endpoint explicitly
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
type
java.lang.String type
represents the type of configuration, ie: property, configmap, secret, ... -
value
java.lang.String value
the value to assign to the configuration (syntax may vary depending on the `Type`)
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.Flows extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.IntegrationKit extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
API version of the referent. -
fieldPath
java.lang.String fieldPath
If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future. -
kind
java.lang.String kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names -
namespace
java.lang.String namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ -
resourceVersion
java.lang.String resourceVersion
Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency -
uid
java.lang.String uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.Sources extends java.lang.Object implements Serializable
-
Serialized Fields
-
compression
java.lang.Boolean compression
if the content is compressed (base64 encrypted) -
content
java.lang.String content
the source code (plain text) -
contentKey
java.lang.String contentKey
the confimap key holding the source content -
contentRef
java.lang.String contentRef
the confimap reference holding the source content -
contentType
java.lang.String contentType
the content type (tipically text or binary) -
interceptors
java.util.List<java.lang.String> interceptors
Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources -
language
java.lang.String language
specify which is the language (Camel DSL) used to interpret this source code -
loader
java.lang.String loader
Loader is an optional id of the org.apache.camel.k.RoutesLoader that will interpret this source at runtime -
name
java.lang.String name
the name of the specification -
path
java.lang.String path
the path where the file is stored -
propertyNames
java.util.List<java.lang.String> propertyNames
List of property names defined in the source (e.g. if type is "template") -
rawContent
java.lang.String rawContent
the source code (binary) -
type
java.lang.String type
Type defines the kind of source described by this object
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.Template extends java.lang.Object implements Serializable
-
Serialized Fields
-
spec
Spec spec
the specification
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.Traits extends java.lang.Object implements Serializable
-
Serialized Fields
-
_3scale
_3scale _3scale
Deprecated: for backward compatibility. -
addons
java.util.Map<java.lang.String,Addons> addons
The extension point with addon traits -
affinity
Affinity affinity
The configuration of Affinity trait -
builder
Builder builder
The configuration of Builder trait -
camel
Camel camel
The configuration of Camel trait -
container
Container container
The configuration of Container trait -
cron
Cron cron
The configuration of Cron trait -
dependencies
Dependencies dependencies
The configuration of Dependencies trait -
deployer
Deployer deployer
The configuration of Deployer trait -
deployment
Deployment deployment
The configuration of Deployment trait -
environment
Environment environment
The configuration of Environment trait -
errorHandler
ErrorHandler errorHandler
The configuration of Error Handler trait -
gc
Gc gc
The configuration of GC trait -
health
Health health
The configuration of Health trait -
ingress
Ingress ingress
The configuration of Ingress trait -
istio
Istio istio
The configuration of Istio trait -
jolokia
Jolokia jolokia
The configuration of Jolokia trait -
jvm
Jvm jvm
The configuration of JVM trait -
kamelets
Kamelets kamelets
The configuration of Kamelets trait -
keda
Keda keda
Deprecated: for backward compatibility. -
knative
Knative knative
The configuration of Knative trait -
knativeService
KnativeService knativeService
The configuration of Knative Service trait -
logging
Logging logging
The configuration of Logging trait -
master
Master master
Deprecated: for backward compatibility. -
mount
Mount mount
The configuration of Mount trait -
openapi
Openapi openapi
The configuration of OpenAPI trait -
owner
Owner owner
The configuration of Owner trait -
pdb
Pdb pdb
The configuration of PDB trait -
platform
Platform platform
The configuration of Platform trait -
pod
Pod pod
The configuration of Pod trait -
prometheus
Prometheus prometheus
The configuration of Prometheus trait -
pullSecret
PullSecret pullSecret
The configuration of Pull Secret trait -
quarkus
Quarkus quarkus
The configuration of Quarkus trait -
registry
Registry registry
The configuration of Registry trait -
route
Route route
The configuration of Route trait -
service
Service service
The configuration of Service trait -
serviceBinding
ServiceBinding serviceBinding
The configuration of Service Binding trait -
strimzi
Strimzi strimzi
Deprecated: for backward compatibility. -
toleration
Toleration toleration
The configuration of Toleration trait -
tracing
Tracing tracing
Deprecated: for backward compatibility.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.Spec extends java.lang.Object implements Serializable
-
Serialized Fields
-
activeDeadlineSeconds
java.lang.Long activeDeadlineSeconds
ActiveDeadlineSeconds -
containers
java.util.List<Containers> containers
Containers -
dnsPolicy
java.lang.String dnsPolicy
DNSPolicy -
ephemeralContainers
java.util.List<EphemeralContainers> ephemeralContainers
EphemeralContainers -
initContainers
java.util.List<InitContainers> initContainers
InitContainers -
nodeSelector
java.util.Map<java.lang.String,java.lang.String> nodeSelector
NodeSelector -
restartPolicy
java.lang.String restartPolicy
RestartPolicy -
securityContext
SecurityContext securityContext
PodSecurityContext -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
TerminationGracePeriodSeconds -
topologySpreadConstraints
java.util.List<TopologySpreadConstraints> topologySpreadConstraints
TopologySpreadConstraints -
volumes
java.util.List<Volumes> volumes
Volumes
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.Containers extends java.lang.Object implements Serializable
-
Serialized Fields
-
args
java.util.List<java.lang.String> args
Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
command
java.util.List<java.lang.String> command
Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
env
java.util.List<Env> env
List of environment variables to set in the container. Cannot be updated. -
envFrom
java.util.List<EnvFrom> envFrom
List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. -
image
java.lang.String image
Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets. -
imagePullPolicy
java.lang.String imagePullPolicy
Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images -
lifecycle
Lifecycle lifecycle
Actions that the management system should take in response to container lifecycle events. Cannot be updated. -
livenessProbe
LivenessProbe livenessProbe
Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
name
java.lang.String name
Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated. -
ports
java.util.List<Ports> ports
List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated. -
readinessProbe
ReadinessProbe readinessProbe
Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
resources
Resources resources
Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
securityContext
SecurityContext securityContext
SecurityContext defines the security options the container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ -
startupProbe
StartupProbe startupProbe
StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
stdin
java.lang.Boolean stdin
Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. -
stdinOnce
java.lang.Boolean stdinOnce
Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false -
terminationMessagePath
java.lang.String terminationMessagePath
Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. -
terminationMessagePolicy
java.lang.String terminationMessagePolicy
Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. -
tty
java.lang.Boolean tty
Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. -
volumeDevices
java.util.List<VolumeDevices> volumeDevices
volumeDevices is the list of block devices to be used by the container. -
volumeMounts
java.util.List<VolumeMounts> volumeMounts
Pod volumes to mount into the container's filesystem. Cannot be updated. -
workingDir
java.lang.String workingDir
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.EphemeralContainers extends java.lang.Object implements Serializable
-
Serialized Fields
-
args
java.util.List<java.lang.String> args
Arguments to the entrypoint. The image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
command
java.util.List<java.lang.String> command
Entrypoint array. Not executed within a shell. The image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
env
java.util.List<Env> env
List of environment variables to set in the container. Cannot be updated. -
envFrom
java.util.List<EnvFrom> envFrom
List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. -
image
java.lang.String image
Container image name. More info: https://kubernetes.io/docs/concepts/containers/images -
imagePullPolicy
java.lang.String imagePullPolicy
Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images -
lifecycle
Lifecycle lifecycle
Lifecycle is not allowed for ephemeral containers. -
livenessProbe
LivenessProbe livenessProbe
Probes are not allowed for ephemeral containers. -
name
java.lang.String name
Name of the ephemeral container specified as a DNS_LABEL. This name must be unique among all containers, init containers and ephemeral containers. -
ports
java.util.List<Ports> ports
Ports are not allowed for ephemeral containers. -
readinessProbe
ReadinessProbe readinessProbe
Probes are not allowed for ephemeral containers. -
resources
Resources resources
Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod. -
securityContext
SecurityContext securityContext
Optional: SecurityContext defines the security options the ephemeral container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. -
startupProbe
StartupProbe startupProbe
Probes are not allowed for ephemeral containers. -
stdin
java.lang.Boolean stdin
Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. -
stdinOnce
java.lang.Boolean stdinOnce
Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false -
targetContainerName
java.lang.String targetContainerName
If set, the name of the container from PodSpec that this ephemeral container targets. The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container uses the namespaces configured in the Pod spec. The container runtime must implement support for this feature. If the runtime does not support namespace targeting then the result of setting this field is undefined. -
terminationMessagePath
java.lang.String terminationMessagePath
Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. -
terminationMessagePolicy
java.lang.String terminationMessagePolicy
Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. -
tty
java.lang.Boolean tty
Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. -
volumeDevices
java.util.List<VolumeDevices> volumeDevices
volumeDevices is the list of block devices to be used by the container. -
volumeMounts
java.util.List<VolumeMounts> volumeMounts
Pod volumes to mount into the container's filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated. -
workingDir
java.lang.String workingDir
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.InitContainers extends java.lang.Object implements Serializable
-
Serialized Fields
-
args
java.util.List<java.lang.String> args
Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
command
java.util.List<java.lang.String> command
Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell -
env
java.util.List<Env> env
List of environment variables to set in the container. Cannot be updated. -
envFrom
java.util.List<EnvFrom> envFrom
List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. -
image
java.lang.String image
Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets. -
imagePullPolicy
java.lang.String imagePullPolicy
Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images -
lifecycle
Lifecycle lifecycle
Actions that the management system should take in response to container lifecycle events. Cannot be updated. -
livenessProbe
LivenessProbe livenessProbe
Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
name
java.lang.String name
Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated. -
ports
java.util.List<Ports> ports
List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated. -
readinessProbe
ReadinessProbe readinessProbe
Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
resources
Resources resources
Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
securityContext
SecurityContext securityContext
SecurityContext defines the security options the container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ -
startupProbe
StartupProbe startupProbe
StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
stdin
java.lang.Boolean stdin
Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. -
stdinOnce
java.lang.Boolean stdinOnce
Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false -
terminationMessagePath
java.lang.String terminationMessagePath
Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. -
terminationMessagePolicy
java.lang.String terminationMessagePolicy
Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. -
tty
java.lang.Boolean tty
Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. -
volumeDevices
java.util.List<VolumeDevices> volumeDevices
volumeDevices is the list of block devices to be used by the container. -
volumeMounts
java.util.List<VolumeMounts> volumeMounts
Pod volumes to mount into the container's filesystem. Cannot be updated. -
workingDir
java.lang.String workingDir
Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.SecurityContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsGroup
java.lang.Long fsGroup
A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod: 1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw---- If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows. -
fsGroupChangePolicy
java.lang.String fsGroupChangePolicy
fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows. -
runAsGroup
java.lang.Long runAsGroup
The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. -
runAsNonRoot
java.lang.Boolean runAsNonRoot
Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. -
runAsUser
java.lang.Long runAsUser
The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. -
seccompProfile
SeccompProfile seccompProfile
The seccomp options to use by the containers in this pod. Note that this field cannot be set when spec.os.name is windows. -
seLinuxOptions
SeLinuxOptions seLinuxOptions
The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. -
supplementalGroups
java.util.List<java.lang.Long> supplementalGroups
A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container. Note that this field cannot be set when spec.os.name is windows. -
sysctls
java.util.List<Sysctls> sysctls
Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows. -
windowsOptions
WindowsOptions windowsOptions
The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.TopologySpreadConstraints extends java.lang.Object implements Serializable
-
Serialized Fields
-
labelSelector
LabelSelector labelSelector
LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain. -
matchLabelKeys
java.util.List<java.lang.String> matchLabelKeys
MatchLabelKeys is a set of pod label keys to select the pods over which spreading will be calculated. The keys are used to lookup values from the incoming pod labels, those key-value labels are ANDed with labelSelector to select the group of existing pods over which spreading will be calculated for the incoming pod. Keys that don't exist in the incoming pod labels will be ignored. A null or empty list means only match against labelSelector. -
maxSkew
java.lang.Integer maxSkew
MaxSkew describes the degree to which pods may be unevenly distributed. When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference between the number of matching pods in the target topology and the global minimum. The global minimum is the minimum number of matching pods in an eligible domain or zero if the number of eligible domains is less than MinDomains. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 2/2/1: In this case, the global minimum is 1. | zone1 | zone2 | zone3 | | P P | P P | P | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2; scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence to topologies that satisfy it. It's a required field. Default value is 1 and 0 is not allowed. -
minDomains
java.lang.Integer minDomains
MinDomains indicates a minimum number of eligible domains. When the number of eligible domains with matching topology keys is less than minDomains, Pod Topology Spread treats "global minimum" as 0, and then the calculation of Skew is performed. And when the number of eligible domains with matching topology keys equals or greater than minDomains, this value has no effect on scheduling. As a result, when the number of eligible domains is less than minDomains, scheduler won't schedule more than maxSkew Pods to those domains. If value is nil, the constraint behaves as if MinDomains is equal to 1. Valid values are integers greater than 0. When value is not nil, WhenUnsatisfiable must be DoNotSchedule. For example, in a 3-zone cluster, MaxSkew is set to 2, MinDomains is set to 5 and pods with the same labelSelector spread as 2/2/2: | zone1 | zone2 | zone3 | | P P | P P | P P | The number of domains is less than 5(MinDomains), so "global minimum" is treated as 0. In this situation, new pod with the same labelSelector cannot be scheduled, because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones, it will violate MaxSkew. This is a beta field and requires the MinDomainsInPodTopologySpread feature gate to be enabled (enabled by default). -
nodeAffinityPolicy
java.lang.String nodeAffinityPolicy
NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector when calculating pod topology spread skew. Options are: - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations. - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations. If this value is nil, the behavior is equivalent to the Honor policy. This is a alpha-level feature enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. -
nodeTaintsPolicy
java.lang.String nodeTaintsPolicy
NodeTaintsPolicy indicates how we will treat node taints when calculating pod topology spread skew. Options are: - Honor: nodes without taints, along with tainted nodes for which the incoming pod has a toleration, are included. - Ignore: node taints are ignored. All nodes are included. If this value is nil, the behavior is equivalent to the Ignore policy. This is a alpha-level feature enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. -
topologyKey
java.lang.String topologyKey
TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider eachas a "bucket", and try to put balanced number of pods into each bucket. We define a domain as a particular instance of a topology. Also, we define an eligible domain as a domain whose nodes meet the requirements of nodeAffinityPolicy and nodeTaintsPolicy. e.g. If TopologyKey is "kubernetes.io/hostname", each Node is a domain of that topology. And, if TopologyKey is "topology.kubernetes.io/zone", each zone is a domain of that topology. It's a required field. -
whenUnsatisfiable
java.lang.String whenUnsatisfiable
WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location, but giving higher precedence to topologies that would help reduce the skew. A constraint is considered "Unsatisfiable" for an incoming pod if and only if every possible node assignment for that pod would violate "MaxSkew" on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 3/1/1: | zone1 | zone2 | zone3 | | P P P | P | P | If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled to zone2(zone3) to become 3/2/1(3/1/2) as ActualSkew(2-1) on zone2(zone3) satisfies MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler won't make it *more* imbalanced. It's a required field.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.Volumes extends java.lang.Object implements Serializable
-
Serialized Fields
-
awsElasticBlockStore
AwsElasticBlockStore awsElasticBlockStore
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore -
azureDisk
AzureDisk azureDisk
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. -
azureFile
AzureFile azureFile
azureFile represents an Azure File Service mount on the host and bind mount to the pod. -
cephfs
Cephfs cephfs
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime -
cinder
Cinder cinder
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md -
configMap
ConfigMap configMap
configMap represents a configMap that should populate this volume -
csi
Csi csi
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature). -
downwardAPI
DownwardAPI downwardAPI
downwardAPI represents downward API about the pod that should populate this volume -
emptyDir
EmptyDir emptyDir
emptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir -
ephemeral
Ephemeral ephemeral
ephemeral represents a volume that is handled by a cluster storage driver. The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed. Use this if: a) the volume is only needed while the pod runs, b) features of normal volumes like restoring from snapshot or capacity tracking are needed, c) the storage driver is specified through a storage class, and d) the storage driver supports dynamic volume provisioning through a PersistentVolumeClaim (see EphemeralVolumeSource for more information on the connection between this volume type and PersistentVolumeClaim). Use PersistentVolumeClaim or one of the vendor-specific APIs for volumes that persist for longer than the lifecycle of an individual pod. Use CSI for light-weight local ephemeral volumes if the CSI driver is meant to be used that way - see the documentation of the driver for more information. A pod can use both types of ephemeral volumes and persistent volumes at the same time. -
fc
Fc fc
fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. -
flexVolume
FlexVolume flexVolume
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. -
flocker
Flocker flocker
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running -
gcePersistentDisk
GcePersistentDisk gcePersistentDisk
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk -
gitRepo
GitRepo gitRepo
gitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container. -
glusterfs
Glusterfs glusterfs
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md -
hostPath
HostPath hostPath
hostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath --- TODO(jonesdl) We need to restrict who can use host directory mounts and who can/can not mount host directories as read/write. -
iscsi
Iscsi iscsi
iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md -
name
java.lang.String name
name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names -
nfs
Nfs nfs
nfs represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs -
persistentVolumeClaim
PersistentVolumeClaim persistentVolumeClaim
persistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims -
photonPersistentDisk
PhotonPersistentDisk photonPersistentDisk
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine -
portworxVolume
PortworxVolume portworxVolume
portworxVolume represents a portworx volume attached and mounted on kubelets host machine -
projected
Projected projected
projected items for all in one resources secrets, configmaps, and downward API -
quobyte
Quobyte quobyte
quobyte represents a Quobyte mount on the host that shares a pod's lifetime -
rbd
Rbd rbd
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md -
scaleIO
ScaleIO scaleIO
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. -
secret
Secret secret
secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret -
storageos
Storageos storageos
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes. -
vsphereVolume
VsphereVolume vsphereVolume
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.Env extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the environment variable. Must be a C_IDENTIFIER. -
value
java.lang.String value
Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". -
valueFrom
ValueFrom valueFrom
Source for the environment variable's value. Cannot be used if value is not empty.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.EnvFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapRef
ConfigMapRef configMapRef
The ConfigMap to select from -
prefix
java.lang.String prefix
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. -
secretRef
SecretRef secretRef
The Secret to select from
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.Lifecycle extends java.lang.Object implements Serializable
-
Serialized Fields
-
postStart
PostStart postStart
PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks -
preStop
PreStop preStop
PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.LivenessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.Ports extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerPort
java.lang.Integer containerPort
Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536. -
hostIP
java.lang.String hostIP
What host IP to bind the external port to. -
hostPort
java.lang.Integer hostPort
Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this. -
name
java.lang.String name
If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. -
protocol
java.lang.String protocol
Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP".
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.ReadinessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.Resources extends java.lang.Object implements Serializable
-
Serialized Fields
-
limits
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> limits
Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
requests
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> requests
Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.SecurityContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
allowPrivilegeEscalation
java.lang.Boolean allowPrivilegeEscalation
AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows. -
capabilities
Capabilities capabilities
The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows. -
privileged
java.lang.Boolean privileged
Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows. -
procMount
java.lang.String procMount
procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. -
readOnlyRootFilesystem
java.lang.Boolean readOnlyRootFilesystem
Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows. -
runAsGroup
java.lang.Long runAsGroup
The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
runAsNonRoot
java.lang.Boolean runAsNonRoot
Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. -
runAsUser
java.lang.Long runAsUser
The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
seccompProfile
SeccompProfile seccompProfile
The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows. -
seLinuxOptions
SeLinuxOptions seLinuxOptions
The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
windowsOptions
WindowsOptions windowsOptions
The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.StartupProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.VolumeDevices extends java.lang.Object implements Serializable
-
Serialized Fields
-
devicePath
java.lang.String devicePath
devicePath is the path inside of the container that the device will be mapped to. -
name
java.lang.String name
name must match the name of a persistentVolumeClaim in the pod
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.VolumeMounts extends java.lang.Object implements Serializable
-
Serialized Fields
-
mountPath
java.lang.String mountPath
Path within the container at which the volume should be mounted. Must not contain ':'. -
mountPropagation
java.lang.String mountPropagation
mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. -
name
java.lang.String name
This must match the Name of a Volume. -
readOnly
java.lang.Boolean readOnly
Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. -
subPath
java.lang.String subPath
Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). -
subPathExpr
java.lang.String subPathExpr
Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.env
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.env.ValueFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
fieldRef
FieldRef fieldRef
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations[' ']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret in the pod's namespace
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.env.valuefrom
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.env.valuefrom.ConfigMapKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key to select. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap or its key must be defined
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.env.valuefrom.FieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
Version of the schema the FieldPath is written in terms of, defaults to "v1". -
fieldPath
java.lang.String fieldPath
Path of the field to select in the specified API version.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.env.valuefrom.ResourceFieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerName
java.lang.String containerName
Container name: required for volumes, optional for env vars -
divisor
io.fabric8.kubernetes.api.model.IntOrString divisor
Specifies the output format of the exposed resources, defaults to "1" -
resource
java.lang.String resource
Required: resource to select
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.env.valuefrom.SecretKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.envfrom
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.envfrom.ConfigMapRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap must be defined
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.envfrom.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret must be defined
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.lifecycle
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.lifecycle.PostStart extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.lifecycle.PreStop extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.lifecycle.poststart
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.lifecycle.poststart.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.lifecycle.poststart.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.lifecycle.poststart.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.lifecycle.poststart.httpget
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.lifecycle.poststart.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.lifecycle.prestop
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.lifecycle.prestop.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.lifecycle.prestop.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.lifecycle.prestop.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.lifecycle.prestop.httpget
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.lifecycle.prestop.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.livenessprobe
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.livenessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.livenessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.livenessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.livenessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.livenessprobe.httpget
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.livenessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.readinessprobe
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.readinessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.readinessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.readinessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.readinessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.readinessprobe.httpget
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.readinessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.securitycontext
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.securitycontext.Capabilities extends java.lang.Object implements Serializable
-
Serialized Fields
-
add
java.util.List<java.lang.String> add
Added capabilities -
drop
java.util.List<java.lang.String> drop
Removed capabilities
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.securitycontext.SeccompProfile extends java.lang.Object implements Serializable
-
Serialized Fields
-
localhostProfile
java.lang.String localhostProfile
localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". -
type
java.lang.String type
type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.securitycontext.SeLinuxOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
level
java.lang.String level
Level is SELinux level label that applies to the container. -
role
java.lang.String role
Role is a SELinux role label that applies to the container. -
type
java.lang.String type
Type is a SELinux type label that applies to the container. -
user
java.lang.String user
User is a SELinux user label that applies to the container.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.securitycontext.WindowsOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
gmsaCredentialSpec
java.lang.String gmsaCredentialSpec
GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. -
gmsaCredentialSpecName
java.lang.String gmsaCredentialSpecName
GMSACredentialSpecName is the name of the GMSA credential spec to use. -
hostProcess
java.lang.Boolean hostProcess
HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true. -
runAsUserName
java.lang.String runAsUserName
The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.startupprobe
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.startupprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.startupprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.startupprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.startupprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.startupprobe.httpget
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.containers.startupprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.Env extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the environment variable. Must be a C_IDENTIFIER. -
value
java.lang.String value
Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". -
valueFrom
ValueFrom valueFrom
Source for the environment variable's value. Cannot be used if value is not empty.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.EnvFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapRef
ConfigMapRef configMapRef
The ConfigMap to select from -
prefix
java.lang.String prefix
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. -
secretRef
SecretRef secretRef
The Secret to select from
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.Lifecycle extends java.lang.Object implements Serializable
-
Serialized Fields
-
postStart
PostStart postStart
PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks -
preStop
PreStop preStop
PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.LivenessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.Ports extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerPort
java.lang.Integer containerPort
Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536. -
hostIP
java.lang.String hostIP
What host IP to bind the external port to. -
hostPort
java.lang.Integer hostPort
Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this. -
name
java.lang.String name
If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. -
protocol
java.lang.String protocol
Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP".
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.ReadinessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.Resources extends java.lang.Object implements Serializable
-
Serialized Fields
-
limits
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> limits
Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
requests
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> requests
Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.SecurityContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
allowPrivilegeEscalation
java.lang.Boolean allowPrivilegeEscalation
AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows. -
capabilities
Capabilities capabilities
The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows. -
privileged
java.lang.Boolean privileged
Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows. -
procMount
java.lang.String procMount
procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. -
readOnlyRootFilesystem
java.lang.Boolean readOnlyRootFilesystem
Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows. -
runAsGroup
java.lang.Long runAsGroup
The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
runAsNonRoot
java.lang.Boolean runAsNonRoot
Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. -
runAsUser
java.lang.Long runAsUser
The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
seccompProfile
SeccompProfile seccompProfile
The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows. -
seLinuxOptions
SeLinuxOptions seLinuxOptions
The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
windowsOptions
WindowsOptions windowsOptions
The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.StartupProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.VolumeDevices extends java.lang.Object implements Serializable
-
Serialized Fields
-
devicePath
java.lang.String devicePath
devicePath is the path inside of the container that the device will be mapped to. -
name
java.lang.String name
name must match the name of a persistentVolumeClaim in the pod
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.VolumeMounts extends java.lang.Object implements Serializable
-
Serialized Fields
-
mountPath
java.lang.String mountPath
Path within the container at which the volume should be mounted. Must not contain ':'. -
mountPropagation
java.lang.String mountPropagation
mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. -
name
java.lang.String name
This must match the Name of a Volume. -
readOnly
java.lang.Boolean readOnly
Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. -
subPath
java.lang.String subPath
Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). -
subPathExpr
java.lang.String subPathExpr
Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.env
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.env.ValueFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
fieldRef
FieldRef fieldRef
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations[' ']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret in the pod's namespace
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.env.valuefrom
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.env.valuefrom.ConfigMapKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key to select. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap or its key must be defined
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.env.valuefrom.FieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
Version of the schema the FieldPath is written in terms of, defaults to "v1". -
fieldPath
java.lang.String fieldPath
Path of the field to select in the specified API version.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.env.valuefrom.ResourceFieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerName
java.lang.String containerName
Container name: required for volumes, optional for env vars -
divisor
io.fabric8.kubernetes.api.model.IntOrString divisor
Specifies the output format of the exposed resources, defaults to "1" -
resource
java.lang.String resource
Required: resource to select
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.env.valuefrom.SecretKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.envfrom
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.envfrom.ConfigMapRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap must be defined
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.envfrom.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret must be defined
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.lifecycle
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.lifecycle.PostStart extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.lifecycle.PreStop extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.lifecycle.poststart
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.lifecycle.poststart.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.lifecycle.poststart.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.lifecycle.poststart.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.lifecycle.poststart.httpget
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.lifecycle.poststart.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.lifecycle.prestop
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.lifecycle.prestop.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.lifecycle.prestop.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.lifecycle.prestop.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.lifecycle.prestop.httpget
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.lifecycle.prestop.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.livenessprobe
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.livenessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.livenessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.livenessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.livenessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.livenessprobe.httpget
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.livenessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.readinessprobe
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.readinessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.readinessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.readinessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.readinessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.readinessprobe.httpget
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.readinessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.securitycontext
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.securitycontext.Capabilities extends java.lang.Object implements Serializable
-
Serialized Fields
-
add
java.util.List<java.lang.String> add
Added capabilities -
drop
java.util.List<java.lang.String> drop
Removed capabilities
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.securitycontext.SeccompProfile extends java.lang.Object implements Serializable
-
Serialized Fields
-
localhostProfile
java.lang.String localhostProfile
localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". -
type
java.lang.String type
type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.securitycontext.SeLinuxOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
level
java.lang.String level
Level is SELinux level label that applies to the container. -
role
java.lang.String role
Role is a SELinux role label that applies to the container. -
type
java.lang.String type
Type is a SELinux type label that applies to the container. -
user
java.lang.String user
User is a SELinux user label that applies to the container.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.securitycontext.WindowsOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
gmsaCredentialSpec
java.lang.String gmsaCredentialSpec
GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. -
gmsaCredentialSpecName
java.lang.String gmsaCredentialSpecName
GMSACredentialSpecName is the name of the GMSA credential spec to use. -
hostProcess
java.lang.Boolean hostProcess
HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true. -
runAsUserName
java.lang.String runAsUserName
The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.startupprobe
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.startupprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.startupprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.startupprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.startupprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.startupprobe.httpget
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.ephemeralcontainers.startupprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.Env extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the environment variable. Must be a C_IDENTIFIER. -
value
java.lang.String value
Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". -
valueFrom
ValueFrom valueFrom
Source for the environment variable's value. Cannot be used if value is not empty.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.EnvFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapRef
ConfigMapRef configMapRef
The ConfigMap to select from -
prefix
java.lang.String prefix
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. -
secretRef
SecretRef secretRef
The Secret to select from
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.Lifecycle extends java.lang.Object implements Serializable
-
Serialized Fields
-
postStart
PostStart postStart
PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks -
preStop
PreStop preStop
PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.LivenessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.Ports extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerPort
java.lang.Integer containerPort
Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536. -
hostIP
java.lang.String hostIP
What host IP to bind the external port to. -
hostPort
java.lang.Integer hostPort
Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this. -
name
java.lang.String name
If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. -
protocol
java.lang.String protocol
Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP".
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.ReadinessProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.Resources extends java.lang.Object implements Serializable
-
Serialized Fields
-
limits
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> limits
Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
requests
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> requests
Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.SecurityContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
allowPrivilegeEscalation
java.lang.Boolean allowPrivilegeEscalation
AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows. -
capabilities
Capabilities capabilities
The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows. -
privileged
java.lang.Boolean privileged
Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows. -
procMount
java.lang.String procMount
procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. -
readOnlyRootFilesystem
java.lang.Boolean readOnlyRootFilesystem
Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows. -
runAsGroup
java.lang.Long runAsGroup
The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
runAsNonRoot
java.lang.Boolean runAsNonRoot
Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. -
runAsUser
java.lang.Long runAsUser
The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
seccompProfile
SeccompProfile seccompProfile
The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows. -
seLinuxOptions
SeLinuxOptions seLinuxOptions
The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. -
windowsOptions
WindowsOptions windowsOptions
The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.StartupProbe extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
failureThreshold
java.lang.Integer failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. -
grpc
Grpc grpc
GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
initialDelaySeconds
java.lang.Integer initialDelaySeconds
Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes -
periodSeconds
java.lang.Integer periodSeconds
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. -
successThreshold
java.lang.Integer successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. -
tcpSocket
TcpSocket tcpSocket
TCPSocket specifies an action involving a TCP port. -
terminationGracePeriodSeconds
java.lang.Long terminationGracePeriodSeconds
Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. -
timeoutSeconds
java.lang.Integer timeoutSeconds
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.VolumeDevices extends java.lang.Object implements Serializable
-
Serialized Fields
-
devicePath
java.lang.String devicePath
devicePath is the path inside of the container that the device will be mapped to. -
name
java.lang.String name
name must match the name of a persistentVolumeClaim in the pod
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.VolumeMounts extends java.lang.Object implements Serializable
-
Serialized Fields
-
mountPath
java.lang.String mountPath
Path within the container at which the volume should be mounted. Must not contain ':'. -
mountPropagation
java.lang.String mountPropagation
mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. -
name
java.lang.String name
This must match the Name of a Volume. -
readOnly
java.lang.Boolean readOnly
Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. -
subPath
java.lang.String subPath
Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). -
subPathExpr
java.lang.String subPathExpr
Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.env
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.env.ValueFrom extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
fieldRef
FieldRef fieldRef
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations[' ']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret in the pod's namespace
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.env.valuefrom
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.env.valuefrom.ConfigMapKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key to select. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap or its key must be defined
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.env.valuefrom.FieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
Version of the schema the FieldPath is written in terms of, defaults to "v1". -
fieldPath
java.lang.String fieldPath
Path of the field to select in the specified API version.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.env.valuefrom.ResourceFieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerName
java.lang.String containerName
Container name: required for volumes, optional for env vars -
divisor
io.fabric8.kubernetes.api.model.IntOrString divisor
Specifies the output format of the exposed resources, defaults to "1" -
resource
java.lang.String resource
Required: resource to select
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.env.valuefrom.SecretKeyRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key of the secret to select from. Must be a valid secret key. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.envfrom
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.envfrom.ConfigMapRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the ConfigMap must be defined
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.envfrom.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
Specify whether the Secret must be defined
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.lifecycle
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.lifecycle.PostStart extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.lifecycle.PreStop extends java.lang.Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
Exec specifies the action to take. -
httpGet
HttpGet httpGet
HTTPGet specifies the http request to perform. -
tcpSocket
TcpSocket tcpSocket
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.lifecycle.poststart
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.lifecycle.poststart.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.lifecycle.poststart.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.lifecycle.poststart.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.lifecycle.poststart.httpget
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.lifecycle.poststart.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.lifecycle.prestop
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.lifecycle.prestop.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.lifecycle.prestop.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.lifecycle.prestop.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.lifecycle.prestop.httpget
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.lifecycle.prestop.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.livenessprobe
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.livenessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.livenessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.livenessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.livenessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.livenessprobe.httpget
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.livenessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.readinessprobe
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.readinessprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.readinessprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.readinessprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.readinessprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.readinessprobe.httpget
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.readinessprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.securitycontext
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.securitycontext.Capabilities extends java.lang.Object implements Serializable
-
Serialized Fields
-
add
java.util.List<java.lang.String> add
Added capabilities -
drop
java.util.List<java.lang.String> drop
Removed capabilities
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.securitycontext.SeccompProfile extends java.lang.Object implements Serializable
-
Serialized Fields
-
localhostProfile
java.lang.String localhostProfile
localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". -
type
java.lang.String type
type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.securitycontext.SeLinuxOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
level
java.lang.String level
Level is SELinux level label that applies to the container. -
role
java.lang.String role
Role is a SELinux role label that applies to the container. -
type
java.lang.String type
Type is a SELinux type label that applies to the container. -
user
java.lang.String user
User is a SELinux user label that applies to the container.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.securitycontext.WindowsOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
gmsaCredentialSpec
java.lang.String gmsaCredentialSpec
GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. -
gmsaCredentialSpecName
java.lang.String gmsaCredentialSpecName
GMSACredentialSpecName is the name of the GMSA credential spec to use. -
hostProcess
java.lang.Boolean hostProcess
HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true. -
runAsUserName
java.lang.String runAsUserName
The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.startupprobe
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.startupprobe.Exec extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.util.List<java.lang.String> command
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.startupprobe.Grpc extends java.lang.Object implements Serializable
-
Serialized Fields
-
port
java.lang.Integer port
Port number of the gRPC service. Number must be in the range 1 to 65535. -
service
java.lang.String service
Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.startupprobe.HttpGet extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders
java.util.List<HttpHeaders> httpHeaders
Custom headers to set in the request. HTTP allows repeated headers. -
path
java.lang.String path
Path to access on the HTTP server. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. -
scheme
java.lang.String scheme
Scheme to use for connecting to the host. Defaults to HTTP.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.startupprobe.TcpSocket extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Optional: Host name to connect to, defaults to the pod IP. -
port
io.fabric8.kubernetes.api.model.IntOrString port
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.startupprobe.httpget
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.initcontainers.startupprobe.httpget.HttpHeaders extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The header field name -
value
java.lang.String value
The header field value
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.securitycontext
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.securitycontext.SeccompProfile extends java.lang.Object implements Serializable
-
Serialized Fields
-
localhostProfile
java.lang.String localhostProfile
localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". -
type
java.lang.String type
type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.securitycontext.SeLinuxOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
level
java.lang.String level
Level is SELinux level label that applies to the container. -
role
java.lang.String role
Role is a SELinux role label that applies to the container. -
type
java.lang.String type
Type is a SELinux type label that applies to the container. -
user
java.lang.String user
User is a SELinux user label that applies to the container.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.securitycontext.Sysctls extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of a property to set -
value
java.lang.String value
Value of a property to set
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.securitycontext.WindowsOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
gmsaCredentialSpec
java.lang.String gmsaCredentialSpec
GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. -
gmsaCredentialSpecName
java.lang.String gmsaCredentialSpecName
GMSACredentialSpecName is the name of the GMSA credential spec to use. -
hostProcess
java.lang.Boolean hostProcess
HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true. -
runAsUserName
java.lang.String runAsUserName
The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.topologyspreadconstraints
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.topologyspreadconstraints.LabelSelector extends java.lang.Object implements Serializable
-
Serialized Fields
-
matchExpressions
java.util.List<MatchExpressions> matchExpressions
matchExpressions is a list of label selector requirements. The requirements are ANDed. -
matchLabels
java.util.Map<java.lang.String,java.lang.String> matchLabels
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.topologyspreadconstraints.labelselector
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.topologyspreadconstraints.labelselector.MatchExpressions extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the label key that the selector applies to. -
operator
java.lang.String operator
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. -
values
java.util.List<java.lang.String> values
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.AwsElasticBlockStore extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore TODO: how do we prevent errors in the filesystem from compromising the machine -
partition
java.lang.Integer partition
partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). -
readOnly
java.lang.Boolean readOnly
readOnly value true will force the readOnly setting in VolumeMounts. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore -
volumeID
java.lang.String volumeID
volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.AzureDisk extends java.lang.Object implements Serializable
-
Serialized Fields
-
cachingMode
java.lang.String cachingMode
cachingMode is the Host Caching mode: None, Read Only, Read Write. -
diskName
java.lang.String diskName
diskName is the Name of the data disk in the blob storage -
diskURI
java.lang.String diskURI
diskURI is the URI of data disk in the blob storage -
fsType
java.lang.String fsType
fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. -
kind
java.lang.String kind
kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared -
readOnly
java.lang.Boolean readOnly
readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.AzureFile extends java.lang.Object implements Serializable
-
Serialized Fields
-
readOnly
java.lang.Boolean readOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
secretName
java.lang.String secretName
secretName is the name of secret that contains Azure Storage Account Name and Key -
shareName
java.lang.String shareName
shareName is the azure share Name
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.Cephfs extends java.lang.Object implements Serializable
-
Serialized Fields
-
monitors
java.util.List<java.lang.String> monitors
monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it -
path
java.lang.String path
path is Optional: Used as the mounted root, rather than the full Ceph tree, default is / -
readOnly
java.lang.Boolean readOnly
readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it -
secretFile
java.lang.String secretFile
secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it -
secretRef
SecretRef secretRef
secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it -
user
java.lang.String user
user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.Cinder extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md -
readOnly
java.lang.Boolean readOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md -
secretRef
SecretRef secretRef
secretRef is optional: points to a secret object containing parameters used to connect to OpenStack. -
volumeID
java.lang.String volumeID
volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.ConfigMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultMode
java.lang.Integer defaultMode
defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
items
java.util.List<Items> items
items 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. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
optional specify whether the ConfigMap or its keys must be defined
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.Csi extends java.lang.Object implements Serializable
-
Serialized Fields
-
driver
java.lang.String driver
driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster. -
fsType
java.lang.String fsType
fsType to mount. Ex. "ext4", "xfs", "ntfs". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply. -
nodePublishSecretRef
NodePublishSecretRef nodePublishSecretRef
nodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secret references are passed. -
readOnly
java.lang.Boolean readOnly
readOnly specifies a read-only configuration for the volume. Defaults to false (read/write). -
volumeAttributes
java.util.Map<java.lang.String,java.lang.String> volumeAttributes
volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.DownwardAPI extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultMode
java.lang.Integer defaultMode
Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
items
java.util.List<Items> items
Items is a list of downward API volume file
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.EmptyDir extends java.lang.Object implements Serializable
-
Serialized Fields
-
medium
java.lang.String medium
medium represents what type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir -
sizeLimit
io.fabric8.kubernetes.api.model.IntOrString sizeLimit
sizeLimit is the total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.Ephemeral extends java.lang.Object implements Serializable
-
Serialized Fields
-
volumeClaimTemplate
VolumeClaimTemplate volumeClaimTemplate
Will be used to create a stand-alone PVC to provision the volume. The pod in which this EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the pod. The name of the PVC will be `- ` where ` ` is the name from the `PodSpec.Volumes` array entry. Pod validation will reject the pod if the concatenated name is not valid for a PVC (for example, too long). An existing PVC with that name that is not owned by the pod will *not* be used for the pod to avoid using an unrelated volume by mistake. Starting the pod is then blocked until the unrelated PVC is removed. If such a pre-created PVC is meant to be used by the pod, the PVC has to updated with an owner reference to the pod once the pod exists. Normally this should not be necessary, but it may be useful when manually reconstructing a broken cluster. This field is read-only and no changes will be made by Kubernetes to the PVC after it has been created. Required, must not be nil.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.Fc extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. TODO: how do we prevent errors in the filesystem from compromising the machine -
lun
java.lang.Integer lun
lun is Optional: FC target lun number -
readOnly
java.lang.Boolean readOnly
readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
targetWWNs
java.util.List<java.lang.String> targetWWNs
targetWWNs is Optional: FC target worldwide names (WWNs) -
wwids
java.util.List<java.lang.String> wwids
wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.FlexVolume extends java.lang.Object implements Serializable
-
Serialized Fields
-
driver
java.lang.String driver
driver is the name of the driver to use for this volume. -
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. -
options
java.util.Map<java.lang.String,java.lang.String> options
options is Optional: this field holds extra command options if any. -
readOnly
java.lang.Boolean readOnly
readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
secretRef
SecretRef secretRef
secretRef is Optional: secretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.Flocker extends java.lang.Object implements Serializable
-
Serialized Fields
-
datasetName
java.lang.String datasetName
datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated -
datasetUUID
java.lang.String datasetUUID
datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.GcePersistentDisk extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk TODO: how do we prevent errors in the filesystem from compromising the machine -
partition
java.lang.Integer partition
partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk -
pdName
java.lang.String pdName
pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk -
readOnly
java.lang.Boolean readOnly
readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.GitRepo extends java.lang.Object implements Serializable
-
Serialized Fields
-
directory
java.lang.String directory
directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name. -
repository
java.lang.String repository
repository is the URL -
revision
java.lang.String revision
revision is the commit hash for the specified revision.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.Glusterfs extends java.lang.Object implements Serializable
-
Serialized Fields
-
endpoints
java.lang.String endpoints
endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod -
path
java.lang.String path
path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod -
readOnly
java.lang.Boolean readOnly
readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.HostPath extends java.lang.Object implements Serializable
-
Serialized Fields
-
path
java.lang.String path
path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath -
type
java.lang.String type
type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.Iscsi extends java.lang.Object implements Serializable
-
Serialized Fields
-
chapAuthDiscovery
java.lang.Boolean chapAuthDiscovery
chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication -
chapAuthSession
java.lang.Boolean chapAuthSession
chapAuthSession defines whether support iSCSI Session CHAP authentication -
fsType
java.lang.String fsType
fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi TODO: how do we prevent errors in the filesystem from compromising the machine -
initiatorName
java.lang.String initiatorName
initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface: will be created for the connection. -
iqn
java.lang.String iqn
iqn is the target iSCSI Qualified Name. -
iscsiInterface
java.lang.String iscsiInterface
iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp). -
lun
java.lang.Integer lun
lun represents iSCSI Target Lun number. -
portals
java.util.List<java.lang.String> portals
portals is the iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). -
readOnly
java.lang.Boolean readOnly
readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. -
secretRef
SecretRef secretRef
secretRef is the CHAP Secret for iSCSI target and initiator authentication -
targetPortal
java.lang.String targetPortal
targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.Nfs extends java.lang.Object implements Serializable
-
Serialized Fields
-
path
java.lang.String path
path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs -
readOnly
java.lang.Boolean readOnly
readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs -
server
java.lang.String server
server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.PersistentVolumeClaim extends java.lang.Object implements Serializable
-
Serialized Fields
-
claimName
java.lang.String claimName
claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims -
readOnly
java.lang.Boolean readOnly
readOnly Will force the ReadOnly setting in VolumeMounts. Default false.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.PhotonPersistentDisk extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. -
pdID
java.lang.String pdID
pdID is the ID that identifies Photon Controller persistent disk
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.PortworxVolume extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified. -
readOnly
java.lang.Boolean readOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
volumeID
java.lang.String volumeID
volumeID uniquely identifies a Portworx volume
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.Projected extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultMode
java.lang.Integer defaultMode
defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
sources
java.util.List<Sources> sources
sources is the list of volume projections
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.Quobyte extends java.lang.Object implements Serializable
-
Serialized Fields
-
group
java.lang.String group
group to map volume access to Default is no group -
readOnly
java.lang.Boolean readOnly
readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. -
registry
java.lang.String registry
registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes -
tenant
java.lang.String tenant
tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin -
user
java.lang.String user
user to map volume access to Defaults to serivceaccount user -
volume
java.lang.String volume
volume is a string that references an already created Quobyte volume by name.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.Rbd extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd TODO: how do we prevent errors in the filesystem from compromising the machine -
image
java.lang.String image
image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
keyring
java.lang.String keyring
keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
monitors
java.util.List<java.lang.String> monitors
monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
pool
java.lang.String pool
pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
readOnly
java.lang.Boolean readOnly
readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
secretRef
SecretRef secretRef
secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it -
user
java.lang.String user
user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.ScaleIO extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs". -
gateway
java.lang.String gateway
gateway is the host address of the ScaleIO API Gateway. -
protectionDomain
java.lang.String protectionDomain
protectionDomain is the name of the ScaleIO Protection Domain for the configured storage. -
readOnly
java.lang.Boolean readOnly
readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
secretRef
SecretRef secretRef
secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail. -
sslEnabled
java.lang.Boolean sslEnabled
sslEnabled Flag enable/disable SSL communication with Gateway, default false -
storageMode
java.lang.String storageMode
storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. -
storagePool
java.lang.String storagePool
storagePool is the ScaleIO Storage Pool associated with the protection domain. -
system
java.lang.String system
system is the name of the storage system as configured in ScaleIO. -
volumeName
java.lang.String volumeName
volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.Secret extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultMode
java.lang.Integer defaultMode
defaultMode is Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
items
java.util.List<Items> items
items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. -
optional
java.lang.Boolean optional
optional field specify whether the Secret or its keys must be defined -
secretName
java.lang.String secretName
secretName is the name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.Storageos extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. -
readOnly
java.lang.Boolean readOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. -
secretRef
SecretRef secretRef
secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. -
volumeName
java.lang.String volumeName
volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace. -
volumeNamespace
java.lang.String volumeNamespace
volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.VsphereVolume extends java.lang.Object implements Serializable
-
Serialized Fields
-
fsType
java.lang.String fsType
fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. -
storagePolicyID
java.lang.String storagePolicyID
storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. -
storagePolicyName
java.lang.String storagePolicyName
storagePolicyName is the storage Policy Based Management (SPBM) profile name. -
volumePath
java.lang.String volumePath
volumePath is the path that identifies vSphere volume vmdk
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.cephfs
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.cephfs.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.cinder
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.cinder.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.configmap
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.configmap.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the key to project. -
mode
java.lang.Integer mode
mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.csi
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.csi.NodePublishSecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.downwardapi
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.downwardapi.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
fieldRef
FieldRef fieldRef
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. -
mode
java.lang.Integer mode
Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..' -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.downwardapi.items
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.downwardapi.items.FieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
Version of the schema the FieldPath is written in terms of, defaults to "v1". -
fieldPath
java.lang.String fieldPath
Path of the field to select in the specified API version.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.downwardapi.items.ResourceFieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerName
java.lang.String containerName
Container name: required for volumes, optional for env vars -
divisor
io.fabric8.kubernetes.api.model.IntOrString divisor
Specifies the output format of the exposed resources, defaults to "1" -
resource
java.lang.String resource
Required: resource to select
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.ephemeral
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.ephemeral.VolumeClaimTemplate extends java.lang.Object implements Serializable
-
Serialized Fields
-
metadata
Metadata metadata
May contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation. -
spec
Spec spec
The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.Metadata extends java.lang.Object implements Serializable
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.Spec extends java.lang.Object implements Serializable
-
Serialized Fields
-
accessModes
java.util.List<java.lang.String> accessModes
accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 -
dataSource
DataSource dataSource
dataSource field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. If the AnyVolumeDataSource feature gate is enabled, this field will always have the same contents as the DataSourceRef field. -
dataSourceRef
DataSourceRef dataSourceRef
dataSourceRef specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any local object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. This field will replace the functionality of the DataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, both fields (DataSource and DataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. There are two important differences between DataSource and DataSourceRef: * While DataSource only allows two specific types of objects, DataSourceRef allows any non-core object, as well as PersistentVolumeClaim objects. * While DataSource ignores disallowed values (dropping them), DataSourceRef preserves all values, and generates an error if a disallowed value is specified. (Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled. -
resources
Resources resources
resources represents the minimum resources the volume should have. If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements that are lower than previous value but must still be higher than capacity recorded in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources -
selector
Selector selector
selector is a label query over volumes to consider for binding. -
storageClassName
java.lang.String storageClassName
storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 -
volumeMode
java.lang.String volumeMode
volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. -
volumeName
java.lang.String volumeName
volumeName is the binding reference to the PersistentVolume backing this claim.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.spec
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.DataSource extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiGroup
java.lang.String apiGroup
APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. -
kind
java.lang.String kind
Kind is the type of resource being referenced -
name
java.lang.String name
Name is the name of resource being referenced
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.DataSourceRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiGroup
java.lang.String apiGroup
APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. -
kind
java.lang.String kind
Kind is the type of resource being referenced -
name
java.lang.String name
Name is the name of resource being referenced
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.Resources extends java.lang.Object implements Serializable
-
Serialized Fields
-
limits
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> limits
Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ -
requests
java.util.Map<java.lang.String,io.fabric8.kubernetes.api.model.IntOrString> requests
Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.Selector extends java.lang.Object implements Serializable
-
Serialized Fields
-
matchExpressions
java.util.List<MatchExpressions> matchExpressions
matchExpressions is a list of label selector requirements. The requirements are ANDed. -
matchLabels
java.util.Map<java.lang.String,java.lang.String> matchLabels
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.selector
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.ephemeral.volumeclaimtemplate.spec.selector.MatchExpressions extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the label key that the selector applies to. -
operator
java.lang.String operator
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. -
values
java.util.List<java.lang.String> values
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.flexvolume
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.flexvolume.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.iscsi
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.iscsi.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected.Sources extends java.lang.Object implements Serializable
-
Serialized Fields
-
configMap
ConfigMap configMap
configMap information about the configMap data to project -
downwardAPI
DownwardAPI downwardAPI
downwardAPI information about the downwardAPI data to project -
secret
Secret secret
secret information about the secret data to project -
serviceAccountToken
ServiceAccountToken serviceAccountToken
serviceAccountToken is information about the serviceAccountToken data to project
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected.sources
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected.sources.ConfigMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
items
java.util.List<Items> items
items 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. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
optional specify whether the ConfigMap or its keys must be defined
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected.sources.DownwardAPI extends java.lang.Object implements Serializable
-
Serialized Fields
-
items
java.util.List<Items> items
Items is a list of DownwardAPIVolume file
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected.sources.Secret extends java.lang.Object implements Serializable
-
Serialized Fields
-
items
java.util.List<Items> items
items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
java.lang.Boolean optional
optional field specify whether the Secret or its key must be defined
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected.sources.ServiceAccountToken extends java.lang.Object implements Serializable
-
Serialized Fields
-
audience
java.lang.String audience
audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver. -
expirationSeconds
java.lang.Long expirationSeconds
expirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes. -
path
java.lang.String path
path is the path relative to the mount point of the file to project the token into.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected.sources.configmap
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected.sources.configmap.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the key to project. -
mode
java.lang.Integer mode
mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected.sources.downwardapi
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected.sources.downwardapi.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
fieldRef
FieldRef fieldRef
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. -
mode
java.lang.Integer mode
Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..' -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected.sources.downwardapi.items
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected.sources.downwardapi.items.FieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
Version of the schema the FieldPath is written in terms of, defaults to "v1". -
fieldPath
java.lang.String fieldPath
Path of the field to select in the specified API version.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected.sources.downwardapi.items.ResourceFieldRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
containerName
java.lang.String containerName
Container name: required for volumes, optional for env vars -
divisor
io.fabric8.kubernetes.api.model.IntOrString divisor
Specifies the output format of the exposed resources, defaults to "1" -
resource
java.lang.String resource
Required: resource to select
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected.sources.secret
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.projected.sources.secret.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the key to project. -
mode
java.lang.Integer mode
mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.rbd
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.rbd.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.scaleio
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.scaleio.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.secret
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.secret.Items extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
key is the key to project. -
mode
java.lang.Integer mode
mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. -
path
java.lang.String path
path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.storageos
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.template.spec.volumes.storageos.SecretRef extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits._3scale extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Addons extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Affinity extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
nodeAffinityLabels
java.util.List<java.lang.String> nodeAffinityLabels
Defines a set of nodes the integration pod(s) are eligible to be scheduled on, based on labels on the node. -
podAffinity
java.lang.Boolean podAffinity
Always co-locates multiple replicas of the integration in the same node (default *false*). -
podAffinityLabels
java.util.List<java.lang.String> podAffinityLabels
Defines a set of pods (namely those matching the label selector, relative to the given namespace) that the integration pod(s) should be co-located with. -
podAntiAffinity
java.lang.Boolean podAntiAffinity
Never co-locates multiple replicas of the integration in the same node (default *false*). -
podAntiAffinityLabels
java.util.List<java.lang.String> podAntiAffinityLabels
Defines a set of pods (namely those matching the label selector, relative to the given namespace) that the integration pod(s) should not be co-located with.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Builder extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
limitCPU
java.lang.String limitCPU
When using `pod` strategy, the maximum amount of CPU required by the pod builder. -
limitMemory
java.lang.String limitMemory
When using `pod` strategy, the maximum amount of memory required by the pod builder. -
orderStrategy
java.lang.String orderStrategy
The build order strategy to use, either `dependencies`, `fifo` or `sequential` (default sequential) -
properties
java.util.List<java.lang.String> properties
A list of properties to be provided to the build task -
requestCPU
java.lang.String requestCPU
When using `pod` strategy, the minimum amount of CPU required by the pod builder. -
requestMemory
java.lang.String requestMemory
When using `pod` strategy, the minimum amount of memory required by the pod builder. -
strategy
java.lang.String strategy
The strategy to use, either `pod` or `routine` (default routine) -
tasks
java.util.List<java.lang.String> tasks
A list of tasks to be executed (available only when using `pod` strategy) with format; ; -
verbose
java.lang.Boolean verbose
Enable verbose logging on build components that support it (e.g. Kaniko build pod).
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Camel extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
properties
java.util.List<java.lang.String> properties
A list of properties to be provided to the Integration runtime -
runtimeVersion
java.lang.String runtimeVersion
The camel-k-runtime version to use for the integration. It overrides the default version set in the Integration Platform.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Container extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
To automatically enable the trait -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
expose
java.lang.Boolean expose
Can be used to enable/disable exposure via kubernetes Service. -
image
java.lang.String image
The main container image -
imagePullPolicy
Container.ImagePullPolicy imagePullPolicy
The pull policy: Always|Never|IfNotPresent -
limitCPU
java.lang.String limitCPU
The maximum amount of CPU required. -
limitMemory
java.lang.String limitMemory
The maximum amount of memory required. -
name
java.lang.String name
The main container name. It's named `integration` by default. -
port
java.lang.Long port
To configure a different port exposed by the container (default `8080`). -
portName
java.lang.String portName
To configure a different port name for the port exposed by the container. It defaults to `http` only when the `expose` parameter is true. -
requestCPU
java.lang.String requestCPU
The minimum amount of CPU required. -
requestMemory
java.lang.String requestMemory
The minimum amount of memory required. -
servicePort
java.lang.Long servicePort
To configure under which service port the container port is to be exposed (default `80`). -
servicePortName
java.lang.String servicePortName
To configure under which service port name the container port is to be exposed (default `http`).
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Cron extends java.lang.Object implements Serializable
-
Serialized Fields
-
activeDeadlineSeconds
java.lang.Long activeDeadlineSeconds
Specifies the duration in seconds, relative to the start time, that the job may be continuously active before it is considered to be failed. It defaults to 60s. -
auto
java.lang.Boolean auto
Automatically deploy the integration as CronJob when all routes are either starting from a periodic consumer (only `cron`, `timer` and `quartz` are supported) or a passive consumer (e.g. `direct` is a passive consumer). It's required that all periodic consumers have the same period, and it can be expressed as cron schedule (e.g. `1m` can be expressed as `0/1 * * * *`, while `35m` or `50s` cannot). -
backoffLimit
java.lang.Integer backoffLimit
Specifies the number of retries before marking the job failed. It defaults to 2. -
components
java.lang.String components
A comma separated list of the Camel components that need to be customized in order for them to work when the schedule is triggered externally by Kubernetes. A specific customizer is activated for each specified component. E.g. for the `timer` component, the `cron-timer` customizer is activated (it's present in the `org.apache.camel.k:camel-k-cron` library). Supported components are currently: `cron`, `timer` and `quartz`. -
concurrencyPolicy
Cron.ConcurrencyPolicy concurrencyPolicy
Specifies how to treat concurrent executions of a Job. Valid values are: - "Allow": allows CronJobs to run concurrently; - "Forbid" (default): forbids concurrent runs, skipping next run if previous run hasn't finished yet; - "Replace": cancels currently running job and replaces it with a new one -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
fallback
java.lang.Boolean fallback
Use the default Camel implementation of the `cron` endpoint (`quartz`) instead of trying to materialize the integration as Kubernetes CronJob. -
schedule
java.lang.String schedule
The CronJob schedule for the whole integration. If multiple routes are declared, they must have the same schedule for this mechanism to work correctly. -
startingDeadlineSeconds
java.lang.Long startingDeadlineSeconds
Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Dependencies extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Deployer extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
kind
Deployer.Kind kind
Allows to explicitly select the desired deployment kind between `deployment`, `cron-job` or `knative-service` when creating the resources for running the integration. -
useSSA
java.lang.Boolean useSSA
Use server-side apply to update the owned resources (default `true`). Note that it automatically falls back to client-side patching, if SSA is not available, e.g., on old Kubernetes clusters.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Deployment extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
progressDeadlineSeconds
java.lang.Integer progressDeadlineSeconds
The maximum time in seconds for the deployment to make progress before it is considered to be failed. It defaults to 60s. -
rollingUpdateMaxSurge
java.lang.Long rollingUpdateMaxSurge
The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. -
rollingUpdateMaxUnavailable
java.lang.Long rollingUpdateMaxUnavailable
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. -
strategy
Deployment.Strategy strategy
The deployment strategy to use to replace existing pods with new ones.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Environment extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
containerMeta
java.lang.Boolean containerMeta
Enables injection of `NAMESPACE` and `POD_NAME` environment variables (default `true`) -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
httpProxy
java.lang.Boolean httpProxy
Propagates the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables (default `true`) -
vars
java.util.List<java.lang.String> vars
A list of environment variables to be added to the integration container. The syntax is KEY=VALUE, e.g., `MY_VAR="my value"`. These take precedence over the previously defined environment variables.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.ErrorHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
ref
java.lang.String ref
The error handler ref name provided or found in application properties
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Gc extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
discoveryCache
Gc.DiscoveryCache discoveryCache
Discovery client cache to be used, either `disabled`, `disk` or `memory` (default `memory`). Deprecated: to be removed from trait configuration. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Health extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
livenessFailureThreshold
java.lang.Integer livenessFailureThreshold
Minimum consecutive failures for the liveness probe to be considered failed after having succeeded. -
livenessInitialDelay
java.lang.Integer livenessInitialDelay
Number of seconds after the container has started before the liveness probe is initiated. -
livenessPeriod
java.lang.Integer livenessPeriod
How often to perform the liveness probe. -
livenessProbeEnabled
java.lang.Boolean livenessProbeEnabled
Configures the liveness probe for the integration container (default `false`). -
livenessScheme
java.lang.String livenessScheme
Scheme to use when connecting to the liveness probe (default `HTTP`). -
livenessSuccessThreshold
java.lang.Integer livenessSuccessThreshold
Minimum consecutive successes for the liveness probe to be considered successful after having failed. -
livenessTimeout
java.lang.Integer livenessTimeout
Number of seconds after which the liveness probe times out. -
readinessFailureThreshold
java.lang.Integer readinessFailureThreshold
Minimum consecutive failures for the readiness probe to be considered failed after having succeeded. -
readinessInitialDelay
java.lang.Integer readinessInitialDelay
Number of seconds after the container has started before the readiness probe is initiated. -
readinessPeriod
java.lang.Integer readinessPeriod
How often to perform the readiness probe. -
readinessProbeEnabled
java.lang.Boolean readinessProbeEnabled
Configures the readiness probe for the integration container (default `true`). -
readinessScheme
java.lang.String readinessScheme
Scheme to use when connecting to the readiness probe (default `HTTP`). -
readinessSuccessThreshold
java.lang.Integer readinessSuccessThreshold
Minimum consecutive successes for the readiness probe to be considered successful after having failed. -
readinessTimeout
java.lang.Integer readinessTimeout
Number of seconds after which the readiness probe times out. -
startupFailureThreshold
java.lang.Integer startupFailureThreshold
Minimum consecutive failures for the startup probe to be considered failed after having succeeded. -
startupInitialDelay
java.lang.Integer startupInitialDelay
Number of seconds after the container has started before the startup probe is initiated. -
startupPeriod
java.lang.Integer startupPeriod
How often to perform the startup probe. -
startupProbeEnabled
java.lang.Boolean startupProbeEnabled
Configures the startup probe for the integration container (default `false`). -
startupScheme
java.lang.String startupScheme
Scheme to use when connecting to the startup probe (default `HTTP`). -
startupSuccessThreshold
java.lang.Integer startupSuccessThreshold
Minimum consecutive successes for the startup probe to be considered successful after having failed. -
startupTimeout
java.lang.Integer startupTimeout
Number of seconds after which the startup probe times out.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Ingress extends java.lang.Object implements Serializable
-
Serialized Fields
-
annotations
java.util.Map<java.lang.String,java.lang.String> annotations
The annotations added to the ingress. This can be used to set controller specific annotations, e.g., when using the NGINX Ingress controller: See https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md -
auto
java.lang.Boolean auto
To automatically add an ingress whenever the integration uses an HTTP endpoint consumer. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
host
java.lang.String host
To configure the host exposed by the ingress. -
path
java.lang.String path
To configure the path exposed by the ingress (default `/`). -
pathType
Ingress.PathType pathType
To configure the path type exposed by the ingress. One of `Exact`, `Prefix`, `ImplementationSpecific` (default to `Prefix`).
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Istio extends java.lang.Object implements Serializable
-
Serialized Fields
-
allow
java.lang.String allow
Configures a (comma-separated) list of CIDR subnets that should not be intercepted by the Istio proxy (`10.0.0.0/8,172.16.0.0/12,192.168.0.0/16` by default). -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
inject
java.lang.Boolean inject
Forces the value for labels `sidecar.istio.io/inject`. By default the label is set to `true` on deployment and not set on Knative Service.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Jolokia extends java.lang.Object implements Serializable
-
Serialized Fields
-
CACert
java.lang.String CACert
The PEM encoded CA certification file path, used to verify client certificates, applicable when `protocol` is `https` and `use-ssl-client-authentication` is `true` (default `/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt` for OpenShift). -
clientPrincipal
java.util.List<java.lang.String> clientPrincipal
The principal(s) which must be given in a client certificate to allow access to the Jolokia endpoint, applicable when `protocol` is `https` and `use-ssl-client-authentication` is `true` (default `clientPrincipal=cn=system:master-proxy`, `cn=hawtio-online.hawtio.svc` and `cn=fuse-console.fuse.svc` for OpenShift). -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
discoveryEnabled
java.lang.Boolean discoveryEnabled
Listen for multicast requests (default `false`) -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
extendedClientCheck
java.lang.Boolean extendedClientCheck
Mandate the client certificate contains a client flag in the extended key usage section, applicable when `protocol` is `https` and `use-ssl-client-authentication` is `true` (default `true` for OpenShift). -
host
java.lang.String host
The Host address to which the Jolokia agent should bind to. If `"\*"` or `"0.0.0.0"` is given, the servers binds to every network interface (default `"*"`). -
options
java.util.List<java.lang.String> options
A list of additional Jolokia options as defined in https://jolokia.org/reference/html/agents.html#agent-jvm-config[JVM agent configuration options] -
password
java.lang.String password
The password used for authentication, applicable when the `user` option is set. -
port
java.lang.Long port
The Jolokia endpoint port (default `8778`). -
protocol
java.lang.String protocol
The protocol to use, either `http` or `https` (default `https` for OpenShift) -
user
java.lang.String user
The user to be used for authentication -
useSSLClientAuthentication
java.lang.Boolean useSSLClientAuthentication
Whether client certificates should be used for authentication (default `true` for OpenShift).
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Jvm extends java.lang.Object implements Serializable
-
Serialized Fields
-
classpath
java.lang.String classpath
Additional JVM classpath (use `Linux` classpath separator) -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
debug
java.lang.Boolean debug
Activates remote debugging, so that a debugger can be attached to the JVM, e.g., using port-forwarding -
debugAddress
java.lang.String debugAddress
Transport address at which to listen for the newly launched JVM (default `*:5005`) -
debugSuspend
java.lang.Boolean debugSuspend
Suspends the target JVM immediately before the main class is loaded -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
options
java.util.List<java.lang.String> options
A list of JVM options -
printCommand
java.lang.Boolean printCommand
Prints the command used the start the JVM in the container logs (default `true`)
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Kamelets extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
Automatically inject all referenced Kamelets and their default configuration (enabled by default) -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
list
java.lang.String list
Comma separated list of Kamelet names to load into the current integration
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Keda extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Knative extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
Enable automatic discovery of all trait properties. -
channelSinks
java.util.List<java.lang.String> channelSinks
List of channels used as destination of integration routes. Can contain simple channel names or full Camel URIs. -
channelSources
java.util.List<java.lang.String> channelSources
List of channels used as source of integration routes. Can contain simple channel names or full Camel URIs. -
config
java.lang.String config
Can be used to inject a Knative complete configuration in JSON format. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
endpointSinks
java.util.List<java.lang.String> endpointSinks
List of endpoints used as destination of integration routes. Can contain simple endpoint names or full Camel URIs. -
endpointSources
java.util.List<java.lang.String> endpointSources
List of channels used as source of integration routes. -
eventSinks
java.util.List<java.lang.String> eventSinks
List of event types that the integration will produce. Can contain simple event types or full Camel URIs (to use a specific broker). -
eventSources
java.util.List<java.lang.String> eventSources
List of event types that the integration will be subscribed to. Can contain simple event types or full Camel URIs (to use a specific broker different from "default"). -
filterSourceChannels
java.lang.Boolean filterSourceChannels
Enables filtering on events based on the header "ce-knativehistory". Since this header has been removed in newer versions of Knative, filtering is disabled by default. -
namespaceLabel
java.lang.Boolean namespaceLabel
Enables the camel-k-operator to set the "bindings.knative.dev/include=true" label to the namespace As Knative requires this label to perform injection of K_SINK URL into the service. If this is false, the integration pod may start and fail, read the SinkBinding Knative documentation. (default: true) -
sinkBinding
java.lang.Boolean sinkBinding
Allows binding the integration to a sink via a Knative SinkBinding resource. This can be used when the integration targets a single sink. It's enabled by default when the integration targets a single sink (except when the integration is owned by a Knative source).
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.KnativeService extends java.lang.Object implements Serializable
-
Serialized Fields
-
_class
KnativeService.Class _class
Configures the Knative autoscaling class property (e.g. to set `hpa.autoscaling.knative.dev` or `kpa.autoscaling.knative.dev` autoscaling). Refer to the Knative documentation for more information. -
auto
java.lang.Boolean auto
Automatically deploy the integration as Knative service when all conditions hold: Integration is using the Knative profile * All routes are either starting from an HTTP based consumer or a passive consumer (e.g. `direct` is a passive consumer) -
autoscalingMetric
java.lang.String autoscalingMetric
Configures the Knative autoscaling metric property (e.g. to set `concurrency` based or `cpu` based autoscaling). Refer to the Knative documentation for more information. -
autoscalingTarget
java.lang.Long autoscalingTarget
Sets the allowed concurrency level or CPU percentage (depending on the autoscaling metric) for each Pod. Refer to the Knative documentation for more information. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
maxScale
java.lang.Long maxScale
An upper bound for the number of Pods that can be running in parallel for the integration. Knative has its own cap value that depends on the installation. Refer to the Knative documentation for more information. -
minScale
java.lang.Long minScale
The minimum number of Pods that should be running at any time for the integration. It's **zero** by default, meaning that the integration is scaled down to zero when not used for a configured amount of time. Refer to the Knative documentation for more information. -
rolloutDuration
java.lang.String rolloutDuration
Enables to gradually shift traffic to the latest Revision and sets the rollout duration. It's disabled by default and must be expressed as a Golang `time.Duration` string representation, rounded to a second precision. -
visibility
KnativeService.Visibility visibility
Setting `cluster-local`, Knative service becomes a private service. Specifically, this option applies the `networking.knative.dev/visibility` label to Knative service. Refer to the Knative documentation for more information.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Logging extends java.lang.Object implements Serializable
-
Serialized Fields
-
color
java.lang.Boolean color
Colorize the log output -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
format
java.lang.String format
Logs message format -
json
java.lang.Boolean json
Output the logs in JSON -
jsonPrettyPrint
java.lang.Boolean jsonPrettyPrint
Enable "pretty printing" of the JSON logs -
level
Logging.Level level
Adjust the logging level (defaults to INFO)
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Master extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Mount extends java.lang.Object implements Serializable
-
Serialized Fields
-
configs
java.util.List<java.lang.String> configs
A list of configuration pointing to configmap/secret. The configuration are expected to be UTF-8 resources as they are processed by runtime Camel Context and tried to be parsed as property files. They are also made available on the classpath in order to ease their usage directly from the Route. Syntax: [configmap|secret]:name[/key], where name represents the resource name and key optionally represents the resource key to be filtered -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
resources
java.util.List<java.lang.String> resources
A list of resources (text or binary content) pointing to configmap/secret. The resources are expected to be any resource type (text or binary content). The destination path can be either a default location or any path specified by the user. Syntax: [configmap|secret]:name[/key][@path], where name represents the resource name, key optionally represents the resource key to be filtered and path represents the destination path -
volumes
java.util.List<java.lang.String> volumes
A list of Persistent Volume Claims to be mounted. Syntax: [pvcname:/container/path]
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Openapi extends java.lang.Object implements Serializable
-
Serialized Fields
-
configmaps
java.util.List<java.lang.String> configmaps
The configmaps holding the spec of the OpenAPI -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Owner extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
targetAnnotations
java.util.List<java.lang.String> targetAnnotations
The set of annotations to be transferred -
targetLabels
java.util.List<java.lang.String> targetLabels
The set of labels to be transferred
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Pdb extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
maxUnavailable
java.lang.String maxUnavailable
The number of pods for the Integration that can be unavailable after an eviction. It can be either an absolute number or a percentage (default `1` if `min-available` is also not set). Only one of `max-unavailable` and `min-available` can be specified. -
minAvailable
java.lang.String minAvailable
The number of pods for the Integration that must still be available after an eviction. It can be either an absolute number or a percentage. Only one of `min-available` and `max-unavailable` can be specified.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Platform extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
To automatically detect from the environment if a default platform can be created (it will be created on OpenShift only). -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
createDefault
java.lang.Boolean createDefault
To create a default (empty) platform when the platform is missing. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
global
java.lang.Boolean global
Indicates if the platform should be created globally in the case of global operator (default true).
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Pod extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Prometheus extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
podMonitor
java.lang.Boolean podMonitor
Whether a `PodMonitor` resource is created (default `true`). -
podMonitorLabels
java.util.List<java.lang.String> podMonitorLabels
The `PodMonitor` resource labels, applicable when `pod-monitor` is `true`.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.PullSecret extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
Automatically configures the platform registry secret on the pod if it is of type `kubernetes.io/dockerconfigjson`. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
imagePullerDelegation
java.lang.Boolean imagePullerDelegation
When using a global operator with a shared platform, this enables delegation of the `system:image-puller` cluster role on the operator namespace to the integration service account. -
secretName
java.lang.String secretName
The pull secret name to set on the Pod. If left empty this is automatically taken from the `IntegrationPlatform` registry configuration.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Quarkus extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
packageTypes
java.util.List<Quarkus.PackageTypes> packageTypes
The Quarkus package types, either `fast-jar` or `native` (default `fast-jar`). In case both `fast-jar` and `native` are specified, two `IntegrationKit` resources are created, with the `native` kit having precedence over the `fast-jar` one once ready. The order influences the resolution of the current kit for the integration. The kit corresponding to the first package type will be assigned to the integration in case no existing kit that matches the integration exists.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Registry extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Route extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
host
java.lang.String host
To configure the host exposed by the route. -
tlsCACertificate
java.lang.String tlsCACertificate
The TLS CA certificate contents. Refer to the OpenShift route documentation for additional information. -
tlsCACertificateSecret
java.lang.String tlsCACertificateSecret
The secret name and key reference to the TLS CA certificate. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsCertificate
java.lang.String tlsCertificate
The TLS certificate contents. Refer to the OpenShift route documentation for additional information. -
tlsCertificateSecret
java.lang.String tlsCertificateSecret
The secret name and key reference to the TLS certificate. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsDestinationCACertificate
java.lang.String tlsDestinationCACertificate
The destination CA certificate provides the contents of the ca certificate of the final destination. When using reencrypt termination this file should be provided in order to have routers use it for health checks on the secure connection. If this field is not specified, the router may provide its own destination CA and perform hostname validation using the short service name (service.namespace.svc), which allows infrastructure generated certificates to automatically verify. Refer to the OpenShift route documentation for additional information. -
tlsDestinationCACertificateSecret
java.lang.String tlsDestinationCACertificateSecret
The secret name and key reference to the destination CA certificate. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsInsecureEdgeTerminationPolicy
Route.TlsInsecureEdgeTerminationPolicy tlsInsecureEdgeTerminationPolicy
To configure how to deal with insecure traffic, e.g. `Allow`, `Disable` or `Redirect` traffic. Refer to the OpenShift route documentation for additional information. -
tlsKey
java.lang.String tlsKey
The TLS certificate key contents. Refer to the OpenShift route documentation for additional information. -
tlsKeySecret
java.lang.String tlsKeySecret
The secret name and key reference to the TLS certificate key. The format is "secret-name[/key-name]", the value represents the secret name, if there is only one key in the secret it will be read, otherwise you can set a key name separated with a "/". Refer to the OpenShift route documentation for additional information. -
tlsTermination
Route.TlsTermination tlsTermination
The TLS termination type, like `edge`, `passthrough` or `reencrypt`. Refer to the OpenShift route documentation for additional information.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Service extends java.lang.Object implements Serializable
-
Serialized Fields
-
auto
java.lang.Boolean auto
To automatically detect from the code if a Service needs to be created. -
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
nodePort
java.lang.Boolean nodePort
Enable Service to be exposed as NodePort (default `false`). Deprecated: Use service type instead. -
type
Service.Type type
The type of service to be used, either 'ClusterIP', 'NodePort' or 'LoadBalancer'.
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.ServiceBinding extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
services
java.util.List<java.lang.String> services
List of Services in the form [[apigroup/]version:]kind:[namespace/]name
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Strimzi extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Toleration extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Legacy trait configuration parameters. Deprecated: for backward compatibility. -
enabled
java.lang.Boolean enabled
Can be used to enable or disable a trait. All traits share this common property. -
taints
java.util.List<java.lang.String> taints
The list of taints to tolerate, in the form `Key[=Value]:Effect[:Seconds]`
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Tracing extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
TraitConfiguration parameters configuration
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.__3scale
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.__3scale.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.affinity
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.affinity.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.builder
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.builder.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.camel
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.camel.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.container
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.container.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.cron
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.cron.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.dependencies
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.dependencies.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.deployer
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.deployer.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.deployment
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.deployment.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.environment
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.environment.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.errorhandler
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.errorhandler.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.gc
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.gc.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.health
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.health.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.ingress
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.ingress.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.istio
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.istio.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.jolokia
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.jolokia.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.jvm
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.jvm.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.kamelets
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.kamelets.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.keda
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.keda.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.knative
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.knative.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.knativeservice
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.knativeservice.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.logging
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.logging.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.master
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.master.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.mount
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.mount.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.openapi
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.openapi.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.owner
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.owner.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.pdb
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.pdb.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.platform
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.platform.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.pod
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.pod.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.prometheus
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.prometheus.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.pullsecret
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.pullsecret.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.quarkus
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.quarkus.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.registry
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.registry.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.route
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.route.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.service
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.service.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.servicebinding
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.servicebinding.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.strimzi
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.strimzi.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.toleration
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.toleration.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.tracing
-
Class org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.tracing.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.sink
-
Class org.apache.camel.v1alpha1.kameletbindingspec.sink.DataTypes extends java.lang.Object implements Serializable
-
Serialized Fields
-
format
java.lang.String format
the data type format name -
scheme
java.lang.String scheme
the data type component scheme
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.sink.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.sink.Ref extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
API version of the referent. -
fieldPath
java.lang.String fieldPath
If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future. -
kind
java.lang.String kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names -
namespace
java.lang.String namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ -
resourceVersion
java.lang.String resourceVersion
Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency -
uid
java.lang.String uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.sink.Types extends java.lang.Object implements Serializable
-
Serialized Fields
-
mediaType
java.lang.String mediaType
media type as expected for HTTP media types (ie, application/json) -
schema
Schema schema
the expected schema for the event
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.sink.types
-
Class org.apache.camel.v1alpha1.kameletbindingspec.sink.types.Schema extends java.lang.Object implements Serializable
-
Serialized Fields
-
$schema
java.lang.String $schema
JSONSchemaURL represents a schema url. -
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
externalDocs
ExternalDocs externalDocs
ExternalDocumentation allows referencing an external resource for extended documentation. -
id
java.lang.String id
-
properties
java.util.Map<java.lang.String,Properties> properties
-
required
java.util.List<java.lang.String> required
-
title
java.lang.String title
-
type
java.lang.String type
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.sink.types.schema
-
Class org.apache.camel.v1alpha1.kameletbindingspec.sink.types.schema.ExternalDocs extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
url
java.lang.String url
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.sink.types.schema.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
_default
io.fabric8.kubernetes.api.model.AnyType _default
default is a default value for undefined object fields. -
_enum
java.util.List<io.fabric8.kubernetes.api.model.AnyType> _enum
-
deprecated
java.lang.Boolean deprecated
-
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
exclusiveMaximum
java.lang.Boolean exclusiveMaximum
-
exclusiveMinimum
java.lang.Boolean exclusiveMinimum
-
format
java.lang.String format
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated: - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF" following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,255)" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339. -
id
java.lang.String id
-
maximum
java.lang.String maximum
A Number represents a JSON number literal. -
maxItems
java.lang.Long maxItems
-
maxLength
java.lang.Long maxLength
-
maxProperties
java.lang.Long maxProperties
-
minimum
java.lang.String minimum
A Number represents a JSON number literal. -
minItems
java.lang.Long minItems
-
minLength
java.lang.Long minLength
-
minProperties
java.lang.Long minProperties
-
multipleOf
java.lang.String multipleOf
A Number represents a JSON number literal. -
nullable
java.lang.Boolean nullable
-
pattern
java.lang.String pattern
-
title
java.lang.String title
-
type
java.lang.String type
-
uniqueItems
java.lang.Boolean uniqueItems
-
xDescriptors
java.util.List<java.lang.String> xDescriptors
XDescriptors is a list of extended properties that trigger a custom behavior in external systems
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.source
-
Class org.apache.camel.v1alpha1.kameletbindingspec.source.DataTypes extends java.lang.Object implements Serializable
-
Serialized Fields
-
format
java.lang.String format
the data type format name -
scheme
java.lang.String scheme
the data type component scheme
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.source.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.source.Ref extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
API version of the referent. -
fieldPath
java.lang.String fieldPath
If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future. -
kind
java.lang.String kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names -
namespace
java.lang.String namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ -
resourceVersion
java.lang.String resourceVersion
Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency -
uid
java.lang.String uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.source.Types extends java.lang.Object implements Serializable
-
Serialized Fields
-
mediaType
java.lang.String mediaType
media type as expected for HTTP media types (ie, application/json) -
schema
Schema schema
the expected schema for the event
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.source.types
-
Class org.apache.camel.v1alpha1.kameletbindingspec.source.types.Schema extends java.lang.Object implements Serializable
-
Serialized Fields
-
$schema
java.lang.String $schema
JSONSchemaURL represents a schema url. -
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
externalDocs
ExternalDocs externalDocs
ExternalDocumentation allows referencing an external resource for extended documentation. -
id
java.lang.String id
-
properties
java.util.Map<java.lang.String,Properties> properties
-
required
java.util.List<java.lang.String> required
-
title
java.lang.String title
-
type
java.lang.String type
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.source.types.schema
-
Class org.apache.camel.v1alpha1.kameletbindingspec.source.types.schema.ExternalDocs extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
url
java.lang.String url
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.source.types.schema.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
_default
io.fabric8.kubernetes.api.model.AnyType _default
default is a default value for undefined object fields. -
_enum
java.util.List<io.fabric8.kubernetes.api.model.AnyType> _enum
-
deprecated
java.lang.Boolean deprecated
-
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
exclusiveMaximum
java.lang.Boolean exclusiveMaximum
-
exclusiveMinimum
java.lang.Boolean exclusiveMinimum
-
format
java.lang.String format
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated: - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF" following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,255)" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339. -
id
java.lang.String id
-
maximum
java.lang.String maximum
A Number represents a JSON number literal. -
maxItems
java.lang.Long maxItems
-
maxLength
java.lang.Long maxLength
-
maxProperties
java.lang.Long maxProperties
-
minimum
java.lang.String minimum
A Number represents a JSON number literal. -
minItems
java.lang.Long minItems
-
minLength
java.lang.Long minLength
-
minProperties
java.lang.Long minProperties
-
multipleOf
java.lang.String multipleOf
A Number represents a JSON number literal. -
nullable
java.lang.Boolean nullable
-
pattern
java.lang.String pattern
-
title
java.lang.String title
-
type
java.lang.String type
-
uniqueItems
java.lang.Boolean uniqueItems
-
xDescriptors
java.util.List<java.lang.String> xDescriptors
XDescriptors is a list of extended properties that trigger a custom behavior in external systems
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.steps
-
Class org.apache.camel.v1alpha1.kameletbindingspec.steps.DataTypes extends java.lang.Object implements Serializable
-
Serialized Fields
-
format
java.lang.String format
the data type format name -
scheme
java.lang.String scheme
the data type component scheme
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.steps.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.steps.Ref extends java.lang.Object implements Serializable
-
Serialized Fields
-
apiVersion
java.lang.String apiVersion
API version of the referent. -
fieldPath
java.lang.String fieldPath
If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future. -
kind
java.lang.String kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds -
name
java.lang.String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names -
namespace
java.lang.String namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ -
resourceVersion
java.lang.String resourceVersion
Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency -
uid
java.lang.String uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.steps.Types extends java.lang.Object implements Serializable
-
Serialized Fields
-
mediaType
java.lang.String mediaType
media type as expected for HTTP media types (ie, application/json) -
schema
Schema schema
the expected schema for the event
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.steps.types
-
Class org.apache.camel.v1alpha1.kameletbindingspec.steps.types.Schema extends java.lang.Object implements Serializable
-
Serialized Fields
-
$schema
java.lang.String $schema
JSONSchemaURL represents a schema url. -
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
externalDocs
ExternalDocs externalDocs
ExternalDocumentation allows referencing an external resource for extended documentation. -
id
java.lang.String id
-
properties
java.util.Map<java.lang.String,Properties> properties
-
required
java.util.List<java.lang.String> required
-
title
java.lang.String title
-
type
java.lang.String type
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingspec.steps.types.schema
-
Class org.apache.camel.v1alpha1.kameletbindingspec.steps.types.schema.ExternalDocs extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
url
java.lang.String url
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingspec.steps.types.schema.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
_default
io.fabric8.kubernetes.api.model.AnyType _default
default is a default value for undefined object fields. -
_enum
java.util.List<io.fabric8.kubernetes.api.model.AnyType> _enum
-
deprecated
java.lang.Boolean deprecated
-
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
exclusiveMaximum
java.lang.Boolean exclusiveMaximum
-
exclusiveMinimum
java.lang.Boolean exclusiveMinimum
-
format
java.lang.String format
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated: - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF" following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,255)" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339. -
id
java.lang.String id
-
maximum
java.lang.String maximum
A Number represents a JSON number literal. -
maxItems
java.lang.Long maxItems
-
maxLength
java.lang.Long maxLength
-
maxProperties
java.lang.Long maxProperties
-
minimum
java.lang.String minimum
A Number represents a JSON number literal. -
minItems
java.lang.Long minItems
-
minLength
java.lang.Long minLength
-
minProperties
java.lang.Long minProperties
-
multipleOf
java.lang.String multipleOf
A Number represents a JSON number literal. -
nullable
java.lang.Boolean nullable
-
pattern
java.lang.String pattern
-
title
java.lang.String title
-
type
java.lang.String type
-
uniqueItems
java.lang.Boolean uniqueItems
-
xDescriptors
java.util.List<java.lang.String> xDescriptors
XDescriptors is a list of extended properties that trigger a custom behavior in external systems
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingstatus
-
Class org.apache.camel.v1alpha1.kameletbindingstatus.Conditions extends java.lang.Object implements Serializable
-
Serialized Fields
-
lastTransitionTime
java.lang.String lastTransitionTime
Last time the condition transitioned from one status to another. -
lastUpdateTime
java.lang.String lastUpdateTime
The last time this condition was updated. -
message
java.lang.String message
A human readable message indicating details about the transition. -
pods
java.util.List<Pods> pods
Pods collect health and conditions information from the owned PODs -
reason
java.lang.String reason
The reason for the condition's last transition. -
status
java.lang.String status
Status of the condition, one of True, False, Unknown. -
type
java.lang.String type
Type of kameletBinding condition.
-
-
-
-
Package org.apache.camel.v1alpha1.kameletbindingstatus.conditions
-
Class org.apache.camel.v1alpha1.kameletbindingstatus.conditions.Pods extends java.lang.Object implements Serializable
-
-
Package org.apache.camel.v1alpha1.kameletbindingstatus.conditions.pods
-
Class org.apache.camel.v1alpha1.kameletbindingstatus.conditions.pods.Condition extends java.lang.Object implements Serializable
-
Serialized Fields
-
lastProbeTime
java.lang.String lastProbeTime
Last time we probed the condition. -
lastTransitionTime
java.lang.String lastTransitionTime
Last time the condition transitioned from one status to another. -
message
java.lang.String message
Human-readable message indicating details about last transition. -
reason
java.lang.String reason
Unique, one-word, CamelCase reason for the condition's last transition. -
status
java.lang.String status
Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions -
type
java.lang.String type
Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
-
-
-
Class org.apache.camel.v1alpha1.kameletbindingstatus.conditions.pods.Health extends java.lang.Object implements Serializable
-
Serialized Fields
-
data
io.fabric8.kubernetes.api.model.AnyType data
RawMessage is a raw encoded JSON value. It implements Marshaler and Unmarshaler and can be used to delay JSON decoding or precompute a JSON encoding. -
name
java.lang.String name
-
status
java.lang.String status
-
-
-
-
Package org.apache.camel.v1alpha1.kameletspec
-
Class org.apache.camel.v1alpha1.kameletspec.DataTypes extends java.lang.Object implements Serializable
-
Class org.apache.camel.v1alpha1.kameletspec.Definition extends java.lang.Object implements Serializable
-
Serialized Fields
-
$schema
java.lang.String $schema
JSONSchemaURL represents a schema url. -
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
externalDocs
ExternalDocs externalDocs
ExternalDocumentation allows referencing an external resource for extended documentation. -
id
java.lang.String id
-
properties
java.util.Map<java.lang.String,Properties> properties
-
required
java.util.List<java.lang.String> required
-
title
java.lang.String title
-
type
java.lang.String type
-
-
-
Class org.apache.camel.v1alpha1.kameletspec.Sources extends java.lang.Object implements Serializable
-
Serialized Fields
-
compression
java.lang.Boolean compression
if the content is compressed (base64 encrypted) -
content
java.lang.String content
the source code (plain text) -
contentKey
java.lang.String contentKey
the confimap key holding the source content -
contentRef
java.lang.String contentRef
the confimap reference holding the source content -
contentType
java.lang.String contentType
the content type (tipically text or binary) -
interceptors
java.util.List<java.lang.String> interceptors
Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources -
language
java.lang.String language
specify which is the language (Camel DSL) used to interpret this source code -
loader
java.lang.String loader
Loader is an optional id of the org.apache.camel.k.RoutesLoader that will interpret this source at runtime -
name
java.lang.String name
the name of the specification -
path
java.lang.String path
the path where the file is stored -
propertyNames
java.util.List<java.lang.String> propertyNames
List of property names defined in the source (e.g. if type is "template") -
rawContent
java.lang.String rawContent
the source code (binary) -
type
java.lang.String type
Type defines the kind of source described by this object
-
-
-
Class org.apache.camel.v1alpha1.kameletspec.Template extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalProperties
java.util.Map<java.lang.String,java.lang.Object> additionalProperties
-
-
-
Class org.apache.camel.v1alpha1.kameletspec.Types extends java.lang.Object implements Serializable
-
Serialized Fields
-
mediaType
java.lang.String mediaType
media type as expected for HTTP media types (ie, application/json) -
schema
Schema schema
the expected schema for the event
-
-
-
-
Package org.apache.camel.v1alpha1.kameletspec.datatypes
-
Class org.apache.camel.v1alpha1.kameletspec.datatypes.Headers extends java.lang.Object implements Serializable
-
Serialized Fields
-
_default
java.lang.String _default
-
description
java.lang.String description
-
required
java.lang.Boolean required
-
title
java.lang.String title
-
type
java.lang.String type
-
-
-
Class org.apache.camel.v1alpha1.kameletspec.datatypes.Types extends java.lang.Object implements Serializable
-
Serialized Fields
-
dependencies
java.util.List<java.lang.String> dependencies
the list of Camel or Maven dependencies required by the data type -
description
java.lang.String description
optional description -
format
java.lang.String format
the data type format name -
headers
java.util.Map<java.lang.String,Headers> headers
one to many header specifications -
mediaType
java.lang.String mediaType
media type as expected for HTTP media types (ie, application/json) -
schema
Schema schema
the expected schema for the data type -
scheme
java.lang.String scheme
the data type component scheme
-
-
-
-
Package org.apache.camel.v1alpha1.kameletspec.datatypes.types
-
Class org.apache.camel.v1alpha1.kameletspec.datatypes.types.Headers extends java.lang.Object implements Serializable
-
Serialized Fields
-
_default
java.lang.String _default
-
description
java.lang.String description
-
required
java.lang.Boolean required
-
title
java.lang.String title
-
type
java.lang.String type
-
-
-
Class org.apache.camel.v1alpha1.kameletspec.datatypes.types.Schema extends java.lang.Object implements Serializable
-
Serialized Fields
-
$schema
java.lang.String $schema
JSONSchemaURL represents a schema url. -
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
externalDocs
ExternalDocs externalDocs
ExternalDocumentation allows referencing an external resource for extended documentation. -
id
java.lang.String id
-
properties
java.util.Map<java.lang.String,Properties> properties
-
required
java.util.List<java.lang.String> required
-
title
java.lang.String title
-
type
java.lang.String type
-
-
-
-
Package org.apache.camel.v1alpha1.kameletspec.datatypes.types.schema
-
Class org.apache.camel.v1alpha1.kameletspec.datatypes.types.schema.ExternalDocs extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
url
java.lang.String url
-
-
-
Class org.apache.camel.v1alpha1.kameletspec.datatypes.types.schema.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
_default
io.fabric8.kubernetes.api.model.AnyType _default
default is a default value for undefined object fields. -
_enum
java.util.List<io.fabric8.kubernetes.api.model.AnyType> _enum
-
deprecated
java.lang.Boolean deprecated
-
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
exclusiveMaximum
java.lang.Boolean exclusiveMaximum
-
exclusiveMinimum
java.lang.Boolean exclusiveMinimum
-
format
java.lang.String format
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated: - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF" following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,255)" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339. -
id
java.lang.String id
-
maximum
java.lang.String maximum
A Number represents a JSON number literal. -
maxItems
java.lang.Long maxItems
-
maxLength
java.lang.Long maxLength
-
maxProperties
java.lang.Long maxProperties
-
minimum
java.lang.String minimum
A Number represents a JSON number literal. -
minItems
java.lang.Long minItems
-
minLength
java.lang.Long minLength
-
minProperties
java.lang.Long minProperties
-
multipleOf
java.lang.String multipleOf
A Number represents a JSON number literal. -
nullable
java.lang.Boolean nullable
-
pattern
java.lang.String pattern
-
title
java.lang.String title
-
type
java.lang.String type
-
uniqueItems
java.lang.Boolean uniqueItems
-
xDescriptors
java.util.List<java.lang.String> xDescriptors
XDescriptors is a list of extended properties that trigger a custom behavior in external systems
-
-
-
-
Package org.apache.camel.v1alpha1.kameletspec.definition
-
Class org.apache.camel.v1alpha1.kameletspec.definition.ExternalDocs extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
url
java.lang.String url
-
-
-
Class org.apache.camel.v1alpha1.kameletspec.definition.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
_default
io.fabric8.kubernetes.api.model.AnyType _default
default is a default value for undefined object fields. -
_enum
java.util.List<io.fabric8.kubernetes.api.model.AnyType> _enum
-
deprecated
java.lang.Boolean deprecated
-
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
exclusiveMaximum
java.lang.Boolean exclusiveMaximum
-
exclusiveMinimum
java.lang.Boolean exclusiveMinimum
-
format
java.lang.String format
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated: - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF" following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,255)" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339. -
id
java.lang.String id
-
maximum
java.lang.String maximum
A Number represents a JSON number literal. -
maxItems
java.lang.Long maxItems
-
maxLength
java.lang.Long maxLength
-
maxProperties
java.lang.Long maxProperties
-
minimum
java.lang.String minimum
A Number represents a JSON number literal. -
minItems
java.lang.Long minItems
-
minLength
java.lang.Long minLength
-
minProperties
java.lang.Long minProperties
-
multipleOf
java.lang.String multipleOf
A Number represents a JSON number literal. -
nullable
java.lang.Boolean nullable
-
pattern
java.lang.String pattern
-
title
java.lang.String title
-
type
java.lang.String type
-
uniqueItems
java.lang.Boolean uniqueItems
-
xDescriptors
java.util.List<java.lang.String> xDescriptors
XDescriptors is a list of extended properties that trigger a custom behavior in external systems
-
-
-
-
Package org.apache.camel.v1alpha1.kameletspec.types
-
Class org.apache.camel.v1alpha1.kameletspec.types.Schema extends java.lang.Object implements Serializable
-
Serialized Fields
-
$schema
java.lang.String $schema
JSONSchemaURL represents a schema url. -
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
externalDocs
ExternalDocs externalDocs
ExternalDocumentation allows referencing an external resource for extended documentation. -
id
java.lang.String id
-
properties
java.util.Map<java.lang.String,Properties> properties
-
required
java.util.List<java.lang.String> required
-
title
java.lang.String title
-
type
java.lang.String type
-
-
-
-
Package org.apache.camel.v1alpha1.kameletspec.types.schema
-
Class org.apache.camel.v1alpha1.kameletspec.types.schema.ExternalDocs extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
url
java.lang.String url
-
-
-
Class org.apache.camel.v1alpha1.kameletspec.types.schema.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
_default
io.fabric8.kubernetes.api.model.AnyType _default
default is a default value for undefined object fields. -
_enum
java.util.List<io.fabric8.kubernetes.api.model.AnyType> _enum
-
deprecated
java.lang.Boolean deprecated
-
description
java.lang.String description
-
example
io.fabric8.kubernetes.api.model.AnyType example
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. -
exclusiveMaximum
java.lang.Boolean exclusiveMaximum
-
exclusiveMinimum
java.lang.Boolean exclusiveMinimum
-
format
java.lang.String format
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated: - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF" following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,255)" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339. -
id
java.lang.String id
-
maximum
java.lang.String maximum
A Number represents a JSON number literal. -
maxItems
java.lang.Long maxItems
-
maxLength
java.lang.Long maxLength
-
maxProperties
java.lang.Long maxProperties
-
minimum
java.lang.String minimum
A Number represents a JSON number literal. -
minItems
java.lang.Long minItems
-
minLength
java.lang.Long minLength
-
minProperties
java.lang.Long minProperties
-
multipleOf
java.lang.String multipleOf
A Number represents a JSON number literal. -
nullable
java.lang.Boolean nullable
-
pattern
java.lang.String pattern
-
title
java.lang.String title
-
type
java.lang.String type
-
uniqueItems
java.lang.Boolean uniqueItems
-
xDescriptors
java.util.List<java.lang.String> xDescriptors
XDescriptors is a list of extended properties that trigger a custom behavior in external systems
-
-
-
-
Package org.apache.camel.v1alpha1.kameletstatus
-
Class org.apache.camel.v1alpha1.kameletstatus.Conditions extends java.lang.Object implements Serializable
-
Serialized Fields
-
lastTransitionTime
java.lang.String lastTransitionTime
Last time the condition transitioned from one status to another. -
lastUpdateTime
java.lang.String lastUpdateTime
The last time this condition was updated. -
message
java.lang.String message
A human-readable message indicating details about the transition. -
reason
java.lang.String reason
The reason for the condition's last transition. -
status
java.lang.String status
Status of the condition, one of True, False, Unknown. -
type
java.lang.String type
Type of kamelet condition.
-
-
-
Class org.apache.camel.v1alpha1.kameletstatus.Properties extends java.lang.Object implements Serializable
-
Serialized Fields
-
_default
java.lang.String _default
the default value of the property (if any) -
name
java.lang.String name
the name of the property
-
-
-