Skip to content

Commit

Permalink
Add K8S and CF annotations to context object and CF bind resource
Browse files Browse the repository at this point in the history
Fixed typos spotted by travis-ci build & @waterlink review
  • Loading branch information
gberche-orange committed Apr 25, 2019
1 parent 72c9ee3 commit 41362b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,15 +300,15 @@ Cloud Foundry API call:
Version: 2.15

The [annotations](http://v3-apidocs.cloudfoundry.org/version/3.69.0/index.html#metadata) attached to the Service Instance.
Note that the annotations of a service instance in Cloud Foundry MAY be changed.
Note that the annotations of a Service Instance in Cloud Foundry MAY be changed.
This OPTIONAL property holds an object with the annotations key/value pairs. If present, this property MUST be an object, with zero or more properties as follows:

```
"space_annotations": { "key-here":"value-here" }
"instance_annotations": { "key-here":"value-here" }
```
For example:
```
"space_annotations": { "send-alerts-to-email":"me@mycompany.com" }
"instance_annotations": { "send-alerts-to-email":"me@mycompany.com" }
```


Expand Down Expand Up @@ -339,7 +339,7 @@ The following properties are defined for usage within a Kubernetes deployment:
Version: 2.15

The [annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) attached to the namespace in which the Service Instance will be visible.
Note that the annotations of an namespace in Kubernetes MAY be changed.
Note that the annotations of a namespace in Kubernetes MAY be changed.
This OPTIONAL property holds an object with the annotations key/value pairs. If present, this property MUST be an object, with zero or more properties as follows:

```
Expand All @@ -355,7 +355,7 @@ The following properties are defined for usage within a Kubernetes deployment:
Version: 2.15

The [annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) attached to the Service Instance.
Note that the annotations of a service instance in Kubernetes MAY be changed.
Note that the annotations of a Service Instance in Kubernetes MAY be changed.
This OPTIONAL property holds an object with the annotations key/value pairs. If present, this property MUST be an object, with zero or more properties as follows:

```
Expand Down

0 comments on commit 41362b1

Please sign in to comment.