listCoreV1Namespace | SELECT | cluster_addr, protocol | list or watch objects of kind Namespace |
readCoreV1Namespace | SELECT | name, cluster_addr, protocol | read the specified Namespace |
createCoreV1Namespace | INSERT | cluster_addr, protocol | create a Namespace |
deleteCoreV1Namespace | DELETE | name, cluster_addr, protocol | delete a Namespace |
patchCoreV1Namespace | EXEC | name, cluster_addr, protocol | partially update the specified Namespace |
patchCoreV1NamespaceStatus | EXEC | name, cluster_addr, protocol | partially update status of the specified Namespace |
readCoreV1NamespaceStatus | EXEC | name, cluster_addr, protocol | read status of the specified Namespace |
replaceCoreV1Namespace | EXEC | name, cluster_addr, protocol | replace the specified Namespace |
replaceCoreV1NamespaceFinalize | EXEC | name, cluster_addr, protocol | replace finalize of the specified Namespace |
replaceCoreV1NamespaceStatus | EXEC | name, cluster_addr, protocol | replace status of the specified Namespace |
watchCoreV1Namespace | EXEC | name, cluster_addr, protocol | watch changes to an object of kind Namespace. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
watchCoreV1NamespaceList | EXEC | cluster_addr, protocol | watch individual changes to a list of Namespace. deprecated: use the 'watch' parameter with a list operation instead. |