Proxy

Proxy

Field

Description

spec

Spec

status

Status

Spec

Complete namespace: Proxy.Spec

Field

Description

global

Global

proxy

Proxy

Global

Complete namespace: Proxy.Spec.Global

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global: {}

Field

Description

name

string

(Optional)

Pulsar cluster name.

antiAffinity

AntiAffinity

auth

Auth

components

Components

dnsConfig

DnsConfig

dnsName

string

Public dns name for the cluster's load balancer.

image

string

Default Pulsar image to use. Any components can be configured to use a different image.

imagePullPolicy

string

Default Pulsar image pull policy to use. Any components can be configured to use a different image pull policy. Default value is 'IfNotPresent'.

kubernetesClusterDomain

string

The domain name for your kubernetes cluster. This domain is documented here: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#a-aaaa-records-1 . It's used to fully qualify service names when configuring Pulsar. The default value is 'cluster.local'.

nodeSelectors

[]key/value

Global node selector. If set, this will apply to all the components.

persistence

boolean

If persistence is enabled, components that has state will be deployed with PersistentVolumeClaims, otherwise, for test purposes, they will be deployed with emptyDir

priorityClassName

string

Priority class name to attach to each pod.

racks

[]

Racks configuration.

resourceSets

[]

Resource sets.

restartOnConfigMapChange

boolean

By default, Kubernetes will not restart pods when only their configmap is changed. This setting will restart pods when their configmap is changed using an annotation that calculates the checksum of the configmap.

storage

Storage

tls

Tls

zookeeperPlainSslStorePassword

boolean

Use plain password in zookeeper server and client configuration. Default is false. Old versions of Apache Zookeeper (<3.8.0) does not support getting password from file. In that case, set this to true.

Antiaffinity

Complete namespace: Proxy.Spec.Global.Antiaffinity

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    antiaffinity: {}

Field

Description

host

Host

zone

Zone

Host

Complete namespace: Proxy.Spec.Global.Antiaffinity.Host

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    antiaffinity:
      host: {}

Field

Description

enabled

boolean

Indicates the reclaimPolicy property for the StorageClass.

required

boolean

Indicates the reclaimPolicy property for the StorageClass.

Zone

Complete namespace: Proxy.Spec.Global.Antiaffinity.Zone

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    antiaffinity:
      zone: {}

Field

Description

enabled

boolean

Indicates the reclaimPolicy property for the StorageClass.

required

boolean

Indicates the reclaimPolicy property for the StorageClass.

Auth

Complete namespace: Proxy.Spec.Global.Auth

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    auth: {}

Field

Description

enabled

boolean

Enable authentication in the cluster. Default is 'false'.

token

Token

Token

Complete namespace: Proxy.Spec.Global.Auth.Token

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    auth:
      token: {}

Field

Description

initialize

boolean

Initialize Secrets with new pair of keys and tokens for the super user roles. The generated Secret name is 'token-<role>'.

privateKeyFile

string

Private key file name stored in the Secret. Default is 'my-private.key'

proxyRoles

[]

string

Proxy roles.

publicKeyFile

string

Public key file name stored in the Secret. Default is 'my-public.key'

superUserRoles

[]

string

Super user roles.

Components

Complete namespace: Proxy.Spec.Global.Components

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    components: {}

Field

Description

autorecoveryBaseName

string

Autorecovery base name. Default value is 'autorecovery'.

bastionBaseName

string

Bastion base name. Default value is 'bastion'.

bookkeeperBaseName

string

BookKeeper base name. Default value is 'bookkeeper'.

brokerBaseName

string

Broker base name. Default value is 'broker'.

functionsWorkerBaseName

string

Functions Worker base name. Default value is 'function'.

proxyBaseName

string

Proxy base name. Default value is 'proxy'.

zookeeperBaseName

string

Zookeeper base name. Default value is 'zookeeper'.

Dnsconfig

Complete namespace: Proxy.Spec.Global.Dnsconfig

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    dnsconfig: {}

Field

Description

nameservers

[]

string

options

[]Options

searches

[]

string

Options

Complete namespace: Proxy.Spec.Global.Dnsconfig.Options

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    dnsconfig:
      options: {}

Field

Description

name

string

value

string

Racks

Complete namespace: Proxy.Spec.Global.Racks

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    racks: {}

Field

Description

host

Host

zone

Zone

Host

Complete namespace: Proxy.Spec.Global.Racks.Host

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    racks:
      host: {}

Field

Description

enabled

boolean

Enable the rack affinity rules.

requireRackAffinity

boolean

