diff --git a/config/crd/bases/storage.dell.com_containerstoragemodules.yaml b/config/crd/bases/storage.dell.com_containerstoragemodules.yaml index c3f95aab..2cbbd715 100644 --- a/config/crd/bases/storage.dell.com_containerstoragemodules.yaml +++ b/config/crd/bases/storage.dell.com_containerstoragemodules.yaml @@ -12,881 +12,80 @@ spec: listKind: ContainerStorageModuleList plural: containerstoragemodules shortNames: - - csm + - csm singular: containerstoragemodule scope: Namespaced versions: - - additionalPrinterColumns: - - jsonPath: .metadata.creationTimestamp - name: CreationTime - type: date - - description: Type of CSIDriver - jsonPath: .spec.driver.csiDriverType - name: CSIDriverType - type: string - - description: Version of CSIDriver - jsonPath: .spec.driver.configVersion - name: ConfigVersion - type: string - - description: State of Installation - jsonPath: .status.state - name: State - type: string - name: v1 - schema: - openAPIV3Schema: - description: ContainerStorageModule is the Schema for the containerstoragemodules - API - properties: - apiVersion: - description: |- - APIVersion defines the versioned schema of this representation of an object. - Servers should convert recognized schemas to the latest internal value, and - may reject unrecognized values. - More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources - type: string - kind: - description: |- - Kind is a string value representing the REST resource this object represents. - Servers may infer this from the endpoint the client submits requests to. - Cannot be updated. - In CamelCase. - More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds - type: string - metadata: - type: object - spec: - description: ContainerStorageModuleSpec defines the desired state of ContainerStorageModule - properties: - driver: - description: Driver is a CSI Drivers for Dell Technologies - properties: - authSecret: - description: AuthSecret is the name of the credentials secret - for the driver - type: string - common: - description: Common is the common specification for both controller - and node plugins - properties: - args: - description: Args is the set of arguments for the container - items: - type: string - type: array - authorizationController: - description: AuthorizationController is the image tag for - the container - type: string - authorizationControllerReplicas: - description: AuthorizationControllerReplicas is the number - of replicas for the authorization controller deployment - type: integer - certificate: - description: Certificate is a certificate used for a certificate/private-key - pair - type: string - certificateAuthority: - description: CertificateAuthority is a certificate authority - used to validate a certificate - type: string - commander: - description: Commander is the image tag for the Container - type: string - controllerReconcileInterval: - description: The interval which the reconcile of each controller - is run - type: string - credentials: - description: ComponentCred is to store the velero credential - contents - items: - description: Credential struct - properties: - createWithInstall: - description: CreateWithInstall is used to indicate wether - or not to create a secret for objectstore - type: boolean - name: - description: Name is the name of secret which contains - credentials to access objectstore - type: string - secretContents: - description: SecretContents contains credentials to - access objectstore - properties: - aws_access_key_id: - description: AccessKeyID is a name of key ID to - access objectstore - type: string - aws_secret_access_key: - description: AccessKey contains the key to access - objectstore - type: string - type: object - type: object - type: array - deployNodeAgent: - description: DeployNodeAgent is to enable/disable node-agent - services - type: boolean - enabled: - description: Enabled is used to indicate wether or not to - deploy a module - type: boolean - envs: - description: Envs is the set of environment variables for - the container - items: - description: EnvVar represents an environment variable present - in a Container. - properties: - name: - description: Name of the environment variable. Must - be a C_IDENTIFIER. - type: string - value: - description: |- - 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 "". - type: string - valueFrom: - description: Source for the environment variable's value. - Cannot be used if value is not empty. - properties: - configMapKeyRef: - description: Selects a key of a ConfigMap. - properties: - key: - description: The key to select. - type: string - name: - default: "" - description: |- - Name of the referent. - This field is effectively required, but due to backwards compatibility is - allowed to be empty. Instances of this type with an empty value here are - almost certainly wrong. - More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names - type: string - optional: - description: Specify whether the ConfigMap or - its key must be defined - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - fieldRef: - description: |- - 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. - properties: - apiVersion: - description: Version of the schema the FieldPath - is written in terms of, defaults to "v1". - type: string - fieldPath: - description: Path of the field to select in - the specified API version. - type: string - required: - - fieldPath - type: object - x-kubernetes-map-type: atomic - resourceFieldRef: - description: |- - 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. - properties: - containerName: - description: 'Container name: required for volumes, - optional for env vars' - type: string - divisor: - anyOf: - - type: integer - - type: string - description: Specifies the output format of - the exposed resources, defaults to "1" - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - resource: - description: 'Required: resource to select' - type: string - required: - - resource - type: object - x-kubernetes-map-type: atomic - secretKeyRef: - description: Selects a key of a secret in the pod's - namespace - properties: - key: - description: The key of the secret to select - from. Must be a valid secret key. - type: string - name: - default: "" - description: |- - Name of the referent. - This field is effectively required, but due to backwards compatibility is - allowed to be empty. Instances of this type with an empty value here are - almost certainly wrong. - More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names - type: string - optional: - description: Specify whether the Secret or its - key must be defined - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - required: - - name - type: object - type: array - hostname: - description: Hostname is the authorization proxy server hostname - type: string - image: - description: Image is the image tag for the Container - type: string - imagePullPolicy: - description: ImagePullPolicy is the image pull policy for - the image - type: string - leaderElection: - description: LeaderElection is boolean flag to enable leader - election - type: boolean - licenseName: - description: LicenseName is the name of the license for app-mobility - type: string - name: - description: Name is the name of Container - type: string - nodeSelector: - additionalProperties: - type: string - description: |- - NodeSelector is a selector which must be true for the pod to fit on a node. - Selector which must match a node's labels for the pod to be scheduled on that node. - type: object - objectStoreSecretName: - description: ObjectStoreSecretName is the name of the secret - for the object store for app-mobility - type: string - opa: - description: Opa is the image tag for the Container - type: string - opaKubeMgmt: - description: OpaKubeMgmt is the image tag for the Container - type: string - openTelemetryCollectorAddress: - description: OpenTelemetryCollectorAddress is the address - of the OTLP receiving endpoint using gRPC - type: string - privateKey: - description: PrivateKey is a private key used for a certificate/private-key - pair - type: string - proxyServerIngress: - description: ProxyServerIngress is the authorization proxy - server ingress configuration - items: - description: ProxyServerIngress is the authorization ingress - configuration struct - properties: - annotations: - additionalProperties: - type: string - description: Annotations is an unstructured key value - map that stores additional annotations for the ingress - type: object - hosts: - description: Hosts is the hosts rules for the ingress - items: - type: string - type: array - ingressClassName: - description: IngressClassName is the ingressClassName - type: string - type: object - type: array - proxyService: - description: ProxyService is the image tag for the Container - type: string - proxyServiceReplicas: - description: ProxyServiceReplicas is the number of replicas - for the proxy service deployment - type: integer - redis: - description: Redis is the image tag for the Container - type: string - redisCommander: - description: RedisCommander is the name of the redis deployment - type: string - redisName: - description: RedisName is the name of the redis statefulset - type: string - redisReplicas: - description: RedisReplicas is the number of replicas for the - redis deployment - type: integer - replicaCount: - description: ReplicaCount is the replica count for app mobility - type: string - roleService: - description: RoleService is the image tag for the Container - type: string - roleServiceReplicas: - description: RoleServiceReplicas is the number of replicas - for the role service deployment - type: integer - sentinel: - description: Sentinel is the name of the sentinel statefulSet - type: string - skipCertificateValidation: - description: skipCertificateValidation is the flag to skip - certificate validation - type: boolean - storageService: - description: StorageService is the image tag for the Container - type: string - storageServiceReplicas: - description: StorageServiceReplicas is the number of replicas - for storage service deployment - type: integer - storageclass: - description: RedisStorageClass is the authorization proxy - server redis storage class for persistence - type: string - tenantService: - description: TenantService is the image tag for the Container - type: string - tenantServiceReplicas: - description: TenantServiceReplicas is the number of replicas - for the tenant service deployment - type: integer - tolerations: - description: Tolerations is the list of tolerations for the - driver pods - items: - description: |- - The pod this Toleration is attached to tolerates any taint that matches - the triple using the matching operator . - properties: - effect: - description: |- - Effect indicates the taint effect to match. Empty means match all taint effects. - When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: |- - Key is the taint key that the toleration applies to. Empty means match all taint keys. - If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: |- - Operator represents a key's relationship to the value. - Valid operators are Exists and Equal. Defaults to Equal. - Exists is equivalent to wildcard for value, so that a pod can - tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: |- - TolerationSeconds represents the period of time the toleration (which must be - of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, - it is not set, which means tolerate the taint forever (do not evict). Zero and - negative values will be treated as 0 (evict immediately) by the system. - format: int64 - type: integer - value: - description: |- - Value is the taint value the toleration matches to. - If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - type: object - type: array - useVolumeSnapshot: - description: UseSnapshot is to check whether volume snapshot - is enabled under velero component - type: boolean - vaultConfigurations: - description: Vaults are the vault configurations - items: - description: Vault is the configuration for a vault instance - struct - properties: - address: - description: Address is the address for this vault - type: string - certificateAuthority: - description: CertificateAuthority is the base64-encoded - certificate authority for validaitng the vault certificate - type: string - clientCertificate: - description: ClientCertificate is the base64-encoded - certificate for connecting to vault - type: string - clientKey: - description: ClientKey validates is the base64-encoded - certificate key for connecting to vault - type: string - identifier: - description: Identifier is the identifier for this vault - type: string - role: - description: Role is the role for this vault - type: string - skipCertificateValidation: - description: SkipCertificateValidation validates the - vault server certificate or not - type: boolean - type: object - type: array - veleroNamespace: - description: VeleroNamespace is the namespace that Velero - is installed in - type: string - type: object - configVersion: - description: ConfigVersion is the configuration version of the - driver - type: string - controller: - description: Controller is the specification for Controller plugin - only - properties: - args: - description: Args is the set of arguments for the container - items: - type: string - type: array - authorizationController: - description: AuthorizationController is the image tag for - the container - type: string - authorizationControllerReplicas: - description: AuthorizationControllerReplicas is the number - of replicas for the authorization controller deployment - type: integer - certificate: - description: Certificate is a certificate used for a certificate/private-key - pair - type: string - certificateAuthority: - description: CertificateAuthority is a certificate authority - used to validate a certificate - type: string - commander: - description: Commander is the image tag for the Container - type: string - controllerReconcileInterval: - description: The interval which the reconcile of each controller - is run - type: string - credentials: - description: ComponentCred is to store the velero credential - contents - items: - description: Credential struct - properties: - createWithInstall: - description: CreateWithInstall is used to indicate wether - or not to create a secret for objectstore - type: boolean - name: - description: Name is the name of secret which contains - credentials to access objectstore - type: string - secretContents: - description: SecretContents contains credentials to - access objectstore - properties: - aws_access_key_id: - description: AccessKeyID is a name of key ID to - access objectstore - type: string - aws_secret_access_key: - description: AccessKey contains the key to access - objectstore - type: string - type: object - type: object - type: array - deployNodeAgent: - description: DeployNodeAgent is to enable/disable node-agent - services - type: boolean - enabled: - description: Enabled is used to indicate wether or not to - deploy a module - type: boolean - envs: - description: Envs is the set of environment variables for - the container - items: - description: EnvVar represents an environment variable present - in a Container. - properties: - name: - description: Name of the environment variable. Must - be a C_IDENTIFIER. - type: string - value: - description: |- - 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 "". - type: string - valueFrom: - description: Source for the environment variable's value. - Cannot be used if value is not empty. - properties: - configMapKeyRef: - description: Selects a key of a ConfigMap. - properties: - key: - description: The key to select. - type: string - name: - default: "" - description: |- - Name of the referent. - This field is effectively required, but due to backwards compatibility is - allowed to be empty. Instances of this type with an empty value here are - almost certainly wrong. - More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names - type: string - optional: - description: Specify whether the ConfigMap or - its key must be defined - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - fieldRef: - description: |- - 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. - properties: - apiVersion: - description: Version of the schema the FieldPath - is written in terms of, defaults to "v1". - type: string - fieldPath: - description: Path of the field to select in - the specified API version. - type: string - required: - - fieldPath - type: object - x-kubernetes-map-type: atomic - resourceFieldRef: - description: |- - 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. - properties: - containerName: - description: 'Container name: required for volumes, - optional for env vars' - type: string - divisor: - anyOf: - - type: integer - - type: string - description: Specifies the output format of - the exposed resources, defaults to "1" - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - resource: - description: 'Required: resource to select' - type: string - required: - - resource - type: object - x-kubernetes-map-type: atomic - secretKeyRef: - description: Selects a key of a secret in the pod's - namespace - properties: - key: - description: The key of the secret to select - from. Must be a valid secret key. - type: string - name: - default: "" - description: |- - Name of the referent. - This field is effectively required, but due to backwards compatibility is - allowed to be empty. Instances of this type with an empty value here are - almost certainly wrong. - More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names - type: string - optional: - description: Specify whether the Secret or its - key must be defined - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - required: - - name - type: object - type: array - hostname: - description: Hostname is the authorization proxy server hostname - type: string - image: - description: Image is the image tag for the Container - type: string - imagePullPolicy: - description: ImagePullPolicy is the image pull policy for - the image - type: string - leaderElection: - description: LeaderElection is boolean flag to enable leader - election - type: boolean - licenseName: - description: LicenseName is the name of the license for app-mobility - type: string - name: - description: Name is the name of Container - type: string - nodeSelector: - additionalProperties: - type: string - description: |- - NodeSelector is a selector which must be true for the pod to fit on a node. - Selector which must match a node's labels for the pod to be scheduled on that node. - type: object - objectStoreSecretName: - description: ObjectStoreSecretName is the name of the secret - for the object store for app-mobility - type: string - opa: - description: Opa is the image tag for the Container - type: string - opaKubeMgmt: - description: OpaKubeMgmt is the image tag for the Container - type: string - openTelemetryCollectorAddress: - description: OpenTelemetryCollectorAddress is the address - of the OTLP receiving endpoint using gRPC - type: string - privateKey: - description: PrivateKey is a private key used for a certificate/private-key - pair - type: string - proxyServerIngress: - description: ProxyServerIngress is the authorization proxy - server ingress configuration - items: - description: ProxyServerIngress is the authorization ingress - configuration struct - properties: - annotations: - additionalProperties: - type: string - description: Annotations is an unstructured key value - map that stores additional annotations for the ingress - type: object - hosts: - description: Hosts is the hosts rules for the ingress - items: - type: string - type: array - ingressClassName: - description: IngressClassName is the ingressClassName - type: string - type: object - type: array - proxyService: - description: ProxyService is the image tag for the Container - type: string - proxyServiceReplicas: - description: ProxyServiceReplicas is the number of replicas - for the proxy service deployment - type: integer - redis: - description: Redis is the image tag for the Container - type: string - redisCommander: - description: RedisCommander is the name of the redis deployment - type: string - redisName: - description: RedisName is the name of the redis statefulset - type: string - redisReplicas: - description: RedisReplicas is the number of replicas for the - redis deployment - type: integer - replicaCount: - description: ReplicaCount is the replica count for app mobility - type: string - roleService: - description: RoleService is the image tag for the Container - type: string - roleServiceReplicas: - description: RoleServiceReplicas is the number of replicas - for the role service deployment - type: integer - sentinel: - description: Sentinel is the name of the sentinel statefulSet - type: string - skipCertificateValidation: - description: skipCertificateValidation is the flag to skip - certificate validation - type: boolean - storageService: - description: StorageService is the image tag for the Container - type: string - storageServiceReplicas: - description: StorageServiceReplicas is the number of replicas - for storage service deployment - type: integer - storageclass: - description: RedisStorageClass is the authorization proxy - server redis storage class for persistence - type: string - tenantService: - description: TenantService is the image tag for the Container - type: string - tenantServiceReplicas: - description: TenantServiceReplicas is the number of replicas - for the tenant service deployment - type: integer - tolerations: - description: Tolerations is the list of tolerations for the - driver pods - items: - description: |- - The pod this Toleration is attached to tolerates any taint that matches - the triple using the matching operator . - properties: - effect: - description: |- - Effect indicates the taint effect to match. Empty means match all taint effects. - When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: |- - Key is the taint key that the toleration applies to. Empty means match all taint keys. - If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: |- - Operator represents a key's relationship to the value. - Valid operators are Exists and Equal. Defaults to Equal. - Exists is equivalent to wildcard for value, so that a pod can - tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: |- - TolerationSeconds represents the period of time the toleration (which must be - of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, - it is not set, which means tolerate the taint forever (do not evict). Zero and - negative values will be treated as 0 (evict immediately) by the system. - format: int64 - type: integer - value: - description: |- - Value is the taint value the toleration matches to. - If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - type: object - type: array - useVolumeSnapshot: - description: UseSnapshot is to check whether volume snapshot - is enabled under velero component - type: boolean - vaultConfigurations: - description: Vaults are the vault configurations - items: - description: Vault is the configuration for a vault instance - struct - properties: - address: - description: Address is the address for this vault - type: string - certificateAuthority: - description: CertificateAuthority is the base64-encoded - certificate authority for validaitng the vault certificate - type: string - clientCertificate: - description: ClientCertificate is the base64-encoded - certificate for connecting to vault - type: string - clientKey: - description: ClientKey validates is the base64-encoded - certificate key for connecting to vault - type: string - identifier: - description: Identifier is the identifier for this vault - type: string - role: - description: Role is the role for this vault - type: string - skipCertificateValidation: - description: SkipCertificateValidation validates the - vault server certificate or not - type: boolean - type: object - type: array - veleroNamespace: - description: VeleroNamespace is the namespace that Velero - is installed in - type: string - type: object - csiDriverSpec: - description: CSIDriverSpec is the specification for CSIDriver - properties: - fSGroupPolicy: - type: string - storageCapacity: - type: boolean - type: object - csiDriverType: - description: CSIDriverType is the CSI Driver type for Dell Technologies - - e.g, powermax, powerflex,... - type: string - dnsPolicy: - description: DNSPolicy is the dnsPolicy of the daemonset for Node - plugin - type: string - forceRemoveDriver: - description: ForceRemoveDriver is the boolean flag used to remove - driver deployment when CR is deleted - type: boolean - forceUpdate: - description: ForceUpdate is the boolean flag used to force an - update of the driver instance - type: boolean - initContainers: - description: InitContainers is the specification for Driver InitContainers - items: - description: ContainerTemplate template + - additionalPrinterColumns: + - jsonPath: .metadata.creationTimestamp + name: CreationTime + type: date + - description: Type of CSIDriver + jsonPath: .spec.driver.csiDriverType + name: CSIDriverType + type: string + - description: Version of CSIDriver + jsonPath: .spec.driver.configVersion + name: ConfigVersion + type: string + - description: State of Installation + jsonPath: .status.state + name: State + type: string + name: v1 + schema: + openAPIV3Schema: + description: >- + ContainerStorageModule is the Schema for the containerstoragemodules + API + properties: + apiVersion: + description: >- + APIVersion defines the versioned schema of this representation + of an object. + + Servers should convert recognized schemas to the latest internal + value, and + + may reject unrecognized values. + + More info: + https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: >- + Kind is a string value representing the REST resource this + object represents. + + Servers may infer this from the endpoint the client submits + requests to. + + Cannot be updated. + + In CamelCase. + + More info: + https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: >- + ContainerStorageModuleSpec defines the desired state of + ContainerStorageModule + properties: + driver: + description: Driver is a CSI Drivers for Dell Technologies + properties: + authSecret: + description: >- + AuthSecret is the name of the credentials secret for the + driver + type: string + common: + description: >- + Common is the common specification for both controller + and node plugins properties: args: description: Args is the set of arguments for the container @@ -894,91 +93,122 @@ spec: type: string type: array authorizationController: - description: AuthorizationController is the image tag for - the container + description: >- + AuthorizationController is the image tag for the + container type: string authorizationControllerReplicas: - description: AuthorizationControllerReplicas is the number - of replicas for the authorization controller deployment + description: >- + AuthorizationControllerReplicas is the number of + replicas for the authorization controller deployment type: integer certificate: - description: Certificate is a certificate used for a certificate/private-key - pair + description: >- + Certificate is a certificate used for a + certificate/private-key pair type: string certificateAuthority: - description: CertificateAuthority is a certificate authority - used to validate a certificate + description: >- + CertificateAuthority is a certificate authority used + to validate a certificate type: string commander: description: Commander is the image tag for the Container type: string controllerReconcileInterval: - description: The interval which the reconcile of each controller + description: >- + The interval which the reconcile of each controller is run type: string credentials: - description: ComponentCred is to store the velero credential + description: >- + ComponentCred is to store the velero credential contents items: description: Credential struct properties: createWithInstall: - description: CreateWithInstall is used to indicate - wether or not to create a secret for objectstore + description: >- + CreateWithInstall is used to indicate wether + or not to create a secret for objectstore type: boolean name: - description: Name is the name of secret which contains + description: >- + Name is the name of secret which contains credentials to access objectstore type: string secretContents: - description: SecretContents contains credentials to - access objectstore + description: >- + SecretContents contains credentials to access + objectstore properties: aws_access_key_id: - description: AccessKeyID is a name of key ID to - access objectstore + description: >- + AccessKeyID is a name of key ID to access + objectstore type: string aws_secret_access_key: - description: AccessKey contains the key to access + description: >- + AccessKey contains the key to access objectstore type: string type: object type: object type: array deployNodeAgent: - description: DeployNodeAgent is to enable/disable node-agent + description: >- + DeployNodeAgent is to enable/disable node-agent services type: boolean enabled: - description: Enabled is used to indicate wether or not to - deploy a module + description: >- + Enabled is used to indicate wether or not to deploy + a module type: boolean envs: - description: Envs is the set of environment variables for - the container + description: >- + Envs is the set of environment variables for the + container items: - description: EnvVar represents an environment variable - present in a Container. + description: >- + EnvVar represents an environment variable present + in a Container. properties: name: - description: Name of the environment variable. Must - be a C_IDENTIFIER. + description: >- + Name of the environment variable. Must be a + C_IDENTIFIER. type: string value: - description: |- + description: >- 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 + + 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 "". type: string valueFrom: - description: Source for the environment variable's - value. Cannot be used if value is not empty. + description: >- + Source for the environment variable's value. + Cannot be used if value is not empty. properties: configMapKeyRef: description: Selects a key of a ConfigMap. @@ -987,110 +217,147 @@ spec: description: The key to select. type: string name: - default: "" - description: |- + default: '' + description: >- Name of the referent. - This field is effectively required, but due to backwards compatibility is - allowed to be empty. Instances of this type with an empty value here are + + This field is effectively required, but + due to backwards compatibility is + + allowed to be empty. Instances of this + type with an empty value here are + almost certainly wrong. - More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + + More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names type: string optional: - description: Specify whether the ConfigMap - or its key must be defined + description: >- + Specify whether the ConfigMap or its key + must be defined type: boolean required: - - key + - key type: object x-kubernetes-map-type: atomic fieldRef: - description: |- - 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. + description: >- + 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. properties: apiVersion: - description: Version of the schema the FieldPath - is written in terms of, defaults to "v1". + description: >- + Version of the schema the FieldPath is + written in terms of, defaults to "v1". type: string fieldPath: - description: Path of the field to select in - the specified API version. + description: >- + Path of the field to select in the + specified API version. type: string required: - - fieldPath + - fieldPath type: object x-kubernetes-map-type: atomic resourceFieldRef: - description: |- - 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. + description: >- + 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. properties: containerName: - description: 'Container name: required for - volumes, optional for env vars' + description: >- + Container name: required for volumes, + optional for env vars type: string divisor: anyOf: - - type: integer - - type: string - description: Specifies the output format of - the exposed resources, defaults to "1" - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + - type: integer + - type: string + description: >- + Specifies the output format of the + exposed resources, defaults to "1" + pattern: >- + ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ x-kubernetes-int-or-string: true resource: description: 'Required: resource to select' type: string required: - - resource + - resource type: object x-kubernetes-map-type: atomic secretKeyRef: - description: Selects a key of a secret in the - pod's namespace + description: >- + Selects a key of a secret in the pod's + namespace properties: key: - description: The key of the secret to select - from. Must be a valid secret key. + description: >- + The key of the secret to select from. + Must be a valid secret key. type: string name: - default: "" - description: |- + default: '' + description: >- Name of the referent. - This field is effectively required, but due to backwards compatibility is - allowed to be empty. Instances of this type with an empty value here are + + This field is effectively required, but + due to backwards compatibility is + + allowed to be empty. Instances of this + type with an empty value here are + almost certainly wrong. - More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + + More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names type: string optional: - description: Specify whether the Secret or - its key must be defined + description: >- + Specify whether the Secret or its key + must be defined type: boolean required: - - key + - key type: object x-kubernetes-map-type: atomic type: object required: - - name + - name type: object type: array hostname: - description: Hostname is the authorization proxy server - hostname + description: Hostname is the authorization proxy server hostname type: string image: description: Image is the image tag for the Container type: string imagePullPolicy: - description: ImagePullPolicy is the image pull policy for - the image + description: >- + ImagePullPolicy is the image pull policy for the + image type: string leaderElection: - description: LeaderElection is boolean flag to enable leader + description: >- + LeaderElection is boolean flag to enable leader election type: boolean licenseName: - description: LicenseName is the name of the license for + description: >- + LicenseName is the name of the license for app-mobility type: string name: @@ -1099,13 +366,17 @@ spec: nodeSelector: additionalProperties: type: string - description: |- - NodeSelector is a selector which must be true for the pod to fit on a node. - Selector which must match a node's labels for the pod to be scheduled on that node. + description: >- + NodeSelector is a selector which must be true for + the pod to fit on a node. + + Selector which must match a node's labels for the + pod to be scheduled on that node. type: object objectStoreSecretName: - description: ObjectStoreSecretName is the name of the secret - for the object store for app-mobility + description: >- + ObjectStoreSecretName is the name of the secret for + the object store for app-mobility type: string opa: description: Opa is the image tag for the Container @@ -1114,25 +385,31 @@ spec: description: OpaKubeMgmt is the image tag for the Container type: string openTelemetryCollectorAddress: - description: OpenTelemetryCollectorAddress is the address - of the OTLP receiving endpoint using gRPC + description: >- + OpenTelemetryCollectorAddress is the address of the + OTLP receiving endpoint using gRPC type: string privateKey: - description: PrivateKey is a private key used for a certificate/private-key - pair + description: >- + PrivateKey is a private key used for a + certificate/private-key pair type: string proxyServerIngress: - description: ProxyServerIngress is the authorization proxy - server ingress configuration + description: >- + ProxyServerIngress is the authorization proxy server + ingress configuration items: - description: ProxyServerIngress is the authorization ingress + description: >- + ProxyServerIngress is the authorization ingress configuration struct properties: annotations: additionalProperties: type: string - description: Annotations is an unstructured key value - map that stores additional annotations for the ingress + description: >- + Annotations is an unstructured key value map + that stores additional annotations for the + ingress type: object hosts: description: Hosts is the hosts rules for the ingress @@ -1148,8 +425,9 @@ spec: description: ProxyService is the image tag for the Container type: string proxyServiceReplicas: - description: ProxyServiceReplicas is the number of replicas - for the proxy service deployment + description: >- + ProxyServiceReplicas is the number of replicas for + the proxy service deployment type: integer redis: description: Redis is the image tag for the Container @@ -1161,8 +439,9 @@ spec: description: RedisName is the name of the redis statefulset type: string redisReplicas: - description: RedisReplicas is the number of replicas for - the redis deployment + description: >- + RedisReplicas is the number of replicas for the + redis deployment type: integer replicaCount: description: ReplicaCount is the replica count for app mobility @@ -1171,522 +450,163 @@ spec: description: RoleService is the image tag for the Container type: string roleServiceReplicas: - description: RoleServiceReplicas is the number of replicas - for the role service deployment + description: >- + RoleServiceReplicas is the number of replicas for + the role service deployment type: integer sentinel: description: Sentinel is the name of the sentinel statefulSet type: string skipCertificateValidation: - description: skipCertificateValidation is the flag to skip + description: >- + skipCertificateValidation is the flag to skip certificate validation type: boolean storageService: description: StorageService is the image tag for the Container type: string storageServiceReplicas: - description: StorageServiceReplicas is the number of replicas - for storage service deployment + description: >- + StorageServiceReplicas is the number of replicas for + storage service deployment type: integer storageclass: - description: RedisStorageClass is the authorization proxy - server redis storage class for persistence + description: >- + RedisStorageClass is the authorization proxy server + redis storage class for persistence type: string tenantService: description: TenantService is the image tag for the Container type: string tenantServiceReplicas: - description: TenantServiceReplicas is the number of replicas - for the tenant service deployment + description: >- + TenantServiceReplicas is the number of replicas for + the tenant service deployment type: integer tolerations: - description: Tolerations is the list of tolerations for - the driver pods + description: >- + Tolerations is the list of tolerations for the + driver pods items: - description: |- - The pod this Toleration is attached to tolerates any taint that matches - the triple using the matching operator . + description: >- + The pod this Toleration is attached to tolerates + any taint that matches + + the triple using the matching + operator . properties: effect: - description: |- - Effect indicates the taint effect to match. Empty means match all taint effects. - When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + description: >- + Effect indicates the taint effect to match. + Empty means match all taint effects. + + When specified, allowed values are NoSchedule, + PreferNoSchedule and NoExecute. type: string key: - description: |- - Key is the taint key that the toleration applies to. Empty means match all taint keys. - If the key is empty, operator must be Exists; this combination means to match all values and all keys. + description: >- + Key is the taint key that the toleration + applies to. Empty means match all taint keys. + + If the key is empty, operator must be Exists; + this combination means to match all values and + all keys. type: string operator: - description: |- - Operator represents a key's relationship to the value. - Valid operators are Exists and Equal. Defaults to Equal. - Exists is equivalent to wildcard for value, so that a pod can + description: >- + Operator represents a key's relationship to + the value. + + Valid operators are Exists and Equal. Defaults + to Equal. + + Exists is equivalent to wildcard for value, so + that a pod can + tolerate all taints of a particular category. type: string tolerationSeconds: - description: |- - TolerationSeconds represents the period of time the toleration (which must be - of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, - it is not set, which means tolerate the taint forever (do not evict). Zero and - negative values will be treated as 0 (evict immediately) by the system. + description: >- + TolerationSeconds represents the period of + time the toleration (which must be + + of effect NoExecute, otherwise this field is + ignored) tolerates the taint. By default, + + it is not set, which means tolerate the taint + forever (do not evict). Zero and + + negative values will be treated as 0 (evict + immediately) by the system. format: int64 type: integer value: - description: |- - Value is the taint value the toleration matches to. - If the operator is Exists, the value should be empty, otherwise just a regular string. + description: >- + Value is the taint value the toleration + matches to. + + If the operator is Exists, the value should be + empty, otherwise just a regular string. type: string type: object type: array useVolumeSnapshot: - description: UseSnapshot is to check whether volume snapshot - is enabled under velero component + description: >- + UseSnapshot is to check whether volume snapshot is + enabled under velero component type: boolean vaultConfigurations: description: Vaults are the vault configurations items: - description: Vault is the configuration for a vault instance + description: >- + Vault is the configuration for a vault instance struct properties: address: description: Address is the address for this vault type: string certificateAuthority: - description: CertificateAuthority is the base64-encoded - certificate authority for validaitng the vault certificate + description: >- + CertificateAuthority is the base64-encoded + certificate authority for validaitng the vault + certificate type: string clientCertificate: - description: ClientCertificate is the base64-encoded + description: >- + ClientCertificate is the base64-encoded certificate for connecting to vault type: string clientKey: - description: ClientKey validates is the base64-encoded + description: >- + ClientKey validates is the base64-encoded certificate key for connecting to vault type: string identifier: - description: Identifier is the identifier for this - vault + description: Identifier is the identifier for this vault type: string role: description: Role is the role for this vault type: string skipCertificateValidation: - description: SkipCertificateValidation validates the - vault server certificate or not + description: >- + SkipCertificateValidation validates the vault + server certificate or not type: boolean type: object type: array veleroNamespace: - description: VeleroNamespace is the namespace that Velero - is installed in + description: >- + VeleroNamespace is the namespace that Velero is + installed in type: string type: object - type: array - node: - description: Node is the specification for Node plugin only - properties: - args: - description: Args is the set of arguments for the container - items: - type: string - type: array - authorizationController: - description: AuthorizationController is the image tag for - the container - type: string - authorizationControllerReplicas: - description: AuthorizationControllerReplicas is the number - of replicas for the authorization controller deployment - type: integer - certificate: - description: Certificate is a certificate used for a certificate/private-key - pair - type: string - certificateAuthority: - description: CertificateAuthority is a certificate authority - used to validate a certificate - type: string - commander: - description: Commander is the image tag for the Container - type: string - controllerReconcileInterval: - description: The interval which the reconcile of each controller - is run - type: string - credentials: - description: ComponentCred is to store the velero credential - contents - items: - description: Credential struct - properties: - createWithInstall: - description: CreateWithInstall is used to indicate wether - or not to create a secret for objectstore - type: boolean - name: - description: Name is the name of secret which contains - credentials to access objectstore - type: string - secretContents: - description: SecretContents contains credentials to - access objectstore - properties: - aws_access_key_id: - description: AccessKeyID is a name of key ID to - access objectstore - type: string - aws_secret_access_key: - description: AccessKey contains the key to access - objectstore - type: string - type: object - type: object - type: array - deployNodeAgent: - description: DeployNodeAgent is to enable/disable node-agent - services - type: boolean - enabled: - description: Enabled is used to indicate wether or not to - deploy a module - type: boolean - envs: - description: Envs is the set of environment variables for - the container - items: - description: EnvVar represents an environment variable present - in a Container. - properties: - name: - description: Name of the environment variable. Must - be a C_IDENTIFIER. - type: string - value: - description: |- - 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 "". - type: string - valueFrom: - description: Source for the environment variable's value. - Cannot be used if value is not empty. - properties: - configMapKeyRef: - description: Selects a key of a ConfigMap. - properties: - key: - description: The key to select. - type: string - name: - default: "" - description: |- - Name of the referent. - This field is effectively required, but due to backwards compatibility is - allowed to be empty. Instances of this type with an empty value here are - almost certainly wrong. - More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names - type: string - optional: - description: Specify whether the ConfigMap or - its key must be defined - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - fieldRef: - description: |- - 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. - properties: - apiVersion: - description: Version of the schema the FieldPath - is written in terms of, defaults to "v1". - type: string - fieldPath: - description: Path of the field to select in - the specified API version. - type: string - required: - - fieldPath - type: object - x-kubernetes-map-type: atomic - resourceFieldRef: - description: |- - 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. - properties: - containerName: - description: 'Container name: required for volumes, - optional for env vars' - type: string - divisor: - anyOf: - - type: integer - - type: string - description: Specifies the output format of - the exposed resources, defaults to "1" - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - resource: - description: 'Required: resource to select' - type: string - required: - - resource - type: object - x-kubernetes-map-type: atomic - secretKeyRef: - description: Selects a key of a secret in the pod's - namespace - properties: - key: - description: The key of the secret to select - from. Must be a valid secret key. - type: string - name: - default: "" - description: |- - Name of the referent. - This field is effectively required, but due to backwards compatibility is - allowed to be empty. Instances of this type with an empty value here are - almost certainly wrong. - More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names - type: string - optional: - description: Specify whether the Secret or its - key must be defined - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - required: - - name - type: object - type: array - hostname: - description: Hostname is the authorization proxy server hostname - type: string - image: - description: Image is the image tag for the Container - type: string - imagePullPolicy: - description: ImagePullPolicy is the image pull policy for - the image - type: string - leaderElection: - description: LeaderElection is boolean flag to enable leader - election - type: boolean - licenseName: - description: LicenseName is the name of the license for app-mobility - type: string - name: - description: Name is the name of Container - type: string - nodeSelector: - additionalProperties: - type: string - description: |- - NodeSelector is a selector which must be true for the pod to fit on a node. - Selector which must match a node's labels for the pod to be scheduled on that node. - type: object - objectStoreSecretName: - description: ObjectStoreSecretName is the name of the secret - for the object store for app-mobility - type: string - opa: - description: Opa is the image tag for the Container - type: string - opaKubeMgmt: - description: OpaKubeMgmt is the image tag for the Container - type: string - openTelemetryCollectorAddress: - description: OpenTelemetryCollectorAddress is the address - of the OTLP receiving endpoint using gRPC - type: string - privateKey: - description: PrivateKey is a private key used for a certificate/private-key - pair - type: string - proxyServerIngress: - description: ProxyServerIngress is the authorization proxy - server ingress configuration - items: - description: ProxyServerIngress is the authorization ingress - configuration struct - properties: - annotations: - additionalProperties: - type: string - description: Annotations is an unstructured key value - map that stores additional annotations for the ingress - type: object - hosts: - description: Hosts is the hosts rules for the ingress - items: - type: string - type: array - ingressClassName: - description: IngressClassName is the ingressClassName - type: string - type: object - type: array - proxyService: - description: ProxyService is the image tag for the Container - type: string - proxyServiceReplicas: - description: ProxyServiceReplicas is the number of replicas - for the proxy service deployment - type: integer - redis: - description: Redis is the image tag for the Container - type: string - redisCommander: - description: RedisCommander is the name of the redis deployment - type: string - redisName: - description: RedisName is the name of the redis statefulset - type: string - redisReplicas: - description: RedisReplicas is the number of replicas for the - redis deployment - type: integer - replicaCount: - description: ReplicaCount is the replica count for app mobility - type: string - roleService: - description: RoleService is the image tag for the Container - type: string - roleServiceReplicas: - description: RoleServiceReplicas is the number of replicas - for the role service deployment - type: integer - sentinel: - description: Sentinel is the name of the sentinel statefulSet - type: string - skipCertificateValidation: - description: skipCertificateValidation is the flag to skip - certificate validation - type: boolean - storageService: - description: StorageService is the image tag for the Container - type: string - storageServiceReplicas: - description: StorageServiceReplicas is the number of replicas - for storage service deployment - type: integer - storageclass: - description: RedisStorageClass is the authorization proxy - server redis storage class for persistence - type: string - tenantService: - description: TenantService is the image tag for the Container - type: string - tenantServiceReplicas: - description: TenantServiceReplicas is the number of replicas - for the tenant service deployment - type: integer - tolerations: - description: Tolerations is the list of tolerations for the - driver pods - items: - description: |- - The pod this Toleration is attached to tolerates any taint that matches - the triple using the matching operator . - properties: - effect: - description: |- - Effect indicates the taint effect to match. Empty means match all taint effects. - When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: |- - Key is the taint key that the toleration applies to. Empty means match all taint keys. - If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: |- - Operator represents a key's relationship to the value. - Valid operators are Exists and Equal. Defaults to Equal. - Exists is equivalent to wildcard for value, so that a pod can - tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: |- - TolerationSeconds represents the period of time the toleration (which must be - of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, - it is not set, which means tolerate the taint forever (do not evict). Zero and - negative values will be treated as 0 (evict immediately) by the system. - format: int64 - type: integer - value: - description: |- - Value is the taint value the toleration matches to. - If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - type: object - type: array - useVolumeSnapshot: - description: UseSnapshot is to check whether volume snapshot - is enabled under velero component - type: boolean - vaultConfigurations: - description: Vaults are the vault configurations - items: - description: Vault is the configuration for a vault instance - struct - properties: - address: - description: Address is the address for this vault - type: string - certificateAuthority: - description: CertificateAuthority is the base64-encoded - certificate authority for validaitng the vault certificate - type: string - clientCertificate: - description: ClientCertificate is the base64-encoded - certificate for connecting to vault - type: string - clientKey: - description: ClientKey validates is the base64-encoded - certificate key for connecting to vault - type: string - identifier: - description: Identifier is the identifier for this vault - type: string - role: - description: Role is the role for this vault - type: string - skipCertificateValidation: - description: SkipCertificateValidation validates the - vault server certificate or not - type: boolean - type: object - type: array - veleroNamespace: - description: VeleroNamespace is the namespace that Velero - is installed in - type: string - type: object - replicas: - default: 2 - description: Replicas is the count of controllers for Controller - plugin - format: int32 - type: integer - sideCars: - description: SideCars is the specification for CSI sidecar containers - items: - description: ContainerTemplate template + configVersion: + description: ConfigVersion is the configuration version of the driver + type: string + controller: + description: >- + Controller is the specification for Controller plugin + only properties: args: description: Args is the set of arguments for the container @@ -1694,91 +614,122 @@ spec: type: string type: array authorizationController: - description: AuthorizationController is the image tag for - the container + description: >- + AuthorizationController is the image tag for the + container type: string authorizationControllerReplicas: - description: AuthorizationControllerReplicas is the number - of replicas for the authorization controller deployment + description: >- + AuthorizationControllerReplicas is the number of + replicas for the authorization controller deployment type: integer certificate: - description: Certificate is a certificate used for a certificate/private-key - pair + description: >- + Certificate is a certificate used for a + certificate/private-key pair type: string certificateAuthority: - description: CertificateAuthority is a certificate authority - used to validate a certificate + description: >- + CertificateAuthority is a certificate authority used + to validate a certificate type: string commander: description: Commander is the image tag for the Container type: string controllerReconcileInterval: - description: The interval which the reconcile of each controller + description: >- + The interval which the reconcile of each controller is run type: string credentials: - description: ComponentCred is to store the velero credential + description: >- + ComponentCred is to store the velero credential contents items: description: Credential struct properties: createWithInstall: - description: CreateWithInstall is used to indicate - wether or not to create a secret for objectstore + description: >- + CreateWithInstall is used to indicate wether + or not to create a secret for objectstore type: boolean name: - description: Name is the name of secret which contains + description: >- + Name is the name of secret which contains credentials to access objectstore type: string secretContents: - description: SecretContents contains credentials to - access objectstore + description: >- + SecretContents contains credentials to access + objectstore properties: aws_access_key_id: - description: AccessKeyID is a name of key ID to - access objectstore + description: >- + AccessKeyID is a name of key ID to access + objectstore type: string aws_secret_access_key: - description: AccessKey contains the key to access + description: >- + AccessKey contains the key to access objectstore type: string type: object type: object type: array deployNodeAgent: - description: DeployNodeAgent is to enable/disable node-agent + description: >- + DeployNodeAgent is to enable/disable node-agent services type: boolean enabled: - description: Enabled is used to indicate wether or not to - deploy a module + description: >- + Enabled is used to indicate wether or not to deploy + a module type: boolean envs: - description: Envs is the set of environment variables for - the container + description: >- + Envs is the set of environment variables for the + container items: - description: EnvVar represents an environment variable - present in a Container. + description: >- + EnvVar represents an environment variable present + in a Container. properties: name: - description: Name of the environment variable. Must - be a C_IDENTIFIER. + description: >- + Name of the environment variable. Must be a + C_IDENTIFIER. type: string value: - description: |- + description: >- 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 + + 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 "". type: string valueFrom: - description: Source for the environment variable's - value. Cannot be used if value is not empty. + description: >- + Source for the environment variable's value. + Cannot be used if value is not empty. properties: configMapKeyRef: description: Selects a key of a ConfigMap. @@ -1787,110 +738,147 @@ spec: description: The key to select. type: string name: - default: "" - description: |- + default: '' + description: >- Name of the referent. - This field is effectively required, but due to backwards compatibility is - allowed to be empty. Instances of this type with an empty value here are + + This field is effectively required, but + due to backwards compatibility is + + allowed to be empty. Instances of this + type with an empty value here are + almost certainly wrong. - More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + + More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names type: string optional: - description: Specify whether the ConfigMap - or its key must be defined + description: >- + Specify whether the ConfigMap or its key + must be defined type: boolean required: - - key + - key type: object x-kubernetes-map-type: atomic fieldRef: - description: |- - 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. + description: >- + 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. properties: apiVersion: - description: Version of the schema the FieldPath - is written in terms of, defaults to "v1". + description: >- + Version of the schema the FieldPath is + written in terms of, defaults to "v1". type: string fieldPath: - description: Path of the field to select in - the specified API version. + description: >- + Path of the field to select in the + specified API version. type: string required: - - fieldPath + - fieldPath type: object x-kubernetes-map-type: atomic resourceFieldRef: - description: |- - 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. + description: >- + 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. properties: containerName: - description: 'Container name: required for - volumes, optional for env vars' + description: >- + Container name: required for volumes, + optional for env vars type: string divisor: anyOf: - - type: integer - - type: string - description: Specifies the output format of - the exposed resources, defaults to "1" - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + - type: integer + - type: string + description: >- + Specifies the output format of the + exposed resources, defaults to "1" + pattern: >- + ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ x-kubernetes-int-or-string: true resource: description: 'Required: resource to select' type: string required: - - resource + - resource type: object x-kubernetes-map-type: atomic secretKeyRef: - description: Selects a key of a secret in the - pod's namespace + description: >- + Selects a key of a secret in the pod's + namespace properties: key: - description: The key of the secret to select - from. Must be a valid secret key. + description: >- + The key of the secret to select from. + Must be a valid secret key. type: string name: - default: "" - description: |- + default: '' + description: >- Name of the referent. - This field is effectively required, but due to backwards compatibility is - allowed to be empty. Instances of this type with an empty value here are + + This field is effectively required, but + due to backwards compatibility is + + allowed to be empty. Instances of this + type with an empty value here are + almost certainly wrong. - More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + + More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names type: string optional: - description: Specify whether the Secret or - its key must be defined + description: >- + Specify whether the Secret or its key + must be defined type: boolean required: - - key + - key type: object x-kubernetes-map-type: atomic type: object required: - - name + - name type: object type: array hostname: - description: Hostname is the authorization proxy server - hostname + description: Hostname is the authorization proxy server hostname type: string image: description: Image is the image tag for the Container type: string imagePullPolicy: - description: ImagePullPolicy is the image pull policy for - the image + description: >- + ImagePullPolicy is the image pull policy for the + image type: string leaderElection: - description: LeaderElection is boolean flag to enable leader + description: >- + LeaderElection is boolean flag to enable leader election type: boolean licenseName: - description: LicenseName is the name of the license for + description: >- + LicenseName is the name of the license for app-mobility type: string name: @@ -1899,13 +887,17 @@ spec: nodeSelector: additionalProperties: type: string - description: |- - NodeSelector is a selector which must be true for the pod to fit on a node. - Selector which must match a node's labels for the pod to be scheduled on that node. + description: >- + NodeSelector is a selector which must be true for + the pod to fit on a node. + + Selector which must match a node's labels for the + pod to be scheduled on that node. type: object objectStoreSecretName: - description: ObjectStoreSecretName is the name of the secret - for the object store for app-mobility + description: >- + ObjectStoreSecretName is the name of the secret for + the object store for app-mobility type: string opa: description: Opa is the image tag for the Container @@ -1914,25 +906,31 @@ spec: description: OpaKubeMgmt is the image tag for the Container type: string openTelemetryCollectorAddress: - description: OpenTelemetryCollectorAddress is the address - of the OTLP receiving endpoint using gRPC + description: >- + OpenTelemetryCollectorAddress is the address of the + OTLP receiving endpoint using gRPC type: string privateKey: - description: PrivateKey is a private key used for a certificate/private-key - pair + description: >- + PrivateKey is a private key used for a + certificate/private-key pair type: string proxyServerIngress: - description: ProxyServerIngress is the authorization proxy - server ingress configuration + description: >- + ProxyServerIngress is the authorization proxy server + ingress configuration items: - description: ProxyServerIngress is the authorization ingress + description: >- + ProxyServerIngress is the authorization ingress configuration struct properties: annotations: additionalProperties: type: string - description: Annotations is an unstructured key value - map that stores additional annotations for the ingress + description: >- + Annotations is an unstructured key value map + that stores additional annotations for the + ingress type: object hosts: description: Hosts is the hosts rules for the ingress @@ -1948,8 +946,9 @@ spec: description: ProxyService is the image tag for the Container type: string proxyServiceReplicas: - description: ProxyServiceReplicas is the number of replicas - for the proxy service deployment + description: >- + ProxyServiceReplicas is the number of replicas for + the proxy service deployment type: integer redis: description: Redis is the image tag for the Container @@ -1961,8 +960,9 @@ spec: description: RedisName is the name of the redis statefulset type: string redisReplicas: - description: RedisReplicas is the number of replicas for - the redis deployment + description: >- + RedisReplicas is the number of replicas for the + redis deployment type: integer replicaCount: description: ReplicaCount is the replica count for app mobility @@ -1971,147 +971,188 @@ spec: description: RoleService is the image tag for the Container type: string roleServiceReplicas: - description: RoleServiceReplicas is the number of replicas - for the role service deployment + description: >- + RoleServiceReplicas is the number of replicas for + the role service deployment type: integer sentinel: description: Sentinel is the name of the sentinel statefulSet type: string skipCertificateValidation: - description: skipCertificateValidation is the flag to skip + description: >- + skipCertificateValidation is the flag to skip certificate validation type: boolean storageService: description: StorageService is the image tag for the Container type: string storageServiceReplicas: - description: StorageServiceReplicas is the number of replicas - for storage service deployment + description: >- + StorageServiceReplicas is the number of replicas for + storage service deployment type: integer storageclass: - description: RedisStorageClass is the authorization proxy - server redis storage class for persistence + description: >- + RedisStorageClass is the authorization proxy server + redis storage class for persistence type: string tenantService: description: TenantService is the image tag for the Container type: string tenantServiceReplicas: - description: TenantServiceReplicas is the number of replicas - for the tenant service deployment + description: >- + TenantServiceReplicas is the number of replicas for + the tenant service deployment type: integer tolerations: - description: Tolerations is the list of tolerations for - the driver pods + description: >- + Tolerations is the list of tolerations for the + driver pods items: - description: |- - The pod this Toleration is attached to tolerates any taint that matches - the triple using the matching operator . + description: >- + The pod this Toleration is attached to tolerates + any taint that matches + + the triple using the matching + operator . properties: effect: - description: |- - Effect indicates the taint effect to match. Empty means match all taint effects. - When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + description: >- + Effect indicates the taint effect to match. + Empty means match all taint effects. + + When specified, allowed values are NoSchedule, + PreferNoSchedule and NoExecute. type: string key: - description: |- - Key is the taint key that the toleration applies to. Empty means match all taint keys. - If the key is empty, operator must be Exists; this combination means to match all values and all keys. + description: >- + Key is the taint key that the toleration + applies to. Empty means match all taint keys. + + If the key is empty, operator must be Exists; + this combination means to match all values and + all keys. type: string operator: - description: |- - Operator represents a key's relationship to the value. - Valid operators are Exists and Equal. Defaults to Equal. - Exists is equivalent to wildcard for value, so that a pod can + description: >- + Operator represents a key's relationship to + the value. + + Valid operators are Exists and Equal. Defaults + to Equal. + + Exists is equivalent to wildcard for value, so + that a pod can + tolerate all taints of a particular category. type: string tolerationSeconds: - description: |- - TolerationSeconds represents the period of time the toleration (which must be - of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, - it is not set, which means tolerate the taint forever (do not evict). Zero and - negative values will be treated as 0 (evict immediately) by the system. + description: >- + TolerationSeconds represents the period of + time the toleration (which must be + + of effect NoExecute, otherwise this field is + ignored) tolerates the taint. By default, + + it is not set, which means tolerate the taint + forever (do not evict). Zero and + + negative values will be treated as 0 (evict + immediately) by the system. format: int64 type: integer value: - description: |- - Value is the taint value the toleration matches to. - If the operator is Exists, the value should be empty, otherwise just a regular string. + description: >- + Value is the taint value the toleration + matches to. + + If the operator is Exists, the value should be + empty, otherwise just a regular string. type: string type: object type: array useVolumeSnapshot: - description: UseSnapshot is to check whether volume snapshot - is enabled under velero component + description: >- + UseSnapshot is to check whether volume snapshot is + enabled under velero component type: boolean vaultConfigurations: description: Vaults are the vault configurations items: - description: Vault is the configuration for a vault instance + description: >- + Vault is the configuration for a vault instance struct properties: address: description: Address is the address for this vault type: string certificateAuthority: - description: CertificateAuthority is the base64-encoded - certificate authority for validaitng the vault certificate + description: >- + CertificateAuthority is the base64-encoded + certificate authority for validaitng the vault + certificate type: string clientCertificate: - description: ClientCertificate is the base64-encoded + description: >- + ClientCertificate is the base64-encoded certificate for connecting to vault type: string clientKey: - description: ClientKey validates is the base64-encoded + description: >- + ClientKey validates is the base64-encoded certificate key for connecting to vault type: string identifier: - description: Identifier is the identifier for this - vault + description: Identifier is the identifier for this vault type: string role: description: Role is the role for this vault type: string skipCertificateValidation: - description: SkipCertificateValidation validates the - vault server certificate or not + description: >- + SkipCertificateValidation validates the vault + server certificate or not type: boolean type: object type: array veleroNamespace: - description: VeleroNamespace is the namespace that Velero - is installed in + description: >- + VeleroNamespace is the namespace that Velero is + installed in type: string type: object - type: array - snapshotClass: - description: SnapshotClass is the specification for Snapshot Classes - items: - description: SnapshotClass struct + csiDriverSpec: + description: CSIDriverSpec is the specification for CSIDriver properties: - name: - description: Name is the name of the Snapshot Class + fSGroupPolicy: type: string - parameters: - additionalProperties: - type: string - description: Parameters is a map of driver specific parameters - for snapshot class - type: object + storageCapacity: + type: boolean type: object - type: array - tlsCertSecret: - description: TLSCertSecret is the name of the TLS Cert secret - type: string - type: object - modules: - description: Modules is list of Container Storage Module modules you - want to deploy - items: - description: Module defines the desired state of a ContainerStorageModule - properties: - components: - description: Components is the specification for CSM components - containers + csiDriverType: + description: >- + CSIDriverType is the CSI Driver type for Dell + Technologies - e.g, powermax, powerflex,... + type: string + dnsPolicy: + description: >- + DNSPolicy is the dnsPolicy of the daemonset for Node + plugin + type: string + forceRemoveDriver: + description: >- + ForceRemoveDriver is the boolean flag used to remove + driver deployment when CR is deleted + type: boolean + forceUpdate: + description: >- + ForceUpdate is the boolean flag used to force an update + of the driver instance + type: boolean + initContainers: + description: >- + InitContainers is the specification for Driver + InitContainers items: description: ContainerTemplate template properties: @@ -2121,91 +1162,123 @@ spec: type: string type: array authorizationController: - description: AuthorizationController is the image tag - for the container + description: >- + AuthorizationController is the image tag for the + container type: string authorizationControllerReplicas: - description: AuthorizationControllerReplicas is the number - of replicas for the authorization controller deployment + description: >- + AuthorizationControllerReplicas is the number of + replicas for the authorization controller + deployment type: integer certificate: - description: Certificate is a certificate used for a certificate/private-key - pair + description: >- + Certificate is a certificate used for a + certificate/private-key pair type: string certificateAuthority: - description: CertificateAuthority is a certificate authority + description: >- + CertificateAuthority is a certificate authority used to validate a certificate type: string commander: description: Commander is the image tag for the Container type: string controllerReconcileInterval: - description: The interval which the reconcile of each + description: >- + The interval which the reconcile of each controller is run type: string credentials: - description: ComponentCred is to store the velero credential + description: >- + ComponentCred is to store the velero credential contents items: description: Credential struct properties: createWithInstall: - description: CreateWithInstall is used to indicate - wether or not to create a secret for objectstore + description: >- + CreateWithInstall is used to indicate wether + or not to create a secret for objectstore type: boolean name: - description: Name is the name of secret which contains + description: >- + Name is the name of secret which contains credentials to access objectstore type: string secretContents: - description: SecretContents contains credentials - to access objectstore + description: >- + SecretContents contains credentials to + access objectstore properties: aws_access_key_id: - description: AccessKeyID is a name of key ID - to access objectstore + description: >- + AccessKeyID is a name of key ID to + access objectstore type: string aws_secret_access_key: - description: AccessKey contains the key to access + description: >- + AccessKey contains the key to access objectstore type: string type: object type: object type: array deployNodeAgent: - description: DeployNodeAgent is to enable/disable node-agent + description: >- + DeployNodeAgent is to enable/disable node-agent services type: boolean enabled: - description: Enabled is used to indicate wether or not - to deploy a module + description: >- + Enabled is used to indicate wether or not to + deploy a module type: boolean envs: - description: Envs is the set of environment variables - for the container + description: >- + Envs is the set of environment variables for the + container items: - description: EnvVar represents an environment variable + description: >- + EnvVar represents an environment variable present in a Container. properties: name: - description: Name of the environment variable. Must - be a C_IDENTIFIER. + description: >- + Name of the environment variable. Must be a + C_IDENTIFIER. type: string value: - description: |- + description: >- 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 + + 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 "". type: string valueFrom: - description: Source for the environment variable's - value. Cannot be used if value is not empty. + description: >- + Source for the environment variable's value. + Cannot be used if value is not empty. properties: configMapKeyRef: description: Selects a key of a ConfigMap. @@ -2214,111 +1287,149 @@ spec: description: The key to select. type: string name: - default: "" - description: |- + default: '' + description: >- Name of the referent. - This field is effectively required, but due to backwards compatibility is - allowed to be empty. Instances of this type with an empty value here are + + This field is effectively required, but + due to backwards compatibility is + + allowed to be empty. Instances of this + type with an empty value here are + almost certainly wrong. - More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + + More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names type: string optional: - description: Specify whether the ConfigMap - or its key must be defined + description: >- + Specify whether the ConfigMap or its key + must be defined type: boolean required: - - key + - key type: object x-kubernetes-map-type: atomic fieldRef: - description: |- - 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. + description: >- + 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. properties: apiVersion: - description: Version of the schema the FieldPath - is written in terms of, defaults to "v1". + description: >- + Version of the schema the FieldPath is + written in terms of, defaults to "v1". type: string fieldPath: - description: Path of the field to select - in the specified API version. + description: >- + Path of the field to select in the + specified API version. type: string required: - - fieldPath + - fieldPath type: object x-kubernetes-map-type: atomic resourceFieldRef: - description: |- - 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. + description: >- + 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. properties: containerName: - description: 'Container name: required for - volumes, optional for env vars' + description: >- + Container name: required for volumes, + optional for env vars type: string divisor: anyOf: - - type: integer - - type: string - description: Specifies the output format - of the exposed resources, defaults to - "1" - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + - type: integer + - type: string + description: >- + Specifies the output format of the + exposed resources, defaults to "1" + pattern: >- + ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ x-kubernetes-int-or-string: true resource: description: 'Required: resource to select' type: string required: - - resource + - resource type: object x-kubernetes-map-type: atomic secretKeyRef: - description: Selects a key of a secret in the - pod's namespace + description: >- + Selects a key of a secret in the pod's + namespace properties: key: - description: The key of the secret to select - from. Must be a valid secret key. + description: >- + The key of the secret to select from. + Must be a valid secret key. type: string name: - default: "" - description: |- + default: '' + description: >- Name of the referent. - This field is effectively required, but due to backwards compatibility is - allowed to be empty. Instances of this type with an empty value here are + + This field is effectively required, but + due to backwards compatibility is + + allowed to be empty. Instances of this + type with an empty value here are + almost certainly wrong. - More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + + More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names type: string optional: - description: Specify whether the Secret - or its key must be defined + description: >- + Specify whether the Secret or its key + must be defined type: boolean required: - - key + - key type: object x-kubernetes-map-type: atomic type: object required: - - name + - name type: object type: array hostname: - description: Hostname is the authorization proxy server + description: >- + Hostname is the authorization proxy server hostname type: string image: description: Image is the image tag for the Container type: string imagePullPolicy: - description: ImagePullPolicy is the image pull policy - for the image + description: >- + ImagePullPolicy is the image pull policy for the + image type: string leaderElection: - description: LeaderElection is boolean flag to enable - leader election + description: >- + LeaderElection is boolean flag to enable leader + election type: boolean licenseName: - description: LicenseName is the name of the license for + description: >- + LicenseName is the name of the license for app-mobility type: string name: @@ -2327,13 +1438,17 @@ spec: nodeSelector: additionalProperties: type: string - description: |- - NodeSelector is a selector which must be true for the pod to fit on a node. - Selector which must match a node's labels for the pod to be scheduled on that node. + description: >- + NodeSelector is a selector which must be true for + the pod to fit on a node. + + Selector which must match a node's labels for the + pod to be scheduled on that node. type: object objectStoreSecretName: - description: ObjectStoreSecretName is the name of the - secret for the object store for app-mobility + description: >- + ObjectStoreSecretName is the name of the secret + for the object store for app-mobility type: string opa: description: Opa is the image tag for the Container @@ -2342,26 +1457,31 @@ spec: description: OpaKubeMgmt is the image tag for the Container type: string openTelemetryCollectorAddress: - description: OpenTelemetryCollectorAddress is the address - of the OTLP receiving endpoint using gRPC + description: >- + OpenTelemetryCollectorAddress is the address of + the OTLP receiving endpoint using gRPC type: string privateKey: - description: PrivateKey is a private key used for a certificate/private-key - pair + description: >- + PrivateKey is a private key used for a + certificate/private-key pair type: string proxyServerIngress: - description: ProxyServerIngress is the authorization proxy + description: >- + ProxyServerIngress is the authorization proxy server ingress configuration items: - description: ProxyServerIngress is the authorization - ingress configuration struct + description: >- + ProxyServerIngress is the authorization ingress + configuration struct properties: annotations: additionalProperties: type: string - description: Annotations is an unstructured key - value map that stores additional annotations for - the ingress + description: >- + Annotations is an unstructured key value map + that stores additional annotations for the + ingress type: object hosts: description: Hosts is the hosts rules for the ingress @@ -2377,8 +1497,9 @@ spec: description: ProxyService is the image tag for the Container type: string proxyServiceReplicas: - description: ProxyServiceReplicas is the number of replicas - for the proxy service deployment + description: >- + ProxyServiceReplicas is the number of replicas for + the proxy service deployment type: integer redis: description: Redis is the image tag for the Container @@ -2390,144 +1511,695 @@ spec: description: RedisName is the name of the redis statefulset type: string redisReplicas: - description: RedisReplicas is the number of replicas for - the redis deployment + description: >- + RedisReplicas is the number of replicas for the + redis deployment type: integer replicaCount: - description: ReplicaCount is the replica count for app - mobility + description: ReplicaCount is the replica count for app mobility type: string roleService: description: RoleService is the image tag for the Container type: string roleServiceReplicas: - description: RoleServiceReplicas is the number of replicas - for the role service deployment + description: >- + RoleServiceReplicas is the number of replicas for + the role service deployment type: integer sentinel: description: Sentinel is the name of the sentinel statefulSet type: string skipCertificateValidation: - description: skipCertificateValidation is the flag to - skip certificate validation + description: >- + skipCertificateValidation is the flag to skip + certificate validation type: boolean storageService: description: StorageService is the image tag for the Container type: string storageServiceReplicas: - description: StorageServiceReplicas is the number of replicas + description: >- + StorageServiceReplicas is the number of replicas for storage service deployment type: integer storageclass: - description: RedisStorageClass is the authorization proxy + description: >- + RedisStorageClass is the authorization proxy server redis storage class for persistence type: string tenantService: description: TenantService is the image tag for the Container type: string tenantServiceReplicas: - description: TenantServiceReplicas is the number of replicas + description: >- + TenantServiceReplicas is the number of replicas for the tenant service deployment type: integer tolerations: - description: Tolerations is the list of tolerations for - the driver pods + description: >- + Tolerations is the list of tolerations for the + driver pods items: - description: |- - The pod this Toleration is attached to tolerates any taint that matches - the triple using the matching operator . + description: >- + The pod this Toleration is attached to tolerates + any taint that matches + + the triple using the matching + operator . properties: effect: - description: |- - Effect indicates the taint effect to match. Empty means match all taint effects. - When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + description: >- + Effect indicates the taint effect to match. + Empty means match all taint effects. + + When specified, allowed values are + NoSchedule, PreferNoSchedule and NoExecute. type: string key: - description: |- - Key is the taint key that the toleration applies to. Empty means match all taint keys. - If the key is empty, operator must be Exists; this combination means to match all values and all keys. + description: >- + Key is the taint key that the toleration + applies to. Empty means match all taint + keys. + + If the key is empty, operator must be + Exists; this combination means to match all + values and all keys. type: string operator: - description: |- - Operator represents a key's relationship to the value. - Valid operators are Exists and Equal. Defaults to Equal. - Exists is equivalent to wildcard for value, so that a pod can - tolerate all taints of a particular category. + description: >- + Operator represents a key's relationship to + the value. + + Valid operators are Exists and Equal. + Defaults to Equal. + + Exists is equivalent to wildcard for value, + so that a pod can + + tolerate all taints of a particular + category. type: string tolerationSeconds: - description: |- - TolerationSeconds represents the period of time the toleration (which must be - of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, - it is not set, which means tolerate the taint forever (do not evict). Zero and - negative values will be treated as 0 (evict immediately) by the system. + description: >- + TolerationSeconds represents the period of + time the toleration (which must be + + of effect NoExecute, otherwise this field is + ignored) tolerates the taint. By default, + + it is not set, which means tolerate the + taint forever (do not evict). Zero and + + negative values will be treated as 0 (evict + immediately) by the system. format: int64 type: integer value: - description: |- - Value is the taint value the toleration matches to. - If the operator is Exists, the value should be empty, otherwise just a regular string. + description: >- + Value is the taint value the toleration + matches to. + + If the operator is Exists, the value should + be empty, otherwise just a regular string. type: string type: object type: array useVolumeSnapshot: - description: UseSnapshot is to check whether volume snapshot - is enabled under velero component + description: >- + UseSnapshot is to check whether volume snapshot is + enabled under velero component type: boolean vaultConfigurations: description: Vaults are the vault configurations items: - description: Vault is the configuration for a vault - instance struct + description: >- + Vault is the configuration for a vault instance + struct properties: address: description: Address is the address for this vault type: string certificateAuthority: - description: CertificateAuthority is the base64-encoded - certificate authority for validaitng the vault - certificate + description: >- + CertificateAuthority is the base64-encoded + certificate authority for validaitng the + vault certificate type: string clientCertificate: - description: ClientCertificate is the base64-encoded + description: >- + ClientCertificate is the base64-encoded certificate for connecting to vault type: string clientKey: - description: ClientKey validates is the base64-encoded + description: >- + ClientKey validates is the base64-encoded certificate key for connecting to vault type: string identifier: - description: Identifier is the identifier for this - vault + description: Identifier is the identifier for this vault type: string role: description: Role is the role for this vault type: string skipCertificateValidation: - description: SkipCertificateValidation validates - the vault server certificate or not + description: >- + SkipCertificateValidation validates the + vault server certificate or not type: boolean type: object type: array veleroNamespace: - description: VeleroNamespace is the namespace that Velero - is installed in + description: >- + VeleroNamespace is the namespace that Velero is + installed in type: string type: object type: array - configVersion: - description: ConfigVersion is the configuration version of the - module - type: string - enabled: - description: Enabled is used to indicate whether or not to deploy - a module - type: boolean - forceRemoveModule: - description: ForceRemoveModule is the boolean flag used to remove - authorization proxy server deployment when CR is deleted - type: boolean - initContainer: - description: InitContainer is the specification for Module InitContainer + node: + description: Node is the specification for Node plugin only + properties: + args: + description: Args is the set of arguments for the container + items: + type: string + type: array + authorizationController: + description: >- + AuthorizationController is the image tag for the + container + type: string + authorizationControllerReplicas: + description: >- + AuthorizationControllerReplicas is the number of + replicas for the authorization controller deployment + type: integer + certificate: + description: >- + Certificate is a certificate used for a + certificate/private-key pair + type: string + certificateAuthority: + description: >- + CertificateAuthority is a certificate authority used + to validate a certificate + type: string + commander: + description: Commander is the image tag for the Container + type: string + controllerReconcileInterval: + description: >- + The interval which the reconcile of each controller + is run + type: string + credentials: + description: >- + ComponentCred is to store the velero credential + contents + items: + description: Credential struct + properties: + createWithInstall: + description: >- + CreateWithInstall is used to indicate wether + or not to create a secret for objectstore + type: boolean + name: + description: >- + Name is the name of secret which contains + credentials to access objectstore + type: string + secretContents: + description: >- + SecretContents contains credentials to access + objectstore + properties: + aws_access_key_id: + description: >- + AccessKeyID is a name of key ID to access + objectstore + type: string + aws_secret_access_key: + description: >- + AccessKey contains the key to access + objectstore + type: string + type: object + type: object + type: array + deployNodeAgent: + description: >- + DeployNodeAgent is to enable/disable node-agent + services + type: boolean + enabled: + description: >- + Enabled is used to indicate wether or not to deploy + a module + type: boolean + envs: + description: >- + Envs is the set of environment variables for the + container + items: + description: >- + EnvVar represents an environment variable present + in a Container. + properties: + name: + description: >- + Name of the environment variable. Must be a + C_IDENTIFIER. + type: string + value: + description: >- + 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 "". + type: string + valueFrom: + description: >- + Source for the environment variable's value. + Cannot be used if value is not empty. + properties: + configMapKeyRef: + description: Selects a key of a ConfigMap. + properties: + key: + description: The key to select. + type: string + name: + default: '' + description: >- + Name of the referent. + + This field is effectively required, but + due to backwards compatibility is + + allowed to be empty. Instances of this + type with an empty value here are + + almost certainly wrong. + + More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: >- + Specify whether the ConfigMap or its key + must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + description: >- + 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. + properties: + apiVersion: + description: >- + Version of the schema the FieldPath is + written in terms of, defaults to "v1". + type: string + fieldPath: + description: >- + Path of the field to select in the + specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + description: >- + 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. + properties: + containerName: + description: >- + Container name: required for volumes, + optional for env vars + type: string + divisor: + anyOf: + - type: integer + - type: string + description: >- + Specifies the output format of the + exposed resources, defaults to "1" + pattern: >- + ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + description: >- + Selects a key of a secret in the pod's + namespace + properties: + key: + description: >- + The key of the secret to select from. + Must be a valid secret key. + type: string + name: + default: '' + description: >- + Name of the referent. + + This field is effectively required, but + due to backwards compatibility is + + allowed to be empty. Instances of this + type with an empty value here are + + almost certainly wrong. + + More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: >- + Specify whether the Secret or its key + must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + hostname: + description: Hostname is the authorization proxy server hostname + type: string + image: + description: Image is the image tag for the Container + type: string + imagePullPolicy: + description: >- + ImagePullPolicy is the image pull policy for the + image + type: string + leaderElection: + description: >- + LeaderElection is boolean flag to enable leader + election + type: boolean + licenseName: + description: >- + LicenseName is the name of the license for + app-mobility + type: string + name: + description: Name is the name of Container + type: string + nodeSelector: + additionalProperties: + type: string + description: >- + NodeSelector is a selector which must be true for + the pod to fit on a node. + + Selector which must match a node's labels for the + pod to be scheduled on that node. + type: object + objectStoreSecretName: + description: >- + ObjectStoreSecretName is the name of the secret for + the object store for app-mobility + type: string + opa: + description: Opa is the image tag for the Container + type: string + opaKubeMgmt: + description: OpaKubeMgmt is the image tag for the Container + type: string + openTelemetryCollectorAddress: + description: >- + OpenTelemetryCollectorAddress is the address of the + OTLP receiving endpoint using gRPC + type: string + privateKey: + description: >- + PrivateKey is a private key used for a + certificate/private-key pair + type: string + proxyServerIngress: + description: >- + ProxyServerIngress is the authorization proxy server + ingress configuration + items: + description: >- + ProxyServerIngress is the authorization ingress + configuration struct + properties: + annotations: + additionalProperties: + type: string + description: >- + Annotations is an unstructured key value map + that stores additional annotations for the + ingress + type: object + hosts: + description: Hosts is the hosts rules for the ingress + items: + type: string + type: array + ingressClassName: + description: IngressClassName is the ingressClassName + type: string + type: object + type: array + proxyService: + description: ProxyService is the image tag for the Container + type: string + proxyServiceReplicas: + description: >- + ProxyServiceReplicas is the number of replicas for + the proxy service deployment + type: integer + redis: + description: Redis is the image tag for the Container + type: string + redisCommander: + description: RedisCommander is the name of the redis deployment + type: string + redisName: + description: RedisName is the name of the redis statefulset + type: string + redisReplicas: + description: >- + RedisReplicas is the number of replicas for the + redis deployment + type: integer + replicaCount: + description: ReplicaCount is the replica count for app mobility + type: string + roleService: + description: RoleService is the image tag for the Container + type: string + roleServiceReplicas: + description: >- + RoleServiceReplicas is the number of replicas for + the role service deployment + type: integer + sentinel: + description: Sentinel is the name of the sentinel statefulSet + type: string + skipCertificateValidation: + description: >- + skipCertificateValidation is the flag to skip + certificate validation + type: boolean + storageService: + description: StorageService is the image tag for the Container + type: string + storageServiceReplicas: + description: >- + StorageServiceReplicas is the number of replicas for + storage service deployment + type: integer + storageclass: + description: >- + RedisStorageClass is the authorization proxy server + redis storage class for persistence + type: string + tenantService: + description: TenantService is the image tag for the Container + type: string + tenantServiceReplicas: + description: >- + TenantServiceReplicas is the number of replicas for + the tenant service deployment + type: integer + tolerations: + description: >- + Tolerations is the list of tolerations for the + driver pods + items: + description: >- + The pod this Toleration is attached to tolerates + any taint that matches + + the triple using the matching + operator . + properties: + effect: + description: >- + Effect indicates the taint effect to match. + Empty means match all taint effects. + + When specified, allowed values are NoSchedule, + PreferNoSchedule and NoExecute. + type: string + key: + description: >- + Key is the taint key that the toleration + applies to. Empty means match all taint keys. + + If the key is empty, operator must be Exists; + this combination means to match all values and + all keys. + type: string + operator: + description: >- + Operator represents a key's relationship to + the value. + + Valid operators are Exists and Equal. Defaults + to Equal. + + Exists is equivalent to wildcard for value, so + that a pod can + + tolerate all taints of a particular category. + type: string + tolerationSeconds: + description: >- + TolerationSeconds represents the period of + time the toleration (which must be + + of effect NoExecute, otherwise this field is + ignored) tolerates the taint. By default, + + it is not set, which means tolerate the taint + forever (do not evict). Zero and + + negative values will be treated as 0 (evict + immediately) by the system. + format: int64 + type: integer + value: + description: >- + Value is the taint value the toleration + matches to. + + If the operator is Exists, the value should be + empty, otherwise just a regular string. + type: string + type: object + type: array + useVolumeSnapshot: + description: >- + UseSnapshot is to check whether volume snapshot is + enabled under velero component + type: boolean + vaultConfigurations: + description: Vaults are the vault configurations + items: + description: >- + Vault is the configuration for a vault instance + struct + properties: + address: + description: Address is the address for this vault + type: string + certificateAuthority: + description: >- + CertificateAuthority is the base64-encoded + certificate authority for validaitng the vault + certificate + type: string + clientCertificate: + description: >- + ClientCertificate is the base64-encoded + certificate for connecting to vault + type: string + clientKey: + description: >- + ClientKey validates is the base64-encoded + certificate key for connecting to vault + type: string + identifier: + description: Identifier is the identifier for this vault + type: string + role: + description: Role is the role for this vault + type: string + skipCertificateValidation: + description: >- + SkipCertificateValidation validates the vault + server certificate or not + type: boolean + type: object + type: array + veleroNamespace: + description: >- + VeleroNamespace is the namespace that Velero is + installed in + type: string + type: object + replicas: + default: 2 + description: >- + Replicas is the count of controllers for Controller + plugin + format: int32 + type: integer + sideCars: + description: SideCars is the specification for CSI sidecar containers items: description: ContainerTemplate template properties: @@ -2537,91 +2209,123 @@ spec: type: string type: array authorizationController: - description: AuthorizationController is the image tag - for the container + description: >- + AuthorizationController is the image tag for the + container type: string authorizationControllerReplicas: - description: AuthorizationControllerReplicas is the number - of replicas for the authorization controller deployment + description: >- + AuthorizationControllerReplicas is the number of + replicas for the authorization controller + deployment type: integer certificate: - description: Certificate is a certificate used for a certificate/private-key - pair + description: >- + Certificate is a certificate used for a + certificate/private-key pair type: string certificateAuthority: - description: CertificateAuthority is a certificate authority + description: >- + CertificateAuthority is a certificate authority used to validate a certificate type: string commander: description: Commander is the image tag for the Container type: string controllerReconcileInterval: - description: The interval which the reconcile of each + description: >- + The interval which the reconcile of each controller is run type: string credentials: - description: ComponentCred is to store the velero credential + description: >- + ComponentCred is to store the velero credential contents items: description: Credential struct properties: createWithInstall: - description: CreateWithInstall is used to indicate - wether or not to create a secret for objectstore + description: >- + CreateWithInstall is used to indicate wether + or not to create a secret for objectstore type: boolean name: - description: Name is the name of secret which contains + description: >- + Name is the name of secret which contains credentials to access objectstore type: string secretContents: - description: SecretContents contains credentials - to access objectstore + description: >- + SecretContents contains credentials to + access objectstore properties: aws_access_key_id: - description: AccessKeyID is a name of key ID - to access objectstore + description: >- + AccessKeyID is a name of key ID to + access objectstore type: string aws_secret_access_key: - description: AccessKey contains the key to access + description: >- + AccessKey contains the key to access objectstore type: string type: object type: object type: array deployNodeAgent: - description: DeployNodeAgent is to enable/disable node-agent + description: >- + DeployNodeAgent is to enable/disable node-agent services type: boolean enabled: - description: Enabled is used to indicate wether or not - to deploy a module + description: >- + Enabled is used to indicate wether or not to + deploy a module type: boolean envs: - description: Envs is the set of environment variables - for the container + description: >- + Envs is the set of environment variables for the + container items: - description: EnvVar represents an environment variable + description: >- + EnvVar represents an environment variable present in a Container. properties: name: - description: Name of the environment variable. Must - be a C_IDENTIFIER. + description: >- + Name of the environment variable. Must be a + C_IDENTIFIER. type: string value: - description: |- + description: >- 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 + + 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 "". type: string valueFrom: - description: Source for the environment variable's - value. Cannot be used if value is not empty. + description: >- + Source for the environment variable's value. + Cannot be used if value is not empty. properties: configMapKeyRef: description: Selects a key of a ConfigMap. @@ -2630,111 +2334,149 @@ spec: description: The key to select. type: string name: - default: "" - description: |- + default: '' + description: >- Name of the referent. - This field is effectively required, but due to backwards compatibility is - allowed to be empty. Instances of this type with an empty value here are + + This field is effectively required, but + due to backwards compatibility is + + allowed to be empty. Instances of this + type with an empty value here are + almost certainly wrong. - More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + + More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names type: string optional: - description: Specify whether the ConfigMap - or its key must be defined + description: >- + Specify whether the ConfigMap or its key + must be defined type: boolean required: - - key + - key type: object x-kubernetes-map-type: atomic fieldRef: - description: |- - 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. + description: >- + 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. properties: apiVersion: - description: Version of the schema the FieldPath - is written in terms of, defaults to "v1". + description: >- + Version of the schema the FieldPath is + written in terms of, defaults to "v1". type: string fieldPath: - description: Path of the field to select - in the specified API version. + description: >- + Path of the field to select in the + specified API version. type: string required: - - fieldPath + - fieldPath type: object x-kubernetes-map-type: atomic resourceFieldRef: - description: |- - 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. + description: >- + 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. properties: containerName: - description: 'Container name: required for - volumes, optional for env vars' + description: >- + Container name: required for volumes, + optional for env vars type: string divisor: anyOf: - - type: integer - - type: string - description: Specifies the output format - of the exposed resources, defaults to - "1" - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + - type: integer + - type: string + description: >- + Specifies the output format of the + exposed resources, defaults to "1" + pattern: >- + ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ x-kubernetes-int-or-string: true resource: description: 'Required: resource to select' type: string required: - - resource + - resource type: object x-kubernetes-map-type: atomic secretKeyRef: - description: Selects a key of a secret in the - pod's namespace + description: >- + Selects a key of a secret in the pod's + namespace properties: key: - description: The key of the secret to select - from. Must be a valid secret key. + description: >- + The key of the secret to select from. + Must be a valid secret key. type: string name: - default: "" - description: |- + default: '' + description: >- Name of the referent. - This field is effectively required, but due to backwards compatibility is - allowed to be empty. Instances of this type with an empty value here are + + This field is effectively required, but + due to backwards compatibility is + + allowed to be empty. Instances of this + type with an empty value here are + almost certainly wrong. - More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + + More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names type: string optional: - description: Specify whether the Secret - or its key must be defined + description: >- + Specify whether the Secret or its key + must be defined type: boolean required: - - key + - key type: object x-kubernetes-map-type: atomic type: object required: - - name + - name type: object type: array hostname: - description: Hostname is the authorization proxy server + description: >- + Hostname is the authorization proxy server hostname type: string image: description: Image is the image tag for the Container type: string imagePullPolicy: - description: ImagePullPolicy is the image pull policy - for the image + description: >- + ImagePullPolicy is the image pull policy for the + image type: string leaderElection: - description: LeaderElection is boolean flag to enable - leader election + description: >- + LeaderElection is boolean flag to enable leader + election type: boolean licenseName: - description: LicenseName is the name of the license for + description: >- + LicenseName is the name of the license for app-mobility type: string name: @@ -2743,13 +2485,17 @@ spec: nodeSelector: additionalProperties: type: string - description: |- - NodeSelector is a selector which must be true for the pod to fit on a node. - Selector which must match a node's labels for the pod to be scheduled on that node. + description: >- + NodeSelector is a selector which must be true for + the pod to fit on a node. + + Selector which must match a node's labels for the + pod to be scheduled on that node. type: object objectStoreSecretName: - description: ObjectStoreSecretName is the name of the - secret for the object store for app-mobility + description: >- + ObjectStoreSecretName is the name of the secret + for the object store for app-mobility type: string opa: description: Opa is the image tag for the Container @@ -2758,26 +2504,31 @@ spec: description: OpaKubeMgmt is the image tag for the Container type: string openTelemetryCollectorAddress: - description: OpenTelemetryCollectorAddress is the address - of the OTLP receiving endpoint using gRPC + description: >- + OpenTelemetryCollectorAddress is the address of + the OTLP receiving endpoint using gRPC type: string privateKey: - description: PrivateKey is a private key used for a certificate/private-key - pair + description: >- + PrivateKey is a private key used for a + certificate/private-key pair type: string proxyServerIngress: - description: ProxyServerIngress is the authorization proxy + description: >- + ProxyServerIngress is the authorization proxy server ingress configuration items: - description: ProxyServerIngress is the authorization - ingress configuration struct + description: >- + ProxyServerIngress is the authorization ingress + configuration struct properties: annotations: additionalProperties: type: string - description: Annotations is an unstructured key - value map that stores additional annotations for - the ingress + description: >- + Annotations is an unstructured key value map + that stores additional annotations for the + ingress type: object hosts: description: Hosts is the hosts rules for the ingress @@ -2793,8 +2544,9 @@ spec: description: ProxyService is the image tag for the Container type: string proxyServiceReplicas: - description: ProxyServiceReplicas is the number of replicas - for the proxy service deployment + description: >- + ProxyServiceReplicas is the number of replicas for + the proxy service deployment type: integer redis: description: Redis is the image tag for the Container @@ -2806,166 +2558,1335 @@ spec: description: RedisName is the name of the redis statefulset type: string redisReplicas: - description: RedisReplicas is the number of replicas for - the redis deployment + description: >- + RedisReplicas is the number of replicas for the + redis deployment type: integer replicaCount: - description: ReplicaCount is the replica count for app - mobility + description: ReplicaCount is the replica count for app mobility type: string roleService: description: RoleService is the image tag for the Container type: string roleServiceReplicas: - description: RoleServiceReplicas is the number of replicas - for the role service deployment + description: >- + RoleServiceReplicas is the number of replicas for + the role service deployment type: integer sentinel: description: Sentinel is the name of the sentinel statefulSet type: string skipCertificateValidation: - description: skipCertificateValidation is the flag to - skip certificate validation + description: >- + skipCertificateValidation is the flag to skip + certificate validation type: boolean storageService: description: StorageService is the image tag for the Container type: string storageServiceReplicas: - description: StorageServiceReplicas is the number of replicas + description: >- + StorageServiceReplicas is the number of replicas for storage service deployment type: integer storageclass: - description: RedisStorageClass is the authorization proxy + description: >- + RedisStorageClass is the authorization proxy server redis storage class for persistence type: string tenantService: description: TenantService is the image tag for the Container type: string tenantServiceReplicas: - description: TenantServiceReplicas is the number of replicas + description: >- + TenantServiceReplicas is the number of replicas for the tenant service deployment type: integer tolerations: - description: Tolerations is the list of tolerations for - the driver pods + description: >- + Tolerations is the list of tolerations for the + driver pods items: - description: |- - The pod this Toleration is attached to tolerates any taint that matches - the triple using the matching operator . + description: >- + The pod this Toleration is attached to tolerates + any taint that matches + + the triple using the matching + operator . properties: effect: - description: |- - Effect indicates the taint effect to match. Empty means match all taint effects. - When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + description: >- + Effect indicates the taint effect to match. + Empty means match all taint effects. + + When specified, allowed values are + NoSchedule, PreferNoSchedule and NoExecute. type: string key: - description: |- - Key is the taint key that the toleration applies to. Empty means match all taint keys. - If the key is empty, operator must be Exists; this combination means to match all values and all keys. + description: >- + Key is the taint key that the toleration + applies to. Empty means match all taint + keys. + + If the key is empty, operator must be + Exists; this combination means to match all + values and all keys. type: string operator: - description: |- - Operator represents a key's relationship to the value. - Valid operators are Exists and Equal. Defaults to Equal. - Exists is equivalent to wildcard for value, so that a pod can - tolerate all taints of a particular category. + description: >- + Operator represents a key's relationship to + the value. + + Valid operators are Exists and Equal. + Defaults to Equal. + + Exists is equivalent to wildcard for value, + so that a pod can + + tolerate all taints of a particular + category. type: string tolerationSeconds: - description: |- - TolerationSeconds represents the period of time the toleration (which must be - of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, - it is not set, which means tolerate the taint forever (do not evict). Zero and - negative values will be treated as 0 (evict immediately) by the system. + description: >- + TolerationSeconds represents the period of + time the toleration (which must be + + of effect NoExecute, otherwise this field is + ignored) tolerates the taint. By default, + + it is not set, which means tolerate the + taint forever (do not evict). Zero and + + negative values will be treated as 0 (evict + immediately) by the system. format: int64 type: integer value: - description: |- - Value is the taint value the toleration matches to. - If the operator is Exists, the value should be empty, otherwise just a regular string. + description: >- + Value is the taint value the toleration + matches to. + + If the operator is Exists, the value should + be empty, otherwise just a regular string. type: string type: object type: array useVolumeSnapshot: - description: UseSnapshot is to check whether volume snapshot - is enabled under velero component + description: >- + UseSnapshot is to check whether volume snapshot is + enabled under velero component type: boolean vaultConfigurations: description: Vaults are the vault configurations items: - description: Vault is the configuration for a vault - instance struct + description: >- + Vault is the configuration for a vault instance + struct properties: address: description: Address is the address for this vault type: string certificateAuthority: - description: CertificateAuthority is the base64-encoded - certificate authority for validaitng the vault - certificate + description: >- + CertificateAuthority is the base64-encoded + certificate authority for validaitng the + vault certificate type: string clientCertificate: - description: ClientCertificate is the base64-encoded + description: >- + ClientCertificate is the base64-encoded certificate for connecting to vault type: string clientKey: - description: ClientKey validates is the base64-encoded + description: >- + ClientKey validates is the base64-encoded certificate key for connecting to vault type: string identifier: - description: Identifier is the identifier for this - vault + description: Identifier is the identifier for this vault type: string role: description: Role is the role for this vault type: string skipCertificateValidation: - description: SkipCertificateValidation validates - the vault server certificate or not + description: >- + SkipCertificateValidation validates the + vault server certificate or not type: boolean type: object type: array veleroNamespace: - description: VeleroNamespace is the namespace that Velero - is installed in + description: >- + VeleroNamespace is the namespace that Velero is + installed in + type: string + type: object + type: array + snapshotClass: + description: SnapshotClass is the specification for Snapshot Classes + items: + description: SnapshotClass struct + properties: + name: + description: Name is the name of the Snapshot Class type: string + parameters: + additionalProperties: + type: string + description: >- + Parameters is a map of driver specific parameters + for snapshot class + type: object type: object type: array - name: - description: Name is name of ContainerStorageModule modules + tlsCertSecret: + description: TLSCertSecret is the name of the TLS Cert secret + type: string + type: object + modules: + description: >- + Modules is list of Container Storage Module modules you want + to deploy + items: + description: >- + Module defines the desired state of a + ContainerStorageModule + properties: + components: + description: >- + Components is the specification for CSM components + containers + items: + description: ContainerTemplate template + properties: + args: + description: Args is the set of arguments for the container + items: + type: string + type: array + authorizationController: + description: >- + AuthorizationController is the image tag for the + container + type: string + authorizationControllerReplicas: + description: >- + AuthorizationControllerReplicas is the number of + replicas for the authorization controller + deployment + type: integer + certificate: + description: >- + Certificate is a certificate used for a + certificate/private-key pair + type: string + certificateAuthority: + description: >- + CertificateAuthority is a certificate authority + used to validate a certificate + type: string + commander: + description: Commander is the image tag for the Container + type: string + controllerReconcileInterval: + description: >- + The interval which the reconcile of each + controller is run + type: string + credentials: + description: >- + ComponentCred is to store the velero credential + contents + items: + description: Credential struct + properties: + createWithInstall: + description: >- + CreateWithInstall is used to indicate + wether or not to create a secret for + objectstore + type: boolean + name: + description: >- + Name is the name of secret which contains + credentials to access objectstore + type: string + secretContents: + description: >- + SecretContents contains credentials to + access objectstore + properties: + aws_access_key_id: + description: >- + AccessKeyID is a name of key ID to + access objectstore + type: string + aws_secret_access_key: + description: >- + AccessKey contains the key to access + objectstore + type: string + type: object + type: object + type: array + deployNodeAgent: + description: >- + DeployNodeAgent is to enable/disable node-agent + services + type: boolean + enabled: + description: >- + Enabled is used to indicate wether or not to + deploy a module + type: boolean + envs: + description: >- + Envs is the set of environment variables for the + container + items: + description: >- + EnvVar represents an environment variable + present in a Container. + properties: + name: + description: >- + Name of the environment variable. Must be + a C_IDENTIFIER. + type: string + value: + description: >- + 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 "". + type: string + valueFrom: + description: >- + Source for the environment variable's + value. Cannot be used if value is not + empty. + properties: + configMapKeyRef: + description: Selects a key of a ConfigMap. + properties: + key: + description: The key to select. + type: string + name: + default: '' + description: >- + Name of the referent. + + This field is effectively required, but + due to backwards compatibility is + + allowed to be empty. Instances of this + type with an empty value here are + + almost certainly wrong. + + More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: >- + Specify whether the ConfigMap or its key + must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + description: >- + 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. + properties: + apiVersion: + description: >- + Version of the schema the FieldPath is + written in terms of, defaults to "v1". + type: string + fieldPath: + description: >- + Path of the field to select in the + specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + description: >- + 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. + properties: + containerName: + description: >- + Container name: required for volumes, + optional for env vars + type: string + divisor: + anyOf: + - type: integer + - type: string + description: >- + Specifies the output format of the + exposed resources, defaults to "1" + pattern: >- + ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + description: >- + Selects a key of a secret in the pod's + namespace + properties: + key: + description: >- + The key of the secret to select from. + Must be a valid secret key. + type: string + name: + default: '' + description: >- + Name of the referent. + + This field is effectively required, but + due to backwards compatibility is + + allowed to be empty. Instances of this + type with an empty value here are + + almost certainly wrong. + + More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: >- + Specify whether the Secret or its key + must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + hostname: + description: >- + Hostname is the authorization proxy server + hostname + type: string + image: + description: Image is the image tag for the Container + type: string + imagePullPolicy: + description: >- + ImagePullPolicy is the image pull policy for the + image + type: string + leaderElection: + description: >- + LeaderElection is boolean flag to enable leader + election + type: boolean + licenseName: + description: >- + LicenseName is the name of the license for + app-mobility + type: string + name: + description: Name is the name of Container + type: string + nodeSelector: + additionalProperties: + type: string + description: >- + NodeSelector is a selector which must be true + for the pod to fit on a node. + + Selector which must match a node's labels for + the pod to be scheduled on that node. + type: object + objectStoreSecretName: + description: >- + ObjectStoreSecretName is the name of the secret + for the object store for app-mobility + type: string + opa: + description: Opa is the image tag for the Container + type: string + opaKubeMgmt: + description: OpaKubeMgmt is the image tag for the Container + type: string + openTelemetryCollectorAddress: + description: >- + OpenTelemetryCollectorAddress is the address of + the OTLP receiving endpoint using gRPC + type: string + privateKey: + description: >- + PrivateKey is a private key used for a + certificate/private-key pair + type: string + proxyServerIngress: + description: >- + ProxyServerIngress is the authorization proxy + server ingress configuration + items: + description: >- + ProxyServerIngress is the authorization + ingress configuration struct + properties: + annotations: + additionalProperties: + type: string + description: >- + Annotations is an unstructured key value + map that stores additional annotations for + the ingress + type: object + hosts: + description: Hosts is the hosts rules for the ingress + items: + type: string + type: array + ingressClassName: + description: IngressClassName is the ingressClassName + type: string + type: object + type: array + proxyService: + description: ProxyService is the image tag for the Container + type: string + proxyServiceReplicas: + description: >- + ProxyServiceReplicas is the number of replicas + for the proxy service deployment + type: integer + redis: + description: Redis is the image tag for the Container + type: string + redisCommander: + description: >- + RedisCommander is the name of the redis + deployment + type: string + redisName: + description: RedisName is the name of the redis statefulset + type: string + redisReplicas: + description: >- + RedisReplicas is the number of replicas for the + redis deployment + type: integer + replicaCount: + description: >- + ReplicaCount is the replica count for app + mobility + type: string + roleService: + description: RoleService is the image tag for the Container + type: string + roleServiceReplicas: + description: >- + RoleServiceReplicas is the number of replicas + for the role service deployment + type: integer + sentinel: + description: Sentinel is the name of the sentinel statefulSet + type: string + skipCertificateValidation: + description: >- + skipCertificateValidation is the flag to skip + certificate validation + type: boolean + storageService: + description: >- + StorageService is the image tag for the + Container + type: string + storageServiceReplicas: + description: >- + StorageServiceReplicas is the number of replicas + for storage service deployment + type: integer + storageclass: + description: >- + RedisStorageClass is the authorization proxy + server redis storage class for persistence + type: string + tenantService: + description: TenantService is the image tag for the Container + type: string + tenantServiceReplicas: + description: >- + TenantServiceReplicas is the number of replicas + for the tenant service deployment + type: integer + tolerations: + description: >- + Tolerations is the list of tolerations for the + driver pods + items: + description: >- + The pod this Toleration is attached to + tolerates any taint that matches + + the triple using the + matching operator . + properties: + effect: + description: >- + Effect indicates the taint effect to + match. Empty means match all taint + effects. + + When specified, allowed values are + NoSchedule, PreferNoSchedule and + NoExecute. + type: string + key: + description: >- + Key is the taint key that the toleration + applies to. Empty means match all taint + keys. + + If the key is empty, operator must be + Exists; this combination means to match + all values and all keys. + type: string + operator: + description: >- + Operator represents a key's relationship + to the value. + + Valid operators are Exists and Equal. + Defaults to Equal. + + Exists is equivalent to wildcard for + value, so that a pod can + + tolerate all taints of a particular + category. + type: string + tolerationSeconds: + description: >- + TolerationSeconds represents the period of + time the toleration (which must be + + of effect NoExecute, otherwise this field + is ignored) tolerates the taint. By + default, + + it is not set, which means tolerate the + taint forever (do not evict). Zero and + + negative values will be treated as 0 + (evict immediately) by the system. + format: int64 + type: integer + value: + description: >- + Value is the taint value the toleration + matches to. + + If the operator is Exists, the value + should be empty, otherwise just a regular + string. + type: string + type: object + type: array + useVolumeSnapshot: + description: >- + UseSnapshot is to check whether volume snapshot + is enabled under velero component + type: boolean + vaultConfigurations: + description: Vaults are the vault configurations + items: + description: >- + Vault is the configuration for a vault + instance struct + properties: + address: + description: Address is the address for this vault + type: string + certificateAuthority: + description: >- + CertificateAuthority is the base64-encoded + certificate authority for validaitng the + vault certificate + type: string + clientCertificate: + description: >- + ClientCertificate is the base64-encoded + certificate for connecting to vault + type: string + clientKey: + description: >- + ClientKey validates is the base64-encoded + certificate key for connecting to vault + type: string + identifier: + description: >- + Identifier is the identifier for this + vault + type: string + role: + description: Role is the role for this vault + type: string + skipCertificateValidation: + description: >- + SkipCertificateValidation validates the + vault server certificate or not + type: boolean + type: object + type: array + veleroNamespace: + description: >- + VeleroNamespace is the namespace that Velero is + installed in + type: string + type: object + type: array + configVersion: + description: >- + ConfigVersion is the configuration version of the + module + type: string + enabled: + description: >- + Enabled is used to indicate whether or not to deploy a + module + type: boolean + forceRemoveModule: + description: >- + ForceRemoveModule is the boolean flag used to remove + authorization proxy server deployment when CR is + deleted + type: boolean + initContainer: + description: >- + InitContainer is the specification for Module + InitContainer + items: + description: ContainerTemplate template + properties: + args: + description: Args is the set of arguments for the container + items: + type: string + type: array + authorizationController: + description: >- + AuthorizationController is the image tag for the + container + type: string + authorizationControllerReplicas: + description: >- + AuthorizationControllerReplicas is the number of + replicas for the authorization controller + deployment + type: integer + certificate: + description: >- + Certificate is a certificate used for a + certificate/private-key pair + type: string + certificateAuthority: + description: >- + CertificateAuthority is a certificate authority + used to validate a certificate + type: string + commander: + description: Commander is the image tag for the Container + type: string + controllerReconcileInterval: + description: >- + The interval which the reconcile of each + controller is run + type: string + credentials: + description: >- + ComponentCred is to store the velero credential + contents + items: + description: Credential struct + properties: + createWithInstall: + description: >- + CreateWithInstall is used to indicate + wether or not to create a secret for + objectstore + type: boolean + name: + description: >- + Name is the name of secret which contains + credentials to access objectstore + type: string + secretContents: + description: >- + SecretContents contains credentials to + access objectstore + properties: + aws_access_key_id: + description: >- + AccessKeyID is a name of key ID to + access objectstore + type: string + aws_secret_access_key: + description: >- + AccessKey contains the key to access + objectstore + type: string + type: object + type: object + type: array + deployNodeAgent: + description: >- + DeployNodeAgent is to enable/disable node-agent + services + type: boolean + enabled: + description: >- + Enabled is used to indicate wether or not to + deploy a module + type: boolean + envs: + description: >- + Envs is the set of environment variables for the + container + items: + description: >- + EnvVar represents an environment variable + present in a Container. + properties: + name: + description: >- + Name of the environment variable. Must be + a C_IDENTIFIER. + type: string + value: + description: >- + 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 "". + type: string + valueFrom: + description: >- + Source for the environment variable's + value. Cannot be used if value is not + empty. + properties: + configMapKeyRef: + description: Selects a key of a ConfigMap. + properties: + key: + description: The key to select. + type: string + name: + default: '' + description: >- + Name of the referent. + + This field is effectively required, but + due to backwards compatibility is + + allowed to be empty. Instances of this + type with an empty value here are + + almost certainly wrong. + + More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: >- + Specify whether the ConfigMap or its key + must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + description: >- + 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. + properties: + apiVersion: + description: >- + Version of the schema the FieldPath is + written in terms of, defaults to "v1". + type: string + fieldPath: + description: >- + Path of the field to select in the + specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + description: >- + 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. + properties: + containerName: + description: >- + Container name: required for volumes, + optional for env vars + type: string + divisor: + anyOf: + - type: integer + - type: string + description: >- + Specifies the output format of the + exposed resources, defaults to "1" + pattern: >- + ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + description: >- + Selects a key of a secret in the pod's + namespace + properties: + key: + description: >- + The key of the secret to select from. + Must be a valid secret key. + type: string + name: + default: '' + description: >- + Name of the referent. + + This field is effectively required, but + due to backwards compatibility is + + allowed to be empty. Instances of this + type with an empty value here are + + almost certainly wrong. + + More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: >- + Specify whether the Secret or its key + must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + hostname: + description: >- + Hostname is the authorization proxy server + hostname + type: string + image: + description: Image is the image tag for the Container + type: string + imagePullPolicy: + description: >- + ImagePullPolicy is the image pull policy for the + image + type: string + leaderElection: + description: >- + LeaderElection is boolean flag to enable leader + election + type: boolean + licenseName: + description: >- + LicenseName is the name of the license for + app-mobility + type: string + name: + description: Name is the name of Container + type: string + nodeSelector: + additionalProperties: + type: string + description: >- + NodeSelector is a selector which must be true + for the pod to fit on a node. + + Selector which must match a node's labels for + the pod to be scheduled on that node. + type: object + objectStoreSecretName: + description: >- + ObjectStoreSecretName is the name of the secret + for the object store for app-mobility + type: string + opa: + description: Opa is the image tag for the Container + type: string + opaKubeMgmt: + description: OpaKubeMgmt is the image tag for the Container + type: string + openTelemetryCollectorAddress: + description: >- + OpenTelemetryCollectorAddress is the address of + the OTLP receiving endpoint using gRPC + type: string + privateKey: + description: >- + PrivateKey is a private key used for a + certificate/private-key pair + type: string + proxyServerIngress: + description: >- + ProxyServerIngress is the authorization proxy + server ingress configuration + items: + description: >- + ProxyServerIngress is the authorization + ingress configuration struct + properties: + annotations: + additionalProperties: + type: string + description: >- + Annotations is an unstructured key value + map that stores additional annotations for + the ingress + type: object + hosts: + description: Hosts is the hosts rules for the ingress + items: + type: string + type: array + ingressClassName: + description: IngressClassName is the ingressClassName + type: string + type: object + type: array + proxyService: + description: ProxyService is the image tag for the Container + type: string + proxyServiceReplicas: + description: >- + ProxyServiceReplicas is the number of replicas + for the proxy service deployment + type: integer + redis: + description: Redis is the image tag for the Container + type: string + redisCommander: + description: >- + RedisCommander is the name of the redis + deployment + type: string + redisName: + description: RedisName is the name of the redis statefulset + type: string + redisReplicas: + description: >- + RedisReplicas is the number of replicas for the + redis deployment + type: integer + replicaCount: + description: >- + ReplicaCount is the replica count for app + mobility + type: string + roleService: + description: RoleService is the image tag for the Container + type: string + roleServiceReplicas: + description: >- + RoleServiceReplicas is the number of replicas + for the role service deployment + type: integer + sentinel: + description: Sentinel is the name of the sentinel statefulSet + type: string + skipCertificateValidation: + description: >- + skipCertificateValidation is the flag to skip + certificate validation + type: boolean + storageService: + description: >- + StorageService is the image tag for the + Container + type: string + storageServiceReplicas: + description: >- + StorageServiceReplicas is the number of replicas + for storage service deployment + type: integer + storageclass: + description: >- + RedisStorageClass is the authorization proxy + server redis storage class for persistence + type: string + tenantService: + description: TenantService is the image tag for the Container + type: string + tenantServiceReplicas: + description: >- + TenantServiceReplicas is the number of replicas + for the tenant service deployment + type: integer + tolerations: + description: >- + Tolerations is the list of tolerations for the + driver pods + items: + description: >- + The pod this Toleration is attached to + tolerates any taint that matches + + the triple using the + matching operator . + properties: + effect: + description: >- + Effect indicates the taint effect to + match. Empty means match all taint + effects. + + When specified, allowed values are + NoSchedule, PreferNoSchedule and + NoExecute. + type: string + key: + description: >- + Key is the taint key that the toleration + applies to. Empty means match all taint + keys. + + If the key is empty, operator must be + Exists; this combination means to match + all values and all keys. + type: string + operator: + description: >- + Operator represents a key's relationship + to the value. + + Valid operators are Exists and Equal. + Defaults to Equal. + + Exists is equivalent to wildcard for + value, so that a pod can + + tolerate all taints of a particular + category. + type: string + tolerationSeconds: + description: >- + TolerationSeconds represents the period of + time the toleration (which must be + + of effect NoExecute, otherwise this field + is ignored) tolerates the taint. By + default, + + it is not set, which means tolerate the + taint forever (do not evict). Zero and + + negative values will be treated as 0 + (evict immediately) by the system. + format: int64 + type: integer + value: + description: >- + Value is the taint value the toleration + matches to. + + If the operator is Exists, the value + should be empty, otherwise just a regular + string. + type: string + type: object + type: array + useVolumeSnapshot: + description: >- + UseSnapshot is to check whether volume snapshot + is enabled under velero component + type: boolean + vaultConfigurations: + description: Vaults are the vault configurations + items: + description: >- + Vault is the configuration for a vault + instance struct + properties: + address: + description: Address is the address for this vault + type: string + certificateAuthority: + description: >- + CertificateAuthority is the base64-encoded + certificate authority for validaitng the + vault certificate + type: string + clientCertificate: + description: >- + ClientCertificate is the base64-encoded + certificate for connecting to vault + type: string + clientKey: + description: >- + ClientKey validates is the base64-encoded + certificate key for connecting to vault + type: string + identifier: + description: >- + Identifier is the identifier for this + vault + type: string + role: + description: Role is the role for this vault + type: string + skipCertificateValidation: + description: >- + SkipCertificateValidation validates the + vault server certificate or not + type: boolean + type: object + type: array + veleroNamespace: + description: >- + VeleroNamespace is the namespace that Velero is + installed in + type: string + type: object + type: array + name: + description: Name is name of ContainerStorageModule modules + type: string + type: object + type: array + type: object + status: + description: >- + ContainerStorageModuleStatus defines the observed state of + ContainerStorageModule + properties: + controllerStatus: + description: ControllerStatus is the status of Controller pods + properties: + available: + type: string + desired: + type: string + failed: + type: string + type: object + nodeStatus: + description: NodeStatus is the status of Controller pods + properties: + available: + type: string + desired: + type: string + failed: type: string type: object - type: array - type: object - status: - description: ContainerStorageModuleStatus defines the observed state of - ContainerStorageModule - properties: - controllerStatus: - description: ControllerStatus is the status of Controller pods - properties: - available: - type: string - desired: - type: string - failed: - type: string - type: object - nodeStatus: - description: NodeStatus is the status of Controller pods - properties: - available: - type: string - desired: - type: string - failed: - type: string - type: object - state: - description: State is the state of the driver installation - type: string - type: object - type: object - served: true - storage: true - subresources: - status: {} + state: + description: State is the state of the driver installation + type: string + type: object + type: object + served: true + storage: true + subresources: + status: {}