OpenKruise · Agentic Access

OpenKruise Agentic Access

x-agentic-access generated

OpenKruise exposes 17 API operations that an AI agent could call, of which 8 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.

By consequence: 9 read and 8 write.

Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.

Cloud NativeControllersDeploymentIncubatingKubernetesWorkload ManagementCRDs
Operations: 17 Acting: 8 Human-in-the-loop: 0 Method: generated

By consequence

read 9 write 8

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/openkruise-openapi.yml
description: Recommended x-agentic-access execution contracts, classified heuristically from
  the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind
  audience per deployment. See research/curity/agentic-governance/.
summary:
  operations: 17
  by_action_class:
    connected: 9
    acting: 8
  by_consequence:
    read: 9
    write: 8
  human_in_the_loop_required: 0
operations:
- path: /apis/apps.kruise.io/v1alpha1/clonesets
  method: get
  operationId: listClonesetsAllNamespaces
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /apis/apps.kruise.io/v1alpha1/namespaces/{namespace}/clonesets
  method: get
  operationId: listClonesets
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /apis/apps.kruise.io/v1alpha1/namespaces/{namespace}/clonesets
  method: post
  operationId: createCloneset
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /apis/apps.kruise.io/v1alpha1/namespaces/{namespace}/clonesets/{name}
  method: get
  operationId: getCloneset
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /apis/apps.kruise.io/v1alpha1/namespaces/{namespace}/clonesets/{name}
  method: delete
  operationId: deleteCloneset
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /apis/apps.kruise.io/v1beta1/namespaces/{namespace}/statefulsets
  method: get
  operationId: listAdvancedStatefulSets
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /apis/apps.kruise.io/v1beta1/namespaces/{namespace}/statefulsets
  method: post
  operationId: createAdvancedStatefulSet
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /apis/apps.kruise.io/v1beta1/namespaces/{namespace}/statefulsets/{name}
  method: get
  operationId: getAdvancedStatefulSet
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /apis/apps.kruise.io/v1beta1/namespaces/{namespace}/statefulsets/{name}
  method: delete
  operationId: deleteAdvancedStatefulSet
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /apis/apps.kruise.io/v1alpha1/namespaces/{namespace}/daemonsets
  method: get
  operationId: listAdvancedDaemonSets
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /apis/apps.kruise.io/v1alpha1/namespaces/{namespace}/daemonsets
  method: post
  operationId: createAdvancedDaemonSet
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /apis/apps.kruise.io/v1alpha1/sidecarsets
  method: get
  operationId: listSidecarSets
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /apis/apps.kruise.io/v1alpha1/sidecarsets
  method: post
  operationId: createSidecarSet
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /apis/apps.kruise.io/v1alpha1/namespaces/{namespace}/broadcastjobs
  method: get
  operationId: listBroadcastJobs
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /apis/apps.kruise.io/v1alpha1/namespaces/{namespace}/broadcastjobs
  method: post
  operationId: createBroadcastJob
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /apis/apps.kruise.io/v1alpha1/imagepulljobs
  method: get
  operationId: listImagePullJobs
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /apis/apps.kruise.io/v1alpha1/imagepulljobs
  method: post
  operationId: createImagePullJob
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required