You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| app.kubernetes.io/name[^1]| The name of the application: `hyperledger-fabric`|
13
+
| app.kubernetes.io/component[^1]| The application component: `chaincode`|
14
+
| app.kubernetes.io/created-by[^1]| The tool that created the object: `fabric-builder-k8s`|
15
+
| app.kubernetes.io/managed-by[^1]| The tool used to manage the application: `fabric-builder-k8s`|
16
+
| fabric-builder-k8s-cclabel | The chaincode label, e.g. `assetcc`|
17
+
| fabric-builder-k8s-cchash | Base32 encoded chaincode hash, e.g. `N6MMJOZJIFDXCMJO3XI2QE7O6WB56IJBYI24I6LXSLYUDJDNJNCQ`|
18
+
19
+
[^1]:
20
+
Kubernetes defines [recommended labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/) to describe applications and instances of applications.
21
+
22
+
## Annotations
23
+
24
+
Kubernetes objects created by the k8s builder have the following annotations.
0 commit comments