public class VolumeClaimAnnotationProcessor extends AbstractAnnotationProcessor
Constructor and Description |
---|
VolumeClaimAnnotationProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
processAnnotation(org.ballerinalang.model.tree.ServiceNode serviceNode,
org.ballerinalang.model.tree.AnnotationAttachmentNode attachmentNode)
Process PersistentVolumeClaim annotations.
|
processAnnotation, processAnnotation
public void processAnnotation(org.ballerinalang.model.tree.ServiceNode serviceNode, org.ballerinalang.model.tree.AnnotationAttachmentNode attachmentNode) throws KubernetesPluginException
processAnnotation
in interface AnnotationProcessor
processAnnotation
in class AbstractAnnotationProcessor
attachmentNode
- Attachment NodeserviceNode
- Ballerina service node.KubernetesPluginException
- if an error occurs while processing annotation.Copyright © 2019 WSO2. All rights reserved.