Build https://github.com/fairfaxmedia/annotation-controller/
331
Controller that defines an annotation type in Kubernetes.
This allows the type to manage Annotations of other types within Kubernetes.
Defining an object of the type Annotation targeting the namespace object.
apiVersion: example.com/v1
kind: Annotation
metadata:
name: example-annotation
namespace: annotation-controller
spec:
targets:
- Data:
ping: pong
Kind: namespace
Will modify the annotations of the target resource
apiVersion: v1
kind: Namespace
metadata:
annotations:
ping: pong
| Type | Operations |
|---|---|
namespace | CREATE/UPDATE |
make
make deploy
make delete
Content type
Image
Digest
Size
10.7 MB
Last updated
about 8 years ago
docker pull fairfaxmedia/annotation-controller