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

Number of APIs: 4

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

  2. patch Core V1Namespaced Config Map PATCH {{baseUrl}}/api/v1/namespaces/:namespace/configmaps/:name?dryRun=<string>&fieldManager=<string>&fieldValidation=<string>&force=<boolean>&pretty=<string>

  3. replace Core V1Namespaced Config Map PUT {{baseUrl}}/api/v1/namespaces/:namespace/configmaps/:name?dryRun=<string>&fieldManager=<string>&fieldValidation=<string>&pretty=<string>

  4. read Core V1Namespaced Config Map GET {{baseUrl}}/api/v1/namespaces/:namespace/configmaps/:name?pretty=<string>