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

Number of APIs: 4

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

  2. read Core V1Namespaced Secret GET {{baseUrl}}/api/v1/namespaces/:namespace/secrets/:name?pretty=<string>

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

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