Indicates if the podAffinity rules will be enforced. Default is false. If required, the affinity rule will be enforced using 'requiredDuringSchedulingIgnoredDuringExecution'.

requireRackAntiAffinity

boolean

Indicates if the podAntiAffinity rules will be enforced. Default is true. If required, the affinity rule will be enforced using 'requiredDuringSchedulingIgnoredDuringExecution'.

Zone

Complete namespace: Proxy.Spec.Global.Racks.Zone

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    racks:
      zone: {}

Field

Description

enableHostAntiAffinity

boolean

Enable the host anti affinity. If set, all the pods of the same rack will deployed on different nodes of the same zone.Default is true.

enabled

boolean

Enable the rack affinity rules.

requireRackAffinity

boolean

Indicates if the podAffinity rules will be enforced. Default is false. If required, the affinity rule will be enforced using 'requiredDuringSchedulingIgnoredDuringExecution'.

requireRackAntiAffinity

boolean

Indicates if the podAntiAffinity rules will be enforced. Default is true. If required, the affinity rule will be enforced using 'requiredDuringSchedulingIgnoredDuringExecution'.

requireRackHostAntiAffinity

boolean

Indicates if the podAntiAffinity rules will be enforced for the host. Default is true. If required, the affinity rule will be enforced using 'requiredDuringSchedulingIgnoredDuringExecution'.

Resourcesets

Complete namespace: Proxy.Spec.Global.Resourcesets

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    resourcesets: {}

Field

Description

rack

string

Place this resource set to a specific rack, defined at .global.racks.

Storage

Complete namespace: Proxy.Spec.Global.Storage

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    storage: {}

Field

Description

existingStorageClassName

string

Indicates if an already existing storage class should be used.

storageClass

StorageClass

Storageclass

Complete namespace: Proxy.Spec.Global.Storage.Storageclass

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    storage:
      storageclass: {}

Field

Description

extraParams

[]key/value

Adds extra parameters for the StorageClass.

fsType

string

Indicates the 'fsType' parameter for the StorageClass.

provisioner

string

Indicates the provisioner property for the StorageClass.

reclaimPolicy

string

Indicates the reclaimPolicy property for the StorageClass.

type

string

Indicates the 'type' parameter for the StorageClass.

Tls

Complete namespace: Proxy.Spec.Global.Tls

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls: {}

Field

Description

autorecovery

Autorecovery

bookkeeper

Bookkeeper

broker

Broker

brokerResourceSets

[]

TLS configurations related to the Broker resource sets.

caPath

string

Path in the container filesystem where the TLS CA certificates are retrieved. It has to point to a certificate file. The default value is /etc/ssl/certs/ca-certificates.crt.

certProvisioner

CertProvisioner

defaultSecretName

string

Secret name used by each component to load TLS certificates. Each component can load a different secret by setting the 'secretName' entry in the tls component spec.

enabled

boolean

Global switch to turn on or off the TLS configurations. Additionally, you have configure each component section.

functionsWorker

FunctionsWorker

proxy

Proxy

proxyResourceSets

[]

TLS configurations related to the Proxy resource sets.

ssCa

SsCa

zookeeper

Zookeeper

Autorecovery

Complete namespace: Proxy.Spec.Global.Tls.Autorecovery

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      autorecovery: {}

Field

Description

enabled

boolean

Enable TLS.

secretName

string

Override the default secret name from where to load the certificates.

Bookkeeper

Complete namespace: Proxy.Spec.Global.Tls.Bookkeeper

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      bookkeeper: {}

Field

Description

enabled

boolean

Enable TLS.

secretName

string

Override the default secret name from where to load the certificates.

Broker

Complete namespace: Proxy.Spec.Global.Tls.Broker

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      broker: {}

Field

Description

enabled

boolean

Enable TLS.

secretName

string

Override the default secret name from where to load the certificates.

Brokerresourcesets

Complete namespace: Proxy.Spec.Global.Tls.Brokerresourcesets

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      brokerresourcesets: {}

Field

Description

enabled

boolean

Enable TLS.

secretName

string

Override the default secret name from where to load the certificates.

Certprovisioner

Complete namespace: Proxy.Spec.Global.Tls.Certprovisioner

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      certprovisioner: {}

Field

Description

selfSigned

SelfSigned

Selfsigned

Complete namespace: Proxy.Spec.Global.Tls.Certprovisioner.Selfsigned

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      certprovisioner:
        selfsigned: {}

Field

Description

autorecovery

Autorecovery

bookkeeper

Bookkeeper

broker

