Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ml/category/data/csv/train.csv
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,6 @@
4-monitoring-logging;appdynamics,cluster,kubernetes,openshift,monitoring,pod,deployment
4-monitoring-logging;appdynamics,monitoring,e2e visibility,aiops,monitoring
4-monitoring-logging;appdynamics,monitoring,infrastructure
4-monitoring-logging;appranix,container protection service,application resilience service,aps,monitoring
4-monitoring-logging;aspecto,opentelemetry,observability,traces,jaeger,otel,collector,sampling
4-monitoring-logging;aws,cloudwatch,azure,stackdriver
4-monitoring-logging;aws,tracing,xray
Expand Down
56 changes: 28 additions & 28 deletions web/src/utils/getInstallMethods.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -831,108 +831,108 @@ const tests: Tests[] = [
input: {
pkg: {
packageId: '8fee91bc-2fd7-448c-9b3a-102c0eac5cee',
name: 'appranix',
normalizedName: 'appranix',
name: 'operator-test',
normalizedName: 'operator-test',
logoImageId: 'b54e1861-8cb0-46e1-842c-ceee6b4285e6',
isOperator: true,
displayName: 'Appranix CPS Operator',
displayName: 'Operator Test CPS',
description:
'The Appranix CPS operator enables you to back up and restore your Kubernetes/OpenShift cluster resources and persistent volumes.',
keywords: ['appranix', 'container protection service', 'application resilience service', 'aps', 'Monitoring'],
'The Operator Test CPS enables you to back up and restore your Kubernetes/OpenShift cluster resources and persistent volumes.',
keywords: ['operator-test', 'container protection service', 'cluster protection suite', 'cps', 'Monitoring'],
links: [
{
url: 'https://github.com/operator-framework/community-operators/tree/master/upstream-community-operators/appranix',
url: 'https://example.com/operator-test/source',
name: 'source',
},
{ url: 'https://www.appranix.com/', name: 'Website' },
{ url: 'https://twitter.com/AppranixOne/', name: 'twitter' },
{ url: 'https://www.linkedin.com/company/appranix/', name: 'LinkedIn' },
{ url: 'https://example.com/operator-test', name: 'Website' },
{ url: 'https://example.com/operator-test/twitter', name: 'twitter' },
{ url: 'https://example.com/operator-test/linkedin', name: 'LinkedIn' },
{
url: 'https://github.com/operator-framework/community-operators/tree/master/upstream-community-operators/appranix',
url: 'https://example.com/operator-test/github',
name: 'GitHub Repository',
},
],
crds: [
{
kind: 'Backup',
name: 'backups.aps.appranix.com',
name: 'backups.cps.operator-test.example.com',
version: 'v1',
description:
'Backup respresents the capture of K8s cluster state at a point in time (API objects and associated volume state).',
displayName: 'Backup',
},
{
kind: 'Schedule',
name: 'schedules.aps.appranix.com',
name: 'schedules.cps.operator-test.example.com',
version: 'v1',
description:
'Schedule is an Appranix resource that represents a pre-scheduled or periodic Backup that should be run.',
'Schedule is an Operator Test resource that represents a pre-scheduled or periodic Backup that should be run.',
displayName: 'Schedule',
},
{
kind: 'Restore',
name: 'restores.aps.appranix.com',
name: 'restores.cps.operator-test.example.com',
version: 'v1',
description:
'Restore represents the application of resources from an Appranix backup to a target K8s cluster.',
'Restore represents the application of resources from an Operator Test backup to a target K8s cluster.',
displayName: 'Restore',
},
{
kind: 'DownloadRequest',
name: 'downloadrequests.aps.appranix.com',
name: 'downloadrequests.cps.operator-test.example.com',
version: 'v1',
description:
'DownloadRequest is a request to download an artifact from backup object storage, such as a backup log file.',
displayName: 'DownloadRequest',
},
{
kind: 'DeleteBackupRequest',
name: 'deletebackuprequests.aps.appranix.com',
name: 'deletebackuprequests.cps.operator-test.example.com',
version: 'v1',
description: 'DeleteBackupRequest is a request to delete one or more backups.',
displayName: 'DeleteBackupRequest',
},
{
kind: 'PodVolumeBackup',
name: 'podvolumebackups.aps.appranix.com',
name: 'podvolumebackups.cps.operator-test.example.com',
version: 'v1',
description: "PodVolumeBackup respresents the capture of the Pod's volume at a point in time.",
displayName: 'PodVolumeBackup',
},
{
kind: 'PodVolumeRestore',
name: 'podvolumerestores.aps.appranix.com',
name: 'podvolumerestores.cps.operator-test.example.com',
version: 'v1',
description: 'PodVolumeRestore represents the restoration of a PodVolume from a volume snapshot.',
displayName: 'PodVolumeRestore',
},
{
kind: 'ResticRepository',
name: 'resticrepositories.aps.appranix.com',
name: 'resticrepositories.cps.operator-test.example.com',
version: 'v1',
description: 'ResticRepository represents the repository from where the restic tool is to be downloaded.',
displayName: 'ResticRepository',
},
{
kind: 'BackupStorageLocation',
name: 'backupstoragelocations.aps.appranix.com',
name: 'backupstoragelocations.cps.operator-test.example.com',
version: 'v1',
description: 'BackupStorageLocation represents a storage bucket in a supported cloud provider.',
displayName: 'BackupStorageLocation',
},
{
kind: 'VolumeSnapshotLocation',
name: 'volumesnapshotlocations.aps.appranix.com',
name: 'volumesnapshotlocations.cps.operator-test.example.com',
version: 'v1',
description: 'VolumeSnapshotLocation is a location where Appranix stores volume snapshots.',
description: 'VolumeSnapshotLocation is a location where Operator Test stores volume snapshots.',
displayName: 'VolumeSnapshotLocation',
},
{
kind: 'ServerStatusRequest',
name: 'serverstatusrequests.aps.appranix.com',
name: 'serverstatusrequests.cps.operator-test.example.com',
version: 'v1',
description:
'ServerStatusRequest is a request to access current status information about the Appranix server.',
'ServerStatusRequest is a request to access current status information about the Operator Test server.',
displayName: 'ServerStatusRequest',
},
],
Expand All @@ -945,12 +945,12 @@ const tests: Tests[] = [
],
deprecated: false,
signed: false,
containersImages: [{ name: '', image: 'gcr.io/appranix-public-cr/dev/aps/apx-operator:2.3' }],
provider: 'Appranix, Inc',
containersImages: [{ name: '', image: 'ghcr.io/operator-test/cps-operator:2.3' }],
provider: 'Operator Test',
hasValuesSchema: false,
hasChangelog: false,
ts: 1581321470,
maintainers: [{ name: 'Appranix', email: 'support@appranix.com' }],
maintainers: [{ name: 'Operator Test', email: 'support@operator-test.example.com' }],
repository: {
repositoryId: '693a42c8-70bd-49a3-81dc-a09153374d94',
name: 'community-operators',
Expand Down
Loading