APIDefinition - Endpoint Middleware - PRO/open source features?

Thanks @ahmet .

Is there a way to find the entire API Definition objects which are supported by tyk-operator similar to what is documented here for tyk-gateway.

For example -

Adding global header is supported like below -

 global_headers:
     header-name: header-value

But not the resource level header addition like below-

 extended_paths:
     transform_headers:
        add_headers:
            header-name: header-value
        path: (.*)
        method: GET

We see global header addition is mentioned in Github link but not the resource level. Are the features which are not mentioned in Github not supported yet?