Broker

caSecretName

string

Secret where to store the root CA certificate.

enabled

boolean

Generate self signed certificates for broker, proxy and functions worker.

functionsWorker

FunctionsWorker

includeDns

boolean

Include dns name in the DNS names covered by the certificate.

perComponent

boolean

Generate a different certificate for each component.

privateKey

PrivateKey

proxy

Proxy

zookeeper

Zookeeper

Autorecovery

Complete namespace: Proxy.Spec.Global.Tls.Certprovisioner.Selfsigned.Autorecovery

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      certprovisioner:
        selfsigned:
          autorecovery: {}

Field

Description

generate

boolean

Generate self signed certificates for the component.

privateKey

PrivateKey

Privatekey

Complete namespace: Proxy.Spec.Global.Tls.Certprovisioner.Selfsigned.Autorecovery.Privatekey

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      certprovisioner:
        selfsigned:
          autorecovery:
            privatekey: {}

Field

Description

algorithm

string

encoding

string

rotationPolicy

string

size

integer

Bookkeeper

Complete namespace: Proxy.Spec.Global.Tls.Certprovisioner.Selfsigned.Bookkeeper

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      certprovisioner:
        selfsigned:
          bookkeeper: {}

Field

Description

generate

boolean

Generate self signed certificates for the component.

privateKey

PrivateKey

Broker

Complete namespace: Proxy.Spec.Global.Tls.Certprovisioner.Selfsigned.Broker

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      certprovisioner:
        selfsigned:
          broker: {}

Field

Description

generate

boolean

Generate self signed certificates for the component.

privateKey

PrivateKey

Functionsworker

Complete namespace: Proxy.Spec.Global.Tls.Certprovisioner.Selfsigned.Functionsworker

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      certprovisioner:
        selfsigned:
          functionsworker: {}

Field

Description

generate

boolean

Generate self signed certificates for the component.

privateKey

PrivateKey

Proxy

Complete namespace: Proxy.Spec.Global.Tls.Certprovisioner.Selfsigned.Proxy

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      certprovisioner:
        selfsigned:
          proxy: {}

Field

Description

generate

boolean

Generate self signed certificates for the component.

privateKey

PrivateKey

Zookeeper

Complete namespace: Proxy.Spec.Global.Tls.Certprovisioner.Selfsigned.Zookeeper

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      certprovisioner:
        selfsigned:
          zookeeper: {}

Field

Description

generate

boolean

Generate self signed certificates for the component.

privateKey

PrivateKey

Functionsworker

Complete namespace: Proxy.Spec.Global.Tls.Functionsworker

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      functionsworker: {}

Field

Description

enabled

boolean

Enable TLS.

enabledWithBroker

boolean

Enable TLS for the functions worker to broker connections.

secretName

string

Override the default secret name from where to load the certificates.

Proxy

Complete namespace: Proxy.Spec.Global.Tls.Proxy

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      proxy: {}

Field

Description

enabled

boolean

Enable TLS.

enabledWithBroker

boolean

Enable TLS for the proxy to broker connections.

secretName

string

Override the default secret name from where to load the certificates.

Proxyresourcesets

Complete namespace: Proxy.Spec.Global.Tls.Proxyresourcesets

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      proxyresourcesets: {}

Field

Description

enabled

boolean

Enable TLS.

enabledWithBroker

boolean

Enable TLS for the proxy to broker connections.

secretName

string

Override the default secret name from where to load the certificates.

Ssca

Complete namespace: Proxy.Spec.Global.Tls.Ssca

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      ssca: {}

Field

Description

enabled

boolean

Enable TLS.

secretName

string

Override the default secret name from where to load the certificates.

Zookeeper

Complete namespace: Proxy.Spec.Global.Tls.Zookeeper

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  global:
    tls:
      zookeeper: {}

Field

Description

enabled

boolean

Enable TLS.

secretName

string

Override the default secret name from where to load the certificates.

Proxy

Complete namespace: Proxy.Spec.Proxy

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy: {}

Field

Description

additionalVolumes

AdditionalVolumes

annotations

[]key/value

Annotations to add to each resource (except pods).

antiAffinity

AntiAffinity

config

any

Configuration.

env

[]Env

Additional container env variables.

gracePeriod

integer

Termination grace period in seconds.

image

string

Override Pulsar image.

imagePullPolicy

string

Override image pull policy.

imagePullSecrets

[]ImagePullSecrets

Image pull secrets.

initContainers

[]InitContainers

Init containers

kafka

Kafka

labels

[]key/value

Labels to add to each resource (except pods).

