--- permalink: /1.32/core/v1/replicationControllerCondition/ --- # core.v1.replicationControllerCondition "ReplicationControllerCondition describes the state of a replication controller at a certain point." ## Index * [`fn withLastTransitionTime(lastTransitionTime)`](#fn-withlasttransitiontime) * [`fn withMessage(message)`](#fn-withmessage) * [`fn withReason(reason)`](#fn-withreason) * [`fn withType(type)`](#fn-withtype) ## Fields ### fn withLastTransitionTime ```ts withLastTransitionTime(lastTransitionTime) ``` "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." ### fn withMessage ```ts withMessage(message) ``` "A human readable message indicating details about the transition." ### fn withReason ```ts withReason(reason) ``` "The reason for the condition's last transition." ### fn withType ```ts withType(type) ``` "Type of replication controller condition."