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

Number of APIs: 4

  1. read Core V1Namespaced Replication Controller GET {{baseUrl}}/api/v1/namespaces/:namespace/replicationcontrollers/:name?pretty=<string>

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

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

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