matchLabels

[]key/value

Match labels selectors to add to each pod.

nodeAffinity

NodeAffinity

nodeSelectors

[]key/value

Additional node selectors.

overrideResourceName

string

Override the resource names generated by the operator.

pdb

Pdb

podAnnotations

[]key/value

Annotations to add to pod.

podLabels

[]key/value

Labels to add to each pod.

probes

Probes

replicas

integer

Number of desired replicas.

resources

Resources

service

Service

sets

[]

Proxy sets.

setsUpdateStrategy

string

Sets update strategy. 'RollingUpdate' or 'Parallel'. Default is 'RollingUpdate'.

sidecars

[]Sidecars

Sidecar containers

standaloneFunctionsWorker

boolean

Whether or not the functions worker is in standalone mode.

tolerations

[]Tolerations

Pod tolerations.

updateStrategy

UpdateStrategy

webSocket

WebSocket

Additionalvolumes

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes: {}

Field

Description

mounts

[]Mounts

Mount points for the additional volumes

volumes

[]Volumes

Additional volumes to be mounted to the pod

Mounts

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Mounts

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      mounts: {}

Field

Description

mountPath

string

mountPropagation

string

name

string

readOnly

boolean

subPath

string

subPathExpr

string

Volumes

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes: {}

Field

Description

awsElasticBlockStore

AwsElasticBlockStore

azureDisk

AzureDisk

azureFile

AzureFile

cephfs

Cephfs

cinder

Cinder

configMap

ConfigMap

csi

Csi

downwardAPI

DownwardAPI

emptyDir

EmptyDir

ephemeral

Ephemeral

fc

Fc

flexVolume

FlexVolume

flocker

Flocker

gcePersistentDisk

GcePersistentDisk

gitRepo

GitRepo

glusterfs

Glusterfs

hostPath

HostPath

iscsi

Iscsi

name

string

nfs

Nfs

persistentVolumeClaim

PersistentVolumeClaim

photonPersistentDisk

PhotonPersistentDisk

portworxVolume

PortworxVolume

projected

Projected

quobyte

Quobyte

rbd

Rbd

scaleIO

ScaleIO

secret

Secret

storageos

Storageos

vsphereVolume

VsphereVolume

Awselasticblockstore

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Awselasticblockstore

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        awselasticblockstore: {}

Field

Description

fsType

string

partition

integer

readOnly

boolean

volumeID

string

Azuredisk

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Azuredisk

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        azuredisk: {}

Field

Description

cachingMode

string

diskName

string

diskURI

string

fsType

string

kind

string

readOnly

boolean

Azurefile

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Azurefile

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        azurefile: {}

Field

Description

readOnly

boolean

secretName

string

shareName

string

Cephfs

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Cephfs

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        cephfs: {}

Field

Description

monitors

[]

string

path

string

readOnly

boolean

secretFile

string

secretRef

SecretRef

user

string

Secretref

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Cephfs.Secretref

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        cephfs:
          secretref: {}

Field

Description

name

string

Cinder

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Cinder

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        cinder: {}

Field

Description

fsType

string

readOnly

boolean

secretRef

SecretRef

volumeID

string

Configmap

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Configmap

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        configmap: {}

Field

Description

defaultMode

integer

items

[]Items

name

string

optional

boolean

Items

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Configmap.Items

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        configmap:
          items: {}

Field

Description

key

string

mode

integer

path

string

Csi

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Csi

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        csi: {}

Field

Description

driver

string

fsType

string

nodePublishSecretRef

NodePublishSecretRef

readOnly

boolean

volumeAttributes

[]key/value

Downwardapi

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Downwardapi

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        downwardapi: {}

Field

Description

defaultMode

integer

items

[]Items

Items

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Downwardapi.Items

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        downwardapi:
          items: {}

Field

Description

fieldRef

FieldRef

mode

integer

path

string

resourceFieldRef

ResourceFieldRef

Fieldref

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Downwardapi.Items.Fieldref

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        downwardapi:
          items:
            fieldref: {}

Field

Description

apiVersion

string

fieldPath

string

Resourcefieldref

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Downwardapi.Items.Resourcefieldref

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        downwardapi:
          items:
            resourcefieldref: {}

Field

Description

containerName

string

divisor

integer or string

resource

string

Emptydir

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Emptydir

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        emptydir: {}

Field

Description

medium

string

sizeLimit

integer or string

Ephemeral

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Ephemeral

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        ephemeral: {}

Field

Description

volumeClaimTemplate

VolumeClaimTemplate

