annotations |
Annotations | null |
no |
Annotations to apply to resources created from Aggregator |
- |
null |
args |
array<string> | null |
no |
Args defines the arguments to be passed to the container's entrypoint. See https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/ |
- |
null |
config |
map<string, string > | null |
no |
Additional configuration to be applied to Aggregator Assembly element |
- |
null |
customFile |
string | null |
no |
Path to optional custom file to be loaded by Aggregator |
pattern: "^(\\/\|\\$[a-z0-9]([-a-z0-9]*[a-z0-9])?)[a-zA-z0-9_.\\/-]*.q[_]?$" |
null |
env |
array<EnvItem> | null |
no |
Env provides a list of environment variable to inject into the container. See https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/ |
- |
null |
image |
Image | null |
no |
Aggregator image details |
- |
null |
k8sPolicy |
K8sPolicy | null |
no |
Kubernetes specific configurations for element Pods |
- |
{"serviceAccountConfigure": {"create": true}} |
port |
integer | null |
no |
Aggregator container port |
min: 1, exclusive max: 65534 |
null |
sideCarConfig |
SideCarConfig | null |
no |
Sidecar Config Map Details |
- |
null |
size |
integer | null |
no |
Size defines the desired number of pods. This is a pointer to distinguish between explicit zero and not specified. |
min: 1 |
1 |
volumeMounts |
array<VolumeMount> | null |
no |
Mount volumes external to Assembly as defined within spec.Volumes |
- |
null |