SystemServiceArgs

data class SystemServiceArgs(val systemServiceType: Output<Either<String, SystemServiceType>>) : ConvertibleToJava<SystemServiceArgs>

Information about a system service deployed in the cluster

Constructors

Link copied to clipboard
constructor(systemServiceType: Output<Either<String, SystemServiceType>>)

Properties

Link copied to clipboard

The system service type

Functions

Link copied to clipboard
open override fun toJava(): SystemServiceArgs