Volumeclaimtemplate

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Ephemeral.Volumeclaimtemplate

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        ephemeral:
          volumeclaimtemplate: {}

Field

Description

metadata

Metadata

spec

Spec

Metadata

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Ephemeral.Volumeclaimtemplate.Metadata

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        ephemeral:
          volumeclaimtemplate:
            metadata: {}

Managedfields

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Ephemeral.Volumeclaimtemplate.Metadata.Managedfields

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        ephemeral:
          volumeclaimtemplate:
            metadata:
              managedfields: {}

Field

Description

apiVersion

string

fieldsType

string

fieldsV1

manager

string

operation

string

subresource

string

time

string

Ownerreferences

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Ephemeral.Volumeclaimtemplate.Metadata.Ownerreferences

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        ephemeral:
          volumeclaimtemplate:
            metadata:
              ownerreferences: {}

Field

Description

apiVersion

string

blockOwnerDeletion

boolean

controller

boolean

kind

string

name

string

uid

string

Spec

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Ephemeral.Volumeclaimtemplate.Spec

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        ephemeral:
          volumeclaimtemplate:
            spec: {}

Field

Description

accessModes

[]

string

dataSource

DataSource

dataSourceRef

DataSourceRef

resources

Resources

selector

Selector

storageClassName

string

volumeMode

string

volumeName

string

Datasource

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Ephemeral.Volumeclaimtemplate.Spec.Datasource

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        ephemeral:
          volumeclaimtemplate:
            spec:
              datasource: {}

Field

Description

apiGroup

string

kind

string

name

string

Resources

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Ephemeral.Volumeclaimtemplate.Spec.Resources

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        ephemeral:
          volumeclaimtemplate:
            spec:
              resources: {}

Field

Description

limits

[]

integer or string

requests

[]

integer or string

Selector

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Ephemeral.Volumeclaimtemplate.Spec.Selector

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        ephemeral:
          volumeclaimtemplate:
            spec:
              selector: {}

Field

Description

matchExpressions

[]MatchExpressions

matchLabels

[]key/value

Matchexpressions

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Ephemeral.Volumeclaimtemplate.Spec.Selector.Matchexpressions

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        ephemeral:
          volumeclaimtemplate:
            spec:
              selector:
                matchexpressions: {}

Field

Description

key

string

operator

string

values

[]

string

Fc

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Fc

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        fc: {}

Field

Description

fsType

string

lun

integer

readOnly

boolean

targetWWNs

[]

string

wwids

[]

string

Flexvolume

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Flexvolume

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        flexvolume: {}

Field

Description

driver

string

fsType

string

options

[]key/value

readOnly

boolean

secretRef

SecretRef

Flocker

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Flocker

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        flocker: {}

Field

Description

datasetName

string

datasetUUID

string

Gcepersistentdisk

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Gcepersistentdisk

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        gcepersistentdisk: {}

Field

Description

fsType

string

partition

integer

pdName

string

readOnly

boolean

Gitrepo

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Gitrepo

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        gitrepo: {}

Field

Description

directory

string

repository

string

revision

string

Glusterfs

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Glusterfs

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        glusterfs: {}

Field

Description

endpoints

string

path

string

readOnly

boolean

Hostpath

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Hostpath

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        hostpath: {}

Field

Description

path

string

type

string

Iscsi

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Iscsi

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        iscsi: {}

Field

Description

chapAuthDiscovery

boolean

chapAuthSession

boolean

fsType

string

initiatorName

string

iqn

string

iscsiInterface

string

lun

integer

portals

[]

string

readOnly

boolean

secretRef

SecretRef

targetPortal

string

Nfs

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Nfs

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        nfs: {}

Field

Description

path

string

readOnly

boolean

server

string

Persistentvolumeclaim

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Persistentvolumeclaim

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        persistentvolumeclaim: {}

Field

Description

claimName

string

readOnly

boolean

Photonpersistentdisk

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Photonpersistentdisk

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        photonpersistentdisk: {}

Field

Description

fsType

string

pdID

string

Portworxvolume

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Portworxvolume

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        portworxvolume: {}

Field

Description

fsType

string

readOnly

boolean

volumeID

string

Projected

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Projected

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        projected: {}

Field

Description

defaultMode

integer

sources

[]Sources

Sources

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Projected.Sources

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        projected:
          sources: {}

Field

Description

configMap

ConfigMap

downwardAPI

DownwardAPI

secret

Secret

serviceAccountToken

ServiceAccountToken

Configmap

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Projected.Sources.Configmap

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        projected:
          sources:
            configmap: {}

