Skip to content

Commit

Permalink
eso crd v0.10.5 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-devops authored Nov 11, 2024
1 parent c00d788 commit f400b43
Show file tree
Hide file tree
Showing 9 changed files with 1,224 additions and 19 deletions.
2 changes: 1 addition & 1 deletion external-secrets.io/clusterexternalsecret_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"maxProperties": 1,
"properties": {
"generatorRef": {
"description": "GeneratorRef points to a generator custom resource.\n\n\nDeprecated: The generatorRef is not implemented in .data[].\nthis will be removed with v1.",
"description": "GeneratorRef points to a generator custom resource.\n\nDeprecated: The generatorRef is not implemented in .data[].\nthis will be removed with v1.",
"properties": {
"apiVersion": {
"default": "generators.external-secrets.io/v1alpha1",
Expand Down
587 changes: 582 additions & 5 deletions external-secrets.io/clustersecretstore_v1beta1.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion external-secrets.io/externalsecret_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
"properties": {
"name": {
"default": "",
"description": "Name of the referent.\nThis field is effectively required, but due to backwards compatibility is\nallowed to be empty. Instances of this type with an empty value here are\nalmost certainly wrong.\nTODO: Add other useful fields. apiVersion, kind, uid?\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names\nTODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.",
"description": "Name of the referent.\nThis field is effectively required, but due to backwards compatibility is\nallowed to be empty. Instances of this type with an empty value here are\nalmost certainly wrong.\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type": "string"
}
},
Expand Down
4 changes: 2 additions & 2 deletions external-secrets.io/externalsecret_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"maxProperties": 1,
"properties": {
"generatorRef": {
"description": "GeneratorRef points to a generator custom resource.\n\n\nDeprecated: The generatorRef is not implemented in .data[].\nthis will be removed with v1.",
"description": "GeneratorRef points to a generator custom resource.\n\nDeprecated: The generatorRef is not implemented in .data[].\nthis will be removed with v1.",
"properties": {
"apiVersion": {
"default": "generators.external-secrets.io/v1alpha1",
Expand Down Expand Up @@ -557,7 +557,7 @@
"properties": {
"name": {
"default": "",
"description": "Name of the referent.\nThis field is effectively required, but due to backwards compatibility is\nallowed to be empty. Instances of this type with an empty value here are\nalmost certainly wrong.\nTODO: Add other useful fields. apiVersion, kind, uid?\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names\nTODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.",
"description": "Name of the referent.\nThis field is effectively required, but due to backwards compatibility is\nallowed to be empty. Instances of this type with an empty value here are\nalmost certainly wrong.\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type": "string"
}
},
Expand Down
29 changes: 26 additions & 3 deletions external-secrets.io/pushsecret_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,33 @@
},
"selector": {
"description": "The Secret Selector (k8s source) for the Push Secret",
"maxProperties": 1,
"minProperties": 1,
"properties": {
"generatorRef": {
"description": "Point to a generator to create a Secret.",
"properties": {
"apiVersion": {
"default": "generators.external-secrets.io/v1alpha1",
"description": "Specify the apiVersion of the generator resource",
"type": "string"
},
"kind": {
"description": "Specify the Kind of the resource, e.g. Password, ACRAccessToken etc.",
"type": "string"
},
"name": {
"description": "Specify the name of the generator resource",
"type": "string"
}
},
"required": [
"kind",
"name"
],
"type": "object",
"additionalProperties": false
},
"secret": {
"description": "Select a Secret to Push.",
"properties": {
Expand All @@ -168,9 +194,6 @@
"additionalProperties": false
}
},
"required": [
"secret"
],
"type": "object",
"additionalProperties": false
},
Expand Down
Loading

0 comments on commit f400b43

Please sign in to comment.