naftiko: 1.0.0-alpha2 info: label: Kubernetes Services Kubernetes Gateway API — GatewayClass description: 'Kubernetes Services Kubernetes Gateway API — GatewayClass. 4 operations. Lead operation: Kubernetes Services List GatewayClasses. Self-contained Naftiko capability covering one Kubernetes Services business surface.' tags: - Kubernetes Services - GatewayClass created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: KUBERNETES_SERVICES_API_KEY: KUBERNETES_SERVICES_API_KEY capability: consumes: - type: http namespace: kubernetes-gateway-gatewayclass baseUri: https://kubernetes.default.svc description: Kubernetes Services Kubernetes Gateway API — GatewayClass business capability. Self-contained, no shared references. resources: - name: apis-gateway.networking.k8s.io-v1-gatewayclasses path: /apis/gateway.networking.k8s.io/v1/gatewayclasses operations: - name: listgatewayclasses method: GET description: Kubernetes Services List GatewayClasses outputRawFormat: json outputParameters: - name: result type: object value: $. - name: creategatewayclass method: POST description: Kubernetes Services Create a GatewayClass outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: apis-gateway.networking.k8s.io-v1-gatewayclasses-name path: /apis/gateway.networking.k8s.io/v1/gatewayclasses/{name} operations: - name: getgatewayclass method: GET description: Kubernetes Services Get a GatewayClass outputRawFormat: json outputParameters: - name: result type: object value: $. - name: deletegatewayclass method: DELETE description: Kubernetes Services Delete a GatewayClass outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.KUBERNETES_SERVICES_API_KEY}}' exposes: - type: rest namespace: kubernetes-gateway-gatewayclass-rest port: 8080 description: REST adapter for Kubernetes Services Kubernetes Gateway API — GatewayClass. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/apis/gateway-networking-k8s-io/v1/gatewayclasses name: apis-gateway-networking-k8s-io-v1-gatewayclasses description: REST surface for apis-gateway.networking.k8s.io-v1-gatewayclasses. operations: - method: GET name: listgatewayclasses description: Kubernetes Services List GatewayClasses call: kubernetes-gateway-gatewayclass.listgatewayclasses outputParameters: - type: object mapping: $. - method: POST name: creategatewayclass description: Kubernetes Services Create a GatewayClass call: kubernetes-gateway-gatewayclass.creategatewayclass with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/apis/gateway-networking-k8s-io/v1/gatewayclasses/{name} name: apis-gateway-networking-k8s-io-v1-gatewayclasses-name description: REST surface for apis-gateway.networking.k8s.io-v1-gatewayclasses-name. operations: - method: GET name: getgatewayclass description: Kubernetes Services Get a GatewayClass call: kubernetes-gateway-gatewayclass.getgatewayclass outputParameters: - type: object mapping: $. - method: DELETE name: deletegatewayclass description: Kubernetes Services Delete a GatewayClass call: kubernetes-gateway-gatewayclass.deletegatewayclass outputParameters: - type: object mapping: $. - type: mcp namespace: kubernetes-gateway-gatewayclass-mcp port: 9090 transport: http description: MCP adapter for Kubernetes Services Kubernetes Gateway API — GatewayClass. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: kubernetes-services-list-gatewayclasses description: Kubernetes Services List GatewayClasses hints: readOnly: true destructive: false idempotent: true call: kubernetes-gateway-gatewayclass.listgatewayclasses outputParameters: - type: object mapping: $. - name: kubernetes-services-create-gatewayclass description: Kubernetes Services Create a GatewayClass hints: readOnly: false destructive: false idempotent: false call: kubernetes-gateway-gatewayclass.creategatewayclass with: body: tools.body outputParameters: - type: object mapping: $. - name: kubernetes-services-get-gatewayclass description: Kubernetes Services Get a GatewayClass hints: readOnly: true destructive: false idempotent: true call: kubernetes-gateway-gatewayclass.getgatewayclass outputParameters: - type: object mapping: $. - name: kubernetes-services-delete-gatewayclass description: Kubernetes Services Delete a GatewayClass hints: readOnly: false destructive: true idempotent: true call: kubernetes-gateway-gatewayclass.deletegatewayclass outputParameters: - type: object mapping: $.