Container is used to define the container properties for user-defined functions, sinks, etc.
Name | Type | Description | Notes |
---|---|---|---|
args | List<String> | [optional] | |
command | List<String> | [optional] | |
env | List<V1EnvVar> | [optional] | |
envFrom | List<V1EnvFromSource> | [optional] | |
image | String | [optional] | |
imagePullPolicy | String | [optional] | |
resources | V1ResourceRequirements | [optional] | |
securityContext | V1SecurityContext | [optional] | |
volumeMounts | List<V1VolumeMount> | [optional] |