Field

Description

items

[]Items

name

string

optional

boolean

Downwardapi

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Projected.Sources.Downwardapi

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        projected:
          sources:
            downwardapi: {}

Field

Description

items

[]Items

Serviceaccounttoken

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Projected.Sources.Serviceaccounttoken

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        projected:
          sources:
            serviceaccounttoken: {}

Field

Description

audience

string

expirationSeconds

integer

path

string

Quobyte

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Quobyte

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        quobyte: {}

Field

Description

group

string

readOnly

boolean

registry

string

tenant

string

user

string

volume

string

Rbd

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Rbd

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        rbd: {}

Field

Description

fsType

string

image

string

keyring

string

monitors

[]

string

pool

string

readOnly

boolean

secretRef

SecretRef

user

string

Scaleio

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Scaleio

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        scaleio: {}

Field

Description

fsType

string

gateway

string

protectionDomain

string

readOnly

boolean

secretRef

SecretRef

sslEnabled

boolean

storageMode

string

storagePool

string

system

string

volumeName

string

Secret

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Secret

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        secret: {}

Field

Description

defaultMode

integer

items

[]Items

optional

boolean

secretName

string

Storageos

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Storageos

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        storageos: {}

Field

Description

fsType

string

readOnly

boolean

secretRef

SecretRef

volumeName

string

volumeNamespace

string

Vspherevolume

Complete namespace: Proxy.Spec.Proxy.Additionalvolumes.Volumes.Vspherevolume

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    additionalvolumes:
      volumes:
        vspherevolume: {}

Field

Description

fsType

string

storagePolicyID

string

storagePolicyName

string

volumePath

string

Antiaffinity

Complete namespace: Proxy.Spec.Proxy.Antiaffinity

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    antiaffinity: {}

Field

Description

host

Host

zone

Zone

Env

Complete namespace: Proxy.Spec.Proxy.Env

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    env: {}

Field

Description

name

string

value

string

valueFrom

ValueFrom

Valuefrom

Complete namespace: Proxy.Spec.Proxy.Env.Valuefrom

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    env:
      valuefrom: {}

Field

Description

configMapKeyRef

ConfigMapKeyRef

fieldRef

FieldRef

resourceFieldRef

ResourceFieldRef

secretKeyRef

SecretKeyRef

Configmapkeyref

Complete namespace: Proxy.Spec.Proxy.Env.Valuefrom.Configmapkeyref

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    env:
      valuefrom:
        configmapkeyref: {}

Field

Description

key

string

name

string

optional

boolean

Initcontainers

Complete namespace: Proxy.Spec.Proxy.Initcontainers

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers: {}

Field

Description

args

[]

string

command

[]

string

env

[]Env

envFrom

[]EnvFrom

image

string

imagePullPolicy

string

lifecycle

Lifecycle

livenessProbe

LivenessProbe

name

string

ports

[]Ports

readinessProbe

ReadinessProbe

resources

Resources

securityContext

SecurityContext

startupProbe

StartupProbe

stdin

boolean

stdinOnce

boolean

terminationMessagePath

string

terminationMessagePolicy

string

tty

boolean

volumeDevices

[]VolumeDevices

volumeMounts

[]VolumeMounts

workingDir

string

Envfrom

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Envfrom

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      envfrom: {}

Field

Description

configMapRef

ConfigMapRef

prefix

string

secretRef

SecretRef

Configmapref

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Envfrom.Configmapref

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      envfrom:
        configmapref: {}

Field

Description

name

string

optional

boolean

Lifecycle

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Lifecycle

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      lifecycle: {}

Field

Description

postStart

PostStart

preStop

PreStop

Poststart

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Lifecycle.Poststart

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      lifecycle:
        poststart: {}

Field

Description

exec

Exec

httpGet

HttpGet

tcpSocket

TcpSocket

Exec

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Lifecycle.Poststart.Exec

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      lifecycle:
        poststart:
          exec: {}

Field

Description

command

[]

string

Httpget

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Lifecycle.Poststart.Httpget

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      lifecycle:
        poststart:
          httpget: {}

Field

Description

host

string

httpHeaders

[]HttpHeaders

path

string

port

integer or string

scheme

string

Tcpsocket

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Lifecycle.Poststart.Tcpsocket

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      lifecycle:
        poststart:
          tcpsocket: {}

Field

Description

host

string

port

integer or string

Livenessprobe

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Livenessprobe

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      livenessprobe: {}

Field

Description

exec

Exec

failureThreshold

integer

grpc

Grpc

