mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 13:52:58 +00:00
init backup CR files
This commit is contained in:
22
deploy/crds/awx.ansible.com_backups_crd.yaml
Normal file
22
deploy/crds/awx.ansible.com_backups_crd.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: backups.awx.ansible.com
|
||||
spec:
|
||||
group: awx.ansible.com
|
||||
names:
|
||||
kind: Backup
|
||||
listKind: BackupList
|
||||
plural: backups
|
||||
singular: backup
|
||||
scope: Namespaced
|
||||
versions:
|
||||
- name: v1beta1
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
served: true
|
||||
storage: true
|
||||
subresources:
|
||||
status: {}
|
||||
10
deploy/crds/awx.ansible.com_v1beta1_backup_cr.yaml
Normal file
10
deploy/crds/awx.ansible.com_v1beta1_backup_cr.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: awx.ansible.com/v1beta1
|
||||
kind: Backup
|
||||
metadata:
|
||||
name: example-awx
|
||||
namespace: example-awx
|
||||
spec:
|
||||
tower_backup_pvc: ''
|
||||
tower_backup_size: ''
|
||||
tower_postgres_storage_class: ''
|
||||
tower_postgres_configuration_secret: ''
|
||||
Reference in New Issue
Block a user