Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1011 Bytes

V1DeploymentConfigRollbackSpec.md

File metadata and controls

15 lines (11 loc) · 1011 Bytes

V1DeploymentConfigRollbackSpec

Properties

Name Type Description Notes
from \UniversityOfAdelaide\OpenShift\Model\V1ObjectReference From points to a ReplicationController which is a deployment.
includeReplicationMeta bool IncludeReplicationMeta specifies whether to include the replica count and selector.
includeStrategy bool IncludeStrategy specifies whether to include the deployment Strategy.
includeTemplate bool IncludeTemplate specifies whether to include the PodTemplateSpec.
includeTriggers bool IncludeTriggers specifies whether to include config Triggers.
revision int Revision to rollback to. If set to 0, rollback to the last revision. [optional]

[Back to Model list] [Back to API list] [Back to README]