httpGet

HttpGet

initialDelaySeconds

integer

periodSeconds

integer

successThreshold

integer

tcpSocket

TcpSocket

terminationGracePeriodSeconds

integer

timeoutSeconds

integer

Grpc

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Livenessprobe.Grpc

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      livenessprobe:
        grpc: {}

Field

Description

port

integer

service

string

Ports

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Ports

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      ports: {}

Field

Description

containerPort

integer

hostIP

string

hostPort

integer

name

string

protocol

string

Securitycontext

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Securitycontext

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      securitycontext: {}

Field

Description

allowPrivilegeEscalation

boolean

capabilities

Capabilities

privileged

boolean

procMount

string

readOnlyRootFilesystem

boolean

runAsGroup

integer

runAsNonRoot

boolean

runAsUser

integer

seLinuxOptions

SeLinuxOptions

seccompProfile

SeccompProfile

windowsOptions

WindowsOptions

Capabilities

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Securitycontext.Capabilities

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      securitycontext:
        capabilities: {}

Field

Description

add

[]

string

drop

[]

string

Selinuxoptions

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Securitycontext.Selinuxoptions

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      securitycontext:
        selinuxoptions: {}

Field

Description

level

string

role

string

type

string

user

string

Seccompprofile

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Securitycontext.Seccompprofile

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      securitycontext:
        seccompprofile: {}

Field

Description

localhostProfile

string

type

string

Windowsoptions

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Securitycontext.Windowsoptions

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      securitycontext:
        windowsoptions: {}

Field

Description

gmsaCredentialSpec

string

gmsaCredentialSpecName

string

hostProcess

boolean

runAsUserName

string

Volumedevices

Complete namespace: Proxy.Spec.Proxy.Initcontainers.Volumedevices

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    initcontainers:
      volumedevices: {}

Field

Description

devicePath

string

name

string

Kafka

Complete namespace: Proxy.Spec.Proxy.Kafka

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    kafka: {}

Field

Description

enabled

boolean

Allow the cluster to accept Kafka protocol. Default is 'false'.

exposePorts

boolean

Expose the kafka protocol port.

Nodeaffinity

Complete namespace: Proxy.Spec.Proxy.Nodeaffinity

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    nodeaffinity: {}

Field

Description

preferredDuringSchedulingIgnoredDuringExecution

[]PreferredDuringSchedulingIgnoredDuringExecution

requiredDuringSchedulingIgnoredDuringExecution

RequiredDuringSchedulingIgnoredDuringExecution

Preferredduringschedulingignoredduringexecution

Complete namespace: Proxy.Spec.Proxy.Nodeaffinity.Preferredduringschedulingignoredduringexecution

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    nodeaffinity:
      preferredduringschedulingignoredduringexecution: {}

Field

Description

preference

Preference

weight

integer

Preference

Complete namespace: Proxy.Spec.Proxy.Nodeaffinity.Preferredduringschedulingignoredduringexecution.Preference

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    nodeaffinity:
      preferredduringschedulingignoredduringexecution:
        preference: {}

Field

Description

matchExpressions

[]MatchExpressions

matchFields

[]MatchFields

Requiredduringschedulingignoredduringexecution

Complete namespace: Proxy.Spec.Proxy.Nodeaffinity.Requiredduringschedulingignoredduringexecution

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    nodeaffinity:
      requiredduringschedulingignoredduringexecution: {}

Field

Description

nodeSelectorTerms

[]NodeSelectorTerms

Pdb

Complete namespace: Proxy.Spec.Proxy.Pdb

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    pdb: {}

Field

Description

enabled

boolean

Enable Pdb policy.

maxUnavailable

integer

Number of maxUnavailable pods.

Probes

Complete namespace: Proxy.Spec.Proxy.Probes

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    probes: {}

Field

Description

liveness

Liveness

readiness

Readiness

Liveness

Complete namespace: Proxy.Spec.Proxy.Probes.Liveness

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    probes:
      liveness: {}

Field

Description

enabled

boolean

Enables the probe.

failureThreshold

integer

Failure threshold.

initialDelaySeconds

integer

Indicates the initial delay (in seconds) for the probe.

periodSeconds

integer

Indicates the period (in seconds) for the probe.

successThreshold

integer

Success threshold.

terminationGracePeriodSeconds

integer

Indicates the termination grace period (in seconds) for the probe.

timeoutSeconds

integer

Indicates the timeout (in seconds) for the probe.

Readiness

Complete namespace: Proxy.Spec.Proxy.Probes.Readiness

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    probes:
      readiness: {}

