Thanks for your feedback!
EDIT
.yaml
de JavaInterceptor (comando delete
)apiVersion: api-management.sensedia.com/v1 kind: JavaInterceptor spec: # Campos de identificación name: "My Interceptor"
delete
){ "$schema": "https://json-schema.org/draft/2019-09/schema", "$id": "https://sensedia.com/cli/api-management/java-interceptor/delete", "type": "object", "properties": { "apiVersion": { "type": "string", "enum": [ "api-management.sensedia.com/v1" ] }, "kind": { "type": "string", "enum": [ "JavaInterceptor" ] }, "metadata": { "type": "object", "additionalProperties": { "type": "string" } }, "spec": { "additionalProperties": true, "type": "object", "required": [ "name" ], "properties": { "name": { "type": "string" } } } }, "required": [ "apiVersion", "kind", "spec" ] }
Share your suggestions with us!
Click here and then [+ Submit idea]