This repository was archived by the owner on Jun 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 89
Chart updated for version 1.1.0 #1169
Merged
openshift-ci
merged 1 commit into
redhat-developer:master
from
Kartikey-star:chart_release
Jun 16, 2022
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
122 changes: 122 additions & 0 deletions
122
charts/service-binding-operator/crds/clusterworkloadresourcemappings.servicebinding.io.yaml
This file contains hidden or 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,122 @@ | ||
--- | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
annotations: | ||
controller-gen.kubebuilder.io/version: v0.7.0 | ||
creationTimestamp: null | ||
name: clusterworkloadresourcemappings.servicebinding.io | ||
spec: | ||
group: servicebinding.io | ||
names: | ||
kind: ClusterWorkloadResourceMapping | ||
listKind: ClusterWorkloadResourceMappingList | ||
plural: clusterworkloadresourcemappings | ||
singular: clusterworkloadresourcemapping | ||
scope: Cluster | ||
versions: | ||
- additionalPrinterColumns: | ||
- jsonPath: .metadata.creationTimestamp | ||
name: Age | ||
type: date | ||
name: v1alpha3 | ||
schema: | ||
openAPIV3Schema: | ||
description: ClusterWorkloadResourceMapping is the Schema for the clusterworkloadresourcemappings | ||
API | ||
properties: | ||
apiVersion: | ||
description: 'APIVersion defines the versioned schema of this representation | ||
of an object. Servers should convert recognized schemas to the latest | ||
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' | ||
type: string | ||
kind: | ||
description: 'Kind is a string value representing the REST resource this | ||
object represents. Servers may infer this from the endpoint the client | ||
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
description: ClusterWorkloadResourceMappingSpec defines the desired state | ||
of ClusterWorkloadResourceMapping | ||
properties: | ||
versions: | ||
description: Versions is the collection of versions for a given resource, | ||
with mappings. | ||
items: | ||
description: ClusterWorkloadResourceMappingTemplate defines the | ||
mapping for a specific version of an workload resource to a logical | ||
PodTemplateSpec-like structure. | ||
properties: | ||
annotations: | ||
description: Annotations is a Restricted JSONPath that references | ||
the annotations map within the workload resource. These annotations | ||
must end up in the resulting Pod, and are generally not the | ||
workload resource's annotations. Defaults to `.spec.template.metadata.annotations`. | ||
type: string | ||
containers: | ||
description: Containers is the collection of mappings to container-like | ||
fragments of the workload resource. Defaults to mappings appropriate | ||
for a PodSpecable resource. | ||
items: | ||
description: "ClusterWorkloadResourceMappingContainer defines | ||
the mapping for a specific fragment of an workload resource | ||
to a Container-like structure. \n Each mapping defines exactly | ||
one path that may match multiple container-like fragments | ||
within the workload resource. For each object matching the | ||
path the name, env and volumeMounts expressions are resolved | ||
to find those structures." | ||
properties: | ||
env: | ||
description: Env is a Restricted JSONPath that references | ||
the slice of environment variables for the container | ||
with the container-like workload resource fragment. | ||
The referenced location is created if it does not exist. | ||
Defaults to `.envs`. | ||
type: string | ||
name: | ||
description: Name is a Restricted JSONPath that references | ||
the name of the container with the container-like workload | ||
resource fragment. If not defined, container name filtering | ||
is ignored. | ||
type: string | ||
path: | ||
description: Path is the JSONPath within the workload | ||
resource that matches an existing fragment that is container-like. | ||
type: string | ||
volumeMounts: | ||
description: VolumeMounts is a Restricted JSONPath that | ||
references the slice of volume mounts for the container | ||
with the container-like workload resource fragment. | ||
The referenced location is created if it does not exist. | ||
Defaults to `.volumeMounts`. | ||
type: string | ||
required: | ||
- path | ||
type: object | ||
type: array | ||
version: | ||
description: Version is the version of the workload resource | ||
that this mapping is for. | ||
type: string | ||
volumes: | ||
description: Volumes is a Restricted JSONPath that references | ||
the slice of volumes within the workload resource. Defaults | ||
to `.spec.template.spec.volumes`. | ||
type: string | ||
required: | ||
- version | ||
type: object | ||
type: array | ||
type: object | ||
type: object | ||
served: true | ||
storage: true | ||
subresources: {} | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: [] | ||
storedVersions: [] |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.