Skip to content

Commit

Permalink
Add kopia server secret to profile crd (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 committed Jul 1, 2021
1 parent 340103c commit d868072
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions pkg/customresource/profile-crd.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,72 @@ spec:
description: Resource name of the referent.
type: string
type: object
kopiaServerSecret:
x-kubernetes-preserve-unknown-fields: true
properties:
username:
type: string
hostname:
type: string
userPassphrase:
x-kubernetes-preserve-unknown-fields: true
properties:
key:
type: string
secret:
properties:
apiVersion:
description: API version of the referent.
type: string
group:
description: API Group of the referent.
type: string
kind:
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type: string
name:
description: 'Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names'
type: string
namespace:
description: 'Namespace of the referent. More info: http://kubernetes.io/docs/user-guide/namespaces'
type: string
resource:
description: Resource name of the referent.
type: string
type: object
type: object
tlsCert:
x-kubernetes-preserve-unknown-fields: true
properties:
key:
type: string
secret:
properties:
apiVersion:
description: API version of the referent.
type: string
group:
description: API Group of the referent.
type: string
kind:
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type: string
name:
description: 'Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names'
type: string
namespace:
description: 'Namespace of the referent. More info: http://kubernetes.io/docs/user-guide/namespaces'
type: string
resource:
description: Resource name of the referent.
type: string
type: object
type: object
connectOptions:
additionalProperties:
type: integer
type: object
type: object
type:
type: string
type: object
Expand Down

0 comments on commit d868072

Please sign in to comment.