Arc Configuration Response
data class ArcConfigurationResponse(val artifactStorageAccessMode: String? = null, val artifactStorageClassName: String? = null, val artifactStorageMountPath: String? = null, val artifactStorageNodeName: String? = null, val artifactsStorageType: String? = null, val frontEndServiceConfiguration: FrontEndConfigurationResponse? = null)
Constructors
Link copied to clipboard
fun ArcConfigurationResponse(artifactStorageAccessMode: String? = null, artifactStorageClassName: String? = null, artifactStorageMountPath: String? = null, artifactStorageNodeName: String? = null, artifactsStorageType: String? = null, frontEndServiceConfiguration: FrontEndConfigurationResponse? = null)