Container Code Package Properties Args
data class ContainerCodePackagePropertiesArgs(val commands: Output<List<String>>? = null, val diagnostics: Output<DiagnosticsRefArgs>? = null, val endpoints: Output<List<EndpointPropertiesArgs>>? = null, val entrypoint: Output<String>? = null, val environmentVariables: Output<List<EnvironmentVariableArgs>>? = null, val image: Output<String>, val imageRegistryCredential: Output<ImageRegistryCredentialArgs>? = null, val labels: Output<List<ContainerLabelArgs>>? = null, val name: Output<String>, val reliableCollectionsRefs: Output<List<ReliableCollectionsRefArgs>>? = null, val resources: Output<ResourceRequirementsArgs>, val settings: Output<List<SettingArgs>>? = null, val volumeRefs: Output<List<VolumeReferenceArgs>>? = null, val volumes: Output<List<ApplicationScopedVolumeArgs>>? = null) : ConvertibleToJava<ContainerCodePackagePropertiesArgs>
Describes a container and its runtime properties.
Constructors
Link copied to clipboard
fun ContainerCodePackagePropertiesArgs(commands: Output<List<String>>? = null, diagnostics: Output<DiagnosticsRefArgs>? = null, endpoints: Output<List<EndpointPropertiesArgs>>? = null, entrypoint: Output<String>? = null, environmentVariables: Output<List<EnvironmentVariableArgs>>? = null, image: Output<String>, imageRegistryCredential: Output<ImageRegistryCredentialArgs>? = null, labels: Output<List<ContainerLabelArgs>>? = null, name: Output<String>, reliableCollectionsRefs: Output<List<ReliableCollectionsRefArgs>>? = null, resources: Output<ResourceRequirementsArgs>, settings: Output<List<SettingArgs>>? = null, volumeRefs: Output<List<VolumeReferenceArgs>>? = null, volumes: Output<List<ApplicationScopedVolumeArgs>>? = null)