{ "opencollection": "1.0.0", "info": { "name": "Istio Extensions AuthorizationPolicy WasmPlugin API", "version": "v1alpha1" }, "items": [ { "info": { "name": "WasmPlugin", "type": "folder" }, "items": [ { "info": { "name": "Istio List WasmPlugins", "type": "http" }, "http": { "method": "GET", "url": "https://{cluster}/apis/extensions.istio.io/v1alpha1/namespaces/:namespace/wasmplugins", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace" }, { "name": "labelSelector", "value": "", "type": "query", "description": "A selector to restrict the list of returned objects by their labels" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of resources to return" }, { "name": "continue", "value": "", "type": "query", "description": "Continue token for paginated list requests" } ] }, "docs": "List all WasmPlugin resources in the specified namespace. A WasmPlugin provides a mechanism to extend the functionality provided by the Istio proxy through WebAssembly filters, enabling custom authentication, authorization, metrics, logging, and traffic transformation at the proxy level." }, { "info": { "name": "Istio Create a WasmPlugin", "type": "http" }, "http": { "method": "POST", "url": "https://{cluster}/apis/extensions.istio.io/v1alpha1/namespaces/:namespace/wasmplugins", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new WasmPlugin resource in the specified namespace." }, { "info": { "name": "Istio Get a WasmPlugin", "type": "http" }, "http": { "method": "GET", "url": "https://{cluster}/apis/extensions.istio.io/v1alpha1/namespaces/:namespace/wasmplugins/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "The resource name" } ] }, "docs": "Read the specified WasmPlugin resource." }, { "info": { "name": "Istio Replace a WasmPlugin", "type": "http" }, "http": { "method": "PUT", "url": "https://{cluster}/apis/extensions.istio.io/v1alpha1/namespaces/:namespace/wasmplugins/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "The resource name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replace the specified WasmPlugin resource." }, { "info": { "name": "Istio Delete a WasmPlugin", "type": "http" }, "http": { "method": "DELETE", "url": "https://{cluster}/apis/extensions.istio.io/v1alpha1/namespaces/:namespace/wasmplugins/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "The resource name" } ] }, "docs": "Delete the specified WasmPlugin resource." } ] } ], "bundled": true }