Stateful Set Spec Patch Args
constructor(podManagementPolicy: Output<String>? = null, replicas: Output<Int>? = null, revisionHistoryLimit: Output<Int>? = null, selector: Output<LabelSelectorPatchArgs>? = null, serviceName: Output<String>? = null, template: Output<PodTemplateSpecPatchArgs>? = null, updateStrategy: Output<StatefulSetUpdateStrategyPatchArgs>? = null, volumeClaimTemplates: Output<List<PersistentVolumeClaimPatchArgs>>? = null)