Field

Description

enabled

boolean

Enables the probe.

failureThreshold

integer

Failure threshold.

initialDelaySeconds

integer

Indicates the initial delay (in seconds) for the probe.

periodSeconds

integer

Indicates the period (in seconds) for the probe.

successThreshold

integer

Success threshold.

terminationGracePeriodSeconds

integer

Indicates the termination grace period (in seconds) for the probe.

timeoutSeconds

integer

Indicates the timeout (in seconds) for the probe.

Resources

Complete namespace: Proxy.Spec.Proxy.Resources

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    resources: {}

Field

Description

limits

[]

integer or string

requests

[]

integer or string

Service

Complete namespace: Proxy.Spec.Proxy.Service

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    service: {}

Field

Description

additionalPorts

[]AdditionalPorts

Additional ports to add to the Service.

annotations

[]key/value

Additional annotations to add to the Service.

enablePlainTextWithTLS

boolean

Enable plain text connections even if TLS is enabled.

loadBalancerIP

string

Assign a load balancer IP.

type

string

Service type. Default value is 'ClusterIP'

Additionalports

Complete namespace: Proxy.Spec.Proxy.Service.Additionalports

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    service:
      additionalports: {}

Field

Description

appProtocol

string

name

string

nodePort

integer

port

integer

protocol

string

targetPort

integer or string

Sets

Complete namespace: Proxy.Spec.Proxy.Sets

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    sets: {}

Field

Description

additionalVolumes

AdditionalVolumes

annotations

[]key/value

Annotations to add to each resource (except pods).

antiAffinity

AntiAffinity

config

any

Configuration.

env

[]Env

Additional container env variables.

gracePeriod

integer

Termination grace period in seconds.

image

string

Override Pulsar image.

imagePullPolicy

string

Override image pull policy.

imagePullSecrets

[]ImagePullSecrets

Image pull secrets.

initContainers

[]InitContainers

Init containers

kafka

Kafka

labels

[]key/value

Labels to add to each resource (except pods).

matchLabels

[]key/value

Match labels selectors to add to each pod.

nodeAffinity

NodeAffinity

nodeSelectors

[]key/value

Additional node selectors.

overrideResourceName

string

Override the resource names generated by the operator.

pdb

Pdb

podAnnotations

[]key/value

Annotations to add to pod.

podLabels

[]key/value

Labels to add to each pod.

probes

Probes

replicas

integer

Number of desired replicas.

resources

Resources

service

Service

sidecars

[]Sidecars

Sidecar containers

standaloneFunctionsWorker

boolean

Whether or not the functions worker is in standalone mode.

tolerations

[]Tolerations

Pod tolerations.

updateStrategy

UpdateStrategy

webSocket

WebSocket

Tolerations

Complete namespace: Proxy.Spec.Proxy.Sets.Tolerations

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    sets:
      tolerations: {}

Field

Description

effect

string

key

string

operator

string

tolerationSeconds

integer

value

string

Updatestrategy

Complete namespace: Proxy.Spec.Proxy.Sets.Updatestrategy

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    sets:
      updatestrategy: {}

Field

Description

rollingUpdate

RollingUpdate

type

string

Rollingupdate

Complete namespace: Proxy.Spec.Proxy.Sets.Updatestrategy.Rollingupdate

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    sets:
      updatestrategy:
        rollingupdate: {}

Field

Description

maxSurge

integer or string

maxUnavailable

integer or string

Websocket

Complete namespace: Proxy.Spec.Proxy.Sets.Websocket

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  proxy:
    sets:
      websocket: {}

Field

Description

config

any

Configuration.

enabled

boolean

Enable WebSocket standalone as container in the proxy pod.

probes

Probes

resources

Resources

Status

Complete namespace: Proxy.Status

Field

Description

conditions

[]Conditions

Conditions: 1. Condition Ready: possible status are True or False. If False, the reason contains the error message.

lastApplied

string

Last spec applied.

Conditions

Complete namespace: Proxy.Status.Conditions

Example use:

apiVersion: pulsar.oss.datastax.com/v1alpha1
kind: Proxy
metadata:
  name: example-pulsarcluster
spec:
  conditions: {}

Field

Description

lastTransitionTime

string

message

string

observedGeneration

integer

reason

string

status

string

type

string

Was this helpful?

Give Feedback

How can we improve the documentation?

© 2024 DataStax | Privacy policy | Terms of use

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries. Kubernetes is the registered trademark of the Linux Foundation.

General Inquiries: +1 (650) 389-6000, info@datastax.com