api-v1-namespaces-{namespace}-pods-{name}
Number of APIs: 7
-
delete Core V1Namespaced Pod DELETE {{baseUrl}}/api/v1/namespaces/:namespace/pods/:name?dryRun=<string>&gracePeriodSeconds=<integer>&orphanDependents=<boolean>&propagationPolicy=<string>&pretty=<string>
-
read Core V1Namespaced Pod GET {{baseUrl}}/api/v1/namespaces/:namespace/pods/:name?exact=<boolean>&export=<boolean>&pretty=<string>
-
patch Core V1Namespaced Pod PATCH {{baseUrl}}/api/v1/namespaces/:namespace/pods/:name?dryRun=<string>&fieldManager=<string>&force=<boolean>&pretty=<string>
-
replace Core V1Namespaced Pod PUT {{baseUrl}}/api/v1/namespaces/:namespace/pods/:name?dryRun=<string>&fieldManager=<string>&pretty=<string>
-
create Core V1Namespaced Pod Binding POST {{baseUrl}}/api/v1/namespaces/:namespace/pods/:name/binding?dryRun=<string>&fieldManager=<string>&pretty=<string>
-
create Core V1Namespaced Pod Eviction POST {{baseUrl}}/api/v1/namespaces/:namespace/pods/:name/eviction?dryRun=<string>&fieldManager=<string>&pretty=<string>
-
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>×tamps=<boolean>