Skip to content

Commit

Permalink
community-operators dell-csm-operator(1.7.0)
Browse files Browse the repository at this point in the history
Signed-off-by: shefali-malhotra <[email protected]>
  • Loading branch information
shefali-malhotra committed Nov 14, 2024
1 parent c35b1ef commit c5a7fc0
Showing 1 changed file with 35 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1840,17 +1840,15 @@ spec:
- description: Address is the address for this vault
displayName: Vault Address
path: driver.controller.vaultConfigurations[0].address
- description:
CertificateAuthority is the base64-encoded certificate authority
- description: CertificateAuthority is the base64-encoded certificate authority
for validaitng the vault certificate
displayName: Vault Certificate Authority
path: driver.controller.vaultConfigurations[0].certificateAuthority
- description: ClientCertificate is the base64-encoded certificate for connecting
to vault
displayName: Vault CLient Certificate
path: driver.controller.vaultConfigurations[0].clientCertificate
- description:
ClientKey validates is the base64-encoded certificate key for
- description: ClientKey validates is the base64-encoded certificate key for
connecting to vault
displayName: Vault CLient Certificate Key
path: driver.controller.vaultConfigurations[0].clientKey
Expand Down Expand Up @@ -2073,7 +2071,7 @@ spec:
displayName: Vault CLient Certificate
path: driver.initContainers[0].vaultConfigurations[0].clientCertificate
- description: ClientKey validates is the base64-encoded certificate key for
connecting to vault
connecting to vault
displayName: Vault CLient Certificate Key
path: driver.initContainers[0].vaultConfigurations[0].clientKey
- description: Identifier is the identifier for this vault
Expand Down Expand Up @@ -2271,8 +2269,7 @@ spec:
- description: Address is the address for this vault
displayName: Vault Address
path: driver.node.vaultConfigurations[0].address
- description:
CertificateAuthority is the base64-encoded certificate authority
- description: CertificateAuthority is the base64-encoded certificate authority
for validaitng the vault certificate
displayName: Vault Certificate Authority
path: driver.node.vaultConfigurations[0].certificateAuthority
Expand All @@ -2287,7 +2284,7 @@ spec:
- description: Identifier is the identifier for this vault
displayName: Vault Identifier
path: driver.node.vaultConfigurations[0].identifier
- description: VaultRole is the role for the vault
- description: Role is the role for this vault
displayName: Vault Role
path: driver.node.vaultConfigurations[0].role
- description: SkipCertificateValidation validates the vault server certificate
Expand Down Expand Up @@ -2703,7 +2700,7 @@ spec:
displayName: Vault Address
path: modules[0].components[0].vaultConfigurations[0].address
- description: CertificateAuthority is the base64-encoded certificate authority
for validaitng the vault certificate
for validaitng the vault certificate
displayName: Vault Certificate Authority
path: modules[0].components[0].vaultConfigurations[0].certificateAuthority
- description: ClientCertificate is the base64-encoded certificate for connecting
Expand Down Expand Up @@ -2945,21 +2942,41 @@ spec:
displayName: Name
path: modules[0].name
statusDescriptors:
- description: ControllerStatus is the status of Controller pods
displayName: ControllerStatus
path: controllerStatus
- description: Number of Available Controller pods
displayName: Available
path: controllerStatus.available
x-descriptors:
- urn:alm:descriptor:text
- description: Number of Desired Controller pods
displayName: Desired
path: controllerStatus.desired
x-descriptors:
- urn:alm:descriptor:text
- description: Number of Failed Controller pods
displayName: Failed
path: controllerStatus.failed
x-descriptors:
- urn:alm:descriptor:text
- description: Number of Available Node pods
displayName: Available
path: nodeStatus.available
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:podStatuses
- description: NodeStatus is the status of Controller pods
displayName: NodeStatus
path: nodeStatus
- urn:alm:descriptor:text
- description: Number of Desired Node pods
displayName: Desired
path: nodeStatus.desired
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:podStatuses
- urn:alm:descriptor:text
- description: Number of Failed Node pods
displayName: Failed
path: nodeStatus.failed
x-descriptors:
- urn:alm:descriptor:text
- description: State is the state of the driver installation
displayName: State
path: state
x-descriptors:
- urn:alm:descriptor:text
- urn:alm:descriptor:text
version: v1
description: "Dell Container Storage Modules (CSM) Operator is a Kubernetes Operator
which can be \nused to install and manage Dell’s CSI drivers and CSM modules.
Expand Down Expand Up @@ -3446,14 +3463,6 @@ spec:
- get
- patch
- update
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- list
- watch
- apiGroups:
- csi.storage.k8s.io
resources:
Expand Down

0 comments on commit c5a7fc0

Please sign in to comment.