ReplicationController
apiVersion: v1
import "k8s.io/api/core/v1"
ReplicationController
ReplicationController represents the configuration of a replication controller.
-
apiVersion: v1
-
kind: ReplicationController
-
metadata (
If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info:
-
spec (
Spec defines the specification of the desired behavior of the replication controller. More info:
-
status (
Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info:
ReplicationControllerSpec
ReplicationControllerSpec is the specification of a replication controller.
-
selector (map[string]string)
Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info:
-
template (
Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. More info:
-
replicas (int32)
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info:
-
minReadySeconds (int32)
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
ReplicationControllerStatus
ReplicationControllerStatus represents the current status of a replication controller.
-
replicas (int32), required
Replicas is the most recently oberved number of replicas. More info:
-
availableReplicas (int32)
The number of available replicas (ready for at least minReadySeconds) for this replication controller.
-
readyReplicas (int32)
The number of ready replicas for this replication controller.
-
fullyLabeledReplicas (int32)
The number of pods that have labels matching the labels of the pod template of the replication controller.
-
conditions ([]ReplicationControllerCondition)
Patch strategy: merge on key
type
Represents the latest available observations of a replication controller's current state.
ReplicationControllerCondition describes the state of a replication controller at a certain point.
-
conditions.status (string), required
Status of the condition, one of True, False, Unknown.
-
conditions.type (string), required
Type of replication controller condition.
-
conditions.lastTransitionTime (Time)
The last time the condition transitioned from one status to another.
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
-
conditions.message (string)
A human readable message indicating details about the transition.
-
conditions.reason (string)
The reason for the condition's last transition.
-
-
observedGeneration (int64)
ObservedGeneration reflects the generation of the most recently observed replication controller.
ReplicationControllerList
ReplicationControllerList is a collection of replication controllers.
Operations
get
read the specified ReplicationController
HTTP Request
GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
Parameters
-
name (in path): string, required
name of the ReplicationController
-
namespace (in path): string, required
-
pretty (in query): string
Response
200 (
401: Unauthorized GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status name (in path): string, required name of the ReplicationController namespace (in path): string, required pretty (in query): string 200 (
401: Unauthorized GET /api/v1/namespaces/{namespace}/replicationcontrollers namespace (in path): string, required allowWatchBookmarks (in query): boolean continue (in query): string fieldSelector (in query): string labelSelector (in query): string limit (in query): integer pretty (in query): string resourceVersion (in query): string resourceVersionMatch (in query): string timeoutSeconds (in query): integer watch (in query): boolean 200 (
401: Unauthorized GET /api/v1/replicationcontrollers allowWatchBookmarks (in query): boolean continue (in query): string fieldSelector (in query): string labelSelector (in query): string limit (in query): integer pretty (in query): string resourceVersion (in query): string resourceVersionMatch (in query): string timeoutSeconds (in query): integer watch (in query): boolean 200 (
401: Unauthorized POST /api/v1/namespaces/{namespace}/replicationcontrollers namespace (in path): string, required dryRun (in query): string fieldManager (in query): string fieldValidation (in query): string pretty (in query): string 200 (
201 (
202 (
401: Unauthorized PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name} name (in path): string, required name of the ReplicationController namespace (in path): string, required dryRun (in query): string fieldManager (in query): string fieldValidation (in query): string pretty (in query): string 200 (
201 (
401: Unauthorized PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status name (in path): string, required name of the ReplicationController namespace (in path): string, required dryRun (in query): string fieldManager (in query): string fieldValidation (in query): string pretty (in query): string 200 (
201 (
401: Unauthorized PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name} name (in path): string, required name of the ReplicationController namespace (in path): string, required dryRun (in query): string fieldManager (in query): string fieldValidation (in query): string force (in query): boolean pretty (in query): string 200 (
201 (
401: Unauthorized PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status name (in path): string, required name of the ReplicationController namespace (in path): string, required dryRun (in query): string fieldManager (in query): string fieldValidation (in query): string force (in query): boolean pretty (in query): string 200 (
201 (
401: Unauthorized DELETE /api/v1/namespaces/{namespace}/replicationcontrollers/{name} name (in path): string, required name of the ReplicationController namespace (in path): string, required dryRun (in query): string gracePeriodSeconds (in query): integer pretty (in query): string propagationPolicy (in query): string 200 (
202 (
401: Unauthorized DELETE /api/v1/namespaces/{namespace}/replicationcontrollers namespace (in path): string, required continue (in query): string dryRun (in query): string fieldSelector (in query): string gracePeriodSeconds (in query): integer labelSelector (in query): string limit (in query): integer pretty (in query): string propagationPolicy (in query): string resourceVersion (in query): string resourceVersionMatch (in query): string timeoutSeconds (in query): integer 200 (
401: Unauthorizedget
read status of the specified ReplicationControllerHTTP Request
Parameters
Response
list
list or watch objects of kind ReplicationControllerHTTP Request
Parameters
Response
list
list or watch objects of kind ReplicationControllerHTTP Request
Parameters
Response
create
create a ReplicationControllerHTTP Request
Parameters
Response
update
replace the specified ReplicationControllerHTTP Request
Parameters
Response
update
replace status of the specified ReplicationControllerHTTP Request
Parameters
Response
patch
partially update the specified ReplicationControllerHTTP Request
Parameters
Response
patch
partially update status of the specified ReplicationControllerHTTP Request
Parameters
Response
delete
delete a ReplicationControllerHTTP Request
Parameters
Response
deletecollection
delete collection of ReplicationControllerHTTP Request
Parameters
Response