Package intrinsic_proto.workcell_spec.v1
Messages
message Image intrinsic/kubernetes/workcell_spec/proto/image.proto
| Field | Type | Description | |
|---|---|---|---|
| 1 | registry |
string
|
fully qualified url to container registry, e.g. 'gcr.io/ |
| 2 | name |
string
|
image name, will also be used in the template for the resources that run the image (e.g. pod or deployment) |
| 3 | tag |
string
|
image ref, e.g. '@sha256: |
| 4 | auth_user |
string
|
private registry auth, e.g. for gcr.io use: user=oauth2accesstoken password="$(gcloud auth application-default print-access-token)" |
| 5 | auth_password |
string
|