-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clusterprofile naming; Import kubestash CRDs
Signed-off-by: Arnob kumar saha <[email protected]>
- Loading branch information
1 parent
ed285e9
commit a84e909
Showing
21 changed files
with
10,115 additions
and
89,763 deletions.
There are no files selected for viewing
3,049 changes: 0 additions & 3,049 deletions
3,049
hub/resourcedescriptors/addons.kubestash.com/v1alpha1/addons.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
548 changes: 0 additions & 548 deletions
548
hub/resourcedescriptors/addons.kubestash.com/v1alpha1/functions.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
22,825 changes: 9 additions & 22,816 deletions
22,825
hub/resourcedescriptors/core.kubestash.com/v1alpha1/backupbatches.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
23,702 changes: 9 additions & 23,693 deletions
23,702
hub/resourcedescriptors/core.kubestash.com/v1alpha1/backupblueprints.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
21,164 changes: 9 additions & 21,155 deletions
21,164
hub/resourcedescriptors/core.kubestash.com/v1alpha1/backupconfigurations.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
83 changes: 83 additions & 0 deletions
83
hub/resourcedescriptors/core.kubestash.com/v1alpha1/backupverificationsession.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
apiVersion: meta.k8s.appscode.com/v1alpha1 | ||
kind: ResourceDescriptor | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
k8s.io/group: core.kubestash.com | ||
k8s.io/kind: BackupVerificationSession | ||
k8s.io/resource: backupverificationsession | ||
k8s.io/version: v1alpha1 | ||
name: core.kubestash.com-v1alpha1-backupverificationsession | ||
spec: | ||
resource: | ||
group: core.kubestash.com | ||
kind: BackupVerificationSession | ||
name: backupverificationsession | ||
scope: Namespaced | ||
version: v1alpha1 | ||
validation: | ||
openAPIV3Schema: | ||
properties: | ||
apiVersion: | ||
type: string | ||
kind: | ||
type: string | ||
metadata: | ||
properties: | ||
name: | ||
description: 'Name must be unique within a namespace. Is required when | ||
creating resources, although some resources may allow a client to | ||
request the generation of an appropriate name automatically. Name | ||
is primarily intended for creation idempotence and configuration definition. | ||
Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names' | ||
type: string | ||
namespace: | ||
description: "Namespace defines the space within which each name must | ||
be unique. An empty namespace is equivalent to the \"default\" namespace, | ||
but \"default\" is the canonical representation. Not all objects are | ||
required to be scoped to a namespace - the value of this field for | ||
those objects will be empty. \n Must be a DNS_LABEL. Cannot be updated. | ||
More info: http://kubernetes.io/docs/user-guide/namespaces" | ||
type: string | ||
labels: | ||
additionalProperties: | ||
type: string | ||
description: 'Map of string keys and values that can be used to organize | ||
and categorize (scope and select) objects. May match selectors of | ||
replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels' | ||
type: object | ||
annotations: | ||
additionalProperties: | ||
type: string | ||
description: 'Annotations is an unstructured key value map stored with | ||
a resource that may be set by external tools to store and retrieve | ||
arbitrary metadata. They are not queryable and should be preserved | ||
when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations' | ||
type: object | ||
type: object | ||
spec: | ||
properties: | ||
invoker: | ||
properties: | ||
apiGroup: | ||
type: string | ||
kind: | ||
type: string | ||
name: | ||
type: string | ||
required: | ||
- kind | ||
- name | ||
type: object | ||
x-kubernetes-map-type: atomic | ||
repository: | ||
type: string | ||
retryLeft: | ||
format: int32 | ||
type: integer | ||
session: | ||
type: string | ||
snapshot: | ||
type: string | ||
type: object | ||
type: object |
Oops, something went wrong.