# Zilla::IoK8sApiAppsV1ReplicaSetCondition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **last_transition_time** | **Time** | 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. | [optional] | | **message** | **String** | A human readable message indicating details about the transition. | [optional] | | **reason** | **String** | The reason for the condition's last transition. | [optional] | | **status** | **String** | Status of the condition, one of True, False, Unknown. | | | **type** | **String** | Type of replica set condition. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAppsV1ReplicaSetCondition.new( last_transition_time: null, message: null, reason: null, status: null, type: null ) ```