api-v1-namespaces-{namespace}-pods-{name}

Number of APIs: 7

  1. delete Core V1Namespaced Pod DELETE {{baseUrl}}/api/v1/namespaces/:namespace/pods/:name?dryRun=<string>&gracePeriodSeconds=<integer>&orphanDependents=<boolean>&propagationPolicy=<string>&pretty=<string>

  2. read Core V1Namespaced Pod GET {{baseUrl}}/api/v1/namespaces/:namespace/pods/:name?exact=<boolean>&export=<boolean>&pretty=<string>

  3. patch Core V1Namespaced Pod PATCH {{baseUrl}}/api/v1/namespaces/:namespace/pods/:name?dryRun=<string>&fieldManager=<string>&force=<boolean>&pretty=<string>

  4. replace Core V1Namespaced Pod PUT {{baseUrl}}/api/v1/namespaces/:namespace/pods/:name?dryRun=<string>&fieldManager=<string>&pretty=<string>

  5. create Core V1Namespaced Pod Binding POST {{baseUrl}}/api/v1/namespaces/:namespace/pods/:name/binding?dryRun=<string>&fieldManager=<string>&pretty=<string>

  6. create Core V1Namespaced Pod Eviction POST {{baseUrl}}/api/v1/namespaces/:namespace/pods/:name/eviction?dryRun=<string>&fieldManager=<string>&pretty=<string>

  7. read Core V1Namespaced Pod Log GET {{baseUrl}}/api/v1/namespaces/:namespace/pods/:name/log?container=<string>&follow=<boolean>&insecureSkipTLSVerifyBackend=<boolean>&limitBytes=<integer>&pretty=<string>&previous=<boolean>&sinceSeconds=<integer>&tailLines=<integer>&timestamps=<boolean>