Skip to main content

replication_controller

Overview

Namereplication_controller
TypeResource
Idk8s.core_v1.replication_controller

Fields

NameDatatypeDescription
apiVersionstringAPIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstringKind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadataobjectObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
specobjectReplicationControllerSpec is the specification of a replication controller.
statusobjectReplicationControllerStatus represents the current status of a replication controller.

Methods

NameAccessible byRequired ParamsDescription
listCoreV1NamespacedReplicationControllerSELECTnamespace, cluster_addr, protocollist or watch objects of kind ReplicationController
listCoreV1ReplicationControllerForAllNamespacesSELECTcluster_addr, protocollist or watch objects of kind ReplicationController
readCoreV1NamespacedReplicationControllerSELECTname, namespace, cluster_addr, protocolread the specified ReplicationController
createCoreV1NamespacedReplicationControllerINSERTnamespace, cluster_addr, protocolcreate a ReplicationController
deleteCoreV1CollectionNamespacedReplicationControllerDELETEnamespace, cluster_addr, protocoldelete collection of ReplicationController
deleteCoreV1NamespacedReplicationControllerDELETEname, namespace, cluster_addr, protocoldelete a ReplicationController
patchCoreV1NamespacedReplicationControllerEXECname, namespace, cluster_addr, protocolpartially update the specified ReplicationController
patchCoreV1NamespacedReplicationControllerStatusEXECname, namespace, cluster_addr, protocolpartially update status of the specified ReplicationController
readCoreV1NamespacedReplicationControllerStatusEXECname, namespace, cluster_addr, protocolread status of the specified ReplicationController
replaceCoreV1NamespacedReplicationControllerEXECname, namespace, cluster_addr, protocolreplace the specified ReplicationController
replaceCoreV1NamespacedReplicationControllerStatusEXECname, namespace, cluster_addr, protocolreplace status of the specified ReplicationController
watchCoreV1NamespacedReplicationControllerEXECname, namespace, cluster_addr, protocolwatch changes to an object of kind ReplicationController. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
watchCoreV1NamespacedReplicationControllerListEXECnamespace, cluster_addr, protocolwatch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead.
watchCoreV1ReplicationControllerListForAllNamespacesEXECcluster_addr, protocolwatch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead.