StatefulSetResourceBuilder

Deprecated

apps/v1beta2/StatefulSet is deprecated by apps/v1/StatefulSet and not supported by Kubernetes v1.16+ clusters.

Builder for StatefulSet.

Properties

Link copied to clipboard
Link copied to clipboard
var name: String?
Link copied to clipboard
var opts: CustomResourceOptions

Functions

Link copied to clipboard
suspend fun args(block: suspend StatefulSetArgsBuilder.() -> Unit)
Link copied to clipboard
fun name(value: String)
Link copied to clipboard
suspend fun opts(block: suspend CustomResourceOptionsBuilder.() -> Unit)