Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/argo-workflows/latest.json
Source https://raw.githubusercontent.com/argoproj/argo-workflows/master/api/jsonschema/schema.json

Validate with Lintel

npx @lintel/lintel check
Type: object

One of

Definitions

eventsource.CreateEventSourceRequest object
eventSource object
3 nested properties
metadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object
36 nested properties
amqp Record<string, object>
azureEventsHub Record<string, object>
azureQueueStorage Record<string, object>
azureServiceBus Record<string, object>
bitbucket Record<string, object>
bitbucketserver Record<string, object>
calendar Record<string, object>
emitter Record<string, object>
eventBusName string
file Record<string, object>
generic Record<string, object>
gerrit Record<string, object>
github Record<string, object>
gitlab Record<string, object>
hdfs Record<string, object>
kafka Record<string, object>
minio Record<string, object>
mns Record<string, object>
mqtt Record<string, object>
nats Record<string, object>
nsq Record<string, object>
pubSub Record<string, object>
pulsar Record<string, object>
redis Record<string, object>
redisStream Record<string, object>
replicas integer
resource Record<string, object>
service object
sftp Record<string, object>
slack Record<string, object>
sns Record<string, object>
sqs Record<string, object>
storageGrid Record<string, object>
stripe Record<string, object>
template object
webhook Record<string, object>
status object
1 nested properties
status object

Status is a common structure which can be used for Status field.

namespace string
eventsource.EventSourceDeletedResponse object
eventsource.EventSourceWatchEvent object
object object
3 nested properties
metadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object
36 nested properties
amqp Record<string, object>
azureEventsHub Record<string, object>
azureQueueStorage Record<string, object>
azureServiceBus Record<string, object>
bitbucket Record<string, object>
bitbucketserver Record<string, object>
calendar Record<string, object>
emitter Record<string, object>
eventBusName string
file Record<string, object>
generic Record<string, object>
gerrit Record<string, object>
github Record<string, object>
gitlab Record<string, object>
hdfs Record<string, object>
kafka Record<string, object>
minio Record<string, object>
mns Record<string, object>
mqtt Record<string, object>
nats Record<string, object>
nsq Record<string, object>
pubSub Record<string, object>
pulsar Record<string, object>
redis Record<string, object>
redisStream Record<string, object>
replicas integer
resource Record<string, object>
service object
sftp Record<string, object>
slack Record<string, object>
sns Record<string, object>
sqs Record<string, object>
storageGrid Record<string, object>
stripe Record<string, object>
template object
webhook Record<string, object>
status object
1 nested properties
status object

Status is a common structure which can be used for Status field.

type string
eventsource.LogEntry object
eventName string
eventSourceName string
eventSourceType string
level string
msg string
namespace string
time string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
eventsource.UpdateEventSourceRequest object
eventSource object
3 nested properties
metadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object
36 nested properties
amqp Record<string, object>
azureEventsHub Record<string, object>
azureQueueStorage Record<string, object>
azureServiceBus Record<string, object>
bitbucket Record<string, object>
bitbucketserver Record<string, object>
calendar Record<string, object>
emitter Record<string, object>
eventBusName string
file Record<string, object>
generic Record<string, object>
gerrit Record<string, object>
github Record<string, object>
gitlab Record<string, object>
hdfs Record<string, object>
kafka Record<string, object>
minio Record<string, object>
mns Record<string, object>
mqtt Record<string, object>
nats Record<string, object>
nsq Record<string, object>
pubSub Record<string, object>
pulsar Record<string, object>
redis Record<string, object>
redisStream Record<string, object>
replicas integer
resource Record<string, object>
service object
sftp Record<string, object>
slack Record<string, object>
sns Record<string, object>
sqs Record<string, object>
storageGrid Record<string, object>
stripe Record<string, object>
template object
webhook Record<string, object>
status object
1 nested properties
status object

Status is a common structure which can be used for Status field.

name string
namespace string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.AMQPConsumeConfig object
autoAck boolean
consumerTag string
exclusive boolean
noLocal boolean
noWait boolean
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.AMQPEventSource object
auth object
2 nested properties
password object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

username object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

connectionBackoff object
4 nested properties
duration object
3 nested properties
int64Val string
strVal string
type string
factor object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
jitter object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
steps integer
consume object
5 nested properties
autoAck boolean
consumerTag string
exclusive boolean
noLocal boolean
noWait boolean
exchangeDeclare object
4 nested properties
autoDelete boolean
durable boolean
internal boolean
noWait boolean
exchangeName string
exchangeType string
filter object
1 nested properties
expression string
jsonBody boolean
metadata Record<string, string>
queueBind object
1 nested properties
noWait boolean
queueDeclare object
6 nested properties
arguments string
autoDelete boolean
durable boolean
exclusive boolean
name string
noWait boolean
routingKey string
tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
url string
urlSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.AMQPExchangeDeclareConfig object
autoDelete boolean
durable boolean
internal boolean
noWait boolean
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.AMQPQueueBindConfig object
noWait boolean
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.AMQPQueueDeclareConfig object
arguments string
autoDelete boolean
durable boolean
exclusive boolean
name string
noWait boolean
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.AWSLambdaTrigger object
accessKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

functionName string

FunctionName refers to the name of the function to invoke.

invocationType string

Choose from the following options.

  • RequestResponse (default) - Invoke the function synchronously. Keep the connection open until the function returns a response or times out. The API response includes the function response and additional data.

  • Event - Invoke the function asynchronously. Send events that fail multiple times to the function's dead-letter queue (if it's configured). The API response only includes a status code.

  • DryRun - Validate parameter values and verify that the user or role has permission to invoke the function. +optional

Payload is the list of key-value extracted from an event payload to construct the request payload.

region string
roleARN string
secretKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.Amount object

Amount represent a numeric amount.

value string
format=byte
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.ArgoWorkflowTrigger object
args string[]
operation string
source object
7 nested properties
configmap object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

file object
1 nested properties
path string
git object
10 nested properties
branch string
cloneDirectory string

Directory to clone the repository. We clone complete directory because GitArtifact is not limited to any specific Git service providers. Hence we don't use any specific git provider client.

creds object
filePath string
insecureIgnoreHostKey boolean
ref string
remote object
sshKeySecret object

SecretKeySelector selects a key of a Secret.

tag string
url string
inline string
resource object

K8SResource represent arbitrary structured data.

1 nested properties
value string
format=byte
s3 object
10 nested properties
accessKey object

SecretKeySelector selects a key of a Secret.

bucket object
caCertificate object

SecretKeySelector selects a key of a Secret.

endpoint string
events string[]
filter object
insecure boolean
metadata Record<string, string>
region string
secretKey object

SecretKeySelector selects a key of a Secret.

url object

URLArtifact contains information about an artifact at an HTTP endpoint.

2 nested properties
path string
verifyCert boolean
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.ArtifactLocation object
configmap object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

file object
1 nested properties
path string
git object
10 nested properties
branch string
cloneDirectory string

Directory to clone the repository. We clone complete directory because GitArtifact is not limited to any specific Git service providers. Hence we don't use any specific git provider client.

creds object
2 nested properties
password object

SecretKeySelector selects a key of a Secret.

username object

SecretKeySelector selects a key of a Secret.

filePath string
insecureIgnoreHostKey boolean
ref string
remote object
2 nested properties
name string

Name of the remote to fetch from.

urls string[]

URLs the URLs of a remote repository. It must be non-empty. Fetch will always use the first URL, while push will use all of them.

sshKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

tag string
url string
inline string
resource object

K8SResource represent arbitrary structured data.

1 nested properties
value string
format=byte
s3 object
10 nested properties
accessKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bucket object
2 nested properties
key string
name string
caCertificate object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string
events string[]
filter object
2 nested properties
prefix string
suffix string
insecure boolean
metadata Record<string, string>
region string
secretKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

url object

URLArtifact contains information about an artifact at an HTTP endpoint.

2 nested properties
path string
verifyCert boolean
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.AzureEventHubsTrigger object
fqdn string
hubName string

Payload is the list of key-value extracted from an event payload to construct the request payload.

sharedAccessKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

sharedAccessKeyName object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.AzureEventsHubEventSource object
filter object
1 nested properties
expression string
fqdn string
hubName string
metadata Record<string, string>
sharedAccessKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

sharedAccessKeyName object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.AzureQueueStorageEventSource object
connectionString object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

decodeMessage boolean
dlq boolean
filter object
1 nested properties
expression string
jsonBody boolean
metadata Record<string, string>
queueName string
storageAccountName string
waitTimeInSeconds integer
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.AzureServiceBusEventSource object
connectionString object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

deferDelete boolean

DeferDelete controls when messages are removed from Azure Service Bus. If false (default), messages are received and deleted immediately before processing. If true, messages are locked and only deleted after successful processing, ensuring they are not lost if processing fails.

filter object
1 nested properties
expression string
fullyQualifiedNamespace string
jsonBody boolean
metadata Record<string, string>
queueName string
subscriptionName string
tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
topicName string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.AzureServiceBusTrigger object
connectionString object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

Payload is the list of key-value extracted from an event payload to construct the request payload.

queueName string
subscriptionName string
tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
topicName string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.Backoff object
duration object
3 nested properties
int64Val string
strVal string
type string
factor object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
jitter object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
steps integer
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.BasicAuth object
password object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

username object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.BitbucketAuth object
basic object
2 nested properties
password object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

username object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

oauthToken object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.BitbucketBasicAuth object
password object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

username object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.BitbucketEventSource object
auth object
2 nested properties
basic object
2 nested properties
password object

SecretKeySelector selects a key of a Secret.

username object

SecretKeySelector selects a key of a Secret.

oauthToken object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

deleteHookOnFinish boolean
events string[]

Events this webhook is subscribed to.

filter object
1 nested properties
expression string
metadata Record<string, string>
owner string
projectKey string
repositorySlug string
webhook object
9 nested properties
authSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string
maxPayloadSize string
metadata Record<string, string>
method string
port string

Port on which HTTP server is listening for incoming events.

serverCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

serverKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

url string

URL is the url of the server.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.BitbucketRepository object
owner string
repositorySlug string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.BitbucketServerEventSource object
accessToken object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bitbucketserverBaseURL string

BitbucketServerBaseURL is the base URL for API requests to a custom endpoint.

checkInterval string
deleteHookOnFinish boolean
events string[]
filter object
1 nested properties
expression string
metadata Record<string, string>
oneEventPerChange boolean
projectKey string
projects string[]
repositorySlug string
skipBranchRefsChangedOnOpenPR boolean
tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
webhook object
9 nested properties
authSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string
maxPayloadSize string
metadata Record<string, string>
method string
port string

Port on which HTTP server is listening for incoming events.

serverCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

serverKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

url string

URL is the url of the server.

webhookSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.BitbucketServerRepository object
projectKey string

ProjectKey is the key of project for which integration needs to set up.

repositorySlug string

RepositorySlug is the slug of the repository for which integration needs to set up.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.CalendarEventSource object
exclusionDates string[]

ExclusionDates defines the list of DATE-TIME exceptions for recurring events.

filter object
1 nested properties
expression string
interval string
metadata Record<string, string>
persistence object
2 nested properties
catchup object
2 nested properties
enabled boolean
maxDuration string
configMap object
2 nested properties
createIfNotExist boolean
name string
schedule string
timezone string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.CatchupConfiguration object
enabled boolean
maxDuration string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.Condition object
lastTransitionTime string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
message string
reason string
status string
type string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.ConditionsResetByTime object
cron string
timezone string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.ConditionsResetCriteria object
byTime object
2 nested properties
cron string
timezone string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.ConfigMapPersistence object
createIfNotExist boolean
name string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.Container object
imagePullPolicy string
resources object

ResourceRequirements describes the compute resource requirements.

3 nested properties

Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.

This field depends on the DynamicResourceAllocation feature gate.

This field is immutable. It can only be set for containers.

limits Record<string, string>

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

requests Record<string, string>

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

12 nested properties
allowPrivilegeEscalation boolean

AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.

appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

2 nested properties
type string required

type indicates which kind of AppArmor profile will be applied. Valid options are: Localhost - a profile pre-loaded on the node. RuntimeDefault - the container runtime's default profile. Unconfined - no AppArmor enforcement.

localhostProfile string

localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is "Localhost".

capabilities object

Adds and removes POSIX capabilities from running containers.

2 nested properties
add string[]

Added capabilities

drop string[]

Removed capabilities

privileged boolean

Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.

procMount string

procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.

readOnlyRootFilesystem boolean

Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

4 nested properties
level string

Level is SELinux level label that applies to the container.

role string

Role is a SELinux role label that applies to the container.

type string

Type is a SELinux type label that applies to the container.

user string

User is a SELinux user label that applies to the container.

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

2 nested properties
type string required

type indicates which kind of seccomp profile will be applied. Valid options are:

Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.

localhostProfile string

localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is "Localhost". Must NOT be set for any other type.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

4 nested properties
gmsaCredentialSpec string

GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.

gmsaCredentialSpecName string

GMSACredentialSpecName is the name of the GMSA credential spec to use.

hostProcess boolean

HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.

runAsUserName string

The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.CustomTrigger object

CustomTrigger refers to the specification of the custom trigger.

certSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

Parameters is the list of parameters that is applied to resolved custom trigger trigger object.

Payload is the list of key-value extracted from an event payload to construct the request payload.

secure boolean
serverNameOverride string

ServerNameOverride for the secure connection between sensor and custom trigger gRPC server.

serverURL string
spec Record<string, string>

Spec is the custom trigger resource specification that custom trigger gRPC server knows how to interpret.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.DataFilter object

DataFilter describes constraints and filters for event data.

comparator string

Comparator compares the event data with a user given value. Can be ">=", ">", "=", "!=", "<", or "<=". Is optional, and if left blank treated as equality "=".

path string

Path is the JSONPath of the event's (JSON decoded) data key. Path is a series of keys separated by a dot. A key may contain wildcard characters '*' and '?'. To access an array value use the index as the key. The dot and wildcard characters can be escaped with '\'. See https://github.com/tidwall/gjson#path-syntax for more information on how to use this.

template string
type string
value string[]

Value is the allowed string values for this key. Booleans are parsed using strconv.ParseBool(), Numbers are parsed as float64 using strconv.ParseFloat(), Strings are treated as regular expressions, Nils value is ignored.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.EmailTrigger object

EmailTrigger refers to the specification of the email notification trigger.

body string
from string
host string

Host refers to the smtp host url to which email is send.

port integer
smtpPassword object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

subject string
to string[]
username string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.EmitterEventSource object
broker string

Broker URI to connect to.

channelKey string
channelName string
connectionBackoff object
4 nested properties
duration object
3 nested properties
int64Val string
strVal string
type string
factor object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
jitter object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
steps integer
filter object
1 nested properties
expression string
jsonBody boolean
metadata Record<string, string>
password object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
username object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.EventContext object
datacontenttype string

DataContentType - A MIME (RFC2046) string describing the media type of data.

id string

ID of the event; must be non-empty and unique within the scope of the producer.

source string

Source - A URI describing the event producer.

specversion string

SpecVersion - The version of the CloudEvents specification used by the io.argoproj.workflow.v1alpha1.

subject string
time string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
type string

Type - The type of the occurrence which has happened.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.EventDependency object
eventName string
eventSourceName string
filters object

EventDependencyFilter defines filters and constraints for a io.argoproj.workflow.v1alpha1.

7 nested properties
context object
7 nested properties
datacontenttype string

DataContentType - A MIME (RFC2046) string describing the media type of data.

id string

ID of the event; must be non-empty and unique within the scope of the producer.

source string

Source - A URI describing the event producer.

specversion string

SpecVersion - The version of the CloudEvents specification used by the io.argoproj.workflow.v1alpha1.

subject string
time string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
type string

Type - The type of the occurrence which has happened.

dataLogicalOperator string

DataLogicalOperator defines how multiple Data filters (if defined) are evaluated together. Available values: and (&&), or (||) Is optional and if left blank treated as and (&&).

exprLogicalOperator string

ExprLogicalOperator defines how multiple Exprs filters (if defined) are evaluated together. Available values: and (&&), or (||) Is optional and if left blank treated as and (&&).

Exprs contains the list of expressions evaluated against the event payload.

script string

Script refers to a Lua script evaluated to determine the validity of an io.argoproj.workflow.v1alpha1.

time object

TimeFilter describes a window in time. It filters out events that occur outside the time limits. In other words, only events that occur after Start and before Stop will pass this filter.

3 nested properties
start string

Start is the beginning of a time window in UTC. Before this time, events for this dependency are ignored. Format is hh:mm:ss.

stop string

Stop is the end of a time window in UTC. After or equal to this time, events for this dependency are ignored and Format is hh:mm:ss. If it is smaller than Start, it is treated as next day of Start (e.g.: 22:00:00-01:00:00 means 22:00:00-25:00:00).

timezone string
filtersLogicalOperator string

FiltersLogicalOperator defines how different filters are evaluated together. Available values: and (&&), or (||) Is optional and if left blank treated as and (&&).

name string
transform object
2 nested properties
jq string
script string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.EventDependencyFilter object

EventDependencyFilter defines filters and constraints for a io.argoproj.workflow.v1alpha1.

context object
7 nested properties
datacontenttype string

DataContentType - A MIME (RFC2046) string describing the media type of data.

id string

ID of the event; must be non-empty and unique within the scope of the producer.

source string

Source - A URI describing the event producer.

specversion string

SpecVersion - The version of the CloudEvents specification used by the io.argoproj.workflow.v1alpha1.

subject string
time string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
type string

Type - The type of the occurrence which has happened.

dataLogicalOperator string

DataLogicalOperator defines how multiple Data filters (if defined) are evaluated together. Available values: and (&&), or (||) Is optional and if left blank treated as and (&&).

exprLogicalOperator string

ExprLogicalOperator defines how multiple Exprs filters (if defined) are evaluated together. Available values: and (&&), or (||) Is optional and if left blank treated as and (&&).

Exprs contains the list of expressions evaluated against the event payload.

script string

Script refers to a Lua script evaluated to determine the validity of an io.argoproj.workflow.v1alpha1.

time object

TimeFilter describes a window in time. It filters out events that occur outside the time limits. In other words, only events that occur after Start and before Stop will pass this filter.

3 nested properties
start string

Start is the beginning of a time window in UTC. Before this time, events for this dependency are ignored. Format is hh:mm:ss.

stop string

Stop is the end of a time window in UTC. After or equal to this time, events for this dependency are ignored and Format is hh:mm:ss. If it is smaller than Start, it is treated as next day of Start (e.g.: 22:00:00-01:00:00 means 22:00:00-25:00:00).

timezone string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.EventDependencyTransformer object
jq string
script string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.EventPersistence object
catchup object
2 nested properties
enabled boolean
maxDuration string
configMap object
2 nested properties
createIfNotExist boolean
name string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.EventSource object
metadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object
36 nested properties
amqp Record<string, object>
azureEventsHub Record<string, object>
azureQueueStorage Record<string, object>
azureServiceBus Record<string, object>
bitbucket Record<string, object>
bitbucketserver Record<string, object>
calendar Record<string, object>
emitter Record<string, object>
eventBusName string
file Record<string, object>
generic Record<string, object>
gerrit Record<string, object>
github Record<string, object>
gitlab Record<string, object>
hdfs Record<string, object>
kafka Record<string, object>
minio Record<string, object>
mns Record<string, object>
mqtt Record<string, object>
nats Record<string, object>
nsq Record<string, object>
pubSub Record<string, object>
pulsar Record<string, object>
redis Record<string, object>
redisStream Record<string, object>
replicas integer
resource Record<string, object>
service object
3 nested properties
clusterIP string
metadata object
sftp Record<string, object>
slack Record<string, object>
sns Record<string, object>
sqs Record<string, object>
storageGrid Record<string, object>
stripe Record<string, object>
template object
11 nested properties
affinity object

Affinity is a group of affinity scheduling rules.

container object
metadata object
nodeSelector Record<string, string>
priority integer
priorityClassName string
securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string
webhook Record<string, object>
status object
1 nested properties
status object

Status is a common structure which can be used for Status field.

1 nested properties
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.EventSourceFilter object
expression string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.EventSourceList object
metadata object

ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

4 nested properties
continue string

continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.

remainingItemCount integer

remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is estimating the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.

resourceVersion string

String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.EventSourceSpec object
amqp Record<string, object>
azureEventsHub Record<string, object>
azureQueueStorage Record<string, object>
azureServiceBus Record<string, object>
bitbucket Record<string, object>
bitbucketserver Record<string, object>
calendar Record<string, object>
emitter Record<string, object>
eventBusName string
file Record<string, object>
generic Record<string, object>
gerrit Record<string, object>
github Record<string, object>
gitlab Record<string, object>
hdfs Record<string, object>
kafka Record<string, object>
minio Record<string, object>
mns Record<string, object>
mqtt Record<string, object>
nats Record<string, object>
nsq Record<string, object>
pubSub Record<string, object>
pulsar Record<string, object>
redis Record<string, object>
redisStream Record<string, object>
replicas integer
resource Record<string, object>
service object
3 nested properties
clusterIP string
metadata object
2 nested properties
annotations Record<string, string>
labels Record<string, string>
sftp Record<string, object>
slack Record<string, object>
sns Record<string, object>
sqs Record<string, object>
storageGrid Record<string, object>
stripe Record<string, object>
template object
11 nested properties
affinity object

Affinity is a group of affinity scheduling rules.

3 nested properties
nodeAffinity object

Node affinity is a group of node affinity scheduling rules.

podAffinity object

Pod affinity is a group of inter pod affinity scheduling rules.

podAntiAffinity object

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

container object
6 nested properties
imagePullPolicy string
resources object

ResourceRequirements describes the compute resource requirements.

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

metadata object
2 nested properties
annotations Record<string, string>
labels Record<string, string>
nodeSelector Record<string, string>
priority integer
priorityClassName string
securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

13 nested properties
appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

fsGroup integer

A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:

  1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.

fsGroupChangePolicy string

fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

seLinuxChangePolicy string

seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".

"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.

"MountOption" mounts all eligible Pod volumes with -o context mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.

If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.

This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.

All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

supplementalGroups integer[]

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.

supplementalGroupsPolicy string

Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

serviceAccountName string
webhook Record<string, object>
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.EventSourceStatus object
status object

Status is a common structure which can be used for Status field.

1 nested properties
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.ExprFilter object
expr string

Expr refers to the expression that determines the outcome of the filter.

Fields refers to set of keys that refer to the paths within event payload.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.FileArtifact object
path string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.FileEventSource object

FileEventSource describes an event-source for file related events.

eventType string
filter object
1 nested properties
expression string
metadata Record<string, string>
polling boolean
watchPathConfig object
3 nested properties
directory string
path string
pathRegexp string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.GenericEventSource object

GenericEventSource refers to a generic event source. It can be used to implement a custom event source.

authSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

config string
filter object
1 nested properties
expression string
insecure boolean

Insecure determines the type of connection.

jsonBody boolean
metadata Record<string, string>
url string

URL of the gRPC server that implements the event source.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.GerritEventSource object
auth object
2 nested properties
password object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

username object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

deleteHookOnFinish boolean
events string[]
filter object
1 nested properties
expression string
gerritBaseURL string
hookName string
maxTries string
metadata Record<string, string>
projects string[]

List of project namespace paths like "whynowy/test".

sslVerify boolean
webhook object
9 nested properties
authSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string
maxPayloadSize string
metadata Record<string, string>
method string
port string

Port on which HTTP server is listening for incoming events.

serverCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

serverKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

url string

URL is the url of the server.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.GitArtifact object
branch string
cloneDirectory string

Directory to clone the repository. We clone complete directory because GitArtifact is not limited to any specific Git service providers. Hence we don't use any specific git provider client.

creds object
2 nested properties
password object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

username object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

filePath string
insecureIgnoreHostKey boolean
ref string
remote object
2 nested properties
name string

Name of the remote to fetch from.

urls string[]

URLs the URLs of a remote repository. It must be non-empty. Fetch will always use the first URL, while push will use all of them.

sshKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

tag string
url string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.GitCreds object
password object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

username object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.GitRemoteConfig object
name string

Name of the remote to fetch from.

urls string[]

URLs the URLs of a remote repository. It must be non-empty. Fetch will always use the first URL, while push will use all of them.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.GithubAppCreds object
appID string
installationID string
privateKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.GithubEventSource object
active boolean
apiToken object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

contentType string
deleteHookOnFinish boolean
events string[]
filter object
1 nested properties
expression string
githubApp object
3 nested properties
appID string
installationID string
privateKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

githubBaseURL string
githubUploadURL string
id string
insecure boolean
metadata Record<string, string>
organizations string[]

Organizations holds the names of organizations (used for organization level webhooks). Not required if Repositories is set.

owner string

Repositories holds the information of repositories, which uses repo owner as the key, and list of repo names as the value. Not required if Organizations is set.

repository string
webhook object
9 nested properties
authSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string
maxPayloadSize string
metadata Record<string, string>
method string
port string

Port on which HTTP server is listening for incoming events.

serverCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

serverKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

url string

URL is the url of the server.

webhookSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.GitlabEventSource object
accessToken object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

deleteHookOnFinish boolean
enableSSLVerification boolean
filter object
1 nested properties
expression string
gitlabBaseURL string
groups string[]
metadata Record<string, string>
projectID string
projects string[]
secretToken object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

webhook object
9 nested properties
authSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string
maxPayloadSize string
metadata Record<string, string>
method string
port string

Port on which HTTP server is listening for incoming events.

serverCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

serverKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

url string

URL is the url of the server.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.HDFSEventSource object
addresses string[]
checkInterval string
filter object
1 nested properties
expression string
hdfsUser string

HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used.

krbCCacheSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

krbConfigConfigMap object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

krbKeytabSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

krbRealm string

KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used.

krbServicePrincipalName string

KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used.

krbUsername string

KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used.

metadata Record<string, string>
type string
watchPathConfig object
3 nested properties
directory string
path string
pathRegexp string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.HTTPTrigger object
basicAuth object
2 nested properties
password object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

username object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

headers Record<string, string>
host string
method string

Parameters is the list of key-value extracted from event's payload that are applied to the HTTP trigger resource.

timeout string
tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
url string

URL refers to the URL to send HTTP request to.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.Int64OrString object
int64Val string
strVal string
type string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.K8SResource object

K8SResource represent arbitrary structured data.

value string
format=byte
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.K8SResourcePolicy object
backoff object
4 nested properties
duration object
3 nested properties
int64Val string
strVal string
type string
factor object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
jitter object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
steps integer
errorOnBackoffTimeout boolean
labels Record<string, string>
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.KafkaConsumerGroup object
groupName string
oldest boolean
rebalanceStrategy string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.KafkaEventSource object
config string

Yaml format Sarama config for Kafka connection. It follows the struct of sarama.Config. See https://github.com/IBM/sarama/blob/main/config.go e.g.

consumer: fetch: min: 1 net: MaxOpenRequests: 5

+optional

connectionBackoff object
4 nested properties
duration object
3 nested properties
int64Val string
strVal string
type string
factor object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
jitter object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
steps integer
consumerGroup object
3 nested properties
groupName string
oldest boolean
rebalanceStrategy string
filter object
1 nested properties
expression string
jsonBody boolean
limitEventsPerSecond string
metadata Record<string, string>
partition string
sasl object
3 nested properties
mechanism string
passwordSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

userSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

schemaRegistry object
3 nested properties
auth object
2 nested properties
password object

SecretKeySelector selects a key of a Secret.

username object

SecretKeySelector selects a key of a Secret.

schemaId integer
url string

Schema Registry URL.

tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
topic string
url string
version string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.KafkaTrigger object

KafkaTrigger refers to the specification of the Kafka trigger.

compress boolean
flushFrequency integer
headers Record<string, string>

Parameters is the list of parameters that is applied to resolved Kafka trigger object.

partition integer
partitioningKey string

The partitioning key for the messages put on the Kafka topic. +optional.

Payload is the list of key-value extracted from an event payload to construct the request payload.

requiredAcks integer

RequiredAcks used in producer to tell the broker how many replica acknowledgements Defaults to 1 (Only wait for the leader to ack). +optional.

sasl object
3 nested properties
mechanism string
passwordSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

userSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

schemaRegistry object
3 nested properties
auth object
2 nested properties
password object

SecretKeySelector selects a key of a Secret.

username object

SecretKeySelector selects a key of a Secret.

schemaId integer
url string

Schema Registry URL.

tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
topic string
url string

URL of the Kafka broker, multiple URLs separated by comma.

version string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.LogTrigger object
intervalSeconds string
format=uint64
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.MNSEventSource object
accessKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string
filter object
1 nested properties
expression string
jsonBody boolean
queue string
secretKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.MQTTEventSource object
auth object
2 nested properties
password object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

username object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientId string
connectionBackoff object
4 nested properties
duration object
3 nested properties
int64Val string
strVal string
type string
factor object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
jitter object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
steps integer
filter object
1 nested properties
expression string
jsonBody boolean
metadata Record<string, string>
tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
topic string
url string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.Metadata object
annotations Record<string, string>
labels Record<string, string>
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.NATSAuth object
basic object
2 nested properties
password object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

username object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

credential object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

nkey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

token object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.NATSEventsSource object
auth object
4 nested properties
basic object
2 nested properties
password object

SecretKeySelector selects a key of a Secret.

username object

SecretKeySelector selects a key of a Secret.

credential object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

nkey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

token object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

connectionBackoff object
4 nested properties
duration object
3 nested properties
int64Val string
strVal string
type string
factor object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
jitter object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
steps integer
filter object
1 nested properties
expression string
jsonBody boolean
metadata Record<string, string>
queue string
subject string
tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
url string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.NATSTrigger object

NATSTrigger refers to the specification of the NATS trigger.

auth object
4 nested properties
basic object
2 nested properties
password object

SecretKeySelector selects a key of a Secret.

username object

SecretKeySelector selects a key of a Secret.

credential object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

nkey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

token object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

subject string

Name of the subject to put message on.

tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
url string

URL of the NATS cluster.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.NSQEventSource object
channel string
connectionBackoff object
4 nested properties
duration object
3 nested properties
int64Val string
strVal string
type string
factor object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
jitter object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
steps integer
filter object
1 nested properties
expression string
hostAddress string
jsonBody boolean
metadata Record<string, string>
tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
topic string

Topic to subscribe to.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.OpenWhiskTrigger object

OpenWhiskTrigger refers to the specification of the OpenWhisk trigger.

actionName string

Name of the action/function.

authToken object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

host string

Host URL of the OpenWhisk.

namespace string

Namespace for the action. Defaults to "_". +optional.

Payload is the list of key-value extracted from an event payload to construct the request payload.

version string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.OwnedRepositories object
names string[]
owner string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.PayloadField object

PayloadField binds a value at path within the event payload against a name.

name string

Name acts as key that holds the value at the path.

path string

Path is the JSONPath of the event's (JSON decoded) data key Path is a series of keys separated by a dot. A key may contain wildcard characters '*' and '?'. To access an array value use the index as the key. The dot and wildcard characters can be escaped with '\'. See https://github.com/tidwall/gjson#path-syntax for more information on how to use this.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.PubSubEventSource object

PubSubEventSource refers to event-source for GCP PubSub related events.

credentialSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

deleteSubscriptionOnFinish boolean
filter object
1 nested properties
expression string
jsonBody boolean
metadata Record<string, string>
projectID string
subscriptionID string
topic string
topicProjectID string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.PulsarEventSource object
authAthenzParams Record<string, string>
authAthenzSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

authTokenSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

connectionBackoff object
4 nested properties
duration object
3 nested properties
int64Val string
strVal string
type string
factor object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
jitter object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
steps integer
filter object
1 nested properties
expression string
jsonBody boolean
metadata Record<string, string>
tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
tlsAllowInsecureConnection boolean
tlsTrustCertsSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

tlsValidateHostname boolean
topics string[]
type string
url string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.PulsarTrigger object

PulsarTrigger refers to the specification of the Pulsar trigger.

authAthenzParams Record<string, string>
authAthenzSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

authTokenSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

connectionBackoff object
4 nested properties
duration object
3 nested properties
int64Val string
strVal string
type string
factor object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
jitter object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
steps integer

Parameters is the list of parameters that is applied to resolved Kafka trigger object.

Payload is the list of key-value extracted from an event payload to construct the request payload.

tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
tlsAllowInsecureConnection boolean
tlsTrustCertsSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

tlsValidateHostname boolean
topic string
url string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.RateLimit object
requestsPerUnit integer
unit string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.RedisEventSource object
channels string[]
db integer
filter object
1 nested properties
expression string
hostAddress string
jsonBody boolean
metadata Record<string, string>
namespace string
password object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
username string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.RedisStreamEventSource object
consumerGroup string
db integer
filter object
1 nested properties
expression string
hostAddress string
maxMsgCountPerRead integer
metadata Record<string, string>
password object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

streams string[]

Streams to look for entries. XREADGROUP is used on all streams using a single consumer group.

tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
username string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.ResourceEventSource object

ResourceEventSource refers to a event-source for K8s resource related events.

eventTypes string[]

EventTypes is the list of event type to watch. Possible values are - ADD, UPDATE and DELETE.

filter object
5 nested properties
afterStart boolean
createdBy string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
prefix string
groupVersionResource object

+protobuf.options.(gogoproto.goproto_stringer)=false

3 nested properties
group string
resource string
version string
metadata Record<string, string>
namespace string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.ResourceFilter object
afterStart boolean
createdBy string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
prefix string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.S3Artifact object
accessKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bucket object
2 nested properties
key string
name string
caCertificate object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string
events string[]
filter object
2 nested properties
prefix string
suffix string
insecure boolean
metadata Record<string, string>
region string
secretKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.S3Bucket object
key string
name string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.S3Filter object
prefix string
suffix string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SASLConfig object
mechanism string
passwordSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

userSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SFTPEventSource object

SFTPEventSource describes an event-source for sftp related events.

address object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

eventType string
filter object
1 nested properties
expression string
metadata Record<string, string>
password object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

pollIntervalDuration string
sshKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

username object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

watchPathConfig object
3 nested properties
directory string
path string
pathRegexp string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SNSEventSource object
accessKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string
filter object
1 nested properties
expression string
metadata Record<string, string>
region string
roleARN string
secretKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

topicArn string
validateSignature boolean
webhook object
9 nested properties
authSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string
maxPayloadSize string
metadata Record<string, string>
method string
port string

Port on which HTTP server is listening for incoming events.

serverCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

serverKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

url string

URL is the url of the server.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SQSEventSource object
accessKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

dlq boolean
endpoint string
filter object
1 nested properties
expression string
jsonBody boolean
metadata Record<string, string>
queue string
queueAccountId string
region string
roleARN string
secretKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

sessionToken object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

waitTimeSeconds string

WaitTimeSeconds is The duration (in seconds) for which the call waits for a message to arrive in the queue before returning.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SchemaRegistryConfig object
auth object
2 nested properties
password object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

username object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

schemaId integer
url string

Schema Registry URL.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SecureHeader object
name string
valueFrom object
2 nested properties
configMapKeyRef object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

secretKeyRef object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.Selector object

Selector represents conditional operation to select K8s objects.

key string
operation string
value string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.Sensor object
metadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object
8 nested properties

Dependencies is a list of the events that this sensor is dependent on.

errorOnFailedRound boolean

ErrorOnFailedRound if set to true, marks sensor state as error if the previous trigger round fails. Once sensor state is set to error, no further triggers will be processed.

eventBusName string
loggingFields Record<string, string>
replicas integer
revisionHistoryLimit integer
template object
11 nested properties
affinity object

Affinity is a group of affinity scheduling rules.

container object
metadata object
nodeSelector Record<string, string>
priority integer
priorityClassName string
securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

Triggers is a list of the things that this sensor evokes. These are the outputs from this sensor.

status object

SensorStatus contains information about the status of a sensor.

1 nested properties
status object

Status is a common structure which can be used for Status field.

1 nested properties
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SensorList object
metadata object

ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

4 nested properties
continue string

continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.

remainingItemCount integer

remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is estimating the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.

resourceVersion string

String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SensorSpec object

Dependencies is a list of the events that this sensor is dependent on.

errorOnFailedRound boolean

ErrorOnFailedRound if set to true, marks sensor state as error if the previous trigger round fails. Once sensor state is set to error, no further triggers will be processed.

eventBusName string
loggingFields Record<string, string>
replicas integer
revisionHistoryLimit integer
template object
11 nested properties
affinity object

Affinity is a group of affinity scheduling rules.

3 nested properties
nodeAffinity object

Node affinity is a group of node affinity scheduling rules.

podAffinity object

Pod affinity is a group of inter pod affinity scheduling rules.

podAntiAffinity object

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

container object
6 nested properties
imagePullPolicy string
resources object

ResourceRequirements describes the compute resource requirements.

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

metadata object
2 nested properties
annotations Record<string, string>
labels Record<string, string>
nodeSelector Record<string, string>
priority integer
priorityClassName string
securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

13 nested properties
appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

fsGroup integer

A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:

  1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.

fsGroupChangePolicy string

fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

seLinuxChangePolicy string

seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".

"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.

"MountOption" mounts all eligible Pod volumes with -o context mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.

If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.

This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.

All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

supplementalGroups integer[]

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.

supplementalGroupsPolicy string

Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

serviceAccountName string

Triggers is a list of the things that this sensor evokes. These are the outputs from this sensor.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SensorStatus object

SensorStatus contains information about the status of a sensor.

status object

Status is a common structure which can be used for Status field.

1 nested properties
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.Service object
clusterIP string
metadata object
2 nested properties
annotations Record<string, string>
labels Record<string, string>
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SlackEventSource object
filter object
1 nested properties
expression string
metadata Record<string, string>
signingSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

token object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

webhook object
9 nested properties
authSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string
maxPayloadSize string
metadata Record<string, string>
method string
port string

Port on which HTTP server is listening for incoming events.

serverCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

serverKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

url string

URL is the url of the server.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SlackSender object
icon string
username string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SlackThread object
broadcastMessageToChannel boolean
messageAggregationKey string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SlackTrigger object

SlackTrigger refers to the specification of the slack notification trigger.

attachments string
blocks string
channel string
message string
sender object
2 nested properties
icon string
username string
slackToken object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

thread object
2 nested properties
broadcastMessageToChannel boolean
messageAggregationKey string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.StandardK8STrigger object
liveObject boolean
operation string

Parameters is the list of parameters that is applied to resolved K8s trigger object.

patchStrategy string
source object
7 nested properties
configmap object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

file object
1 nested properties
path string
git object
10 nested properties
branch string
cloneDirectory string

Directory to clone the repository. We clone complete directory because GitArtifact is not limited to any specific Git service providers. Hence we don't use any specific git provider client.

creds object
filePath string
insecureIgnoreHostKey boolean
ref string
remote object
sshKeySecret object

SecretKeySelector selects a key of a Secret.

tag string
url string
inline string
resource object

K8SResource represent arbitrary structured data.

1 nested properties
value string
format=byte
s3 object
10 nested properties
accessKey object

SecretKeySelector selects a key of a Secret.

bucket object
caCertificate object

SecretKeySelector selects a key of a Secret.

endpoint string
events string[]
filter object
insecure boolean
metadata Record<string, string>
region string
secretKey object

SecretKeySelector selects a key of a Secret.

url object

URLArtifact contains information about an artifact at an HTTP endpoint.

2 nested properties
path string
verifyCert boolean
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.Status object

Status is a common structure which can be used for Status field.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.StatusPolicy object
allow integer[]
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.StorageGridEventSource object
apiURL string

APIURL is the url of the storagegrid api.

authToken object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bucket string

Name of the bucket to register notifications for.

events string[]
filter object
2 nested properties
prefix string
suffix string
metadata Record<string, string>
region string
tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
topicArn string
webhook object
9 nested properties
authSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string
maxPayloadSize string
metadata Record<string, string>
method string
port string

Port on which HTTP server is listening for incoming events.

serverCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

serverKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

url string

URL is the url of the server.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.StorageGridFilter object
prefix string
suffix string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.StripeEventSource object
apiKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

createWebhook boolean
eventFilter string[]
metadata Record<string, string>
webhook object
9 nested properties
authSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string
maxPayloadSize string
metadata Record<string, string>
method string
port string

Port on which HTTP server is listening for incoming events.

serverCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

serverKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

url string

URL is the url of the server.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TLSConfig object

TLSConfig refers to TLS configuration for a client.

caCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

enabled boolean
insecureSkipVerify boolean
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.Template object
affinity object

Affinity is a group of affinity scheduling rules.

3 nested properties
nodeAffinity object

Node affinity is a group of node affinity scheduling rules.

2 nested properties
preferredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.PreferredSchedulingTerm[]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.

requiredDuringSchedulingIgnoredDuringExecution object

A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.

podAffinity object

Pod affinity is a group of inter pod affinity scheduling rules.

2 nested properties
preferredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.WeightedPodAffinityTerm[]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

requiredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.PodAffinityTerm[]

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

podAntiAffinity object

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

2 nested properties
preferredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.WeightedPodAffinityTerm[]

The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and subtracting "weight" from the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

requiredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.PodAffinityTerm[]

If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

container object
6 nested properties
imagePullPolicy string
resources object

ResourceRequirements describes the compute resource requirements.

3 nested properties

Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.

This field depends on the DynamicResourceAllocation feature gate.

This field is immutable. It can only be set for containers.

limits Record<string, string>

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

requests Record<string, string>

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

12 nested properties
allowPrivilegeEscalation boolean

AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.

appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

capabilities object

Adds and removes POSIX capabilities from running containers.

privileged boolean

Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.

procMount string

procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.

readOnlyRootFilesystem boolean

Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

metadata object
2 nested properties
annotations Record<string, string>
labels Record<string, string>
nodeSelector Record<string, string>
priority integer
priorityClassName string
securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

13 nested properties
appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

2 nested properties
type string required

type indicates which kind of AppArmor profile will be applied. Valid options are: Localhost - a profile pre-loaded on the node. RuntimeDefault - the container runtime's default profile. Unconfined - no AppArmor enforcement.

localhostProfile string

localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is "Localhost".

fsGroup integer

A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:

  1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.

fsGroupChangePolicy string

fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

seLinuxChangePolicy string

seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".

"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.

"MountOption" mounts all eligible Pod volumes with -o context mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.

If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.

This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.

All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

4 nested properties
level string

Level is SELinux level label that applies to the container.

role string

Role is a SELinux role label that applies to the container.

type string

Type is a SELinux type label that applies to the container.

user string

User is a SELinux user label that applies to the container.

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

2 nested properties
type string required

type indicates which kind of seccomp profile will be applied. Valid options are:

Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.

localhostProfile string

localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is "Localhost". Must NOT be set for any other type.

supplementalGroups integer[]

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.

supplementalGroupsPolicy string

Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

4 nested properties
gmsaCredentialSpec string

GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.

gmsaCredentialSpecName string

GMSACredentialSpecName is the name of the GMSA credential spec to use.

hostProcess boolean

HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.

runAsUserName string

The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

serviceAccountName string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TimeFilter object

TimeFilter describes a window in time. It filters out events that occur outside the time limits. In other words, only events that occur after Start and before Stop will pass this filter.

start string

Start is the beginning of a time window in UTC. Before this time, events for this dependency are ignored. Format is hh:mm:ss.

stop string

Stop is the end of a time window in UTC. After or equal to this time, events for this dependency are ignored and Format is hh:mm:ss. If it is smaller than Start, it is treated as next day of Start (e.g.: 22:00:00-01:00:00 means 22:00:00-25:00:00).

timezone string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.Trigger object
atLeastOnce boolean
dlqTrigger object
7 nested properties
atLeastOnce boolean
dlqTrigger object
7 nested properties
atLeastOnce boolean
dlqTrigger object
policy object
rateLimit object
retryStrategy object
template object

TriggerTemplate is the template that describes trigger specification.

policy object
2 nested properties
k8s object
status object
rateLimit object
2 nested properties
requestsPerUnit integer
unit string
retryStrategy object
4 nested properties
duration object
factor object

Amount represent a numeric amount.

jitter object

Amount represent a numeric amount.

steps integer
template object

TriggerTemplate is the template that describes trigger specification.

17 nested properties
argoWorkflow object
awsLambda object
azureEventHubs object
azureServiceBus object
conditions string
custom object

CustomTrigger refers to the specification of the custom trigger.

email object

EmailTrigger refers to the specification of the email notification trigger.

http object
k8s object
kafka object

KafkaTrigger refers to the specification of the Kafka trigger.

log object
name string

Name is a unique name of the action to take.

nats object

NATSTrigger refers to the specification of the NATS trigger.

openWhisk object

OpenWhiskTrigger refers to the specification of the OpenWhisk trigger.

pulsar object

PulsarTrigger refers to the specification of the Pulsar trigger.

slack object

SlackTrigger refers to the specification of the slack notification trigger.

policy object
2 nested properties
k8s object
3 nested properties
backoff object
errorOnBackoffTimeout boolean
labels Record<string, string>
status object
1 nested properties
allow integer[]
rateLimit object
2 nested properties
requestsPerUnit integer
unit string
retryStrategy object
4 nested properties
duration object
3 nested properties
int64Val string
strVal string
type string
factor object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
jitter object

Amount represent a numeric amount.

1 nested properties
value string
format=byte
steps integer
template object

TriggerTemplate is the template that describes trigger specification.

17 nested properties
argoWorkflow object
4 nested properties
awsLambda object
8 nested properties
accessKey object

SecretKeySelector selects a key of a Secret.

functionName string

FunctionName refers to the name of the function to invoke.

invocationType string

Choose from the following options.

  • RequestResponse (default) - Invoke the function synchronously. Keep the connection open until the function returns a response or times out. The API response includes the function response and additional data.

  • Event - Invoke the function asynchronously. Send events that fail multiple times to the function's dead-letter queue (if it's configured). The API response only includes a status code.

  • DryRun - Validate parameter values and verify that the user or role has permission to invoke the function. +optional

Payload is the list of key-value extracted from an event payload to construct the request payload.

region string
roleARN string
secretKey object

SecretKeySelector selects a key of a Secret.

azureEventHubs object
6 nested properties
fqdn string
hubName string

Payload is the list of key-value extracted from an event payload to construct the request payload.

sharedAccessKey object

SecretKeySelector selects a key of a Secret.

sharedAccessKeyName object

SecretKeySelector selects a key of a Secret.

azureServiceBus object
7 nested properties
connectionString object

SecretKeySelector selects a key of a Secret.

Payload is the list of key-value extracted from an event payload to construct the request payload.

queueName string
subscriptionName string
tls object

TLSConfig refers to TLS configuration for a client.

topicName string
conditions string
custom object

CustomTrigger refers to the specification of the custom trigger.

7 nested properties
certSecret object

SecretKeySelector selects a key of a Secret.

Parameters is the list of parameters that is applied to resolved custom trigger trigger object.

Payload is the list of key-value extracted from an event payload to construct the request payload.

secure boolean
serverNameOverride string

ServerNameOverride for the secure connection between sensor and custom trigger gRPC server.

serverURL string
spec Record<string, string>

Spec is the custom trigger resource specification that custom trigger gRPC server knows how to interpret.

email object

EmailTrigger refers to the specification of the email notification trigger.

9 nested properties
body string
from string
host string

Host refers to the smtp host url to which email is send.

port integer
smtpPassword object

SecretKeySelector selects a key of a Secret.

subject string
to string[]
username string
http object
11 nested properties
basicAuth object
headers Record<string, string>
host string
method string

Parameters is the list of key-value extracted from event's payload that are applied to the HTTP trigger resource.

timeout string
tls object

TLSConfig refers to TLS configuration for a client.

url string

URL refers to the URL to send HTTP request to.

k8s object
5 nested properties
liveObject boolean
operation string

Parameters is the list of parameters that is applied to resolved K8s trigger object.

patchStrategy string
source object
kafka object

KafkaTrigger refers to the specification of the Kafka trigger.

15 nested properties
compress boolean
flushFrequency integer
headers Record<string, string>

Parameters is the list of parameters that is applied to resolved Kafka trigger object.

partition integer
partitioningKey string

The partitioning key for the messages put on the Kafka topic. +optional.

Payload is the list of key-value extracted from an event payload to construct the request payload.

requiredAcks integer

RequiredAcks used in producer to tell the broker how many replica acknowledgements Defaults to 1 (Only wait for the leader to ack). +optional.

sasl object
schemaRegistry object
tls object

TLSConfig refers to TLS configuration for a client.

topic string
url string

URL of the Kafka broker, multiple URLs separated by comma.

version string
log object
1 nested properties
intervalSeconds string
format=uint64
name string

Name is a unique name of the action to take.

nats object

NATSTrigger refers to the specification of the NATS trigger.

6 nested properties
auth object
subject string

Name of the subject to put message on.

tls object

TLSConfig refers to TLS configuration for a client.

url string

URL of the NATS cluster.

openWhisk object

OpenWhiskTrigger refers to the specification of the OpenWhisk trigger.

7 nested properties
actionName string

Name of the action/function.

authToken object

SecretKeySelector selects a key of a Secret.

host string

Host URL of the OpenWhisk.

namespace string

Namespace for the action. Defaults to "_". +optional.

Payload is the list of key-value extracted from an event payload to construct the request payload.

version string
pulsar object

PulsarTrigger refers to the specification of the Pulsar trigger.

12 nested properties
authAthenzParams Record<string, string>
authAthenzSecret object

SecretKeySelector selects a key of a Secret.

authTokenSecret object

SecretKeySelector selects a key of a Secret.

connectionBackoff object

Parameters is the list of parameters that is applied to resolved Kafka trigger object.

Payload is the list of key-value extracted from an event payload to construct the request payload.

tls object

TLSConfig refers to TLS configuration for a client.

tlsAllowInsecureConnection boolean
tlsTrustCertsSecret object

SecretKeySelector selects a key of a Secret.

tlsValidateHostname boolean
topic string
url string
slack object

SlackTrigger refers to the specification of the slack notification trigger.

8 nested properties
attachments string
blocks string
channel string
message string
sender object
slackToken object

SecretKeySelector selects a key of a Secret.

thread object
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TriggerParameter object
dest string

Dest is the JSONPath of a resource key. A path is a series of keys separated by a dot. The colon character can be escaped with '.' The -1 key can be used to append a value to an existing array. See https://github.com/tidwall/sjson#path-syntax for more information about how this is used.

operation string

Operation is what to do with the existing value at Dest, whether to 'prepend', 'overwrite', or 'append' it.

src object
7 nested properties
contextKey string

ContextKey is the JSONPath of the event's (JSON decoded) context key ContextKey is a series of keys separated by a dot. A key may contain wildcard characters '*' and '?'. To access an array value use the index as the key. The dot and wildcard characters can be escaped with '\'. See https://github.com/tidwall/gjson#path-syntax for more information on how to use this.

contextTemplate string
dataKey string

DataKey is the JSONPath of the event's (JSON decoded) data key DataKey is a series of keys separated by a dot. A key may contain wildcard characters '*' and '?'. To access an array value use the index as the key. The dot and wildcard characters can be escaped with '\'. See https://github.com/tidwall/gjson#path-syntax for more information on how to use this.

dataTemplate string
dependencyName string

DependencyName refers to the name of the dependency. The event which is stored for this dependency is used as payload for the parameterization. Make sure to refer to one of the dependencies you have defined under Dependencies list.

useRawData boolean
value string

Value is the default literal value to use for this parameter source This is only used if the DataKey is invalid. If the DataKey is invalid and this is not defined, this param source will produce an error.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TriggerParameterSource object
contextKey string

ContextKey is the JSONPath of the event's (JSON decoded) context key ContextKey is a series of keys separated by a dot. A key may contain wildcard characters '*' and '?'. To access an array value use the index as the key. The dot and wildcard characters can be escaped with '\'. See https://github.com/tidwall/gjson#path-syntax for more information on how to use this.

contextTemplate string
dataKey string

DataKey is the JSONPath of the event's (JSON decoded) data key DataKey is a series of keys separated by a dot. A key may contain wildcard characters '*' and '?'. To access an array value use the index as the key. The dot and wildcard characters can be escaped with '\'. See https://github.com/tidwall/gjson#path-syntax for more information on how to use this.

dataTemplate string
dependencyName string

DependencyName refers to the name of the dependency. The event which is stored for this dependency is used as payload for the parameterization. Make sure to refer to one of the dependencies you have defined under Dependencies list.

useRawData boolean
value string

Value is the default literal value to use for this parameter source This is only used if the DataKey is invalid. If the DataKey is invalid and this is not defined, this param source will produce an error.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TriggerPolicy object
k8s object
3 nested properties
backoff object
4 nested properties
duration object
factor object

Amount represent a numeric amount.

jitter object

Amount represent a numeric amount.

steps integer
errorOnBackoffTimeout boolean
labels Record<string, string>
status object
1 nested properties
allow integer[]
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TriggerTemplate object

TriggerTemplate is the template that describes trigger specification.

argoWorkflow object
4 nested properties
args string[]
operation string
source object
7 nested properties
configmap object

Selects a key from a ConfigMap.

file object
git object
inline string
resource object

K8SResource represent arbitrary structured data.

s3 object
url object

URLArtifact contains information about an artifact at an HTTP endpoint.

awsLambda object
8 nested properties
accessKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

functionName string

FunctionName refers to the name of the function to invoke.

invocationType string

Choose from the following options.

  • RequestResponse (default) - Invoke the function synchronously. Keep the connection open until the function returns a response or times out. The API response includes the function response and additional data.

  • Event - Invoke the function asynchronously. Send events that fail multiple times to the function's dead-letter queue (if it's configured). The API response only includes a status code.

  • DryRun - Validate parameter values and verify that the user or role has permission to invoke the function. +optional

Payload is the list of key-value extracted from an event payload to construct the request payload.

region string
roleARN string
secretKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

azureEventHubs object
6 nested properties
fqdn string
hubName string

Payload is the list of key-value extracted from an event payload to construct the request payload.

sharedAccessKey object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

sharedAccessKeyName object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

azureServiceBus object
7 nested properties
connectionString object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

Payload is the list of key-value extracted from an event payload to construct the request payload.

queueName string
subscriptionName string
tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

clientCertSecret object

SecretKeySelector selects a key of a Secret.

clientKeySecret object

SecretKeySelector selects a key of a Secret.

enabled boolean
insecureSkipVerify boolean
topicName string
conditions string
custom object

CustomTrigger refers to the specification of the custom trigger.

7 nested properties
certSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

Parameters is the list of parameters that is applied to resolved custom trigger trigger object.

Payload is the list of key-value extracted from an event payload to construct the request payload.

secure boolean
serverNameOverride string

ServerNameOverride for the secure connection between sensor and custom trigger gRPC server.

serverURL string
spec Record<string, string>

Spec is the custom trigger resource specification that custom trigger gRPC server knows how to interpret.

email object

EmailTrigger refers to the specification of the email notification trigger.

9 nested properties
body string
from string
host string

Host refers to the smtp host url to which email is send.

port integer
smtpPassword object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

subject string
to string[]
username string
http object
11 nested properties
basicAuth object
2 nested properties
password object

SecretKeySelector selects a key of a Secret.

username object

SecretKeySelector selects a key of a Secret.

headers Record<string, string>
host string
method string

Parameters is the list of key-value extracted from event's payload that are applied to the HTTP trigger resource.

timeout string
tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

clientCertSecret object

SecretKeySelector selects a key of a Secret.

clientKeySecret object

SecretKeySelector selects a key of a Secret.

enabled boolean
insecureSkipVerify boolean
url string

URL refers to the URL to send HTTP request to.

k8s object
5 nested properties
liveObject boolean
operation string

Parameters is the list of parameters that is applied to resolved K8s trigger object.

patchStrategy string
source object
7 nested properties
configmap object

Selects a key from a ConfigMap.

file object
git object
inline string
resource object

K8SResource represent arbitrary structured data.

s3 object
url object

URLArtifact contains information about an artifact at an HTTP endpoint.

kafka object

KafkaTrigger refers to the specification of the Kafka trigger.

15 nested properties
compress boolean
flushFrequency integer
headers Record<string, string>

Parameters is the list of parameters that is applied to resolved Kafka trigger object.

partition integer
partitioningKey string

The partitioning key for the messages put on the Kafka topic. +optional.

Payload is the list of key-value extracted from an event payload to construct the request payload.

requiredAcks integer

RequiredAcks used in producer to tell the broker how many replica acknowledgements Defaults to 1 (Only wait for the leader to ack). +optional.

sasl object
3 nested properties
mechanism string
passwordSecret object

SecretKeySelector selects a key of a Secret.

userSecret object

SecretKeySelector selects a key of a Secret.

schemaRegistry object
3 nested properties
auth object
schemaId integer
url string

Schema Registry URL.

tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

clientCertSecret object

SecretKeySelector selects a key of a Secret.

clientKeySecret object

SecretKeySelector selects a key of a Secret.

enabled boolean
insecureSkipVerify boolean
topic string
url string

URL of the Kafka broker, multiple URLs separated by comma.

version string
log object
1 nested properties
intervalSeconds string
format=uint64
name string

Name is a unique name of the action to take.

nats object

NATSTrigger refers to the specification of the NATS trigger.

6 nested properties
auth object
4 nested properties
basic object
credential object

SecretKeySelector selects a key of a Secret.

nkey object

SecretKeySelector selects a key of a Secret.

token object

SecretKeySelector selects a key of a Secret.

subject string

Name of the subject to put message on.

tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

clientCertSecret object

SecretKeySelector selects a key of a Secret.

clientKeySecret object

SecretKeySelector selects a key of a Secret.

enabled boolean
insecureSkipVerify boolean
url string

URL of the NATS cluster.

openWhisk object

OpenWhiskTrigger refers to the specification of the OpenWhisk trigger.

7 nested properties
actionName string

Name of the action/function.

authToken object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

host string

Host URL of the OpenWhisk.

namespace string

Namespace for the action. Defaults to "_". +optional.

Payload is the list of key-value extracted from an event payload to construct the request payload.

version string
pulsar object

PulsarTrigger refers to the specification of the Pulsar trigger.

12 nested properties
authAthenzParams Record<string, string>
authAthenzSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

authTokenSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

connectionBackoff object
4 nested properties
duration object
factor object

Amount represent a numeric amount.

jitter object

Amount represent a numeric amount.

steps integer

Parameters is the list of parameters that is applied to resolved Kafka trigger object.

Payload is the list of key-value extracted from an event payload to construct the request payload.

tls object

TLSConfig refers to TLS configuration for a client.

5 nested properties
caCertSecret object

SecretKeySelector selects a key of a Secret.

clientCertSecret object

SecretKeySelector selects a key of a Secret.

clientKeySecret object

SecretKeySelector selects a key of a Secret.

enabled boolean
insecureSkipVerify boolean
tlsAllowInsecureConnection boolean
tlsTrustCertsSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

tlsValidateHostname boolean
topic string
url string
slack object

SlackTrigger refers to the specification of the slack notification trigger.

8 nested properties
attachments string
blocks string
channel string
message string
sender object
2 nested properties
icon string
username string
slackToken object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

thread object
2 nested properties
broadcastMessageToChannel boolean
messageAggregationKey string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.URLArtifact object

URLArtifact contains information about an artifact at an HTTP endpoint.

path string
verifyCert boolean
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.ValueFromSource object
configMapKeyRef object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

secretKeyRef object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.WatchPathConfig object
directory string
path string
pathRegexp string
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.WebhookContext object
authSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string
maxPayloadSize string
metadata Record<string, string>
method string
port string

Port on which HTTP server is listening for incoming events.

serverCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

serverKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

url string

URL is the url of the server.

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.WebhookEventSource object
filter object
1 nested properties
expression string
webhookContext object
9 nested properties
authSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string
maxPayloadSize string
metadata Record<string, string>
method string
port string

Port on which HTTP server is listening for incoming events.

serverCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

serverKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

url string

URL is the url of the server.

google.protobuf.Any object
type_url string
value string
format=byte
grpc.gateway.runtime.Error object
code integer
error string
message string
grpc.gateway.runtime.StreamError object
grpc_code integer
http_code integer
http_status string
message string
io.argoproj.workflow.v1alpha1.Amount number

Amount represent a numeric amount.

io.argoproj.workflow.v1alpha1.ArchiveStrategy object

ArchiveStrategy describes how to archive files/directory when saving artifacts

none object

NoneStrategy indicates to skip tar process and upload the files or directory tree as independent files. Note that if the artifact is a directory, the artifact driver must support the ability to save/load the directory appropriately.

tar object

TarStrategy will tar and gzip the file or directory when saving

1 nested properties
compressionLevel integer

CompressionLevel specifies the gzip compression level to use for the artifact. Defaults to gzip.DefaultCompression.

zip object

ZipStrategy will unzip zipped input artifacts

io.argoproj.workflow.v1alpha1.ArchivedWorkflowDeletedResponse object
io.argoproj.workflow.v1alpha1.Arguments object

Arguments to a template

Artifacts is the list of artifacts to pass to the template or workflow

Parameters is the list of parameters to pass to the template or workflow

io.argoproj.workflow.v1alpha1.ArtGCStatus object

ArtGCStatus maintains state related to ArtifactGC

notSpecified boolean

if this is true, we already checked to see if we need to do it and we don't

podsRecouped Record<string, boolean>

have completed Pods been processed? (mapped by Pod name) used to prevent re-processing the Status of a Pod more than once

strategiesProcessed Record<string, boolean>

have Pods been started to perform this strategy? (enables us not to re-process what we've already done)

io.argoproj.workflow.v1alpha1.Artifact object

Artifact indicates an artifact to place at a specified path

name string required

name of the artifact. must be unique within a template's inputs/outputs.

archive object

ArchiveStrategy describes how to archive files/directory when saving artifacts

3 nested properties
none object

NoneStrategy indicates to skip tar process and upload the files or directory tree as independent files. Note that if the artifact is a directory, the artifact driver must support the ability to save/load the directory appropriately.

tar object

TarStrategy will tar and gzip the file or directory when saving

1 nested properties
compressionLevel integer

CompressionLevel specifies the gzip compression level to use for the artifact. Defaults to gzip.DefaultCompression.

zip object

ZipStrategy will unzip zipped input artifacts

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

artifactGC object

ArtifactGC describes how to delete artifacts from completed Workflows - this is embedded into the WorkflowLevelArtifactGC, and also used for individual Artifacts to override that as needed

3 nested properties
podMetadata object

Pod metadata

2 nested properties
annotations Record<string, string>
labels Record<string, string>
serviceAccountName string

ServiceAccountName is an optional field for specifying the Service Account that should be assigned to the Pod doing the deletion

strategy string

Strategy is the strategy to use.

artifactory object

ArtifactoryArtifact is the location of an artifactory artifact

3 nested properties
url string required

URL of the artifact

passwordSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

usernameSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

azure object

AzureArtifact is the location of an Azure Storage artifact

5 nested properties
blob string required

Blob is the blob name (i.e., path) in the container where the artifact resides

container string required

Container is the container where resources will be stored

endpoint string required

Endpoint is the service url associated with an account. It is most likely "<https://<ACCOUNT_NAME>>.blob.core.windows.net"

accountKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

deleted boolean

Has this been deleted?

from string

From allows an artifact to reference an artifact from a previous step

fromExpression string

FromExpression, if defined, is evaluated to specify the value for the artifact

gcs object

GCSArtifact is the location of a GCS artifact

3 nested properties
key string required

Key is the path in the bucket where the artifact resides

bucket string

Bucket is the name of the bucket

serviceAccountKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

git object

GitArtifact is the location of a git artifact

12 nested properties
repo string required

Repo is the git repository

branch string

Branch is the branch to fetch when SingleBranch is enabled

depth integer

Depth specifies clones/fetches should be shallow and include the given number of commits from the branch tip

disableSubmodules boolean

DisableSubmodules disables submodules during git clone

fetch string[]

Fetch specifies a number of refs that should be fetched before checkout

insecureIgnoreHostKey boolean

InsecureIgnoreHostKey disables SSH strict host key checking during git clone

insecureSkipTLS boolean

InsecureSkipTLS disables server certificate verification resulting in insecure HTTPS connections

passwordSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

revision string

Revision is the git commit, tag, branch to checkout

singleBranch boolean

SingleBranch enables single branch clone, using the branch parameter

sshPrivateKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

usernameSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

globalName string

GlobalName exports an output artifact to the global scope, making it available as '{{io.argoproj.workflow.v1alpha1.outputs.artifacts.XXXX}} and in workflow.status.outputs.artifacts

hdfs object

HDFSArtifact is the location of an HDFS artifact

11 nested properties
path string required

Path is a file path in HDFS

addresses string[]

Addresses is accessible addresses of HDFS name nodes

dataTransferProtection string

DataTransferProtection is the protection level for HDFS data transfer. It corresponds to the dfs.data.transfer.protection configuration in HDFS.

force boolean

Force copies a file forcibly even if it exists

hdfsUser string

HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used.

krbCCacheSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

krbConfigConfigMap object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

krbKeytabSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

krbRealm string

KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used.

krbServicePrincipalName string

KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used.

krbUsername string

KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used.

http object

HTTPArtifact allows a file served on HTTP to be placed as an input artifact in a container

3 nested properties
url string required

URL of the artifact

auth object
3 nested properties
basicAuth object

BasicAuth describes the secret selectors required for basic authentication

clientCert object

ClientCertAuth holds necessary information for client authentication via certificates

oauth2 object

OAuth2Auth holds all information for client authentication via OAuth2 tokens

Headers are an optional list of headers to send with HTTP requests for artifacts

mode integer

mode bits to use on this file, must be a value between 0 and 0777. Set when loading input artifacts. It is recommended to set the mode value to ensure the artifact has the expected permissions in your container.

optional boolean

Make Artifacts optional, if Artifacts doesn't generate or exist

oss object

OSSArtifact is the location of an Alibaba Cloud OSS artifact

9 nested properties
key string required

Key is the path in the bucket where the artifact resides

accessKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bucket string

Bucket is the name of the bucket

createBucketIfNotPresent boolean

CreateBucketIfNotPresent tells the driver to attempt to create the OSS bucket for output artifacts, if it doesn't exist

endpoint string

Endpoint is the hostname of the bucket endpoint

lifecycleRule object

OSSLifecycleRule specifies how to manage bucket's lifecycle

2 nested properties
markDeletionAfterDays integer

MarkDeletionAfterDays is the number of days before we delete objects in the bucket

markInfrequentAccessAfterDays integer

MarkInfrequentAccessAfterDays is the number of days before we convert the objects in the bucket to Infrequent Access (IA) storage type

secretKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

securityToken string

SecurityToken is the user's temporary security token. For more details, check out: https://www.alibabacloud.com/help/doc-detail/100624.htm

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

path string

Path is the container path to the artifact

plugin object

PluginArtifact is the location of a plugin artifact

4 nested properties
key string required

Key is the path in the artifact repository where the artifact resides

configuration string

Configuration is the plugin defined configuration for the artifact driver plugin

connectionTimeoutSeconds integer

ConnectionTimeoutSeconds is the timeout for the artifact driver connection, overriding the driver's timeout

name string

Name is the name of the artifact driver plugin

raw object

RawArtifact allows raw string content to be placed as an artifact in a container

1 nested properties
data string required

Data is the string contents of the artifact

recurseMode boolean

If mode is set, apply the permission recursively into the artifact if it is a folder

s3 object

S3Artifact is the location of an S3 artifact

13 nested properties
accessKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bucket string

Bucket is the name of the bucket

caSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

createBucketIfNotPresent object

CreateS3BucketOptions options used to determine automatic automatic bucket-creation process

1 nested properties
objectLocking boolean

ObjectLocking Enable object locking

encryptionOptions object

S3EncryptionOptions used to determine encryption options during s3 operations

4 nested properties
enableEncryption boolean

EnableEncryption tells the driver to encrypt objects if set to true. If kmsKeyId and serverSideCustomerKeySecret are not set, SSE-S3 will be used

kmsEncryptionContext string

KmsEncryptionContext is a json blob that contains an encryption context. See https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context for more information

kmsKeyId string

KMSKeyId tells the driver to encrypt the object using the specified KMS Key.

serverSideCustomerKeySecret object

SecretKeySelector selects a key of a Secret.

endpoint string

Endpoint is the hostname of the bucket endpoint

insecure boolean

Insecure will connect to the service with TLS

key string

Key is the key in the bucket where the artifact resides

region string

Region contains the optional bucket region

roleARN string

RoleARN is the Amazon Resource Name (ARN) of the role to assume.

secretKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

sessionTokenSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

subPath string

SubPath allows an artifact to be sourced from a subpath within the specified source

io.argoproj.workflow.v1alpha1.ArtifactGC object

ArtifactGC describes how to delete artifacts from completed Workflows - this is embedded into the WorkflowLevelArtifactGC, and also used for individual Artifacts to override that as needed

podMetadata object

Pod metadata

2 nested properties
annotations Record<string, string>
labels Record<string, string>
serviceAccountName string

ServiceAccountName is an optional field for specifying the Service Account that should be assigned to the Pod doing the deletion

strategy string

Strategy is the strategy to use.

io.argoproj.workflow.v1alpha1.ArtifactLocation object

ArtifactLocation describes a location for a single or multiple artifacts. It is used as single artifact in the context of inputs/outputs (e.g. outputs.artifacts.artname). It is also used to describe the location of multiple artifacts such as the archive location of a single workflow step, which the executor will use as a default location to store its files.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

artifactory object

ArtifactoryArtifact is the location of an artifactory artifact

3 nested properties
url string required

URL of the artifact

passwordSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

usernameSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

azure object

AzureArtifact is the location of an Azure Storage artifact

5 nested properties
blob string required

Blob is the blob name (i.e., path) in the container where the artifact resides

container string required

Container is the container where resources will be stored

endpoint string required

Endpoint is the service url associated with an account. It is most likely "<https://<ACCOUNT_NAME>>.blob.core.windows.net"

accountKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

gcs object

GCSArtifact is the location of a GCS artifact

3 nested properties
key string required

Key is the path in the bucket where the artifact resides

bucket string

Bucket is the name of the bucket

serviceAccountKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

git object

GitArtifact is the location of a git artifact

12 nested properties
repo string required

Repo is the git repository

branch string

Branch is the branch to fetch when SingleBranch is enabled

depth integer

Depth specifies clones/fetches should be shallow and include the given number of commits from the branch tip

disableSubmodules boolean

DisableSubmodules disables submodules during git clone

fetch string[]

Fetch specifies a number of refs that should be fetched before checkout

insecureIgnoreHostKey boolean

InsecureIgnoreHostKey disables SSH strict host key checking during git clone

insecureSkipTLS boolean

InsecureSkipTLS disables server certificate verification resulting in insecure HTTPS connections

passwordSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

revision string

Revision is the git commit, tag, branch to checkout

singleBranch boolean

SingleBranch enables single branch clone, using the branch parameter

sshPrivateKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

usernameSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

hdfs object

HDFSArtifact is the location of an HDFS artifact

11 nested properties
path string required

Path is a file path in HDFS

addresses string[]

Addresses is accessible addresses of HDFS name nodes

dataTransferProtection string

DataTransferProtection is the protection level for HDFS data transfer. It corresponds to the dfs.data.transfer.protection configuration in HDFS.

force boolean

Force copies a file forcibly even if it exists

hdfsUser string

HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used.

krbCCacheSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

krbConfigConfigMap object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

krbKeytabSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

krbRealm string

KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used.

krbServicePrincipalName string

KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used.

krbUsername string

KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used.

http object

HTTPArtifact allows a file served on HTTP to be placed as an input artifact in a container

3 nested properties
url string required

URL of the artifact

auth object
3 nested properties
basicAuth object

BasicAuth describes the secret selectors required for basic authentication

clientCert object

ClientCertAuth holds necessary information for client authentication via certificates

oauth2 object

OAuth2Auth holds all information for client authentication via OAuth2 tokens

Headers are an optional list of headers to send with HTTP requests for artifacts

oss object

OSSArtifact is the location of an Alibaba Cloud OSS artifact

9 nested properties
key string required

Key is the path in the bucket where the artifact resides

accessKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bucket string

Bucket is the name of the bucket

createBucketIfNotPresent boolean

CreateBucketIfNotPresent tells the driver to attempt to create the OSS bucket for output artifacts, if it doesn't exist

endpoint string

Endpoint is the hostname of the bucket endpoint

lifecycleRule object

OSSLifecycleRule specifies how to manage bucket's lifecycle

2 nested properties
markDeletionAfterDays integer

MarkDeletionAfterDays is the number of days before we delete objects in the bucket

markInfrequentAccessAfterDays integer

MarkInfrequentAccessAfterDays is the number of days before we convert the objects in the bucket to Infrequent Access (IA) storage type

secretKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

securityToken string

SecurityToken is the user's temporary security token. For more details, check out: https://www.alibabacloud.com/help/doc-detail/100624.htm

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

plugin object

PluginArtifact is the location of a plugin artifact

4 nested properties
key string required

Key is the path in the artifact repository where the artifact resides

configuration string

Configuration is the plugin defined configuration for the artifact driver plugin

connectionTimeoutSeconds integer

ConnectionTimeoutSeconds is the timeout for the artifact driver connection, overriding the driver's timeout

name string

Name is the name of the artifact driver plugin

raw object

RawArtifact allows raw string content to be placed as an artifact in a container

1 nested properties
data string required

Data is the string contents of the artifact

s3 object

S3Artifact is the location of an S3 artifact

13 nested properties
accessKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bucket string

Bucket is the name of the bucket

caSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

createBucketIfNotPresent object

CreateS3BucketOptions options used to determine automatic automatic bucket-creation process

1 nested properties
objectLocking boolean

ObjectLocking Enable object locking

encryptionOptions object

S3EncryptionOptions used to determine encryption options during s3 operations

4 nested properties
enableEncryption boolean

EnableEncryption tells the driver to encrypt objects if set to true. If kmsKeyId and serverSideCustomerKeySecret are not set, SSE-S3 will be used

kmsEncryptionContext string

KmsEncryptionContext is a json blob that contains an encryption context. See https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context for more information

kmsKeyId string

KMSKeyId tells the driver to encrypt the object using the specified KMS Key.

serverSideCustomerKeySecret object

SecretKeySelector selects a key of a Secret.

endpoint string

Endpoint is the hostname of the bucket endpoint

insecure boolean

Insecure will connect to the service with TLS

key string

Key is the key in the bucket where the artifact resides

region string

Region contains the optional bucket region

roleARN string

RoleARN is the Amazon Resource Name (ARN) of the role to assume.

secretKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

sessionTokenSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

io.argoproj.workflow.v1alpha1.ArtifactPaths object

ArtifactPaths expands a step from a collection of artifacts

name string required

name of the artifact. must be unique within a template's inputs/outputs.

archive object

ArchiveStrategy describes how to archive files/directory when saving artifacts

3 nested properties
none object

NoneStrategy indicates to skip tar process and upload the files or directory tree as independent files. Note that if the artifact is a directory, the artifact driver must support the ability to save/load the directory appropriately.

tar object

TarStrategy will tar and gzip the file or directory when saving

1 nested properties
compressionLevel integer

CompressionLevel specifies the gzip compression level to use for the artifact. Defaults to gzip.DefaultCompression.

zip object

ZipStrategy will unzip zipped input artifacts

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

artifactGC object

ArtifactGC describes how to delete artifacts from completed Workflows - this is embedded into the WorkflowLevelArtifactGC, and also used for individual Artifacts to override that as needed

3 nested properties
podMetadata object

Pod metadata

2 nested properties
annotations Record<string, string>
labels Record<string, string>
serviceAccountName string

ServiceAccountName is an optional field for specifying the Service Account that should be assigned to the Pod doing the deletion

strategy string

Strategy is the strategy to use.

artifactory object

ArtifactoryArtifact is the location of an artifactory artifact

3 nested properties
url string required

URL of the artifact

passwordSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

usernameSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

azure object

AzureArtifact is the location of an Azure Storage artifact

5 nested properties
blob string required

Blob is the blob name (i.e., path) in the container where the artifact resides

container string required

Container is the container where resources will be stored

endpoint string required

Endpoint is the service url associated with an account. It is most likely "<https://<ACCOUNT_NAME>>.blob.core.windows.net"

accountKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

deleted boolean

Has this been deleted?

from string

From allows an artifact to reference an artifact from a previous step

fromExpression string

FromExpression, if defined, is evaluated to specify the value for the artifact

gcs object

GCSArtifact is the location of a GCS artifact

3 nested properties
key string required

Key is the path in the bucket where the artifact resides

bucket string

Bucket is the name of the bucket

serviceAccountKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

git object

GitArtifact is the location of a git artifact

12 nested properties
repo string required

Repo is the git repository

branch string

Branch is the branch to fetch when SingleBranch is enabled

depth integer

Depth specifies clones/fetches should be shallow and include the given number of commits from the branch tip

disableSubmodules boolean

DisableSubmodules disables submodules during git clone

fetch string[]

Fetch specifies a number of refs that should be fetched before checkout

insecureIgnoreHostKey boolean

InsecureIgnoreHostKey disables SSH strict host key checking during git clone

insecureSkipTLS boolean

InsecureSkipTLS disables server certificate verification resulting in insecure HTTPS connections

passwordSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

revision string

Revision is the git commit, tag, branch to checkout

singleBranch boolean

SingleBranch enables single branch clone, using the branch parameter

sshPrivateKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

usernameSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

globalName string

GlobalName exports an output artifact to the global scope, making it available as '{{io.argoproj.workflow.v1alpha1.outputs.artifacts.XXXX}} and in workflow.status.outputs.artifacts

hdfs object

HDFSArtifact is the location of an HDFS artifact

11 nested properties
path string required

Path is a file path in HDFS

addresses string[]

Addresses is accessible addresses of HDFS name nodes

dataTransferProtection string

DataTransferProtection is the protection level for HDFS data transfer. It corresponds to the dfs.data.transfer.protection configuration in HDFS.

force boolean

Force copies a file forcibly even if it exists

hdfsUser string

HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used.

krbCCacheSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

krbConfigConfigMap object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

krbKeytabSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

krbRealm string

KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used.

krbServicePrincipalName string

KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used.

krbUsername string

KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used.

http object

HTTPArtifact allows a file served on HTTP to be placed as an input artifact in a container

3 nested properties
url string required

URL of the artifact

auth object
3 nested properties
basicAuth object

BasicAuth describes the secret selectors required for basic authentication

clientCert object

ClientCertAuth holds necessary information for client authentication via certificates

oauth2 object

OAuth2Auth holds all information for client authentication via OAuth2 tokens

Headers are an optional list of headers to send with HTTP requests for artifacts

mode integer

mode bits to use on this file, must be a value between 0 and 0777. Set when loading input artifacts. It is recommended to set the mode value to ensure the artifact has the expected permissions in your container.

optional boolean

Make Artifacts optional, if Artifacts doesn't generate or exist

oss object

OSSArtifact is the location of an Alibaba Cloud OSS artifact

9 nested properties
key string required

Key is the path in the bucket where the artifact resides

accessKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bucket string

Bucket is the name of the bucket

createBucketIfNotPresent boolean

CreateBucketIfNotPresent tells the driver to attempt to create the OSS bucket for output artifacts, if it doesn't exist

endpoint string

Endpoint is the hostname of the bucket endpoint

lifecycleRule object

OSSLifecycleRule specifies how to manage bucket's lifecycle

2 nested properties
markDeletionAfterDays integer

MarkDeletionAfterDays is the number of days before we delete objects in the bucket

markInfrequentAccessAfterDays integer

MarkInfrequentAccessAfterDays is the number of days before we convert the objects in the bucket to Infrequent Access (IA) storage type

secretKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

securityToken string

SecurityToken is the user's temporary security token. For more details, check out: https://www.alibabacloud.com/help/doc-detail/100624.htm

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

path string

Path is the container path to the artifact

plugin object

PluginArtifact is the location of a plugin artifact

4 nested properties
key string required

Key is the path in the artifact repository where the artifact resides

configuration string

Configuration is the plugin defined configuration for the artifact driver plugin

connectionTimeoutSeconds integer

ConnectionTimeoutSeconds is the timeout for the artifact driver connection, overriding the driver's timeout

name string

Name is the name of the artifact driver plugin

raw object

RawArtifact allows raw string content to be placed as an artifact in a container

1 nested properties
data string required

Data is the string contents of the artifact

recurseMode boolean

If mode is set, apply the permission recursively into the artifact if it is a folder

s3 object

S3Artifact is the location of an S3 artifact

13 nested properties
accessKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bucket string

Bucket is the name of the bucket

caSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

createBucketIfNotPresent object

CreateS3BucketOptions options used to determine automatic automatic bucket-creation process

1 nested properties
objectLocking boolean

ObjectLocking Enable object locking

encryptionOptions object

S3EncryptionOptions used to determine encryption options during s3 operations

4 nested properties
enableEncryption boolean

EnableEncryption tells the driver to encrypt objects if set to true. If kmsKeyId and serverSideCustomerKeySecret are not set, SSE-S3 will be used

kmsEncryptionContext string

KmsEncryptionContext is a json blob that contains an encryption context. See https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context for more information

kmsKeyId string

KMSKeyId tells the driver to encrypt the object using the specified KMS Key.

serverSideCustomerKeySecret object

SecretKeySelector selects a key of a Secret.

endpoint string

Endpoint is the hostname of the bucket endpoint

insecure boolean

Insecure will connect to the service with TLS

key string

Key is the key in the bucket where the artifact resides

region string

Region contains the optional bucket region

roleARN string

RoleARN is the Amazon Resource Name (ARN) of the role to assume.

secretKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

sessionTokenSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

subPath string

SubPath allows an artifact to be sourced from a subpath within the specified source

io.argoproj.workflow.v1alpha1.ArtifactRepository object

ArtifactRepository represents an artifact repository in which a controller will store its artifacts

archiveLogs boolean

ArchiveLogs enables log archiving

artifactory object

ArtifactoryArtifactRepository defines the controller configuration for an artifactory artifact repository

4 nested properties
keyFormat string

KeyFormat defines the format of how to store keys and can reference workflow variables.

passwordSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

repoURL string

RepoURL is the url for artifactory repo.

usernameSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

azure object

AzureArtifactRepository defines the controller configuration for an Azure Blob Storage artifact repository

5 nested properties
container string required

Container is the container where resources will be stored

endpoint string required

Endpoint is the service url associated with an account. It is most likely "<https://<ACCOUNT_NAME>>.blob.core.windows.net"

accountKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

blobNameFormat string

BlobNameFormat is defines the format of how to store blob names. Can reference workflow variables

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

gcs object

GCSArtifactRepository defines the controller configuration for a GCS artifact repository

3 nested properties
bucket string

Bucket is the name of the bucket

keyFormat string

KeyFormat defines the format of how to store keys and can reference workflow variables.

serviceAccountKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

hdfs object

HDFSArtifactRepository defines the controller configuration for an HDFS artifact repository

11 nested properties
addresses string[]

Addresses is accessible addresses of HDFS name nodes

dataTransferProtection string

DataTransferProtection is the protection level for HDFS data transfer. It corresponds to the dfs.data.transfer.protection configuration in HDFS.

force boolean

Force copies a file forcibly even if it exists

hdfsUser string

HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used.

krbCCacheSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

krbConfigConfigMap object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

krbKeytabSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

krbRealm string

KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used.

krbServicePrincipalName string

KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used.

krbUsername string

KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used.

pathFormat string

PathFormat is defines the format of path to store a file. Can reference workflow variables

oss object

OSSArtifactRepository defines the controller configuration for an OSS artifact repository

9 nested properties
accessKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bucket string

Bucket is the name of the bucket

createBucketIfNotPresent boolean

CreateBucketIfNotPresent tells the driver to attempt to create the OSS bucket for output artifacts, if it doesn't exist

endpoint string

Endpoint is the hostname of the bucket endpoint

keyFormat string

KeyFormat defines the format of how to store keys and can reference workflow variables.

lifecycleRule object

OSSLifecycleRule specifies how to manage bucket's lifecycle

2 nested properties
markDeletionAfterDays integer

MarkDeletionAfterDays is the number of days before we delete objects in the bucket

markInfrequentAccessAfterDays integer

MarkInfrequentAccessAfterDays is the number of days before we convert the objects in the bucket to Infrequent Access (IA) storage type

secretKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

securityToken string

SecurityToken is the user's temporary security token. For more details, check out: https://www.alibabacloud.com/help/doc-detail/100624.htm

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

plugin object

PluginArtifactRepository defines the controller configuration for a plugin artifact repository

3 nested properties
configuration string required
name string required
keyFormat string
s3 object

S3ArtifactRepository defines the controller configuration for an S3 artifact repository

14 nested properties
accessKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bucket string

Bucket is the name of the bucket

caSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

createBucketIfNotPresent object

CreateS3BucketOptions options used to determine automatic automatic bucket-creation process

1 nested properties
objectLocking boolean

ObjectLocking Enable object locking

encryptionOptions object

S3EncryptionOptions used to determine encryption options during s3 operations

4 nested properties
enableEncryption boolean

EnableEncryption tells the driver to encrypt objects if set to true. If kmsKeyId and serverSideCustomerKeySecret are not set, SSE-S3 will be used

kmsEncryptionContext string

KmsEncryptionContext is a json blob that contains an encryption context. See https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context for more information

kmsKeyId string

KMSKeyId tells the driver to encrypt the object using the specified KMS Key.

serverSideCustomerKeySecret object

SecretKeySelector selects a key of a Secret.

endpoint string

Endpoint is the hostname of the bucket endpoint

insecure boolean

Insecure will connect to the service with TLS

keyFormat string

KeyFormat defines the format of how to store keys and can reference workflow variables.

keyPrefix string

KeyPrefix is prefix used as part of the bucket key in which the controller will store artifacts.

Deprecated: Use KeyFormat instead.

region string

Region contains the optional bucket region

roleARN string

RoleARN is the Amazon Resource Name (ARN) of the role to assume.

secretKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

sessionTokenSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

io.argoproj.workflow.v1alpha1.ArtifactRepositoryRef object
configMap string

The name of the config map. Defaults to "artifact-repositories".

key string

The config map key. Defaults to the value of the "workflows.argoproj.io/default-artifact-repository" annotation.

io.argoproj.workflow.v1alpha1.ArtifactRepositoryRefStatus object
artifactRepository object

ArtifactRepository represents an artifact repository in which a controller will store its artifacts

8 nested properties
archiveLogs boolean

ArchiveLogs enables log archiving

artifactory object

ArtifactoryArtifactRepository defines the controller configuration for an artifactory artifact repository

4 nested properties
keyFormat string

KeyFormat defines the format of how to store keys and can reference workflow variables.

passwordSecret object

SecretKeySelector selects a key of a Secret.

repoURL string

RepoURL is the url for artifactory repo.

usernameSecret object

SecretKeySelector selects a key of a Secret.

azure object

AzureArtifactRepository defines the controller configuration for an Azure Blob Storage artifact repository

5 nested properties
container string required

Container is the container where resources will be stored

endpoint string required

Endpoint is the service url associated with an account. It is most likely "<https://<ACCOUNT_NAME>>.blob.core.windows.net"

accountKeySecret object

SecretKeySelector selects a key of a Secret.

blobNameFormat string

BlobNameFormat is defines the format of how to store blob names. Can reference workflow variables

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

gcs object

GCSArtifactRepository defines the controller configuration for a GCS artifact repository

3 nested properties
bucket string

Bucket is the name of the bucket

keyFormat string

KeyFormat defines the format of how to store keys and can reference workflow variables.

serviceAccountKeySecret object

SecretKeySelector selects a key of a Secret.

hdfs object

HDFSArtifactRepository defines the controller configuration for an HDFS artifact repository

11 nested properties
addresses string[]

Addresses is accessible addresses of HDFS name nodes

dataTransferProtection string

DataTransferProtection is the protection level for HDFS data transfer. It corresponds to the dfs.data.transfer.protection configuration in HDFS.

force boolean

Force copies a file forcibly even if it exists

hdfsUser string

HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used.

krbCCacheSecret object

SecretKeySelector selects a key of a Secret.

krbConfigConfigMap object

Selects a key from a ConfigMap.

krbKeytabSecret object

SecretKeySelector selects a key of a Secret.

krbRealm string

KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used.

krbServicePrincipalName string

KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used.

krbUsername string

KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used.

pathFormat string

PathFormat is defines the format of path to store a file. Can reference workflow variables

oss object

OSSArtifactRepository defines the controller configuration for an OSS artifact repository

9 nested properties
accessKeySecret object

SecretKeySelector selects a key of a Secret.

bucket string

Bucket is the name of the bucket

createBucketIfNotPresent boolean

CreateBucketIfNotPresent tells the driver to attempt to create the OSS bucket for output artifacts, if it doesn't exist

endpoint string

Endpoint is the hostname of the bucket endpoint

keyFormat string

KeyFormat defines the format of how to store keys and can reference workflow variables.

lifecycleRule object

OSSLifecycleRule specifies how to manage bucket's lifecycle

secretKeySecret object

SecretKeySelector selects a key of a Secret.

securityToken string

SecurityToken is the user's temporary security token. For more details, check out: https://www.alibabacloud.com/help/doc-detail/100624.htm

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

plugin object

PluginArtifactRepository defines the controller configuration for a plugin artifact repository

3 nested properties
configuration string required
name string required
keyFormat string
s3 object

S3ArtifactRepository defines the controller configuration for an S3 artifact repository

14 nested properties
accessKeySecret object

SecretKeySelector selects a key of a Secret.

bucket string

Bucket is the name of the bucket

caSecret object

SecretKeySelector selects a key of a Secret.

createBucketIfNotPresent object

CreateS3BucketOptions options used to determine automatic automatic bucket-creation process

encryptionOptions object

S3EncryptionOptions used to determine encryption options during s3 operations

endpoint string

Endpoint is the hostname of the bucket endpoint

insecure boolean

Insecure will connect to the service with TLS

keyFormat string

KeyFormat defines the format of how to store keys and can reference workflow variables.

keyPrefix string

KeyPrefix is prefix used as part of the bucket key in which the controller will store artifacts.

Deprecated: Use KeyFormat instead.

region string

Region contains the optional bucket region

roleARN string

RoleARN is the Amazon Resource Name (ARN) of the role to assume.

secretKeySecret object

SecretKeySelector selects a key of a Secret.

sessionTokenSecret object

SecretKeySelector selects a key of a Secret.

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

configMap string

The name of the config map. Defaults to "artifact-repositories".

default boolean

If this ref represents the default artifact repository, rather than a config map.

key string

The config map key. Defaults to the value of the "workflows.argoproj.io/default-artifact-repository" annotation.

namespace string

The namespace of the config map. Defaults to the workflow's namespace, or the controller's namespace (if found).

io.argoproj.workflow.v1alpha1.ArtifactoryArtifact object

ArtifactoryArtifact is the location of an artifactory artifact

url string required

URL of the artifact

passwordSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

usernameSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

io.argoproj.workflow.v1alpha1.ArtifactoryArtifactRepository object

ArtifactoryArtifactRepository defines the controller configuration for an artifactory artifact repository

keyFormat string

KeyFormat defines the format of how to store keys and can reference workflow variables.

passwordSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

repoURL string

RepoURL is the url for artifactory repo.

usernameSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

io.argoproj.workflow.v1alpha1.AzureArtifact object

AzureArtifact is the location of an Azure Storage artifact

blob string required

Blob is the blob name (i.e., path) in the container where the artifact resides

container string required

Container is the container where resources will be stored

endpoint string required

Endpoint is the service url associated with an account. It is most likely "<https://<ACCOUNT_NAME>>.blob.core.windows.net"

accountKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

io.argoproj.workflow.v1alpha1.AzureArtifactRepository object

AzureArtifactRepository defines the controller configuration for an Azure Blob Storage artifact repository

container string required

Container is the container where resources will be stored

endpoint string required

Endpoint is the service url associated with an account. It is most likely "<https://<ACCOUNT_NAME>>.blob.core.windows.net"

accountKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

blobNameFormat string

BlobNameFormat is defines the format of how to store blob names. Can reference workflow variables

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

io.argoproj.workflow.v1alpha1.Backoff object

Backoff is a backoff strategy to use within retryStrategy

cap string

Cap is a limit on revised values of the duration parameter. If a multiplication by the factor parameter would make the duration exceed the cap then the duration is set to the cap

duration string

Duration is the amount to back off. Default unit is seconds, but could also be a duration (e.g. "2m", "1h")

factor string
maxDuration string

MaxDuration is the maximum amount of time allowed for a workflow in the backoff strategy. It is important to note that if the workflow template includes activeDeadlineSeconds, the pod's deadline is initially set with activeDeadlineSeconds. However, when the workflow fails, the pod's deadline is then overridden by maxDuration. This ensures that the workflow does not exceed the specified maximum duration when retries are involved.

io.argoproj.workflow.v1alpha1.BasicAuth object

BasicAuth describes the secret selectors required for basic authentication

passwordSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

usernameSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

io.argoproj.workflow.v1alpha1.Cache object

Cache is the configuration for the type of cache to be used

configMap object required

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

io.argoproj.workflow.v1alpha1.ClientCertAuth object

ClientCertAuth holds necessary information for client authentication via certificates

clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

io.argoproj.workflow.v1alpha1.ClusterWorkflowTemplate object

ClusterWorkflowTemplate is the definition of a workflow template resource in cluster scope

metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

3 nested properties
nodeAffinity object

Node affinity is a group of node affinity scheduling rules.

podAffinity object

Pod affinity is a group of inter pod affinity scheduling rules.

podAntiAffinity object

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

2 nested properties

Artifacts is the list of artifacts to pass to the template or workflow

Parameters is the list of parameters to pass to the template or workflow

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

5 nested properties
forceFinalizerRemoval boolean

ForceFinalizerRemoval: if set to true, the finalizer will be removed in the case that Artifact GC fails

podMetadata object

Pod metadata

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the artgc pod spec.

serviceAccountName string

ServiceAccountName is an optional field for specifying the Service Account that should be assigned to the Pod doing the deletion

strategy string

Strategy is the strategy to use.

artifactRepositoryRef object
2 nested properties
configMap string

The name of the config map. Defaults to "artifact-repositories".

key string

The config map key. Defaults to the value of the "workflows.argoproj.io/default-artifact-repository" annotation.

automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

3 nested properties
nameservers string[]

A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.

A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.

searches string[]

A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

1 nested properties
serviceAccountName string

ServiceAccountName specifies the service account name of the executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

1 nested properties

Prometheus is a list of prometheus metrics to be emitted MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

4 nested properties
maxUnavailable string
minAvailable string
selector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

unhealthyPodEvictionPolicy string

UnhealthyPodEvictionPolicy defines the criteria for when unhealthy pods should be considered for eviction. Current implementation considers healthy pods, as pods that have status.conditions item with type="Ready",status="True".

Valid policies are IfHealthyBudget and AlwaysAllow. If no policy is specified, the default behavior will be used, which corresponds to the IfHealthyBudget policy.

IfHealthyBudget policy means that running pods (status.phase="Running"), but not yet healthy can be evicted only if the guarded application is not disrupted (status.currentHealthy is at least equal to status.desiredHealthy). Healthy pods will be subject to the PDB for eviction.

AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.

Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.

podGC object

PodGC describes how to delete completed pods as they complete

3 nested properties
deleteDelayDuration string

DeleteDelayDuration specifies the duration before pods in the GC queue get deleted.

labelSelector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

strategy string

Strategy is the strategy to use. One of "OnPodCompletion", "OnPodSuccess", "OnWorkflowCompletion", "OnWorkflowSuccess". If unset, does not delete Pods

podMetadata object

Pod metadata

2 nested properties
annotations Record<string, string>
labels Record<string, string>
podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

5 nested properties
affinity object

RetryAffinity prevents running steps on the same host.

backoff object

Backoff is a backoff strategy to use within retryStrategy

expression string

Expression is a condition expression for when a node will be retried. If it evaluates to false, the node will not be retried and the retry strategy will be ignored

limit string
retryPolicy string

RetryPolicy is a policy of NodePhase statuses that will be retried

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

13 nested properties
appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

fsGroup integer

A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:

  1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.

fsGroupChangePolicy string

fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

seLinuxChangePolicy string

seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".

"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.

"MountOption" mounts all eligible Pod volumes with -o context mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.

If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.

This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.

All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

supplementalGroups integer[]

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.

supplementalGroupsPolicy string

Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

2 nested properties

v3.6 and after: Mutexes holds the list of Mutex lock details

v3.6 and after: Semaphores holds the list of Semaphores configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

39 nested properties
activeDeadlineSeconds string
affinity object

Affinity is a group of affinity scheduling rules.

annotations Record<string, string>

Annotations is a list of annotations to add to the template at runtime

archiveLocation object

ArtifactLocation describes a location for a single or multiple artifacts. It is used as single artifact in the context of inputs/outputs (e.g. outputs.artifacts.artname). It is also used to describe the location of multiple artifacts such as the archive location of a single workflow step, which the executor will use as a default location to store its files.

automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

container object

A single application container that you want to run within a pod.

containerSet object
daemon boolean

Daemon will allow a workflow to proceed to the next step so long as the container reaches readiness

dag object

DAGTemplate is a template subtype for directed acyclic graph templates

data object

Data is a data template

executor object

ExecutorConfig holds configurations of an executor container.

failFast boolean

FailFast, if specified, will fail this template if any of its child pods has failed. This is useful for when this template is expanded with withItems, etc.

HostAliases is an optional list of hosts and IPs that will be injected into the pod spec

http object

InitContainers is a list of containers which run before the main container.

inputs object

Inputs are the mechanism for passing parameters, artifacts, volumes from one template to another

memoize object

Memoization enables caching for the Outputs of the template

metadata object

Pod metadata

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

name string

Name is the name of the template

nodeSelector Record<string, string>

NodeSelector is a selector to schedule this step of the workflow to be run on the selected node(s). Overrides the selector set at the workflow level.

outputs object

Outputs hold parameters, artifacts, and results from a step

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time within the boundaries of this template invocation. If additional steps/dag templates are invoked, the pods created by those templates will not be counted towards this total.

plugin object

Plugin is an Object with exactly one key

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priorityClassName string

PriorityClassName to apply to workflow pods.

resource object

ResourceTemplate is a template subtype to manipulate kubernetes resources

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

If specified, the pod will be dispatched by specified scheduler. Or it will be dispatched by workflow scope scheduler if specified. If neither specified, the pod will be dispatched by default scheduler.

script object

ScriptTemplate is a template subtype to enable scripting through code steps

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName to apply to workflow pods

Sidecars is a list of containers which run alongside the main container Sidecars are automatically killed when the main container completes

Steps define a series of sequential/parallel workflow steps

suspend object

SuspendTemplate is a template subtype to suspend a workflow at a predetermined point in time

synchronization object

Synchronization holds synchronization lock configuration

timeout string

Timeout allows to set the total node execution timeout duration counting from the node's start time. This duration also includes time in which the node spends in Pending state. This duration may not be applied to Step or DAG templates.

Tolerations to apply to workflow pods.

Volumes is a list of volumes that can be mounted by containers in a template.

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

3 nested properties
secondsAfterCompletion integer

SecondsAfterCompletion is the number of seconds to live after completion

secondsAfterFailure integer

SecondsAfterFailure is the number of seconds to live after failure

secondsAfterSuccess integer

SecondsAfterSuccess is the number of seconds to live after success

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

1 nested properties
strategy string

Strategy is the strategy to use. One of "OnWorkflowCompletion", "OnWorkflowSuccess". Defaults to "OnWorkflowSuccess"

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
3 nested properties
annotations Record<string, string>
labels Record<string, string>
labelsFrom Record<string, object>
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

2 nested properties
clusterScope boolean

ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).

name string

Name is the resource name of the workflow template.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "ClusterWorkflowTemplate"
io.argoproj.workflow.v1alpha1.ClusterWorkflowTemplateCreateRequest object
createOptions object

CreateOptions may be provided when creating an API object.

3 nested properties
dryRun string[]
fieldManager string
fieldValidation string
template object

ClusterWorkflowTemplate is the definition of a workflow template resource in cluster scope

4 nested properties
metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

artifactRepositoryRef object
automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

podGC object

PodGC describes how to delete completed pods as they complete

podMetadata object

Pod metadata

podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "ClusterWorkflowTemplate"
io.argoproj.workflow.v1alpha1.ClusterWorkflowTemplateDeleteResponse object
io.argoproj.workflow.v1alpha1.ClusterWorkflowTemplateLintRequest object
createOptions object

CreateOptions may be provided when creating an API object.

3 nested properties
dryRun string[]
fieldManager string
fieldValidation string
template object

ClusterWorkflowTemplate is the definition of a workflow template resource in cluster scope

4 nested properties
metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

artifactRepositoryRef object
automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

podGC object

PodGC describes how to delete completed pods as they complete

podMetadata object

Pod metadata

podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "ClusterWorkflowTemplate"
io.argoproj.workflow.v1alpha1.ClusterWorkflowTemplateList object

ClusterWorkflowTemplateList is list of ClusterWorkflowTemplate resources

metadata object required

ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

4 nested properties
continue string

continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.

remainingItemCount integer

remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is estimating the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.

resourceVersion string

String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

io.argoproj.workflow.v1alpha1.ClusterWorkflowTemplateUpdateRequest object
name string

DEPRECATED: This field is ignored.

template object

ClusterWorkflowTemplate is the definition of a workflow template resource in cluster scope

4 nested properties
metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

artifactRepositoryRef object
automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

podGC object

PodGC describes how to delete completed pods as they complete

podMetadata object

Pod metadata

podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "ClusterWorkflowTemplate"
io.argoproj.workflow.v1alpha1.CollectEventRequest object
name string
io.argoproj.workflow.v1alpha1.CollectEventResponse object
io.argoproj.workflow.v1alpha1.Column object

Column is a custom column that will be exposed in the Workflow List View.

key string required

The key of the label or annotation, e.g., "workflows.argoproj.io/completed".

name string required

The name of this column, e.g., "Workflow Completed".

type string required

The type of this column, "label" or "annotation".

io.argoproj.workflow.v1alpha1.Condition object
message string

Message is the condition message

status string

Status is the status of the condition

type string

Type is the type of condition

io.argoproj.workflow.v1alpha1.ContainerNode object
name string required

Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

args string[]

Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

command string[]

Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

dependencies string[]

List of environment variables to set in the container. Cannot be updated.

List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

image string

Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

imagePullPolicy string

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

lifecycle object

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

3 nested properties
postStart object

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

4 nested properties
exec object

ExecAction describes a "run in container" action.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

sleep object

SleepAction describes a "sleep" action.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

preStop object

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

4 nested properties
exec object

ExecAction describes a "run in container" action.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

sleep object

SleepAction describes a "sleep" action.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

stopSignal string

StopSignal defines which signal will be sent to a container when it is being stopped. If not specified, the default is defined by the container runtime in use. StopSignal can only be set for Pods with a non-empty .spec.os.name

livenessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

2 nested properties
port integer required

Port number of the gRPC service. Number must be in the range 1 to 65535.

service string

Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

If this is not specified, the default behavior is defined by gRPC.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.

readinessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

2 nested properties
port integer required

Port number of the gRPC service. Number must be in the range 1 to 65535.

service string

Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

If this is not specified, the default behavior is defined by gRPC.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

Resources resize policy for the container. This field cannot be set on ephemeral containers.

resources object

ResourceRequirements describes the compute resource requirements.

3 nested properties

Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.

This field depends on the DynamicResourceAllocation feature gate.

This field is immutable. It can only be set for containers.

limits Record<string, string>

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

requests Record<string, string>

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

restartPolicy string

RestartPolicy defines the restart behavior of individual containers in a pod. This overrides the pod-level restart policy. When this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Additionally, setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.

Represents a list of rules to be checked to determine if the container should be restarted on exit. The rules are evaluated in order. Once a rule matches a container exit condition, the remaining rules are ignored. If no rule matches the container exit condition, the Container-level restart policy determines the whether the container is restarted or not. Constraints on the rules: - At most 20 rules are allowed. - Rules can have the same action. - Identical rules are not forbidden in validations. When rules are specified, container MUST set RestartPolicy explicitly even it if matches the Pod's RestartPolicy.

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

12 nested properties
allowPrivilegeEscalation boolean

AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.

appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

2 nested properties
type string required

type indicates which kind of AppArmor profile will be applied. Valid options are: Localhost - a profile pre-loaded on the node. RuntimeDefault - the container runtime's default profile. Unconfined - no AppArmor enforcement.

localhostProfile string

localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is "Localhost".

capabilities object

Adds and removes POSIX capabilities from running containers.

2 nested properties
add string[]

Added capabilities

drop string[]

Removed capabilities

privileged boolean

Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.

procMount string

procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.

readOnlyRootFilesystem boolean

Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

4 nested properties
level string

Level is SELinux level label that applies to the container.

role string

Role is a SELinux role label that applies to the container.

type string

Type is a SELinux type label that applies to the container.

user string

User is a SELinux user label that applies to the container.

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

2 nested properties
type string required

type indicates which kind of seccomp profile will be applied. Valid options are:

Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.

localhostProfile string

localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is "Localhost". Must NOT be set for any other type.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

4 nested properties
gmsaCredentialSpec string

GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.

gmsaCredentialSpecName string

GMSACredentialSpecName is the name of the GMSA credential spec to use.

hostProcess boolean

HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.

runAsUserName string

The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

startupProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

2 nested properties
port integer required

Port number of the gRPC service. Number must be in the range 1 to 65535.

service string

Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

If this is not specified, the default behavior is defined by gRPC.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

stdin boolean

Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.

stdinOnce boolean

Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false

terminationMessagePath string

Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.

terminationMessagePolicy string

Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.

tty boolean

Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.

volumeDevices is the list of block devices to be used by the container.

Pod volumes to mount into the container's filesystem. Cannot be updated.

workingDir string

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

io.argoproj.workflow.v1alpha1.ContainerSetRetryStrategy object

ContainerSetRetryStrategy provides controls on how to retry a container set

retries string required
duration string

Duration is the time between each retry, examples values are "300ms", "1s" or "5m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".

io.argoproj.workflow.v1alpha1.ContainerSetTemplate object
retryStrategy object

ContainerSetRetryStrategy provides controls on how to retry a container set

2 nested properties
retries string required
duration string

Duration is the time between each retry, examples values are "300ms", "1s" or "5m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".

io.argoproj.workflow.v1alpha1.ContinueOn object

ContinueOn defines if a workflow should continue even if a task or step fails/errors. It can be specified if the workflow should continue when the pod errors, fails or both.

error boolean
failed boolean
io.argoproj.workflow.v1alpha1.Counter object

Counter is a Counter prometheus metric

value string required

Value is the value of the metric

io.argoproj.workflow.v1alpha1.CreateCronWorkflowRequest object
createOptions object

CreateOptions may be provided when creating an API object.

3 nested properties
dryRun string[]
fieldManager string
fieldValidation string
cronWorkflow object

CronWorkflow is the definition of a scheduled workflow resource

5 nested properties
metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

CronWorkflowSpec is the specification of a CronWorkflow

11 nested properties
schedules string[] required

v3.6 and after: Schedules is a list of schedules to run the Workflow in Cron format

workflowSpec object required

WorkflowSpec is the specification of a Workflow.

concurrencyPolicy string

ConcurrencyPolicy is the K8s-style concurrency policy that will be used

failedJobsHistoryLimit integer

FailedJobsHistoryLimit is the number of failed jobs to be kept at a time

startingDeadlineSeconds integer

StartingDeadlineSeconds is the K8s-style deadline that will limit the time a CronWorkflow will be run after its original scheduled time if it is missed.

stopStrategy object

StopStrategy defines if the CronWorkflow should stop scheduling based on an expression. v3.6 and after

successfulJobsHistoryLimit integer

SuccessfulJobsHistoryLimit is the number of successful jobs to be kept at a time

suspend boolean

Suspend is a flag that will stop new CronWorkflows from running if set to true

timezone string

Timezone is the timezone against which the cron schedule will be calculated, e.g. "Asia/Tokyo". Default is machine's local time.

when string

v3.6 and after: When is an expression that determines if a run should be scheduled.

workflowMetadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "CronWorkflow"
status object

CronWorkflowStatus is the status of a CronWorkflow

6 nested properties

Active is a list of active workflows stemming from this CronWorkflow

Conditions is a list of conditions the CronWorkflow may have

failed integer

v3.6 and after: Failed counts how many times child workflows failed

lastScheduledTime string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
phase string

v3.6 and after: Phase is an enum of Active or Stopped. It changes to Stopped when stopStrategy.expression is true

succeeded integer

v3.6 and after: Succeeded counts how many times child workflows succeeded

namespace string
io.argoproj.workflow.v1alpha1.CreateS3BucketOptions object

CreateS3BucketOptions options used to determine automatic automatic bucket-creation process

objectLocking boolean

ObjectLocking Enable object locking

io.argoproj.workflow.v1alpha1.CronWorkflow object

CronWorkflow is the definition of a scheduled workflow resource

metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

CronWorkflowSpec is the specification of a CronWorkflow

11 nested properties
schedules string[] required

v3.6 and after: Schedules is a list of schedules to run the Workflow in Cron format

workflowSpec object required

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

artifactRepositoryRef object
automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

podGC object

PodGC describes how to delete completed pods as they complete

podMetadata object

Pod metadata

podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

concurrencyPolicy string

ConcurrencyPolicy is the K8s-style concurrency policy that will be used

failedJobsHistoryLimit integer

FailedJobsHistoryLimit is the number of failed jobs to be kept at a time

startingDeadlineSeconds integer

StartingDeadlineSeconds is the K8s-style deadline that will limit the time a CronWorkflow will be run after its original scheduled time if it is missed.

stopStrategy object

StopStrategy defines if the CronWorkflow should stop scheduling based on an expression. v3.6 and after

1 nested properties
expression string required

v3.6 and after: Expression is an expression that stops scheduling workflows when true. Use the variables cronworkflow.failed or cronworkflow.succeeded to access the number of failed or successful child workflows.

successfulJobsHistoryLimit integer

SuccessfulJobsHistoryLimit is the number of successful jobs to be kept at a time

suspend boolean

Suspend is a flag that will stop new CronWorkflows from running if set to true

timezone string

Timezone is the timezone against which the cron schedule will be calculated, e.g. "Asia/Tokyo". Default is machine's local time.

when string

v3.6 and after: When is an expression that determines if a run should be scheduled.

workflowMetadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "CronWorkflow"
status object

CronWorkflowStatus is the status of a CronWorkflow

6 nested properties

Active is a list of active workflows stemming from this CronWorkflow

Conditions is a list of conditions the CronWorkflow may have

failed integer

v3.6 and after: Failed counts how many times child workflows failed

lastScheduledTime string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
phase string

v3.6 and after: Phase is an enum of Active or Stopped. It changes to Stopped when stopStrategy.expression is true

succeeded integer

v3.6 and after: Succeeded counts how many times child workflows succeeded

io.argoproj.workflow.v1alpha1.CronWorkflowDeletedResponse object
io.argoproj.workflow.v1alpha1.CronWorkflowList object

CronWorkflowList is list of CronWorkflow resources

metadata object required

ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

4 nested properties
continue string

continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.

remainingItemCount integer

remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is estimating the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.

resourceVersion string

String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

io.argoproj.workflow.v1alpha1.CronWorkflowResumeRequest object
name string
namespace string
io.argoproj.workflow.v1alpha1.CronWorkflowSpec object

CronWorkflowSpec is the specification of a CronWorkflow

schedules string[] required

v3.6 and after: Schedules is a list of schedules to run the Workflow in Cron format

workflowSpec object required

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

3 nested properties
nodeAffinity object

Node affinity is a group of node affinity scheduling rules.

podAffinity object

Pod affinity is a group of inter pod affinity scheduling rules.

podAntiAffinity object

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

2 nested properties

Artifacts is the list of artifacts to pass to the template or workflow

Parameters is the list of parameters to pass to the template or workflow

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

5 nested properties
forceFinalizerRemoval boolean

ForceFinalizerRemoval: if set to true, the finalizer will be removed in the case that Artifact GC fails

podMetadata object

Pod metadata

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the artgc pod spec.

serviceAccountName string

ServiceAccountName is an optional field for specifying the Service Account that should be assigned to the Pod doing the deletion

strategy string

Strategy is the strategy to use.

artifactRepositoryRef object
2 nested properties
configMap string

The name of the config map. Defaults to "artifact-repositories".

key string

The config map key. Defaults to the value of the "workflows.argoproj.io/default-artifact-repository" annotation.

automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

3 nested properties
nameservers string[]

A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.

A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.

searches string[]

A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

1 nested properties
serviceAccountName string

ServiceAccountName specifies the service account name of the executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

1 nested properties

Prometheus is a list of prometheus metrics to be emitted MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

4 nested properties
maxUnavailable string
minAvailable string
selector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

unhealthyPodEvictionPolicy string

UnhealthyPodEvictionPolicy defines the criteria for when unhealthy pods should be considered for eviction. Current implementation considers healthy pods, as pods that have status.conditions item with type="Ready",status="True".

Valid policies are IfHealthyBudget and AlwaysAllow. If no policy is specified, the default behavior will be used, which corresponds to the IfHealthyBudget policy.

IfHealthyBudget policy means that running pods (status.phase="Running"), but not yet healthy can be evicted only if the guarded application is not disrupted (status.currentHealthy is at least equal to status.desiredHealthy). Healthy pods will be subject to the PDB for eviction.

AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.

Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.

podGC object

PodGC describes how to delete completed pods as they complete

3 nested properties
deleteDelayDuration string

DeleteDelayDuration specifies the duration before pods in the GC queue get deleted.

labelSelector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

strategy string

Strategy is the strategy to use. One of "OnPodCompletion", "OnPodSuccess", "OnWorkflowCompletion", "OnWorkflowSuccess". If unset, does not delete Pods

podMetadata object

Pod metadata

2 nested properties
annotations Record<string, string>
labels Record<string, string>
podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

5 nested properties
affinity object

RetryAffinity prevents running steps on the same host.

backoff object

Backoff is a backoff strategy to use within retryStrategy

expression string

Expression is a condition expression for when a node will be retried. If it evaluates to false, the node will not be retried and the retry strategy will be ignored

limit string
retryPolicy string

RetryPolicy is a policy of NodePhase statuses that will be retried

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

13 nested properties
appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

fsGroup integer

A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:

  1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.

fsGroupChangePolicy string

fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

seLinuxChangePolicy string

seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".

"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.

"MountOption" mounts all eligible Pod volumes with -o context mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.

If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.

This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.

All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

supplementalGroups integer[]

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.

supplementalGroupsPolicy string

Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

2 nested properties

v3.6 and after: Mutexes holds the list of Mutex lock details

v3.6 and after: Semaphores holds the list of Semaphores configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

39 nested properties
activeDeadlineSeconds string
affinity object

Affinity is a group of affinity scheduling rules.

annotations Record<string, string>

Annotations is a list of annotations to add to the template at runtime

archiveLocation object

ArtifactLocation describes a location for a single or multiple artifacts. It is used as single artifact in the context of inputs/outputs (e.g. outputs.artifacts.artname). It is also used to describe the location of multiple artifacts such as the archive location of a single workflow step, which the executor will use as a default location to store its files.

automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

container object

A single application container that you want to run within a pod.

containerSet object
daemon boolean

Daemon will allow a workflow to proceed to the next step so long as the container reaches readiness

dag object

DAGTemplate is a template subtype for directed acyclic graph templates

data object

Data is a data template

executor object

ExecutorConfig holds configurations of an executor container.

failFast boolean

FailFast, if specified, will fail this template if any of its child pods has failed. This is useful for when this template is expanded with withItems, etc.

HostAliases is an optional list of hosts and IPs that will be injected into the pod spec

http object

InitContainers is a list of containers which run before the main container.

inputs object

Inputs are the mechanism for passing parameters, artifacts, volumes from one template to another

memoize object

Memoization enables caching for the Outputs of the template

metadata object

Pod metadata

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

name string

Name is the name of the template

nodeSelector Record<string, string>

NodeSelector is a selector to schedule this step of the workflow to be run on the selected node(s). Overrides the selector set at the workflow level.

outputs object

Outputs hold parameters, artifacts, and results from a step

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time within the boundaries of this template invocation. If additional steps/dag templates are invoked, the pods created by those templates will not be counted towards this total.

plugin object

Plugin is an Object with exactly one key

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priorityClassName string

PriorityClassName to apply to workflow pods.

resource object

ResourceTemplate is a template subtype to manipulate kubernetes resources

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

If specified, the pod will be dispatched by specified scheduler. Or it will be dispatched by workflow scope scheduler if specified. If neither specified, the pod will be dispatched by default scheduler.

script object

ScriptTemplate is a template subtype to enable scripting through code steps

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName to apply to workflow pods

Sidecars is a list of containers which run alongside the main container Sidecars are automatically killed when the main container completes

Steps define a series of sequential/parallel workflow steps

suspend object

SuspendTemplate is a template subtype to suspend a workflow at a predetermined point in time

synchronization object

Synchronization holds synchronization lock configuration

timeout string

Timeout allows to set the total node execution timeout duration counting from the node's start time. This duration also includes time in which the node spends in Pending state. This duration may not be applied to Step or DAG templates.

Tolerations to apply to workflow pods.

Volumes is a list of volumes that can be mounted by containers in a template.

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

3 nested properties
secondsAfterCompletion integer

SecondsAfterCompletion is the number of seconds to live after completion

secondsAfterFailure integer

SecondsAfterFailure is the number of seconds to live after failure

secondsAfterSuccess integer

SecondsAfterSuccess is the number of seconds to live after success

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

1 nested properties
strategy string

Strategy is the strategy to use. One of "OnWorkflowCompletion", "OnWorkflowSuccess". Defaults to "OnWorkflowSuccess"

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
3 nested properties
annotations Record<string, string>
labels Record<string, string>
labelsFrom Record<string, object>
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

2 nested properties
clusterScope boolean

ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).

name string

Name is the resource name of the workflow template.

concurrencyPolicy string

ConcurrencyPolicy is the K8s-style concurrency policy that will be used

failedJobsHistoryLimit integer

FailedJobsHistoryLimit is the number of failed jobs to be kept at a time

startingDeadlineSeconds integer

StartingDeadlineSeconds is the K8s-style deadline that will limit the time a CronWorkflow will be run after its original scheduled time if it is missed.

stopStrategy object

StopStrategy defines if the CronWorkflow should stop scheduling based on an expression. v3.6 and after

1 nested properties
expression string required

v3.6 and after: Expression is an expression that stops scheduling workflows when true. Use the variables cronworkflow.failed or cronworkflow.succeeded to access the number of failed or successful child workflows.

successfulJobsHistoryLimit integer

SuccessfulJobsHistoryLimit is the number of successful jobs to be kept at a time

suspend boolean

Suspend is a flag that will stop new CronWorkflows from running if set to true

timezone string

Timezone is the timezone against which the cron schedule will be calculated, e.g. "Asia/Tokyo". Default is machine's local time.

when string

v3.6 and after: When is an expression that determines if a run should be scheduled.

workflowMetadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

io.argoproj.workflow.v1alpha1.CronWorkflowStatus object

CronWorkflowStatus is the status of a CronWorkflow

Active is a list of active workflows stemming from this CronWorkflow

Conditions is a list of conditions the CronWorkflow may have

failed integer

v3.6 and after: Failed counts how many times child workflows failed

lastScheduledTime string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
phase string

v3.6 and after: Phase is an enum of Active or Stopped. It changes to Stopped when stopStrategy.expression is true

succeeded integer

v3.6 and after: Succeeded counts how many times child workflows succeeded

io.argoproj.workflow.v1alpha1.CronWorkflowSuspendRequest object
name string
namespace string
io.argoproj.workflow.v1alpha1.DAGTask object

DAGTask represents a node in the graph during DAG execution Note: CEL validation cannot check withItems (Schemaless) or inline (PreserveUnknownFields) fields.

name string required

Name is the name of the target

arguments object

Arguments to a template

2 nested properties

Artifacts is the list of artifacts to pass to the template or workflow

Parameters is the list of parameters to pass to the template or workflow

continueOn object

ContinueOn defines if a workflow should continue even if a task or step fails/errors. It can be specified if the workflow should continue when the pod errors, fails or both.

2 nested properties
error boolean
failed boolean
dependencies string[]

Dependencies are name of other targets which this depends on

depends string

Depends are name of other targets which this depends on

hooks Record<string, object>

Hooks hold the lifecycle hook which is invoked at lifecycle of task, irrespective of the success, failure, or error status of the primary task

inline object

Template is a reusable and composable unit of execution in a workflow

39 nested properties
activeDeadlineSeconds string
affinity object

Affinity is a group of affinity scheduling rules.

3 nested properties
nodeAffinity object

Node affinity is a group of node affinity scheduling rules.

podAffinity object

Pod affinity is a group of inter pod affinity scheduling rules.

podAntiAffinity object

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

annotations Record<string, string>

Annotations is a list of annotations to add to the template at runtime

archiveLocation object

ArtifactLocation describes a location for a single or multiple artifacts. It is used as single artifact in the context of inputs/outputs (e.g. outputs.artifacts.artname). It is also used to describe the location of multiple artifacts such as the archive location of a single workflow step, which the executor will use as a default location to store its files.

11 nested properties
archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

artifactory object

ArtifactoryArtifact is the location of an artifactory artifact

azure object

AzureArtifact is the location of an Azure Storage artifact

gcs object

GCSArtifact is the location of a GCS artifact

git object

GitArtifact is the location of a git artifact

hdfs object

HDFSArtifact is the location of an HDFS artifact

http object

HTTPArtifact allows a file served on HTTP to be placed as an input artifact in a container

oss object

OSSArtifact is the location of an Alibaba Cloud OSS artifact

plugin object

PluginArtifact is the location of a plugin artifact

raw object

RawArtifact allows raw string content to be placed as an artifact in a container

s3 object

S3Artifact is the location of an S3 artifact

automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

container object

A single application container that you want to run within a pod.

25 nested properties
image string required

Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

args string[]

Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

command string[]

Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

List of environment variables to set in the container. Cannot be updated.

List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

imagePullPolicy string

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

lifecycle object

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

livenessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

name string

Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.

readinessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

Resources resize policy for the container. This field cannot be set on ephemeral containers.

resources object

ResourceRequirements describes the compute resource requirements.

restartPolicy string

RestartPolicy defines the restart behavior of individual containers in a pod. This overrides the pod-level restart policy. When this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Additionally, setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.

Represents a list of rules to be checked to determine if the container should be restarted on exit. The rules are evaluated in order. Once a rule matches a container exit condition, the remaining rules are ignored. If no rule matches the container exit condition, the Container-level restart policy determines the whether the container is restarted or not. Constraints on the rules: - At most 20 rules are allowed. - Rules can have the same action. - Identical rules are not forbidden in validations. When rules are specified, container MUST set RestartPolicy explicitly even it if matches the Pod's RestartPolicy.

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

startupProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

stdin boolean

Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.

stdinOnce boolean

Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false

terminationMessagePath string

Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.

terminationMessagePolicy string

Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.

tty boolean

Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.

volumeDevices is the list of block devices to be used by the container.

Pod volumes to mount into the container's filesystem. Cannot be updated.

workingDir string

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

containerSet object
3 nested properties
retryStrategy object

ContainerSetRetryStrategy provides controls on how to retry a container set

daemon boolean

Daemon will allow a workflow to proceed to the next step so long as the container reaches readiness

dag object

DAGTemplate is a template subtype for directed acyclic graph templates

3 nested properties

Tasks are a list of DAG tasks MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

failFast boolean

This flag is for DAG logic. The DAG logic has a built-in "fail fast" feature to stop scheduling new steps, as soon as it detects that one of the DAG nodes is failed. Then it waits until all DAG nodes are completed before failing the DAG itself. The FailFast flag default is true, if set to false, it will allow a DAG to run all branches of the DAG to completion (either success or failure), regardless of the failed outcomes of branches in the DAG. More info and example about this feature at https://github.com/argoproj/argo-workflows/issues/1442

target string

Target are one or more names of targets to execute in a DAG

data object

Data is a data template

2 nested properties
source object required

DataSource sources external data into a data template

Transformation applies a set of transformations

executor object

ExecutorConfig holds configurations of an executor container.

1 nested properties
serviceAccountName string

ServiceAccountName specifies the service account name of the executor container.

failFast boolean

FailFast, if specified, will fail this template if any of its child pods has failed. This is useful for when this template is expanded with withItems, etc.

HostAliases is an optional list of hosts and IPs that will be injected into the pod spec

http object
8 nested properties
url string required

URL of the HTTP Request

body string

Body is content of the HTTP Request

bodyFrom object

HTTPBodySource contains the source of the HTTP body.

Headers are an optional list of headers to send with HTTP requests

insecureSkipVerify boolean

InsecureSkipVerify is a bool when if set to true will skip TLS verification for the HTTP client

method string

Method is HTTP methods for HTTP Request

successCondition string

SuccessCondition is an expression if evaluated to true is considered successful

timeoutSeconds integer

TimeoutSeconds is request timeout for HTTP Request. Default is 30 seconds

InitContainers is a list of containers which run before the main container.

inputs object

Inputs are the mechanism for passing parameters, artifacts, volumes from one template to another

2 nested properties

Artifact are a list of artifacts passed as inputs

Parameters are a list of parameters passed as inputs MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

memoize object

Memoization enables caching for the Outputs of the template

3 nested properties
cache object required

Cache is the configuration for the type of cache to be used

key string required

Key is the key to use as the caching key

maxAge string required

MaxAge is the maximum age (e.g. "180s", "24h") of an entry that is still considered valid. If an entry is older than the MaxAge, it will be ignored.

metadata object

Pod metadata

2 nested properties
annotations Record<string, string>
labels Record<string, string>
metrics object

Metrics are a list of metrics emitted from a Workflow/Template

1 nested properties

Prometheus is a list of prometheus metrics to be emitted MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

name string

Name is the name of the template

nodeSelector Record<string, string>

NodeSelector is a selector to schedule this step of the workflow to be run on the selected node(s). Overrides the selector set at the workflow level.

outputs object

Outputs hold parameters, artifacts, and results from a step

4 nested properties

Artifacts holds the list of output artifacts produced by a step

exitCode string

ExitCode holds the exit code of a script template

Parameters holds the list of output parameters produced by a step

result string

Result holds the result (stdout) of a script or container template, or the response body of an HTTP template

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time within the boundaries of this template invocation. If additional steps/dag templates are invoked, the pods created by those templates will not be counted towards this total.

plugin object

Plugin is an Object with exactly one key

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priorityClassName string

PriorityClassName to apply to workflow pods.

resource object

ResourceTemplate is a template subtype to manipulate kubernetes resources

8 nested properties
action string required

Action is the action to perform to the resource. Must be one of: get, create, apply, delete, replace, patch

failureCondition string

FailureCondition is a label selector expression which describes the conditions of the k8s resource in which the step was considered failed

flags string[]

Flags is a set of additional options passed to kubectl before submitting a resource I.e. to disable resource validation: flags: [ "--validate=false" # disable resource validation ]

manifest string

Manifest contains the kubernetes manifest

manifestFrom object
mergeStrategy string

MergeStrategy is the strategy used to merge a patch. It defaults to "strategic" Must be one of: strategic, merge, json

setOwnerReference boolean

SetOwnerReference sets the reference to the workflow on the OwnerReference of generated resource.

successCondition string

SuccessCondition is a label selector expression which describes the conditions of the k8s resource in which it is acceptable to proceed to the following step

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

5 nested properties
affinity object

RetryAffinity prevents running steps on the same host.

backoff object

Backoff is a backoff strategy to use within retryStrategy

expression string

Expression is a condition expression for when a node will be retried. If it evaluates to false, the node will not be retried and the retry strategy will be ignored

limit string
retryPolicy string

RetryPolicy is a policy of NodePhase statuses that will be retried

schedulerName string

If specified, the pod will be dispatched by specified scheduler. Or it will be dispatched by workflow scope scheduler if specified. If neither specified, the pod will be dispatched by default scheduler.

script object

ScriptTemplate is a template subtype to enable scripting through code steps

26 nested properties
image string required

Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

source string required

Source contains the source code of the script to execute

args string[]

Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

command string[]

Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

List of environment variables to set in the container. Cannot be updated.

List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

imagePullPolicy string

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

lifecycle object

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

livenessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

name string

Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.

readinessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

Resources resize policy for the container. This field cannot be set on ephemeral containers.

resources object

ResourceRequirements describes the compute resource requirements.

restartPolicy string

RestartPolicy defines the restart behavior of individual containers in a pod. This overrides the pod-level restart policy. When this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Additionally, setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.

Represents a list of rules to be checked to determine if the container should be restarted on exit. The rules are evaluated in order. Once a rule matches a container exit condition, the remaining rules are ignored. If no rule matches the container exit condition, the Container-level restart policy determines the whether the container is restarted or not. Constraints on the rules: - At most 20 rules are allowed. - Rules can have the same action. - Identical rules are not forbidden in validations. When rules are specified, container MUST set RestartPolicy explicitly even it if matches the Pod's RestartPolicy.

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

startupProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

stdin boolean

Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.

stdinOnce boolean

Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false

terminationMessagePath string

Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.

terminationMessagePolicy string

Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.

tty boolean

Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.

volumeDevices is the list of block devices to be used by the container.

Pod volumes to mount into the container's filesystem. Cannot be updated.

workingDir string

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

13 nested properties
appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

fsGroup integer

A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:

  1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.

fsGroupChangePolicy string

fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

seLinuxChangePolicy string

seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".

"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.

"MountOption" mounts all eligible Pod volumes with -o context mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.

If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.

This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.

All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

supplementalGroups integer[]

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.

supplementalGroupsPolicy string

Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

serviceAccountName string

ServiceAccountName to apply to workflow pods

Sidecars is a list of containers which run alongside the main container Sidecars are automatically killed when the main container completes

Steps define a series of sequential/parallel workflow steps

suspend object

SuspendTemplate is a template subtype to suspend a workflow at a predetermined point in time

1 nested properties
duration string

Duration is the seconds to wait before automatically resuming a template. Must be a string. Default unit is seconds. Could also be a Duration, e.g.: "2m", "6h"

synchronization object

Synchronization holds synchronization lock configuration

2 nested properties

v3.6 and after: Mutexes holds the list of Mutex lock details

v3.6 and after: Semaphores holds the list of Semaphores configuration

timeout string

Timeout allows to set the total node execution timeout duration counting from the node's start time. This duration also includes time in which the node spends in Pending state. This duration may not be applied to Step or DAG templates.

Tolerations to apply to workflow pods.

Volumes is a list of volumes that can be mounted by containers in a template.

onExit string

OnExit is a template reference which is invoked at the end of the template, irrespective of the success, failure, or error of the primary template.

Deprecated: Use Hooks[exit].Template instead.

template string

Name of template to execute

templateRef object

TemplateRef is a reference of template resource.

3 nested properties
clusterScope boolean

ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).

name string

Name is the resource name of the template.

template string

Template is the name of referred template in the resource.

when string

When is an expression in which the task should conditionally execute

WithItems expands a task into multiple parallel tasks from the items in the list Note: The structure of WithItems is free-form, so we need "x-kubernetes-preserve-unknown-fields: true" in the validation schema.

withParam string

WithParam expands a task into multiple parallel tasks from the value in the parameter, which is expected to be a JSON list.

withSequence object

Sequence expands a workflow step into numeric range

4 nested properties
count string
end string
format string

Format is a printf format string to format the value in the sequence

start string
io.argoproj.workflow.v1alpha1.DAGTemplate object

DAGTemplate is a template subtype for directed acyclic graph templates

Tasks are a list of DAG tasks MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

failFast boolean

This flag is for DAG logic. The DAG logic has a built-in "fail fast" feature to stop scheduling new steps, as soon as it detects that one of the DAG nodes is failed. Then it waits until all DAG nodes are completed before failing the DAG itself. The FailFast flag default is true, if set to false, it will allow a DAG to run all branches of the DAG to completion (either success or failure), regardless of the failed outcomes of branches in the DAG. More info and example about this feature at https://github.com/argoproj/argo-workflows/issues/1442

target string

Target are one or more names of targets to execute in a DAG

io.argoproj.workflow.v1alpha1.Data object

Data is a data template

source object required

DataSource sources external data into a data template

1 nested properties
artifactPaths object

ArtifactPaths expands a step from a collection of artifacts

23 nested properties
name string required

name of the artifact. must be unique within a template's inputs/outputs.

archive object

ArchiveStrategy describes how to archive files/directory when saving artifacts

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

artifactGC object

ArtifactGC describes how to delete artifacts from completed Workflows - this is embedded into the WorkflowLevelArtifactGC, and also used for individual Artifacts to override that as needed

artifactory object

ArtifactoryArtifact is the location of an artifactory artifact

azure object

AzureArtifact is the location of an Azure Storage artifact

deleted boolean

Has this been deleted?

from string

From allows an artifact to reference an artifact from a previous step

fromExpression string

FromExpression, if defined, is evaluated to specify the value for the artifact

gcs object

GCSArtifact is the location of a GCS artifact

git object

GitArtifact is the location of a git artifact

globalName string

GlobalName exports an output artifact to the global scope, making it available as '{{io.argoproj.workflow.v1alpha1.outputs.artifacts.XXXX}} and in workflow.status.outputs.artifacts

hdfs object

HDFSArtifact is the location of an HDFS artifact

http object

HTTPArtifact allows a file served on HTTP to be placed as an input artifact in a container

mode integer

mode bits to use on this file, must be a value between 0 and 0777. Set when loading input artifacts. It is recommended to set the mode value to ensure the artifact has the expected permissions in your container.

optional boolean

Make Artifacts optional, if Artifacts doesn't generate or exist

oss object

OSSArtifact is the location of an Alibaba Cloud OSS artifact

path string

Path is the container path to the artifact

plugin object

PluginArtifact is the location of a plugin artifact

raw object

RawArtifact allows raw string content to be placed as an artifact in a container

recurseMode boolean

If mode is set, apply the permission recursively into the artifact if it is a folder

s3 object

S3Artifact is the location of an S3 artifact

subPath string

SubPath allows an artifact to be sourced from a subpath within the specified source

Transformation applies a set of transformations

io.argoproj.workflow.v1alpha1.DataSource object

DataSource sources external data into a data template

artifactPaths object

ArtifactPaths expands a step from a collection of artifacts

23 nested properties
name string required

name of the artifact. must be unique within a template's inputs/outputs.

archive object

ArchiveStrategy describes how to archive files/directory when saving artifacts

3 nested properties
none object

NoneStrategy indicates to skip tar process and upload the files or directory tree as independent files. Note that if the artifact is a directory, the artifact driver must support the ability to save/load the directory appropriately.

tar object

TarStrategy will tar and gzip the file or directory when saving

zip object

ZipStrategy will unzip zipped input artifacts

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

artifactGC object

ArtifactGC describes how to delete artifacts from completed Workflows - this is embedded into the WorkflowLevelArtifactGC, and also used for individual Artifacts to override that as needed

3 nested properties
podMetadata object

Pod metadata

serviceAccountName string

ServiceAccountName is an optional field for specifying the Service Account that should be assigned to the Pod doing the deletion

strategy string

Strategy is the strategy to use.

artifactory object

ArtifactoryArtifact is the location of an artifactory artifact

3 nested properties
url string required

URL of the artifact

passwordSecret object

SecretKeySelector selects a key of a Secret.

usernameSecret object

SecretKeySelector selects a key of a Secret.

azure object

AzureArtifact is the location of an Azure Storage artifact

5 nested properties
blob string required

Blob is the blob name (i.e., path) in the container where the artifact resides

container string required

Container is the container where resources will be stored

endpoint string required

Endpoint is the service url associated with an account. It is most likely "<https://<ACCOUNT_NAME>>.blob.core.windows.net"

accountKeySecret object

SecretKeySelector selects a key of a Secret.

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

deleted boolean

Has this been deleted?

from string

From allows an artifact to reference an artifact from a previous step

fromExpression string

FromExpression, if defined, is evaluated to specify the value for the artifact

gcs object

GCSArtifact is the location of a GCS artifact

3 nested properties
key string required

Key is the path in the bucket where the artifact resides

bucket string

Bucket is the name of the bucket

serviceAccountKeySecret object

SecretKeySelector selects a key of a Secret.

git object

GitArtifact is the location of a git artifact

12 nested properties
repo string required

Repo is the git repository

branch string

Branch is the branch to fetch when SingleBranch is enabled

depth integer

Depth specifies clones/fetches should be shallow and include the given number of commits from the branch tip

disableSubmodules boolean

DisableSubmodules disables submodules during git clone

fetch string[]

Fetch specifies a number of refs that should be fetched before checkout

insecureIgnoreHostKey boolean

InsecureIgnoreHostKey disables SSH strict host key checking during git clone

insecureSkipTLS boolean

InsecureSkipTLS disables server certificate verification resulting in insecure HTTPS connections

passwordSecret object

SecretKeySelector selects a key of a Secret.

revision string

Revision is the git commit, tag, branch to checkout

singleBranch boolean

SingleBranch enables single branch clone, using the branch parameter

sshPrivateKeySecret object

SecretKeySelector selects a key of a Secret.

usernameSecret object

SecretKeySelector selects a key of a Secret.

globalName string

GlobalName exports an output artifact to the global scope, making it available as '{{io.argoproj.workflow.v1alpha1.outputs.artifacts.XXXX}} and in workflow.status.outputs.artifacts

hdfs object

HDFSArtifact is the location of an HDFS artifact

11 nested properties
path string required

Path is a file path in HDFS

addresses string[]

Addresses is accessible addresses of HDFS name nodes

dataTransferProtection string

DataTransferProtection is the protection level for HDFS data transfer. It corresponds to the dfs.data.transfer.protection configuration in HDFS.

force boolean

Force copies a file forcibly even if it exists

hdfsUser string

HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used.

krbCCacheSecret object

SecretKeySelector selects a key of a Secret.

krbConfigConfigMap object

Selects a key from a ConfigMap.

krbKeytabSecret object

SecretKeySelector selects a key of a Secret.

krbRealm string

KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used.

krbServicePrincipalName string

KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used.

krbUsername string

KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used.

http object

HTTPArtifact allows a file served on HTTP to be placed as an input artifact in a container

3 nested properties
url string required

URL of the artifact

auth object

Headers are an optional list of headers to send with HTTP requests for artifacts

mode integer

mode bits to use on this file, must be a value between 0 and 0777. Set when loading input artifacts. It is recommended to set the mode value to ensure the artifact has the expected permissions in your container.

optional boolean

Make Artifacts optional, if Artifacts doesn't generate or exist

oss object

OSSArtifact is the location of an Alibaba Cloud OSS artifact

9 nested properties
key string required

Key is the path in the bucket where the artifact resides

accessKeySecret object

SecretKeySelector selects a key of a Secret.

bucket string

Bucket is the name of the bucket

createBucketIfNotPresent boolean

CreateBucketIfNotPresent tells the driver to attempt to create the OSS bucket for output artifacts, if it doesn't exist

endpoint string

Endpoint is the hostname of the bucket endpoint

lifecycleRule object

OSSLifecycleRule specifies how to manage bucket's lifecycle

secretKeySecret object

SecretKeySelector selects a key of a Secret.

securityToken string

SecurityToken is the user's temporary security token. For more details, check out: https://www.alibabacloud.com/help/doc-detail/100624.htm

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

path string

Path is the container path to the artifact

plugin object

PluginArtifact is the location of a plugin artifact

4 nested properties
key string required

Key is the path in the artifact repository where the artifact resides

configuration string

Configuration is the plugin defined configuration for the artifact driver plugin

connectionTimeoutSeconds integer

ConnectionTimeoutSeconds is the timeout for the artifact driver connection, overriding the driver's timeout

name string

Name is the name of the artifact driver plugin

raw object

RawArtifact allows raw string content to be placed as an artifact in a container

1 nested properties
data string required

Data is the string contents of the artifact

recurseMode boolean

If mode is set, apply the permission recursively into the artifact if it is a folder

s3 object

S3Artifact is the location of an S3 artifact

13 nested properties
accessKeySecret object

SecretKeySelector selects a key of a Secret.

bucket string

Bucket is the name of the bucket

caSecret object

SecretKeySelector selects a key of a Secret.

createBucketIfNotPresent object

CreateS3BucketOptions options used to determine automatic automatic bucket-creation process

encryptionOptions object

S3EncryptionOptions used to determine encryption options during s3 operations

endpoint string

Endpoint is the hostname of the bucket endpoint

insecure boolean

Insecure will connect to the service with TLS

key string

Key is the key in the bucket where the artifact resides

region string

Region contains the optional bucket region

roleARN string

RoleARN is the Amazon Resource Name (ARN) of the role to assume.

secretKeySecret object

SecretKeySelector selects a key of a Secret.

sessionTokenSecret object

SecretKeySelector selects a key of a Secret.

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

subPath string

SubPath allows an artifact to be sourced from a subpath within the specified source

io.argoproj.workflow.v1alpha1.Event object
selector string required

Selector (https://github.com/expr-lang/expr) that we must must match the io.argoproj.workflow.v1alpha1. E.g. payload.message == "test"

io.argoproj.workflow.v1alpha1.EventResponse object
io.argoproj.workflow.v1alpha1.ExecutorConfig object

ExecutorConfig holds configurations of an executor container.

serviceAccountName string

ServiceAccountName specifies the service account name of the executor container.

io.argoproj.workflow.v1alpha1.GCSArtifact object

GCSArtifact is the location of a GCS artifact

key string required

Key is the path in the bucket where the artifact resides

bucket string

Bucket is the name of the bucket

serviceAccountKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

io.argoproj.workflow.v1alpha1.GCSArtifactRepository object

GCSArtifactRepository defines the controller configuration for a GCS artifact repository

bucket string

Bucket is the name of the bucket

keyFormat string

KeyFormat defines the format of how to store keys and can reference workflow variables.

serviceAccountKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

io.argoproj.workflow.v1alpha1.Gauge object

Gauge is a Gauge prometheus metric

realtime boolean required

Realtime emits this metric in real time if applicable

value string required

Value is the value to be used in the operation with the metric's current value. If no operation is set, value is the value of the metric MaxLength is an artificial limit to limit CEL validation costs - see note at top of file

operation string

Operation defines the operation to apply with value and the metrics' current value

io.argoproj.workflow.v1alpha1.GetUserInfoResponse object
email string
emailVerified boolean
groups string[]
issuer string
name string
serviceAccountName string
serviceAccountNamespace string
subject string
io.argoproj.workflow.v1alpha1.GitArtifact object

GitArtifact is the location of a git artifact

repo string required

Repo is the git repository

branch string

Branch is the branch to fetch when SingleBranch is enabled

depth integer

Depth specifies clones/fetches should be shallow and include the given number of commits from the branch tip

disableSubmodules boolean

DisableSubmodules disables submodules during git clone

fetch string[]

Fetch specifies a number of refs that should be fetched before checkout

insecureIgnoreHostKey boolean

InsecureIgnoreHostKey disables SSH strict host key checking during git clone

insecureSkipTLS boolean

InsecureSkipTLS disables server certificate verification resulting in insecure HTTPS connections

passwordSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

revision string

Revision is the git commit, tag, branch to checkout

singleBranch boolean

SingleBranch enables single branch clone, using the branch parameter

sshPrivateKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

usernameSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

io.argoproj.workflow.v1alpha1.HDFSArtifact object

HDFSArtifact is the location of an HDFS artifact

path string required

Path is a file path in HDFS

addresses string[]

Addresses is accessible addresses of HDFS name nodes

dataTransferProtection string

DataTransferProtection is the protection level for HDFS data transfer. It corresponds to the dfs.data.transfer.protection configuration in HDFS.

force boolean

Force copies a file forcibly even if it exists

hdfsUser string

HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used.

krbCCacheSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

krbConfigConfigMap object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

krbKeytabSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

krbRealm string

KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used.

krbServicePrincipalName string

KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used.

krbUsername string

KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used.

io.argoproj.workflow.v1alpha1.HDFSArtifactRepository object

HDFSArtifactRepository defines the controller configuration for an HDFS artifact repository

addresses string[]

Addresses is accessible addresses of HDFS name nodes

dataTransferProtection string

DataTransferProtection is the protection level for HDFS data transfer. It corresponds to the dfs.data.transfer.protection configuration in HDFS.

force boolean

Force copies a file forcibly even if it exists

hdfsUser string

HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used.

krbCCacheSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

krbConfigConfigMap object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

krbKeytabSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

krbRealm string

KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used.

krbServicePrincipalName string

KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used.

krbUsername string

KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used.

pathFormat string

PathFormat is defines the format of path to store a file. Can reference workflow variables

io.argoproj.workflow.v1alpha1.HTTP object
url string required

URL of the HTTP Request

body string

Body is content of the HTTP Request

bodyFrom object

HTTPBodySource contains the source of the HTTP body.

1 nested properties
bytes string
format=byte

Headers are an optional list of headers to send with HTTP requests

insecureSkipVerify boolean

InsecureSkipVerify is a bool when if set to true will skip TLS verification for the HTTP client

method string

Method is HTTP methods for HTTP Request

successCondition string

SuccessCondition is an expression if evaluated to true is considered successful

timeoutSeconds integer

TimeoutSeconds is request timeout for HTTP Request. Default is 30 seconds

io.argoproj.workflow.v1alpha1.HTTPArtifact object

HTTPArtifact allows a file served on HTTP to be placed as an input artifact in a container

url string required

URL of the artifact

auth object
3 nested properties
basicAuth object

BasicAuth describes the secret selectors required for basic authentication

2 nested properties
passwordSecret object

SecretKeySelector selects a key of a Secret.

usernameSecret object

SecretKeySelector selects a key of a Secret.

clientCert object

ClientCertAuth holds necessary information for client authentication via certificates

2 nested properties
clientCertSecret object

SecretKeySelector selects a key of a Secret.

clientKeySecret object

SecretKeySelector selects a key of a Secret.

oauth2 object

OAuth2Auth holds all information for client authentication via OAuth2 tokens

5 nested properties
clientIDSecret object

SecretKeySelector selects a key of a Secret.

clientSecretSecret object

SecretKeySelector selects a key of a Secret.

scopes string[]
tokenURLSecret object

SecretKeySelector selects a key of a Secret.

Headers are an optional list of headers to send with HTTP requests for artifacts

io.argoproj.workflow.v1alpha1.HTTPAuth object
basicAuth object

BasicAuth describes the secret selectors required for basic authentication

2 nested properties
passwordSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

usernameSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientCert object

ClientCertAuth holds necessary information for client authentication via certificates

2 nested properties
clientCertSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

oauth2 object

OAuth2Auth holds all information for client authentication via OAuth2 tokens

5 nested properties
clientIDSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientSecretSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

scopes string[]
tokenURLSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

io.argoproj.workflow.v1alpha1.HTTPBodySource object

HTTPBodySource contains the source of the HTTP body.

bytes string
format=byte
io.argoproj.workflow.v1alpha1.HTTPHeader object
name string required
value string
valueFrom object
1 nested properties
secretKeyRef object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

io.argoproj.workflow.v1alpha1.HTTPHeaderSource object
secretKeyRef object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

io.argoproj.workflow.v1alpha1.Header object

Header indicate a key-value request header to be used when fetching artifacts over HTTP

name string required

Name is the header name

value string required

Value is the literal value to use for the header

io.argoproj.workflow.v1alpha1.Histogram object

Histogram is a Histogram prometheus metric

Buckets is a list of bucket divisors for the histogram

value string required

Value is the value of the metric

io.argoproj.workflow.v1alpha1.InfoResponse object
managedNamespace string
modals Record<string, boolean>
navColor string
io.argoproj.workflow.v1alpha1.Inputs object

Inputs are the mechanism for passing parameters, artifacts, volumes from one template to another

Artifact are a list of artifacts passed as inputs

Parameters are a list of parameters passed as inputs MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

io.argoproj.workflow.v1alpha1.Item

Item expands a single workflow step into multiple parallel steps The value of Item can be a map, string, bool, or number

io.argoproj.workflow.v1alpha1.LabelKeys object

LabelKeys is list of keys

items string[]
io.argoproj.workflow.v1alpha1.LabelValueFrom object
expression string required
io.argoproj.workflow.v1alpha1.LabelValues object

Labels is list of workflow labels

items string[]
io.argoproj.workflow.v1alpha1.LifecycleHook object
arguments object

Arguments to a template

2 nested properties

Artifacts is the list of artifacts to pass to the template or workflow

Parameters is the list of parameters to pass to the template or workflow

expression string

Expression is a condition expression for when a node will be retried. If it evaluates to false, the node will not be retried and the retry strategy will be ignored

template string

Template is the name of the template to execute by the hook

templateRef object

TemplateRef is a reference of template resource.

3 nested properties
clusterScope boolean

ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).

name string

Name is the resource name of the template.

template string

Template is the name of referred template in the resource.

io.argoproj.workflow.v1alpha1.LintCronWorkflowRequest object
cronWorkflow object

CronWorkflow is the definition of a scheduled workflow resource

5 nested properties
metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

CronWorkflowSpec is the specification of a CronWorkflow

11 nested properties
schedules string[] required

v3.6 and after: Schedules is a list of schedules to run the Workflow in Cron format

workflowSpec object required

WorkflowSpec is the specification of a Workflow.

concurrencyPolicy string

ConcurrencyPolicy is the K8s-style concurrency policy that will be used

failedJobsHistoryLimit integer

FailedJobsHistoryLimit is the number of failed jobs to be kept at a time

startingDeadlineSeconds integer

StartingDeadlineSeconds is the K8s-style deadline that will limit the time a CronWorkflow will be run after its original scheduled time if it is missed.

stopStrategy object

StopStrategy defines if the CronWorkflow should stop scheduling based on an expression. v3.6 and after

successfulJobsHistoryLimit integer

SuccessfulJobsHistoryLimit is the number of successful jobs to be kept at a time

suspend boolean

Suspend is a flag that will stop new CronWorkflows from running if set to true

timezone string

Timezone is the timezone against which the cron schedule will be calculated, e.g. "Asia/Tokyo". Default is machine's local time.

when string

v3.6 and after: When is an expression that determines if a run should be scheduled.

workflowMetadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "CronWorkflow"
status object

CronWorkflowStatus is the status of a CronWorkflow

6 nested properties

Active is a list of active workflows stemming from this CronWorkflow

Conditions is a list of conditions the CronWorkflow may have

failed integer

v3.6 and after: Failed counts how many times child workflows failed

lastScheduledTime string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
phase string

v3.6 and after: Phase is an enum of Active or Stopped. It changes to Stopped when stopStrategy.expression is true

succeeded integer

v3.6 and after: Succeeded counts how many times child workflows succeeded

namespace string
io.argoproj.workflow.v1alpha1.LogEntry object
content string
podName string
io.argoproj.workflow.v1alpha1.ManifestFrom object
artifact object required

Artifact indicates an artifact to place at a specified path

23 nested properties
name string required

name of the artifact. must be unique within a template's inputs/outputs.

archive object

ArchiveStrategy describes how to archive files/directory when saving artifacts

3 nested properties
none object

NoneStrategy indicates to skip tar process and upload the files or directory tree as independent files. Note that if the artifact is a directory, the artifact driver must support the ability to save/load the directory appropriately.

tar object

TarStrategy will tar and gzip the file or directory when saving

zip object

ZipStrategy will unzip zipped input artifacts

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

artifactGC object

ArtifactGC describes how to delete artifacts from completed Workflows - this is embedded into the WorkflowLevelArtifactGC, and also used for individual Artifacts to override that as needed

3 nested properties
podMetadata object

Pod metadata

serviceAccountName string

ServiceAccountName is an optional field for specifying the Service Account that should be assigned to the Pod doing the deletion

strategy string

Strategy is the strategy to use.

artifactory object

ArtifactoryArtifact is the location of an artifactory artifact

3 nested properties
url string required

URL of the artifact

passwordSecret object

SecretKeySelector selects a key of a Secret.

usernameSecret object

SecretKeySelector selects a key of a Secret.

azure object

AzureArtifact is the location of an Azure Storage artifact

5 nested properties
blob string required

Blob is the blob name (i.e., path) in the container where the artifact resides

container string required

Container is the container where resources will be stored

endpoint string required

Endpoint is the service url associated with an account. It is most likely "<https://<ACCOUNT_NAME>>.blob.core.windows.net"

accountKeySecret object

SecretKeySelector selects a key of a Secret.

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

deleted boolean

Has this been deleted?

from string

From allows an artifact to reference an artifact from a previous step

fromExpression string

FromExpression, if defined, is evaluated to specify the value for the artifact

gcs object

GCSArtifact is the location of a GCS artifact

3 nested properties
key string required

Key is the path in the bucket where the artifact resides

bucket string

Bucket is the name of the bucket

serviceAccountKeySecret object

SecretKeySelector selects a key of a Secret.

git object

GitArtifact is the location of a git artifact

12 nested properties
repo string required

Repo is the git repository

branch string

Branch is the branch to fetch when SingleBranch is enabled

depth integer

Depth specifies clones/fetches should be shallow and include the given number of commits from the branch tip

disableSubmodules boolean

DisableSubmodules disables submodules during git clone

fetch string[]

Fetch specifies a number of refs that should be fetched before checkout

insecureIgnoreHostKey boolean

InsecureIgnoreHostKey disables SSH strict host key checking during git clone

insecureSkipTLS boolean

InsecureSkipTLS disables server certificate verification resulting in insecure HTTPS connections

passwordSecret object

SecretKeySelector selects a key of a Secret.

revision string

Revision is the git commit, tag, branch to checkout

singleBranch boolean

SingleBranch enables single branch clone, using the branch parameter

sshPrivateKeySecret object

SecretKeySelector selects a key of a Secret.

usernameSecret object

SecretKeySelector selects a key of a Secret.

globalName string

GlobalName exports an output artifact to the global scope, making it available as '{{io.argoproj.workflow.v1alpha1.outputs.artifacts.XXXX}} and in workflow.status.outputs.artifacts

hdfs object

HDFSArtifact is the location of an HDFS artifact

11 nested properties
path string required

Path is a file path in HDFS

addresses string[]

Addresses is accessible addresses of HDFS name nodes

dataTransferProtection string

DataTransferProtection is the protection level for HDFS data transfer. It corresponds to the dfs.data.transfer.protection configuration in HDFS.

force boolean

Force copies a file forcibly even if it exists

hdfsUser string

HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used.

krbCCacheSecret object

SecretKeySelector selects a key of a Secret.

krbConfigConfigMap object

Selects a key from a ConfigMap.

krbKeytabSecret object

SecretKeySelector selects a key of a Secret.

krbRealm string

KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used.

krbServicePrincipalName string

KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used.

krbUsername string

KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used.

http object

HTTPArtifact allows a file served on HTTP to be placed as an input artifact in a container

3 nested properties
url string required

URL of the artifact

auth object

Headers are an optional list of headers to send with HTTP requests for artifacts

mode integer

mode bits to use on this file, must be a value between 0 and 0777. Set when loading input artifacts. It is recommended to set the mode value to ensure the artifact has the expected permissions in your container.

optional boolean

Make Artifacts optional, if Artifacts doesn't generate or exist

oss object

OSSArtifact is the location of an Alibaba Cloud OSS artifact

9 nested properties
key string required

Key is the path in the bucket where the artifact resides

accessKeySecret object

SecretKeySelector selects a key of a Secret.

bucket string

Bucket is the name of the bucket

createBucketIfNotPresent boolean

CreateBucketIfNotPresent tells the driver to attempt to create the OSS bucket for output artifacts, if it doesn't exist

endpoint string

Endpoint is the hostname of the bucket endpoint

lifecycleRule object

OSSLifecycleRule specifies how to manage bucket's lifecycle

secretKeySecret object

SecretKeySelector selects a key of a Secret.

securityToken string

SecurityToken is the user's temporary security token. For more details, check out: https://www.alibabacloud.com/help/doc-detail/100624.htm

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

path string

Path is the container path to the artifact

plugin object

PluginArtifact is the location of a plugin artifact

4 nested properties
key string required

Key is the path in the artifact repository where the artifact resides

configuration string

Configuration is the plugin defined configuration for the artifact driver plugin

connectionTimeoutSeconds integer

ConnectionTimeoutSeconds is the timeout for the artifact driver connection, overriding the driver's timeout

name string

Name is the name of the artifact driver plugin

raw object

RawArtifact allows raw string content to be placed as an artifact in a container

1 nested properties
data string required

Data is the string contents of the artifact

recurseMode boolean

If mode is set, apply the permission recursively into the artifact if it is a folder

s3 object

S3Artifact is the location of an S3 artifact

13 nested properties
accessKeySecret object

SecretKeySelector selects a key of a Secret.

bucket string

Bucket is the name of the bucket

caSecret object

SecretKeySelector selects a key of a Secret.

createBucketIfNotPresent object

CreateS3BucketOptions options used to determine automatic automatic bucket-creation process

encryptionOptions object

S3EncryptionOptions used to determine encryption options during s3 operations

endpoint string

Endpoint is the hostname of the bucket endpoint

insecure boolean

Insecure will connect to the service with TLS

key string

Key is the key in the bucket where the artifact resides

region string

Region contains the optional bucket region

roleARN string

RoleARN is the Amazon Resource Name (ARN) of the role to assume.

secretKeySecret object

SecretKeySelector selects a key of a Secret.

sessionTokenSecret object

SecretKeySelector selects a key of a Secret.

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

subPath string

SubPath allows an artifact to be sourced from a subpath within the specified source

io.argoproj.workflow.v1alpha1.MemoizationStatus object

MemoizationStatus is the status of this memoized node

cacheName string required

Cache is the name of the cache that was used

hit boolean required

Hit indicates whether this node was created from a cache entry

key string required

Key is the name of the key used for this node's cache

io.argoproj.workflow.v1alpha1.Memoize object

Memoization enables caching for the Outputs of the template

cache object required

Cache is the configuration for the type of cache to be used

1 nested properties
configMap object required

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

key string required

Key is the key to use as the caching key

maxAge string required

MaxAge is the maximum age (e.g. "180s", "24h") of an entry that is still considered valid. If an entry is older than the MaxAge, it will be ignored.

io.argoproj.workflow.v1alpha1.Metadata object

Pod metadata

annotations Record<string, string>
labels Record<string, string>
io.argoproj.workflow.v1alpha1.MetricLabel object

MetricLabel is a single label for a prometheus metric

key string required
value string required
io.argoproj.workflow.v1alpha1.Metrics object

Metrics are a list of metrics emitted from a Workflow/Template

Prometheus is a list of prometheus metrics to be emitted MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

io.argoproj.workflow.v1alpha1.Mutex object

Mutex holds Mutex configuration

database boolean

Database specifies this is database controlled if this is set true

name string

name of the mutex

namespace string

Namespace is the namespace of the mutex, default: [namespace of workflow]

io.argoproj.workflow.v1alpha1.MutexHolding object

MutexHolding describes the mutex and the object which is holding it.

holder string

Holder is a reference to the object which holds the Mutex. Holding Scenario:

  1. Current workflow's NodeID which is holding the lock. e.g: ${NodeID} Waiting Scenario:
  2. Current workflow or other workflow NodeID which is holding the lock. e.g: ${WorkflowName}/${NodeID}
mutex string

Reference for the mutex e.g: ${namespace}/mutex/${mutexName}

io.argoproj.workflow.v1alpha1.MutexStatus object

MutexStatus contains which objects hold mutex locks, and which objects this workflow is waiting on to release locks.

Holding is a list of mutexes and their respective objects that are held by mutex lock for this io.argoproj.workflow.v1alpha1.

Waiting is a list of mutexes and their respective objects this workflow is waiting for.

io.argoproj.workflow.v1alpha1.NodeFlag object
hooked boolean

Hooked tracks whether or not this node was triggered by hook or onExit

retried boolean

Retried tracks whether or not this node was retried by retryStrategy

io.argoproj.workflow.v1alpha1.NodeStatus object

NodeStatus contains status information about an individual node in the workflow

id string required

ID is a unique identifier of a node within the worklow It is implemented as a hash of the node name, which makes the ID deterministic

name string required

Name is unique name in the node tree used to generate the node ID

type string required

Type indicates type of node

boundaryID string

BoundaryID indicates the node ID of the associated template root node in which this node belongs to

children string[]

Children is a list of child node IDs

daemoned boolean

Daemoned tracks whether or not this node was daemoned and need to be terminated

displayName string

DisplayName is a human readable representation of the node. Unique within a template boundary

estimatedDuration integer

EstimatedDuration in seconds.

failedPodRestarts integer

FailedPodRestarts tracks the number of times the pod for this node was restarted due to infrastructure failures before the main container started.

finishedAt string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
hostNodeName string

HostNodeName name of the Kubernetes node on which the Pod is running, if applicable

inputs object

Inputs are the mechanism for passing parameters, artifacts, volumes from one template to another

2 nested properties

Artifact are a list of artifacts passed as inputs

Parameters are a list of parameters passed as inputs MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

memoizationStatus object

MemoizationStatus is the status of this memoized node

3 nested properties
cacheName string required

Cache is the name of the cache that was used

hit boolean required

Hit indicates whether this node was created from a cache entry

key string required

Key is the name of the key used for this node's cache

message string

A human readable message indicating details about why the node is in this condition.

nodeFlag object
2 nested properties
hooked boolean

Hooked tracks whether or not this node was triggered by hook or onExit

retried boolean

Retried tracks whether or not this node was retried by retryStrategy

outboundNodes string[]

OutboundNodes tracks the node IDs which are considered "outbound" nodes to a template invocation. For every invocation of a template, there are nodes which we considered as "outbound". Essentially, these are last nodes in the execution sequence to run, before the template is considered completed. These nodes are then connected as parents to a following step.

In the case of single pod steps (i.e. container, script, resource templates), this list will be nil since the pod itself is already considered the "outbound" node. In the case of DAGs, outbound nodes are the "target" tasks (tasks with no children). In the case of steps, outbound nodes are all the containers involved in the last step group. NOTE: since templates are composable, the list of outbound nodes are carried upwards when a DAG/steps template invokes another DAG/steps template. In other words, the outbound nodes of a template, will be a superset of the outbound nodes of its last children.

outputs object

Outputs hold parameters, artifacts, and results from a step

4 nested properties

Artifacts holds the list of output artifacts produced by a step

exitCode string

ExitCode holds the exit code of a script template

Parameters holds the list of output parameters produced by a step

result string

Result holds the result (stdout) of a script or container template, or the response body of an HTTP template

phase string

Phase a simple, high-level summary of where the node is in its lifecycle. Can be used as a state machine. Will be one of these values "Pending", "Running" before the node is completed, or "Succeeded", "Skipped", "Failed", "Error", or "Omitted" as a final state.

podIP string

PodIP captures the IP of the pod for daemoned steps

progress string

Progress to completion

resourcesDuration Record<string, integer>

ResourcesDuration is indicative, but not accurate, resource duration. This is populated when the nodes completes.

restartingPodUID string

RestartingPodUID tracks the UID of the pod that is currently being restarted. This prevents duplicate restart attempts when the controller processes the same failed pod multiple times. Cleared when the replacement pod starts running.

startedAt string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
synchronizationStatus object

NodeSynchronizationStatus stores the status of a node

1 nested properties
waiting string

Waiting is the name of the lock that this node is waiting for

taskResultSynced boolean

TaskResultSynced is used to determine if the node's output has been received

templateName string

TemplateName is the template name which this node corresponds to. Not applicable to virtual nodes (e.g. Retry, StepGroup)

templateRef object

TemplateRef is a reference of template resource.

3 nested properties
clusterScope boolean

ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).

name string

Name is the resource name of the template.

template string

Template is the name of referred template in the resource.

templateScope string

TemplateScope is the template scope in which the template of this node was retrieved.

io.argoproj.workflow.v1alpha1.NodeSynchronizationStatus object

NodeSynchronizationStatus stores the status of a node

waiting string

Waiting is the name of the lock that this node is waiting for

io.argoproj.workflow.v1alpha1.NoneStrategy object

NoneStrategy indicates to skip tar process and upload the files or directory tree as independent files. Note that if the artifact is a directory, the artifact driver must support the ability to save/load the directory appropriately.

io.argoproj.workflow.v1alpha1.OAuth2Auth object

OAuth2Auth holds all information for client authentication via OAuth2 tokens

clientIDSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

clientSecretSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

scopes string[]
tokenURLSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

io.argoproj.workflow.v1alpha1.OAuth2EndpointParam object

EndpointParam is for requesting optional fields that should be sent in the oauth request

key string required

Name is the header name

value string

Value is the literal value to use for the header

io.argoproj.workflow.v1alpha1.OSSArtifact object

OSSArtifact is the location of an Alibaba Cloud OSS artifact

key string required

Key is the path in the bucket where the artifact resides

accessKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bucket string

Bucket is the name of the bucket

createBucketIfNotPresent boolean

CreateBucketIfNotPresent tells the driver to attempt to create the OSS bucket for output artifacts, if it doesn't exist

endpoint string

Endpoint is the hostname of the bucket endpoint

lifecycleRule object

OSSLifecycleRule specifies how to manage bucket's lifecycle

2 nested properties
markDeletionAfterDays integer

MarkDeletionAfterDays is the number of days before we delete objects in the bucket

markInfrequentAccessAfterDays integer

MarkInfrequentAccessAfterDays is the number of days before we convert the objects in the bucket to Infrequent Access (IA) storage type

secretKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

securityToken string

SecurityToken is the user's temporary security token. For more details, check out: https://www.alibabacloud.com/help/doc-detail/100624.htm

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

io.argoproj.workflow.v1alpha1.OSSArtifactRepository object

OSSArtifactRepository defines the controller configuration for an OSS artifact repository

accessKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bucket string

Bucket is the name of the bucket

createBucketIfNotPresent boolean

CreateBucketIfNotPresent tells the driver to attempt to create the OSS bucket for output artifacts, if it doesn't exist

endpoint string

Endpoint is the hostname of the bucket endpoint

keyFormat string

KeyFormat defines the format of how to store keys and can reference workflow variables.

lifecycleRule object

OSSLifecycleRule specifies how to manage bucket's lifecycle

2 nested properties
markDeletionAfterDays integer

MarkDeletionAfterDays is the number of days before we delete objects in the bucket

markInfrequentAccessAfterDays integer

MarkInfrequentAccessAfterDays is the number of days before we convert the objects in the bucket to Infrequent Access (IA) storage type

secretKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

securityToken string

SecurityToken is the user's temporary security token. For more details, check out: https://www.alibabacloud.com/help/doc-detail/100624.htm

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

io.argoproj.workflow.v1alpha1.OSSLifecycleRule object

OSSLifecycleRule specifies how to manage bucket's lifecycle

markDeletionAfterDays integer

MarkDeletionAfterDays is the number of days before we delete objects in the bucket

markInfrequentAccessAfterDays integer

MarkInfrequentAccessAfterDays is the number of days before we convert the objects in the bucket to Infrequent Access (IA) storage type

io.argoproj.workflow.v1alpha1.Outputs object

Outputs hold parameters, artifacts, and results from a step

Artifacts holds the list of output artifacts produced by a step

exitCode string

ExitCode holds the exit code of a script template

Parameters holds the list of output parameters produced by a step

result string

Result holds the result (stdout) of a script or container template, or the response body of an HTTP template

io.argoproj.workflow.v1alpha1.ParallelSteps io.argoproj.workflow.v1alpha1.WorkflowStep[]
io.argoproj.workflow.v1alpha1.Parameter object

Parameter indicate a passed string parameter to a service template with an optional default value

name string required

Name is the parameter name

default string

Default is the default value to use for an input parameter if a value was not supplied

description string

Description is the parameter description

enum string[]

Enum holds a list of string values to choose from, for the actual value of the parameter

globalName string

GlobalName exports an output parameter to the global scope, making it available as '{{io.argoproj.workflow.v1alpha1.outputs.parameters.XXXX}} and in workflow.status.outputs.parameters

value string

Value is the literal value to use for the parameter. If specified in the context of an input parameter, any passed values take precedence over the specified value

valueFrom object

ValueFrom describes a location in which to obtain the value to a parameter

9 nested properties
configMapKeyRef object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

default string

Default specifies a value to be used if retrieving the value from the specified source fails

event string

Selector (https://github.com/expr-lang/expr) that is evaluated against the event to get the value of the parameter. E.g. payload.message

expression string

Expression, if defined, is evaluated to specify the value for the parameter

jqFilter string

JQFilter expression against the resource object in resource templates

jsonPath string

JSONPath of a resource to retrieve an output parameter value from in resource templates

parameter string

Parameter reference to a step or dag task in which to retrieve an output parameter value from (e.g. '{{steps.mystep.outputs.myparam}}')

path string

Path in the container to retrieve an output parameter value from in container templates

supplied object

SuppliedValueFrom is a placeholder for a value to be filled in directly, either through the CLI, API, etc.

io.argoproj.workflow.v1alpha1.Plugin object

Plugin is an Object with exactly one key

io.argoproj.workflow.v1alpha1.PluginArtifact object

PluginArtifact is the location of a plugin artifact

key string required

Key is the path in the artifact repository where the artifact resides

configuration string

Configuration is the plugin defined configuration for the artifact driver plugin

connectionTimeoutSeconds integer

ConnectionTimeoutSeconds is the timeout for the artifact driver connection, overriding the driver's timeout

name string

Name is the name of the artifact driver plugin

io.argoproj.workflow.v1alpha1.PluginArtifactRepository object

PluginArtifactRepository defines the controller configuration for a plugin artifact repository

configuration string required
name string required
keyFormat string
io.argoproj.workflow.v1alpha1.PodGC object

PodGC describes how to delete completed pods as they complete

deleteDelayDuration string

DeleteDelayDuration specifies the duration before pods in the GC queue get deleted.

labelSelector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

2 nested properties

matchExpressions is a list of label selector requirements. The requirements are ANDed.

matchLabels Record<string, string>

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

strategy string

Strategy is the strategy to use. One of "OnPodCompletion", "OnPodSuccess", "OnWorkflowCompletion", "OnWorkflowSuccess". If unset, does not delete Pods

io.argoproj.workflow.v1alpha1.Prometheus object

Prometheus is a prometheus metric to be emitted

help string required

Help is a string that describes the metric

name string required

Name is the name of the metric

counter object

Counter is a Counter prometheus metric

1 nested properties
value string required

Value is the value of the metric

gauge object

Gauge is a Gauge prometheus metric

3 nested properties
realtime boolean required

Realtime emits this metric in real time if applicable

value string required

Value is the value to be used in the operation with the metric's current value. If no operation is set, value is the value of the metric MaxLength is an artificial limit to limit CEL validation costs - see note at top of file

operation string

Operation defines the operation to apply with value and the metrics' current value

histogram object

Histogram is a Histogram prometheus metric

2 nested properties

Buckets is a list of bucket divisors for the histogram

value string required

Value is the value of the metric

Labels is a list of metric labels

when string

When is a conditional statement that decides when to emit the metric

io.argoproj.workflow.v1alpha1.RawArtifact object

RawArtifact allows raw string content to be placed as an artifact in a container

data string required

Data is the string contents of the artifact

io.argoproj.workflow.v1alpha1.ResourceTemplate object

ResourceTemplate is a template subtype to manipulate kubernetes resources

action string required

Action is the action to perform to the resource. Must be one of: get, create, apply, delete, replace, patch

failureCondition string

FailureCondition is a label selector expression which describes the conditions of the k8s resource in which the step was considered failed

flags string[]

Flags is a set of additional options passed to kubectl before submitting a resource I.e. to disable resource validation: flags: [ "--validate=false" # disable resource validation ]

manifest string

Manifest contains the kubernetes manifest

manifestFrom object
1 nested properties
artifact object required

Artifact indicates an artifact to place at a specified path

23 nested properties
name string required

name of the artifact. must be unique within a template's inputs/outputs.

archive object

ArchiveStrategy describes how to archive files/directory when saving artifacts

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

artifactGC object

ArtifactGC describes how to delete artifacts from completed Workflows - this is embedded into the WorkflowLevelArtifactGC, and also used for individual Artifacts to override that as needed

artifactory object

ArtifactoryArtifact is the location of an artifactory artifact

azure object

AzureArtifact is the location of an Azure Storage artifact

deleted boolean

Has this been deleted?

from string

From allows an artifact to reference an artifact from a previous step

fromExpression string

FromExpression, if defined, is evaluated to specify the value for the artifact

gcs object

GCSArtifact is the location of a GCS artifact

git object

GitArtifact is the location of a git artifact

globalName string

GlobalName exports an output artifact to the global scope, making it available as '{{io.argoproj.workflow.v1alpha1.outputs.artifacts.XXXX}} and in workflow.status.outputs.artifacts

hdfs object

HDFSArtifact is the location of an HDFS artifact

http object

HTTPArtifact allows a file served on HTTP to be placed as an input artifact in a container

mode integer

mode bits to use on this file, must be a value between 0 and 0777. Set when loading input artifacts. It is recommended to set the mode value to ensure the artifact has the expected permissions in your container.

optional boolean

Make Artifacts optional, if Artifacts doesn't generate or exist

oss object

OSSArtifact is the location of an Alibaba Cloud OSS artifact

path string

Path is the container path to the artifact

plugin object

PluginArtifact is the location of a plugin artifact

raw object

RawArtifact allows raw string content to be placed as an artifact in a container

recurseMode boolean

If mode is set, apply the permission recursively into the artifact if it is a folder

s3 object

S3Artifact is the location of an S3 artifact

subPath string

SubPath allows an artifact to be sourced from a subpath within the specified source

mergeStrategy string

MergeStrategy is the strategy used to merge a patch. It defaults to "strategic" Must be one of: strategic, merge, json

setOwnerReference boolean

SetOwnerReference sets the reference to the workflow on the OwnerReference of generated resource.

successCondition string

SuccessCondition is a label selector expression which describes the conditions of the k8s resource in which it is acceptable to proceed to the following step

io.argoproj.workflow.v1alpha1.ResubmitArchivedWorkflowRequest object
memoized boolean
name string
namespace string
parameters string[]
uid string
io.argoproj.workflow.v1alpha1.RetryAffinity object

RetryAffinity prevents running steps on the same host.

nodeAntiAffinity object

RetryNodeAntiAffinity is a placeholder for future expansion, only empty nodeAntiAffinity is allowed. In order to prevent running steps on the same host, it uses "kubernetes.io/hostname".

io.argoproj.workflow.v1alpha1.RetryArchivedWorkflowRequest object
name string
namespace string
nodeFieldSelector string
parameters string[]
restartSuccessful boolean
uid string
io.argoproj.workflow.v1alpha1.RetryNodeAntiAffinity object

RetryNodeAntiAffinity is a placeholder for future expansion, only empty nodeAntiAffinity is allowed. In order to prevent running steps on the same host, it uses "kubernetes.io/hostname".

io.argoproj.workflow.v1alpha1.RetryStrategy object

RetryStrategy provides controls on how to retry a workflow step

affinity object

RetryAffinity prevents running steps on the same host.

1 nested properties
nodeAntiAffinity object

RetryNodeAntiAffinity is a placeholder for future expansion, only empty nodeAntiAffinity is allowed. In order to prevent running steps on the same host, it uses "kubernetes.io/hostname".

backoff object

Backoff is a backoff strategy to use within retryStrategy

4 nested properties
cap string

Cap is a limit on revised values of the duration parameter. If a multiplication by the factor parameter would make the duration exceed the cap then the duration is set to the cap

duration string

Duration is the amount to back off. Default unit is seconds, but could also be a duration (e.g. "2m", "1h")

factor string
maxDuration string

MaxDuration is the maximum amount of time allowed for a workflow in the backoff strategy. It is important to note that if the workflow template includes activeDeadlineSeconds, the pod's deadline is initially set with activeDeadlineSeconds. However, when the workflow fails, the pod's deadline is then overridden by maxDuration. This ensures that the workflow does not exceed the specified maximum duration when retries are involved.

expression string

Expression is a condition expression for when a node will be retried. If it evaluates to false, the node will not be retried and the retry strategy will be ignored

limit string
retryPolicy string

RetryPolicy is a policy of NodePhase statuses that will be retried

io.argoproj.workflow.v1alpha1.S3Artifact object

S3Artifact is the location of an S3 artifact

accessKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bucket string

Bucket is the name of the bucket

caSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

createBucketIfNotPresent object

CreateS3BucketOptions options used to determine automatic automatic bucket-creation process

1 nested properties
objectLocking boolean

ObjectLocking Enable object locking

encryptionOptions object

S3EncryptionOptions used to determine encryption options during s3 operations

4 nested properties
enableEncryption boolean

EnableEncryption tells the driver to encrypt objects if set to true. If kmsKeyId and serverSideCustomerKeySecret are not set, SSE-S3 will be used

kmsEncryptionContext string

KmsEncryptionContext is a json blob that contains an encryption context. See https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context for more information

kmsKeyId string

KMSKeyId tells the driver to encrypt the object using the specified KMS Key.

serverSideCustomerKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string

Endpoint is the hostname of the bucket endpoint

insecure boolean

Insecure will connect to the service with TLS

key string

Key is the key in the bucket where the artifact resides

region string

Region contains the optional bucket region

roleARN string

RoleARN is the Amazon Resource Name (ARN) of the role to assume.

secretKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

sessionTokenSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

io.argoproj.workflow.v1alpha1.S3ArtifactRepository object

S3ArtifactRepository defines the controller configuration for an S3 artifact repository

accessKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

bucket string

Bucket is the name of the bucket

caSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

createBucketIfNotPresent object

CreateS3BucketOptions options used to determine automatic automatic bucket-creation process

1 nested properties
objectLocking boolean

ObjectLocking Enable object locking

encryptionOptions object

S3EncryptionOptions used to determine encryption options during s3 operations

4 nested properties
enableEncryption boolean

EnableEncryption tells the driver to encrypt objects if set to true. If kmsKeyId and serverSideCustomerKeySecret are not set, SSE-S3 will be used

kmsEncryptionContext string

KmsEncryptionContext is a json blob that contains an encryption context. See https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context for more information

kmsKeyId string

KMSKeyId tells the driver to encrypt the object using the specified KMS Key.

serverSideCustomerKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

endpoint string

Endpoint is the hostname of the bucket endpoint

insecure boolean

Insecure will connect to the service with TLS

keyFormat string

KeyFormat defines the format of how to store keys and can reference workflow variables.

keyPrefix string

KeyPrefix is prefix used as part of the bucket key in which the controller will store artifacts.

Deprecated: Use KeyFormat instead.

region string

Region contains the optional bucket region

roleARN string

RoleARN is the Amazon Resource Name (ARN) of the role to assume.

secretKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

sessionTokenSecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

io.argoproj.workflow.v1alpha1.S3EncryptionOptions object

S3EncryptionOptions used to determine encryption options during s3 operations

enableEncryption boolean

EnableEncryption tells the driver to encrypt objects if set to true. If kmsKeyId and serverSideCustomerKeySecret are not set, SSE-S3 will be used

kmsEncryptionContext string

KmsEncryptionContext is a json blob that contains an encryption context. See https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context for more information

kmsKeyId string

KMSKeyId tells the driver to encrypt the object using the specified KMS Key.

serverSideCustomerKeySecret object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

io.argoproj.workflow.v1alpha1.ScriptTemplate object

ScriptTemplate is a template subtype to enable scripting through code steps

image string required

Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

source string required

Source contains the source code of the script to execute

args string[]

Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

command string[]

Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

List of environment variables to set in the container. Cannot be updated.

List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

imagePullPolicy string

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

lifecycle object

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

3 nested properties
postStart object

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

4 nested properties
exec object

ExecAction describes a "run in container" action.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

sleep object

SleepAction describes a "sleep" action.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

preStop object

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

4 nested properties
exec object

ExecAction describes a "run in container" action.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

sleep object

SleepAction describes a "sleep" action.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

stopSignal string

StopSignal defines which signal will be sent to a container when it is being stopped. If not specified, the default is defined by the container runtime in use. StopSignal can only be set for Pods with a non-empty .spec.os.name

livenessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

2 nested properties
port integer required

Port number of the gRPC service. Number must be in the range 1 to 65535.

service string

Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

If this is not specified, the default behavior is defined by gRPC.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

name string

Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.

readinessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

2 nested properties
port integer required

Port number of the gRPC service. Number must be in the range 1 to 65535.

service string

Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

If this is not specified, the default behavior is defined by gRPC.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

Resources resize policy for the container. This field cannot be set on ephemeral containers.

resources object

ResourceRequirements describes the compute resource requirements.

3 nested properties

Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.

This field depends on the DynamicResourceAllocation feature gate.

This field is immutable. It can only be set for containers.

limits Record<string, string>

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

requests Record<string, string>

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

restartPolicy string

RestartPolicy defines the restart behavior of individual containers in a pod. This overrides the pod-level restart policy. When this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Additionally, setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.

Represents a list of rules to be checked to determine if the container should be restarted on exit. The rules are evaluated in order. Once a rule matches a container exit condition, the remaining rules are ignored. If no rule matches the container exit condition, the Container-level restart policy determines the whether the container is restarted or not. Constraints on the rules: - At most 20 rules are allowed. - Rules can have the same action. - Identical rules are not forbidden in validations. When rules are specified, container MUST set RestartPolicy explicitly even it if matches the Pod's RestartPolicy.

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

12 nested properties
allowPrivilegeEscalation boolean

AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.

appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

2 nested properties
type string required

type indicates which kind of AppArmor profile will be applied. Valid options are: Localhost - a profile pre-loaded on the node. RuntimeDefault - the container runtime's default profile. Unconfined - no AppArmor enforcement.

localhostProfile string

localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is "Localhost".

capabilities object

Adds and removes POSIX capabilities from running containers.

2 nested properties
add string[]

Added capabilities

drop string[]

Removed capabilities

privileged boolean

Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.

procMount string

procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.

readOnlyRootFilesystem boolean

Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

4 nested properties
level string

Level is SELinux level label that applies to the container.

role string

Role is a SELinux role label that applies to the container.

type string

Type is a SELinux type label that applies to the container.

user string

User is a SELinux user label that applies to the container.

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

2 nested properties
type string required

type indicates which kind of seccomp profile will be applied. Valid options are:

Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.

localhostProfile string

localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is "Localhost". Must NOT be set for any other type.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

4 nested properties
gmsaCredentialSpec string

GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.

gmsaCredentialSpecName string

GMSACredentialSpecName is the name of the GMSA credential spec to use.

hostProcess boolean

HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.

runAsUserName string

The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

startupProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

2 nested properties
port integer required

Port number of the gRPC service. Number must be in the range 1 to 65535.

service string

Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

If this is not specified, the default behavior is defined by gRPC.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

stdin boolean

Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.

stdinOnce boolean

Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false

terminationMessagePath string

Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.

terminationMessagePolicy string

Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.

tty boolean

Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.

volumeDevices is the list of block devices to be used by the container.

Pod volumes to mount into the container's filesystem. Cannot be updated.

workingDir string

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

io.argoproj.workflow.v1alpha1.SemaphoreHolding object
holders string[]

Holders stores the list of current holder names in the io.argoproj.workflow.v1alpha1.

semaphore string

Semaphore stores the semaphore name.

io.argoproj.workflow.v1alpha1.SemaphoreRef object

SemaphoreRef is a reference of Semaphore

configMapKeyRef object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

database object
1 nested properties
key string required
namespace string

Namespace is the namespace of the configmap, default: [namespace of workflow]

io.argoproj.workflow.v1alpha1.SemaphoreStatus object

Holding stores the list of resource acquired synchronization lock for workflows.

Waiting indicates the list of current synchronization lock holders.

io.argoproj.workflow.v1alpha1.Sequence object

Sequence expands a workflow step into numeric range

count string
end string
format string

Format is a printf format string to format the value in the sequence

start string
io.argoproj.workflow.v1alpha1.StopStrategy object

StopStrategy defines if the CronWorkflow should stop scheduling based on an expression. v3.6 and after

expression string required

v3.6 and after: Expression is an expression that stops scheduling workflows when true. Use the variables cronworkflow.failed or cronworkflow.succeeded to access the number of failed or successful child workflows.

io.argoproj.workflow.v1alpha1.Submit object
workflowTemplateRef object required

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

2 nested properties
clusterScope boolean

ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).

name string

Name is the resource name of the workflow template.

arguments object

Arguments to a template

2 nested properties

Artifacts is the list of artifacts to pass to the template or workflow

Parameters is the list of parameters to pass to the template or workflow

metadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

io.argoproj.workflow.v1alpha1.SubmitOpts object

SubmitOpts are workflow submission options

annotations string

Annotations adds to metadata.labels

dryRun boolean

DryRun validates the workflow on the client-side without creating it. This option is not supported in API

entryPoint string

Entrypoint overrides spec.entrypoint

generateName string

GenerateName overrides metadata.generateName

labels string

Labels adds to metadata.labels

name string

Name overrides metadata.name

ownerReference object

OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.

6 nested properties
apiVersion string required

API version of the referent.

name string required
uid string required
blockOwnerDeletion boolean

If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.

controller boolean

If true, this reference points to the managing controller.

parameters string[]

Parameters passes input parameters to workflow

podPriorityClassName string

Set the podPriorityClassName of the workflow

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel, higher priority workflows are processed first.

serverDryRun boolean

ServerDryRun validates the workflow on the server-side without creating it

serviceAccount string

ServiceAccount runs all pods in the workflow using specified ServiceAccount.

io.argoproj.workflow.v1alpha1.SuppliedValueFrom object

SuppliedValueFrom is a placeholder for a value to be filled in directly, either through the CLI, API, etc.

io.argoproj.workflow.v1alpha1.SuspendTemplate object

SuspendTemplate is a template subtype to suspend a workflow at a predetermined point in time

duration string

Duration is the seconds to wait before automatically resuming a template. Must be a string. Default unit is seconds. Could also be a Duration, e.g.: "2m", "6h"

io.argoproj.workflow.v1alpha1.SyncDatabaseRef object
key string required
io.argoproj.workflow.v1alpha1.Synchronization object

Synchronization holds synchronization lock configuration

v3.6 and after: Mutexes holds the list of Mutex lock details

v3.6 and after: Semaphores holds the list of Semaphores configuration

io.argoproj.workflow.v1alpha1.SynchronizationStatus object

SynchronizationStatus stores the status of semaphore and mutex.

mutex object

MutexStatus contains which objects hold mutex locks, and which objects this workflow is waiting on to release locks.

2 nested properties

Holding is a list of mutexes and their respective objects that are held by mutex lock for this io.argoproj.workflow.v1alpha1.

Waiting is a list of mutexes and their respective objects this workflow is waiting for.

semaphore object
2 nested properties

Holding stores the list of resource acquired synchronization lock for workflows.

Waiting indicates the list of current synchronization lock holders.

io.argoproj.workflow.v1alpha1.TTLStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

secondsAfterCompletion integer

SecondsAfterCompletion is the number of seconds to live after completion

secondsAfterFailure integer

SecondsAfterFailure is the number of seconds to live after failure

secondsAfterSuccess integer

SecondsAfterSuccess is the number of seconds to live after success

io.argoproj.workflow.v1alpha1.TarStrategy object

TarStrategy will tar and gzip the file or directory when saving

compressionLevel integer

CompressionLevel specifies the gzip compression level to use for the artifact. Defaults to gzip.DefaultCompression.

io.argoproj.workflow.v1alpha1.Template object

Template is a reusable and composable unit of execution in a workflow

activeDeadlineSeconds string
affinity object

Affinity is a group of affinity scheduling rules.

3 nested properties
nodeAffinity object

Node affinity is a group of node affinity scheduling rules.

2 nested properties
preferredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.PreferredSchedulingTerm[]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.

requiredDuringSchedulingIgnoredDuringExecution object

A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.

podAffinity object

Pod affinity is a group of inter pod affinity scheduling rules.

2 nested properties
preferredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.WeightedPodAffinityTerm[]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

requiredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.PodAffinityTerm[]

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

podAntiAffinity object

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

2 nested properties
preferredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.WeightedPodAffinityTerm[]

The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and subtracting "weight" from the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

requiredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.PodAffinityTerm[]

If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

annotations Record<string, string>

Annotations is a list of annotations to add to the template at runtime

archiveLocation object

ArtifactLocation describes a location for a single or multiple artifacts. It is used as single artifact in the context of inputs/outputs (e.g. outputs.artifacts.artname). It is also used to describe the location of multiple artifacts such as the archive location of a single workflow step, which the executor will use as a default location to store its files.

11 nested properties
archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

artifactory object

ArtifactoryArtifact is the location of an artifactory artifact

3 nested properties
url string required

URL of the artifact

passwordSecret object

SecretKeySelector selects a key of a Secret.

usernameSecret object

SecretKeySelector selects a key of a Secret.

azure object

AzureArtifact is the location of an Azure Storage artifact

5 nested properties
blob string required

Blob is the blob name (i.e., path) in the container where the artifact resides

container string required

Container is the container where resources will be stored

endpoint string required

Endpoint is the service url associated with an account. It is most likely "<https://<ACCOUNT_NAME>>.blob.core.windows.net"

accountKeySecret object

SecretKeySelector selects a key of a Secret.

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

gcs object

GCSArtifact is the location of a GCS artifact

3 nested properties
key string required

Key is the path in the bucket where the artifact resides

bucket string

Bucket is the name of the bucket

serviceAccountKeySecret object

SecretKeySelector selects a key of a Secret.

git object

GitArtifact is the location of a git artifact

12 nested properties
repo string required

Repo is the git repository

branch string

Branch is the branch to fetch when SingleBranch is enabled

depth integer

Depth specifies clones/fetches should be shallow and include the given number of commits from the branch tip

disableSubmodules boolean

DisableSubmodules disables submodules during git clone

fetch string[]

Fetch specifies a number of refs that should be fetched before checkout

insecureIgnoreHostKey boolean

InsecureIgnoreHostKey disables SSH strict host key checking during git clone

insecureSkipTLS boolean

InsecureSkipTLS disables server certificate verification resulting in insecure HTTPS connections

passwordSecret object

SecretKeySelector selects a key of a Secret.

revision string

Revision is the git commit, tag, branch to checkout

singleBranch boolean

SingleBranch enables single branch clone, using the branch parameter

sshPrivateKeySecret object

SecretKeySelector selects a key of a Secret.

usernameSecret object

SecretKeySelector selects a key of a Secret.

hdfs object

HDFSArtifact is the location of an HDFS artifact

11 nested properties
path string required

Path is a file path in HDFS

addresses string[]

Addresses is accessible addresses of HDFS name nodes

dataTransferProtection string

DataTransferProtection is the protection level for HDFS data transfer. It corresponds to the dfs.data.transfer.protection configuration in HDFS.

force boolean

Force copies a file forcibly even if it exists

hdfsUser string

HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used.

krbCCacheSecret object

SecretKeySelector selects a key of a Secret.

krbConfigConfigMap object

Selects a key from a ConfigMap.

krbKeytabSecret object

SecretKeySelector selects a key of a Secret.

krbRealm string

KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used.

krbServicePrincipalName string

KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used.

krbUsername string

KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used.

http object

HTTPArtifact allows a file served on HTTP to be placed as an input artifact in a container

3 nested properties
url string required

URL of the artifact

auth object

Headers are an optional list of headers to send with HTTP requests for artifacts

oss object

OSSArtifact is the location of an Alibaba Cloud OSS artifact

9 nested properties
key string required

Key is the path in the bucket where the artifact resides

accessKeySecret object

SecretKeySelector selects a key of a Secret.

bucket string

Bucket is the name of the bucket

createBucketIfNotPresent boolean

CreateBucketIfNotPresent tells the driver to attempt to create the OSS bucket for output artifacts, if it doesn't exist

endpoint string

Endpoint is the hostname of the bucket endpoint

lifecycleRule object

OSSLifecycleRule specifies how to manage bucket's lifecycle

secretKeySecret object

SecretKeySelector selects a key of a Secret.

securityToken string

SecurityToken is the user's temporary security token. For more details, check out: https://www.alibabacloud.com/help/doc-detail/100624.htm

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

plugin object

PluginArtifact is the location of a plugin artifact

4 nested properties
key string required

Key is the path in the artifact repository where the artifact resides

configuration string

Configuration is the plugin defined configuration for the artifact driver plugin

connectionTimeoutSeconds integer

ConnectionTimeoutSeconds is the timeout for the artifact driver connection, overriding the driver's timeout

name string

Name is the name of the artifact driver plugin

raw object

RawArtifact allows raw string content to be placed as an artifact in a container

1 nested properties
data string required

Data is the string contents of the artifact

s3 object

S3Artifact is the location of an S3 artifact

13 nested properties
accessKeySecret object

SecretKeySelector selects a key of a Secret.

bucket string

Bucket is the name of the bucket

caSecret object

SecretKeySelector selects a key of a Secret.

createBucketIfNotPresent object

CreateS3BucketOptions options used to determine automatic automatic bucket-creation process

encryptionOptions object

S3EncryptionOptions used to determine encryption options during s3 operations

endpoint string

Endpoint is the hostname of the bucket endpoint

insecure boolean

Insecure will connect to the service with TLS

key string

Key is the key in the bucket where the artifact resides

region string

Region contains the optional bucket region

roleARN string

RoleARN is the Amazon Resource Name (ARN) of the role to assume.

secretKeySecret object

SecretKeySelector selects a key of a Secret.

sessionTokenSecret object

SecretKeySelector selects a key of a Secret.

useSDKCreds boolean

UseSDKCreds tells the driver to figure out credentials based on sdk defaults.

automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

container object

A single application container that you want to run within a pod.

25 nested properties
image string required

Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

args string[]

Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

command string[]

Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

List of environment variables to set in the container. Cannot be updated.

List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

imagePullPolicy string

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

lifecycle object

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

3 nested properties
postStart object

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

preStop object

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

stopSignal string

StopSignal defines which signal will be sent to a container when it is being stopped. If not specified, the default is defined by the container runtime in use. StopSignal can only be set for Pods with a non-empty .spec.os.name

livenessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

name string

Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.

readinessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

Resources resize policy for the container. This field cannot be set on ephemeral containers.

resources object

ResourceRequirements describes the compute resource requirements.

3 nested properties

Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.

This field depends on the DynamicResourceAllocation feature gate.

This field is immutable. It can only be set for containers.

limits Record<string, string>

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

requests Record<string, string>

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

restartPolicy string

RestartPolicy defines the restart behavior of individual containers in a pod. This overrides the pod-level restart policy. When this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Additionally, setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.

Represents a list of rules to be checked to determine if the container should be restarted on exit. The rules are evaluated in order. Once a rule matches a container exit condition, the remaining rules are ignored. If no rule matches the container exit condition, the Container-level restart policy determines the whether the container is restarted or not. Constraints on the rules: - At most 20 rules are allowed. - Rules can have the same action. - Identical rules are not forbidden in validations. When rules are specified, container MUST set RestartPolicy explicitly even it if matches the Pod's RestartPolicy.

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

12 nested properties
allowPrivilegeEscalation boolean

AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.

appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

capabilities object

Adds and removes POSIX capabilities from running containers.

privileged boolean

Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.

procMount string

procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.

readOnlyRootFilesystem boolean

Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

startupProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

stdin boolean

Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.

stdinOnce boolean

Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false

terminationMessagePath string

Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.

terminationMessagePolicy string

Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.

tty boolean

Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.

volumeDevices is the list of block devices to be used by the container.

Pod volumes to mount into the container's filesystem. Cannot be updated.

workingDir string

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

containerSet object
3 nested properties
retryStrategy object

ContainerSetRetryStrategy provides controls on how to retry a container set

2 nested properties
retries string required
duration string

Duration is the time between each retry, examples values are "300ms", "1s" or "5m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".

daemon boolean

Daemon will allow a workflow to proceed to the next step so long as the container reaches readiness

dag object

DAGTemplate is a template subtype for directed acyclic graph templates

3 nested properties

Tasks are a list of DAG tasks MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

failFast boolean

This flag is for DAG logic. The DAG logic has a built-in "fail fast" feature to stop scheduling new steps, as soon as it detects that one of the DAG nodes is failed. Then it waits until all DAG nodes are completed before failing the DAG itself. The FailFast flag default is true, if set to false, it will allow a DAG to run all branches of the DAG to completion (either success or failure), regardless of the failed outcomes of branches in the DAG. More info and example about this feature at https://github.com/argoproj/argo-workflows/issues/1442

target string

Target are one or more names of targets to execute in a DAG

data object

Data is a data template

2 nested properties
source object required

DataSource sources external data into a data template

1 nested properties
artifactPaths object

ArtifactPaths expands a step from a collection of artifacts

Transformation applies a set of transformations

executor object

ExecutorConfig holds configurations of an executor container.

1 nested properties
serviceAccountName string

ServiceAccountName specifies the service account name of the executor container.

failFast boolean

FailFast, if specified, will fail this template if any of its child pods has failed. This is useful for when this template is expanded with withItems, etc.

HostAliases is an optional list of hosts and IPs that will be injected into the pod spec

http object
8 nested properties
url string required

URL of the HTTP Request

body string

Body is content of the HTTP Request

bodyFrom object

HTTPBodySource contains the source of the HTTP body.

1 nested properties
bytes string
format=byte

Headers are an optional list of headers to send with HTTP requests

insecureSkipVerify boolean

InsecureSkipVerify is a bool when if set to true will skip TLS verification for the HTTP client

method string

Method is HTTP methods for HTTP Request

successCondition string

SuccessCondition is an expression if evaluated to true is considered successful

timeoutSeconds integer

TimeoutSeconds is request timeout for HTTP Request. Default is 30 seconds

InitContainers is a list of containers which run before the main container.

inputs object

Inputs are the mechanism for passing parameters, artifacts, volumes from one template to another

2 nested properties

Artifact are a list of artifacts passed as inputs

Parameters are a list of parameters passed as inputs MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

memoize object

Memoization enables caching for the Outputs of the template

3 nested properties
cache object required

Cache is the configuration for the type of cache to be used

1 nested properties
configMap object required

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

key string required

Key is the key to use as the caching key

maxAge string required

MaxAge is the maximum age (e.g. "180s", "24h") of an entry that is still considered valid. If an entry is older than the MaxAge, it will be ignored.

metadata object

Pod metadata

2 nested properties
annotations Record<string, string>
labels Record<string, string>
metrics object

Metrics are a list of metrics emitted from a Workflow/Template

1 nested properties

Prometheus is a list of prometheus metrics to be emitted MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

name string

Name is the name of the template

nodeSelector Record<string, string>

NodeSelector is a selector to schedule this step of the workflow to be run on the selected node(s). Overrides the selector set at the workflow level.

outputs object

Outputs hold parameters, artifacts, and results from a step

4 nested properties

Artifacts holds the list of output artifacts produced by a step

exitCode string

ExitCode holds the exit code of a script template

Parameters holds the list of output parameters produced by a step

result string

Result holds the result (stdout) of a script or container template, or the response body of an HTTP template

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time within the boundaries of this template invocation. If additional steps/dag templates are invoked, the pods created by those templates will not be counted towards this total.

plugin object

Plugin is an Object with exactly one key

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priorityClassName string

PriorityClassName to apply to workflow pods.

resource object

ResourceTemplate is a template subtype to manipulate kubernetes resources

8 nested properties
action string required

Action is the action to perform to the resource. Must be one of: get, create, apply, delete, replace, patch

failureCondition string

FailureCondition is a label selector expression which describes the conditions of the k8s resource in which the step was considered failed

flags string[]

Flags is a set of additional options passed to kubectl before submitting a resource I.e. to disable resource validation: flags: [ "--validate=false" # disable resource validation ]

manifest string

Manifest contains the kubernetes manifest

manifestFrom object
1 nested properties
artifact object required

Artifact indicates an artifact to place at a specified path

mergeStrategy string

MergeStrategy is the strategy used to merge a patch. It defaults to "strategic" Must be one of: strategic, merge, json

setOwnerReference boolean

SetOwnerReference sets the reference to the workflow on the OwnerReference of generated resource.

successCondition string

SuccessCondition is a label selector expression which describes the conditions of the k8s resource in which it is acceptable to proceed to the following step

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

5 nested properties
affinity object

RetryAffinity prevents running steps on the same host.

1 nested properties
nodeAntiAffinity object

RetryNodeAntiAffinity is a placeholder for future expansion, only empty nodeAntiAffinity is allowed. In order to prevent running steps on the same host, it uses "kubernetes.io/hostname".

backoff object

Backoff is a backoff strategy to use within retryStrategy

4 nested properties
cap string

Cap is a limit on revised values of the duration parameter. If a multiplication by the factor parameter would make the duration exceed the cap then the duration is set to the cap

duration string

Duration is the amount to back off. Default unit is seconds, but could also be a duration (e.g. "2m", "1h")

factor string
maxDuration string

MaxDuration is the maximum amount of time allowed for a workflow in the backoff strategy. It is important to note that if the workflow template includes activeDeadlineSeconds, the pod's deadline is initially set with activeDeadlineSeconds. However, when the workflow fails, the pod's deadline is then overridden by maxDuration. This ensures that the workflow does not exceed the specified maximum duration when retries are involved.

expression string

Expression is a condition expression for when a node will be retried. If it evaluates to false, the node will not be retried and the retry strategy will be ignored

limit string
retryPolicy string

RetryPolicy is a policy of NodePhase statuses that will be retried

schedulerName string

If specified, the pod will be dispatched by specified scheduler. Or it will be dispatched by workflow scope scheduler if specified. If neither specified, the pod will be dispatched by default scheduler.

script object

ScriptTemplate is a template subtype to enable scripting through code steps

26 nested properties
image string required

Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

source string required

Source contains the source code of the script to execute

args string[]

Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

command string[]

Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

List of environment variables to set in the container. Cannot be updated.

List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

imagePullPolicy string

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

lifecycle object

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

3 nested properties
postStart object

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

preStop object

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

stopSignal string

StopSignal defines which signal will be sent to a container when it is being stopped. If not specified, the default is defined by the container runtime in use. StopSignal can only be set for Pods with a non-empty .spec.os.name

livenessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

name string

Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.

readinessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

Resources resize policy for the container. This field cannot be set on ephemeral containers.

resources object

ResourceRequirements describes the compute resource requirements.

3 nested properties

Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.

This field depends on the DynamicResourceAllocation feature gate.

This field is immutable. It can only be set for containers.

limits Record<string, string>

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

requests Record<string, string>

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

restartPolicy string

RestartPolicy defines the restart behavior of individual containers in a pod. This overrides the pod-level restart policy. When this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Additionally, setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.

Represents a list of rules to be checked to determine if the container should be restarted on exit. The rules are evaluated in order. Once a rule matches a container exit condition, the remaining rules are ignored. If no rule matches the container exit condition, the Container-level restart policy determines the whether the container is restarted or not. Constraints on the rules: - At most 20 rules are allowed. - Rules can have the same action. - Identical rules are not forbidden in validations. When rules are specified, container MUST set RestartPolicy explicitly even it if matches the Pod's RestartPolicy.

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

12 nested properties
allowPrivilegeEscalation boolean

AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.

appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

capabilities object

Adds and removes POSIX capabilities from running containers.

privileged boolean

Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.

procMount string

procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.

readOnlyRootFilesystem boolean

Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

startupProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

stdin boolean

Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.

stdinOnce boolean

Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false

terminationMessagePath string

Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.

terminationMessagePolicy string

Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.

tty boolean

Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.

volumeDevices is the list of block devices to be used by the container.

Pod volumes to mount into the container's filesystem. Cannot be updated.

workingDir string

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

13 nested properties
appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

2 nested properties
type string required

type indicates which kind of AppArmor profile will be applied. Valid options are: Localhost - a profile pre-loaded on the node. RuntimeDefault - the container runtime's default profile. Unconfined - no AppArmor enforcement.

localhostProfile string

localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is "Localhost".

fsGroup integer

A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:

  1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.

fsGroupChangePolicy string

fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

seLinuxChangePolicy string

seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".

"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.

"MountOption" mounts all eligible Pod volumes with -o context mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.

If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.

This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.

All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

4 nested properties
level string

Level is SELinux level label that applies to the container.

role string

Role is a SELinux role label that applies to the container.

type string

Type is a SELinux type label that applies to the container.

user string

User is a SELinux user label that applies to the container.

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

2 nested properties
type string required

type indicates which kind of seccomp profile will be applied. Valid options are:

Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.

localhostProfile string

localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is "Localhost". Must NOT be set for any other type.

supplementalGroups integer[]

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.

supplementalGroupsPolicy string

Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

4 nested properties
gmsaCredentialSpec string

GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.

gmsaCredentialSpecName string

GMSACredentialSpecName is the name of the GMSA credential spec to use.

hostProcess boolean

HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.

runAsUserName string

The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

serviceAccountName string

ServiceAccountName to apply to workflow pods

Sidecars is a list of containers which run alongside the main container Sidecars are automatically killed when the main container completes

Steps define a series of sequential/parallel workflow steps

suspend object

SuspendTemplate is a template subtype to suspend a workflow at a predetermined point in time

1 nested properties
duration string

Duration is the seconds to wait before automatically resuming a template. Must be a string. Default unit is seconds. Could also be a Duration, e.g.: "2m", "6h"

synchronization object

Synchronization holds synchronization lock configuration

2 nested properties

v3.6 and after: Mutexes holds the list of Mutex lock details

v3.6 and after: Semaphores holds the list of Semaphores configuration

timeout string

Timeout allows to set the total node execution timeout duration counting from the node's start time. This duration also includes time in which the node spends in Pending state. This duration may not be applied to Step or DAG templates.

Tolerations to apply to workflow pods.

Volumes is a list of volumes that can be mounted by containers in a template.

io.argoproj.workflow.v1alpha1.TemplateRef object

TemplateRef is a reference of template resource.

clusterScope boolean

ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).

name string

Name is the resource name of the template.

template string

Template is the name of referred template in the resource.

io.argoproj.workflow.v1alpha1.TransformationStep object
expression string required

Expression defines an expr expression to apply

io.argoproj.workflow.v1alpha1.UpdateCronWorkflowRequest object
cronWorkflow object

CronWorkflow is the definition of a scheduled workflow resource

5 nested properties
metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

CronWorkflowSpec is the specification of a CronWorkflow

11 nested properties
schedules string[] required

v3.6 and after: Schedules is a list of schedules to run the Workflow in Cron format

workflowSpec object required

WorkflowSpec is the specification of a Workflow.

concurrencyPolicy string

ConcurrencyPolicy is the K8s-style concurrency policy that will be used

failedJobsHistoryLimit integer

FailedJobsHistoryLimit is the number of failed jobs to be kept at a time

startingDeadlineSeconds integer

StartingDeadlineSeconds is the K8s-style deadline that will limit the time a CronWorkflow will be run after its original scheduled time if it is missed.

stopStrategy object

StopStrategy defines if the CronWorkflow should stop scheduling based on an expression. v3.6 and after

successfulJobsHistoryLimit integer

SuccessfulJobsHistoryLimit is the number of successful jobs to be kept at a time

suspend boolean

Suspend is a flag that will stop new CronWorkflows from running if set to true

timezone string

Timezone is the timezone against which the cron schedule will be calculated, e.g. "Asia/Tokyo". Default is machine's local time.

when string

v3.6 and after: When is an expression that determines if a run should be scheduled.

workflowMetadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "CronWorkflow"
status object

CronWorkflowStatus is the status of a CronWorkflow

6 nested properties

Active is a list of active workflows stemming from this CronWorkflow

Conditions is a list of conditions the CronWorkflow may have

failed integer

v3.6 and after: Failed counts how many times child workflows failed

lastScheduledTime string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
phase string

v3.6 and after: Phase is an enum of Active or Stopped. It changes to Stopped when stopStrategy.expression is true

succeeded integer

v3.6 and after: Succeeded counts how many times child workflows succeeded

name string

DEPRECATED: This field is ignored.

namespace string
io.argoproj.workflow.v1alpha1.UserContainer object

UserContainer is a container specified by a user.

name string required

Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

args string[]

Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

command string[]

Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

List of environment variables to set in the container. Cannot be updated.

List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

image string

Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

imagePullPolicy string

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

lifecycle object

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

3 nested properties
postStart object

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

4 nested properties
exec object

ExecAction describes a "run in container" action.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

sleep object

SleepAction describes a "sleep" action.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

preStop object

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

4 nested properties
exec object

ExecAction describes a "run in container" action.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

sleep object

SleepAction describes a "sleep" action.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

stopSignal string

StopSignal defines which signal will be sent to a container when it is being stopped. If not specified, the default is defined by the container runtime in use. StopSignal can only be set for Pods with a non-empty .spec.os.name

livenessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

2 nested properties
port integer required

Port number of the gRPC service. Number must be in the range 1 to 65535.

service string

Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

If this is not specified, the default behavior is defined by gRPC.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

mirrorVolumeMounts boolean

MirrorVolumeMounts will mount the same volumes specified in the main container to the container (including artifacts), at the same mountPaths. This enables dind daemon to partially see the same filesystem as the main container in order to use features such as docker volume binding

List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.

readinessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

2 nested properties
port integer required

Port number of the gRPC service. Number must be in the range 1 to 65535.

service string

Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

If this is not specified, the default behavior is defined by gRPC.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

Resources resize policy for the container. This field cannot be set on ephemeral containers.

resources object

ResourceRequirements describes the compute resource requirements.

3 nested properties

Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.

This field depends on the DynamicResourceAllocation feature gate.

This field is immutable. It can only be set for containers.

limits Record<string, string>

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

requests Record<string, string>

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

restartPolicy string

RestartPolicy defines the restart behavior of individual containers in a pod. This overrides the pod-level restart policy. When this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Additionally, setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.

Represents a list of rules to be checked to determine if the container should be restarted on exit. The rules are evaluated in order. Once a rule matches a container exit condition, the remaining rules are ignored. If no rule matches the container exit condition, the Container-level restart policy determines the whether the container is restarted or not. Constraints on the rules: - At most 20 rules are allowed. - Rules can have the same action. - Identical rules are not forbidden in validations. When rules are specified, container MUST set RestartPolicy explicitly even it if matches the Pod's RestartPolicy.

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

12 nested properties
allowPrivilegeEscalation boolean

AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.

appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

2 nested properties
type string required

type indicates which kind of AppArmor profile will be applied. Valid options are: Localhost - a profile pre-loaded on the node. RuntimeDefault - the container runtime's default profile. Unconfined - no AppArmor enforcement.

localhostProfile string

localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is "Localhost".

capabilities object

Adds and removes POSIX capabilities from running containers.

2 nested properties
add string[]

Added capabilities

drop string[]

Removed capabilities

privileged boolean

Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.

procMount string

procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.

readOnlyRootFilesystem boolean

Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

4 nested properties
level string

Level is SELinux level label that applies to the container.

role string

Role is a SELinux role label that applies to the container.

type string

Type is a SELinux type label that applies to the container.

user string

User is a SELinux user label that applies to the container.

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

2 nested properties
type string required

type indicates which kind of seccomp profile will be applied. Valid options are:

Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.

localhostProfile string

localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is "Localhost". Must NOT be set for any other type.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

4 nested properties
gmsaCredentialSpec string

GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.

gmsaCredentialSpecName string

GMSACredentialSpecName is the name of the GMSA credential spec to use.

hostProcess boolean

HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.

runAsUserName string

The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

startupProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

2 nested properties
port integer required

Port number of the gRPC service. Number must be in the range 1 to 65535.

service string

Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

If this is not specified, the default behavior is defined by gRPC.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

stdin boolean

Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.

stdinOnce boolean

Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false

terminationMessagePath string

Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.

terminationMessagePolicy string

Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.

tty boolean

Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.

volumeDevices is the list of block devices to be used by the container.

Pod volumes to mount into the container's filesystem. Cannot be updated.

workingDir string

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

io.argoproj.workflow.v1alpha1.ValueFrom object

ValueFrom describes a location in which to obtain the value to a parameter

configMapKeyRef object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

default string

Default specifies a value to be used if retrieving the value from the specified source fails

event string

Selector (https://github.com/expr-lang/expr) that is evaluated against the event to get the value of the parameter. E.g. payload.message

expression string

Expression, if defined, is evaluated to specify the value for the parameter

jqFilter string

JQFilter expression against the resource object in resource templates

jsonPath string

JSONPath of a resource to retrieve an output parameter value from in resource templates

parameter string

Parameter reference to a step or dag task in which to retrieve an output parameter value from (e.g. '{{steps.mystep.outputs.myparam}}')

path string

Path in the container to retrieve an output parameter value from in container templates

supplied object

SuppliedValueFrom is a placeholder for a value to be filled in directly, either through the CLI, API, etc.

io.argoproj.workflow.v1alpha1.Version object
buildDate string required
compiler string required
gitCommit string required
gitTag string required
gitTreeState string required
goVersion string required
platform string required
version string required
io.argoproj.workflow.v1alpha1.VolumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

strategy string

Strategy is the strategy to use. One of "OnWorkflowCompletion", "OnWorkflowSuccess". Defaults to "OnWorkflowSuccess"

io.argoproj.workflow.v1alpha1.Workflow object

Workflow is the definition of a workflow resource

metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

3 nested properties
nodeAffinity object

Node affinity is a group of node affinity scheduling rules.

podAffinity object

Pod affinity is a group of inter pod affinity scheduling rules.

podAntiAffinity object

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

2 nested properties

Artifacts is the list of artifacts to pass to the template or workflow

Parameters is the list of parameters to pass to the template or workflow

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

5 nested properties
forceFinalizerRemoval boolean

ForceFinalizerRemoval: if set to true, the finalizer will be removed in the case that Artifact GC fails

podMetadata object

Pod metadata

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the artgc pod spec.

serviceAccountName string

ServiceAccountName is an optional field for specifying the Service Account that should be assigned to the Pod doing the deletion

strategy string

Strategy is the strategy to use.

artifactRepositoryRef object
2 nested properties
configMap string

The name of the config map. Defaults to "artifact-repositories".

key string

The config map key. Defaults to the value of the "workflows.argoproj.io/default-artifact-repository" annotation.

automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

3 nested properties
nameservers string[]

A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.

A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.

searches string[]

A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

1 nested properties
serviceAccountName string

ServiceAccountName specifies the service account name of the executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

1 nested properties

Prometheus is a list of prometheus metrics to be emitted MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

4 nested properties
maxUnavailable string
minAvailable string
selector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

unhealthyPodEvictionPolicy string

UnhealthyPodEvictionPolicy defines the criteria for when unhealthy pods should be considered for eviction. Current implementation considers healthy pods, as pods that have status.conditions item with type="Ready",status="True".

Valid policies are IfHealthyBudget and AlwaysAllow. If no policy is specified, the default behavior will be used, which corresponds to the IfHealthyBudget policy.

IfHealthyBudget policy means that running pods (status.phase="Running"), but not yet healthy can be evicted only if the guarded application is not disrupted (status.currentHealthy is at least equal to status.desiredHealthy). Healthy pods will be subject to the PDB for eviction.

AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.

Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.

podGC object

PodGC describes how to delete completed pods as they complete

3 nested properties
deleteDelayDuration string

DeleteDelayDuration specifies the duration before pods in the GC queue get deleted.

labelSelector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

strategy string

Strategy is the strategy to use. One of "OnPodCompletion", "OnPodSuccess", "OnWorkflowCompletion", "OnWorkflowSuccess". If unset, does not delete Pods

podMetadata object

Pod metadata

2 nested properties
annotations Record<string, string>
labels Record<string, string>
podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

5 nested properties
affinity object

RetryAffinity prevents running steps on the same host.

backoff object

Backoff is a backoff strategy to use within retryStrategy

expression string

Expression is a condition expression for when a node will be retried. If it evaluates to false, the node will not be retried and the retry strategy will be ignored

limit string
retryPolicy string

RetryPolicy is a policy of NodePhase statuses that will be retried

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

13 nested properties
appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

fsGroup integer

A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:

  1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.

fsGroupChangePolicy string

fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

seLinuxChangePolicy string

seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".

"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.

"MountOption" mounts all eligible Pod volumes with -o context mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.

If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.

This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.

All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

supplementalGroups integer[]

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.

supplementalGroupsPolicy string

Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

2 nested properties

v3.6 and after: Mutexes holds the list of Mutex lock details

v3.6 and after: Semaphores holds the list of Semaphores configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

39 nested properties
activeDeadlineSeconds string
affinity object

Affinity is a group of affinity scheduling rules.

annotations Record<string, string>

Annotations is a list of annotations to add to the template at runtime

archiveLocation object

ArtifactLocation describes a location for a single or multiple artifacts. It is used as single artifact in the context of inputs/outputs (e.g. outputs.artifacts.artname). It is also used to describe the location of multiple artifacts such as the archive location of a single workflow step, which the executor will use as a default location to store its files.

automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

container object

A single application container that you want to run within a pod.

containerSet object
daemon boolean

Daemon will allow a workflow to proceed to the next step so long as the container reaches readiness

dag object

DAGTemplate is a template subtype for directed acyclic graph templates

data object

Data is a data template

executor object

ExecutorConfig holds configurations of an executor container.

failFast boolean

FailFast, if specified, will fail this template if any of its child pods has failed. This is useful for when this template is expanded with withItems, etc.

HostAliases is an optional list of hosts and IPs that will be injected into the pod spec

http object

InitContainers is a list of containers which run before the main container.

inputs object

Inputs are the mechanism for passing parameters, artifacts, volumes from one template to another

memoize object

Memoization enables caching for the Outputs of the template

metadata object

Pod metadata

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

name string

Name is the name of the template

nodeSelector Record<string, string>

NodeSelector is a selector to schedule this step of the workflow to be run on the selected node(s). Overrides the selector set at the workflow level.

outputs object

Outputs hold parameters, artifacts, and results from a step

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time within the boundaries of this template invocation. If additional steps/dag templates are invoked, the pods created by those templates will not be counted towards this total.

plugin object

Plugin is an Object with exactly one key

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priorityClassName string

PriorityClassName to apply to workflow pods.

resource object

ResourceTemplate is a template subtype to manipulate kubernetes resources

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

If specified, the pod will be dispatched by specified scheduler. Or it will be dispatched by workflow scope scheduler if specified. If neither specified, the pod will be dispatched by default scheduler.

script object

ScriptTemplate is a template subtype to enable scripting through code steps

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName to apply to workflow pods

Sidecars is a list of containers which run alongside the main container Sidecars are automatically killed when the main container completes

Steps define a series of sequential/parallel workflow steps

suspend object

SuspendTemplate is a template subtype to suspend a workflow at a predetermined point in time

synchronization object

Synchronization holds synchronization lock configuration

timeout string

Timeout allows to set the total node execution timeout duration counting from the node's start time. This duration also includes time in which the node spends in Pending state. This duration may not be applied to Step or DAG templates.

Tolerations to apply to workflow pods.

Volumes is a list of volumes that can be mounted by containers in a template.

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

3 nested properties
secondsAfterCompletion integer

SecondsAfterCompletion is the number of seconds to live after completion

secondsAfterFailure integer

SecondsAfterFailure is the number of seconds to live after failure

secondsAfterSuccess integer

SecondsAfterSuccess is the number of seconds to live after success

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

1 nested properties
strategy string

Strategy is the strategy to use. One of "OnWorkflowCompletion", "OnWorkflowSuccess". Defaults to "OnWorkflowSuccess"

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
3 nested properties
annotations Record<string, string>
labels Record<string, string>
labelsFrom Record<string, object>
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

2 nested properties
clusterScope boolean

ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).

name string

Name is the resource name of the workflow template.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "Workflow"
status object

WorkflowStatus contains overall status information about a workflow

19 nested properties
artifactGCStatus object

ArtGCStatus maintains state related to ArtifactGC

3 nested properties
notSpecified boolean

if this is true, we already checked to see if we need to do it and we don't

podsRecouped Record<string, boolean>

have completed Pods been processed? (mapped by Pod name) used to prevent re-processing the Status of a Pod more than once

strategiesProcessed Record<string, boolean>

have Pods been started to perform this strategy? (enables us not to re-process what we've already done)

artifactRepositoryRef object
5 nested properties
artifactRepository object

ArtifactRepository represents an artifact repository in which a controller will store its artifacts

configMap string

The name of the config map. Defaults to "artifact-repositories".

default boolean

If this ref represents the default artifact repository, rather than a config map.

key string

The config map key. Defaults to the value of the "workflows.argoproj.io/default-artifact-repository" annotation.

namespace string

The namespace of the config map. Defaults to the workflow's namespace, or the controller's namespace (if found).

compressedNodes string

Compressed and base64 decoded Nodes map

Conditions is a list of conditions the Workflow may have

estimatedDuration integer

EstimatedDuration in seconds.

finishedAt string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
message string

A human readable message indicating details about why the workflow is in this condition.

nodes Record<string, object>

Nodes is a mapping between a node ID and the node's status.

offloadNodeStatusVersion string

Whether on not node status has been offloaded to a database. If exists, then Nodes and CompressedNodes will be empty. This will actually be populated with a hash of the offloaded data.

outputs object

Outputs hold parameters, artifacts, and results from a step

4 nested properties

Artifacts holds the list of output artifacts produced by a step

exitCode string

ExitCode holds the exit code of a script template

Parameters holds the list of output parameters produced by a step

result string

Result holds the result (stdout) of a script or container template, or the response body of an HTTP template

persistentVolumeClaims io.k8s.api.core.v1.Volume[]

PersistentVolumeClaims tracks all PVCs that were created as part of the io.argoproj.workflow.v1alpha1. The contents of this list are drained at the end of the workflow.

phase string

Phase a simple, high-level summary of where the workflow is in its lifecycle. Will be "" (Unknown), "Pending", or "Running" before the workflow is completed, and "Succeeded", "Failed" or "Error" once the workflow has completed.

progress string

Progress to completion

resourcesDuration Record<string, integer>

ResourcesDuration is the total for the workflow

startedAt string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
storedTemplates Record<string, object>

StoredTemplates is a mapping between a template ref and the node's status.

storedWorkflowTemplateSpec object

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

artifactRepositoryRef object
automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

podGC object

PodGC describes how to delete completed pods as they complete

podMetadata object

Pod metadata

podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

synchronization object

SynchronizationStatus stores the status of semaphore and mutex.

2 nested properties
mutex object

MutexStatus contains which objects hold mutex locks, and which objects this workflow is waiting on to release locks.

semaphore object
taskResultsCompletionStatus Record<string, boolean>

TaskResultsCompletionStatus tracks task result completion status (mapped by node ID). Used to prevent premature archiving and garbage collection.

io.argoproj.workflow.v1alpha1.WorkflowCreateRequest object
createOptions object

CreateOptions may be provided when creating an API object.

3 nested properties
dryRun string[]
fieldManager string
fieldValidation string
instanceID string

This field is no longer used.

namespace string
serverDryRun boolean
workflow object

Workflow is the definition of a workflow resource

5 nested properties
metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

artifactRepositoryRef object
automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

podGC object

PodGC describes how to delete completed pods as they complete

podMetadata object

Pod metadata

podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "Workflow"
status object

WorkflowStatus contains overall status information about a workflow

19 nested properties
artifactGCStatus object

ArtGCStatus maintains state related to ArtifactGC

artifactRepositoryRef object
compressedNodes string

Compressed and base64 decoded Nodes map

Conditions is a list of conditions the Workflow may have

estimatedDuration integer

EstimatedDuration in seconds.

finishedAt string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
message string

A human readable message indicating details about why the workflow is in this condition.

nodes Record<string, object>

Nodes is a mapping between a node ID and the node's status.

offloadNodeStatusVersion string

Whether on not node status has been offloaded to a database. If exists, then Nodes and CompressedNodes will be empty. This will actually be populated with a hash of the offloaded data.

outputs object

Outputs hold parameters, artifacts, and results from a step

persistentVolumeClaims io.k8s.api.core.v1.Volume[]

PersistentVolumeClaims tracks all PVCs that were created as part of the io.argoproj.workflow.v1alpha1. The contents of this list are drained at the end of the workflow.

phase string

Phase a simple, high-level summary of where the workflow is in its lifecycle. Will be "" (Unknown), "Pending", or "Running" before the workflow is completed, and "Succeeded", "Failed" or "Error" once the workflow has completed.

progress string

Progress to completion

resourcesDuration Record<string, integer>

ResourcesDuration is the total for the workflow

startedAt string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
storedTemplates Record<string, object>

StoredTemplates is a mapping between a template ref and the node's status.

storedWorkflowTemplateSpec object

WorkflowSpec is the specification of a Workflow.

synchronization object

SynchronizationStatus stores the status of semaphore and mutex.

taskResultsCompletionStatus Record<string, boolean>

TaskResultsCompletionStatus tracks task result completion status (mapped by node ID). Used to prevent premature archiving and garbage collection.

io.argoproj.workflow.v1alpha1.WorkflowDeleteResponse object
io.argoproj.workflow.v1alpha1.WorkflowEventBinding object

WorkflowEventBinding is the definition of an event resource

metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required
2 nested properties
event object required
1 nested properties
selector string required

Selector (https://github.com/expr-lang/expr) that we must must match the io.argoproj.workflow.v1alpha1. E.g. payload.message == "test"

submit object
3 nested properties
workflowTemplateRef object required

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

arguments object

Arguments to a template

metadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "WorkflowEventBinding"
io.argoproj.workflow.v1alpha1.WorkflowEventBindingList object

WorkflowEventBindingList is list of event resources

metadata object required

ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

4 nested properties
continue string

continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.

remainingItemCount integer

remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is estimating the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.

resourceVersion string

String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

io.argoproj.workflow.v1alpha1.WorkflowEventBindingSpec object
event object required
1 nested properties
selector string required

Selector (https://github.com/expr-lang/expr) that we must must match the io.argoproj.workflow.v1alpha1. E.g. payload.message == "test"

submit object
3 nested properties
workflowTemplateRef object required

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

2 nested properties
clusterScope boolean

ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).

name string

Name is the resource name of the workflow template.

arguments object

Arguments to a template

2 nested properties

Artifacts is the list of artifacts to pass to the template or workflow

Parameters is the list of parameters to pass to the template or workflow

metadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

io.argoproj.workflow.v1alpha1.WorkflowLevelArtifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

forceFinalizerRemoval boolean

ForceFinalizerRemoval: if set to true, the finalizer will be removed in the case that Artifact GC fails

podMetadata object

Pod metadata

2 nested properties
annotations Record<string, string>
labels Record<string, string>
podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the artgc pod spec.

serviceAccountName string

ServiceAccountName is an optional field for specifying the Service Account that should be assigned to the Pod doing the deletion

strategy string

Strategy is the strategy to use.

io.argoproj.workflow.v1alpha1.WorkflowLintRequest object
namespace string
workflow object

Workflow is the definition of a workflow resource

5 nested properties
metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

artifactRepositoryRef object
automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

podGC object

PodGC describes how to delete completed pods as they complete

podMetadata object

Pod metadata

podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "Workflow"
status object

WorkflowStatus contains overall status information about a workflow

19 nested properties
artifactGCStatus object

ArtGCStatus maintains state related to ArtifactGC

artifactRepositoryRef object
compressedNodes string

Compressed and base64 decoded Nodes map

Conditions is a list of conditions the Workflow may have

estimatedDuration integer

EstimatedDuration in seconds.

finishedAt string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
message string

A human readable message indicating details about why the workflow is in this condition.

nodes Record<string, object>

Nodes is a mapping between a node ID and the node's status.

offloadNodeStatusVersion string

Whether on not node status has been offloaded to a database. If exists, then Nodes and CompressedNodes will be empty. This will actually be populated with a hash of the offloaded data.

outputs object

Outputs hold parameters, artifacts, and results from a step

persistentVolumeClaims io.k8s.api.core.v1.Volume[]

PersistentVolumeClaims tracks all PVCs that were created as part of the io.argoproj.workflow.v1alpha1. The contents of this list are drained at the end of the workflow.

phase string

Phase a simple, high-level summary of where the workflow is in its lifecycle. Will be "" (Unknown), "Pending", or "Running" before the workflow is completed, and "Succeeded", "Failed" or "Error" once the workflow has completed.

progress string

Progress to completion

resourcesDuration Record<string, integer>

ResourcesDuration is the total for the workflow

startedAt string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
storedTemplates Record<string, object>

StoredTemplates is a mapping between a template ref and the node's status.

storedWorkflowTemplateSpec object

WorkflowSpec is the specification of a Workflow.

synchronization object

SynchronizationStatus stores the status of semaphore and mutex.

taskResultsCompletionStatus Record<string, boolean>

TaskResultsCompletionStatus tracks task result completion status (mapped by node ID). Used to prevent premature archiving and garbage collection.

io.argoproj.workflow.v1alpha1.WorkflowList object

WorkflowList is list of Workflow resources

metadata object required

ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

4 nested properties
continue string

continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.

remainingItemCount integer

remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is estimating the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.

resourceVersion string

String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

io.argoproj.workflow.v1alpha1.WorkflowMetadata object
annotations Record<string, string>
labels Record<string, string>
labelsFrom Record<string, object>
io.argoproj.workflow.v1alpha1.WorkflowResubmitRequest object
memoized boolean
name string
namespace string
parameters string[]
io.argoproj.workflow.v1alpha1.WorkflowResumeRequest object
name string
namespace string
nodeFieldSelector string
io.argoproj.workflow.v1alpha1.WorkflowRetryRequest object
name string
namespace string
nodeFieldSelector string
parameters string[]
restartSuccessful boolean
io.argoproj.workflow.v1alpha1.WorkflowSetRequest object
message string
name string
namespace string
nodeFieldSelector string
outputParameters string
phase string
io.argoproj.workflow.v1alpha1.WorkflowSpec object

WorkflowSpec is the specification of a Workflow.

activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

3 nested properties
nodeAffinity object

Node affinity is a group of node affinity scheduling rules.

2 nested properties
preferredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.PreferredSchedulingTerm[]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.

requiredDuringSchedulingIgnoredDuringExecution object

A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.

podAffinity object

Pod affinity is a group of inter pod affinity scheduling rules.

2 nested properties
preferredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.WeightedPodAffinityTerm[]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

requiredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.PodAffinityTerm[]

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

podAntiAffinity object

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

2 nested properties
preferredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.WeightedPodAffinityTerm[]

The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and subtracting "weight" from the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

requiredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.PodAffinityTerm[]

If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

2 nested properties

Artifacts is the list of artifacts to pass to the template or workflow

Parameters is the list of parameters to pass to the template or workflow

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

5 nested properties
forceFinalizerRemoval boolean

ForceFinalizerRemoval: if set to true, the finalizer will be removed in the case that Artifact GC fails

podMetadata object

Pod metadata

2 nested properties
annotations Record<string, string>
labels Record<string, string>
podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the artgc pod spec.

serviceAccountName string

ServiceAccountName is an optional field for specifying the Service Account that should be assigned to the Pod doing the deletion

strategy string

Strategy is the strategy to use.

artifactRepositoryRef object
2 nested properties
configMap string

The name of the config map. Defaults to "artifact-repositories".

key string

The config map key. Defaults to the value of the "workflows.argoproj.io/default-artifact-repository" annotation.

automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

3 nested properties
nameservers string[]

A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.

A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.

searches string[]

A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

1 nested properties
serviceAccountName string

ServiceAccountName specifies the service account name of the executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

1 nested properties

Prometheus is a list of prometheus metrics to be emitted MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

4 nested properties
maxUnavailable string
minAvailable string
selector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

2 nested properties

matchExpressions is a list of label selector requirements. The requirements are ANDed.

matchLabels Record<string, string>

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

unhealthyPodEvictionPolicy string

UnhealthyPodEvictionPolicy defines the criteria for when unhealthy pods should be considered for eviction. Current implementation considers healthy pods, as pods that have status.conditions item with type="Ready",status="True".

Valid policies are IfHealthyBudget and AlwaysAllow. If no policy is specified, the default behavior will be used, which corresponds to the IfHealthyBudget policy.

IfHealthyBudget policy means that running pods (status.phase="Running"), but not yet healthy can be evicted only if the guarded application is not disrupted (status.currentHealthy is at least equal to status.desiredHealthy). Healthy pods will be subject to the PDB for eviction.

AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.

Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.

podGC object

PodGC describes how to delete completed pods as they complete

3 nested properties
deleteDelayDuration string

DeleteDelayDuration specifies the duration before pods in the GC queue get deleted.

labelSelector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

2 nested properties

matchExpressions is a list of label selector requirements. The requirements are ANDed.

matchLabels Record<string, string>

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

strategy string

Strategy is the strategy to use. One of "OnPodCompletion", "OnPodSuccess", "OnWorkflowCompletion", "OnWorkflowSuccess". If unset, does not delete Pods

podMetadata object

Pod metadata

2 nested properties
annotations Record<string, string>
labels Record<string, string>
podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

5 nested properties
affinity object

RetryAffinity prevents running steps on the same host.

1 nested properties
nodeAntiAffinity object

RetryNodeAntiAffinity is a placeholder for future expansion, only empty nodeAntiAffinity is allowed. In order to prevent running steps on the same host, it uses "kubernetes.io/hostname".

backoff object

Backoff is a backoff strategy to use within retryStrategy

4 nested properties
cap string

Cap is a limit on revised values of the duration parameter. If a multiplication by the factor parameter would make the duration exceed the cap then the duration is set to the cap

duration string

Duration is the amount to back off. Default unit is seconds, but could also be a duration (e.g. "2m", "1h")

factor string
maxDuration string

MaxDuration is the maximum amount of time allowed for a workflow in the backoff strategy. It is important to note that if the workflow template includes activeDeadlineSeconds, the pod's deadline is initially set with activeDeadlineSeconds. However, when the workflow fails, the pod's deadline is then overridden by maxDuration. This ensures that the workflow does not exceed the specified maximum duration when retries are involved.

expression string

Expression is a condition expression for when a node will be retried. If it evaluates to false, the node will not be retried and the retry strategy will be ignored

limit string
retryPolicy string

RetryPolicy is a policy of NodePhase statuses that will be retried

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

13 nested properties
appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

2 nested properties
type string required

type indicates which kind of AppArmor profile will be applied. Valid options are: Localhost - a profile pre-loaded on the node. RuntimeDefault - the container runtime's default profile. Unconfined - no AppArmor enforcement.

localhostProfile string

localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is "Localhost".

fsGroup integer

A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:

  1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.

fsGroupChangePolicy string

fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

seLinuxChangePolicy string

seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".

"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.

"MountOption" mounts all eligible Pod volumes with -o context mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.

If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.

This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.

All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

4 nested properties
level string

Level is SELinux level label that applies to the container.

role string

Role is a SELinux role label that applies to the container.

type string

Type is a SELinux type label that applies to the container.

user string

User is a SELinux user label that applies to the container.

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

2 nested properties
type string required

type indicates which kind of seccomp profile will be applied. Valid options are:

Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.

localhostProfile string

localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is "Localhost". Must NOT be set for any other type.

supplementalGroups integer[]

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.

supplementalGroupsPolicy string

Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

4 nested properties
gmsaCredentialSpec string

GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.

gmsaCredentialSpecName string

GMSACredentialSpecName is the name of the GMSA credential spec to use.

hostProcess boolean

HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.

runAsUserName string

The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

2 nested properties

v3.6 and after: Mutexes holds the list of Mutex lock details

v3.6 and after: Semaphores holds the list of Semaphores configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

39 nested properties
activeDeadlineSeconds string
affinity object

Affinity is a group of affinity scheduling rules.

3 nested properties
nodeAffinity object

Node affinity is a group of node affinity scheduling rules.

podAffinity object

Pod affinity is a group of inter pod affinity scheduling rules.

podAntiAffinity object

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

annotations Record<string, string>

Annotations is a list of annotations to add to the template at runtime

archiveLocation object

ArtifactLocation describes a location for a single or multiple artifacts. It is used as single artifact in the context of inputs/outputs (e.g. outputs.artifacts.artname). It is also used to describe the location of multiple artifacts such as the archive location of a single workflow step, which the executor will use as a default location to store its files.

11 nested properties
archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

artifactory object

ArtifactoryArtifact is the location of an artifactory artifact

azure object

AzureArtifact is the location of an Azure Storage artifact

gcs object

GCSArtifact is the location of a GCS artifact

git object

GitArtifact is the location of a git artifact

hdfs object

HDFSArtifact is the location of an HDFS artifact

http object

HTTPArtifact allows a file served on HTTP to be placed as an input artifact in a container

oss object

OSSArtifact is the location of an Alibaba Cloud OSS artifact

plugin object

PluginArtifact is the location of a plugin artifact

raw object

RawArtifact allows raw string content to be placed as an artifact in a container

s3 object

S3Artifact is the location of an S3 artifact

automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

container object

A single application container that you want to run within a pod.

25 nested properties
image string required

Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

args string[]

Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

command string[]

Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

List of environment variables to set in the container. Cannot be updated.

List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

imagePullPolicy string

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

lifecycle object

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

livenessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

name string

Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.

readinessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

Resources resize policy for the container. This field cannot be set on ephemeral containers.

resources object

ResourceRequirements describes the compute resource requirements.

restartPolicy string

RestartPolicy defines the restart behavior of individual containers in a pod. This overrides the pod-level restart policy. When this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Additionally, setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.

Represents a list of rules to be checked to determine if the container should be restarted on exit. The rules are evaluated in order. Once a rule matches a container exit condition, the remaining rules are ignored. If no rule matches the container exit condition, the Container-level restart policy determines the whether the container is restarted or not. Constraints on the rules: - At most 20 rules are allowed. - Rules can have the same action. - Identical rules are not forbidden in validations. When rules are specified, container MUST set RestartPolicy explicitly even it if matches the Pod's RestartPolicy.

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

startupProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

stdin boolean

Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.

stdinOnce boolean

Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false

terminationMessagePath string

Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.

terminationMessagePolicy string

Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.

tty boolean

Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.

volumeDevices is the list of block devices to be used by the container.

Pod volumes to mount into the container's filesystem. Cannot be updated.

workingDir string

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

containerSet object
3 nested properties
retryStrategy object

ContainerSetRetryStrategy provides controls on how to retry a container set

daemon boolean

Daemon will allow a workflow to proceed to the next step so long as the container reaches readiness

dag object

DAGTemplate is a template subtype for directed acyclic graph templates

3 nested properties

Tasks are a list of DAG tasks MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

failFast boolean

This flag is for DAG logic. The DAG logic has a built-in "fail fast" feature to stop scheduling new steps, as soon as it detects that one of the DAG nodes is failed. Then it waits until all DAG nodes are completed before failing the DAG itself. The FailFast flag default is true, if set to false, it will allow a DAG to run all branches of the DAG to completion (either success or failure), regardless of the failed outcomes of branches in the DAG. More info and example about this feature at https://github.com/argoproj/argo-workflows/issues/1442

target string

Target are one or more names of targets to execute in a DAG

data object

Data is a data template

2 nested properties
source object required

DataSource sources external data into a data template

Transformation applies a set of transformations

executor object

ExecutorConfig holds configurations of an executor container.

1 nested properties
serviceAccountName string

ServiceAccountName specifies the service account name of the executor container.

failFast boolean

FailFast, if specified, will fail this template if any of its child pods has failed. This is useful for when this template is expanded with withItems, etc.

HostAliases is an optional list of hosts and IPs that will be injected into the pod spec

http object
8 nested properties
url string required

URL of the HTTP Request

body string

Body is content of the HTTP Request

bodyFrom object

HTTPBodySource contains the source of the HTTP body.

Headers are an optional list of headers to send with HTTP requests

insecureSkipVerify boolean

InsecureSkipVerify is a bool when if set to true will skip TLS verification for the HTTP client

method string

Method is HTTP methods for HTTP Request

successCondition string

SuccessCondition is an expression if evaluated to true is considered successful

timeoutSeconds integer

TimeoutSeconds is request timeout for HTTP Request. Default is 30 seconds

InitContainers is a list of containers which run before the main container.

inputs object

Inputs are the mechanism for passing parameters, artifacts, volumes from one template to another

2 nested properties

Artifact are a list of artifacts passed as inputs

Parameters are a list of parameters passed as inputs MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

memoize object

Memoization enables caching for the Outputs of the template

3 nested properties
cache object required

Cache is the configuration for the type of cache to be used

key string required

Key is the key to use as the caching key

maxAge string required

MaxAge is the maximum age (e.g. "180s", "24h") of an entry that is still considered valid. If an entry is older than the MaxAge, it will be ignored.

metadata object

Pod metadata

2 nested properties
annotations Record<string, string>
labels Record<string, string>
metrics object

Metrics are a list of metrics emitted from a Workflow/Template

1 nested properties

Prometheus is a list of prometheus metrics to be emitted MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

name string

Name is the name of the template

nodeSelector Record<string, string>

NodeSelector is a selector to schedule this step of the workflow to be run on the selected node(s). Overrides the selector set at the workflow level.

outputs object

Outputs hold parameters, artifacts, and results from a step

4 nested properties

Artifacts holds the list of output artifacts produced by a step

exitCode string

ExitCode holds the exit code of a script template

Parameters holds the list of output parameters produced by a step

result string

Result holds the result (stdout) of a script or container template, or the response body of an HTTP template

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time within the boundaries of this template invocation. If additional steps/dag templates are invoked, the pods created by those templates will not be counted towards this total.

plugin object

Plugin is an Object with exactly one key

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priorityClassName string

PriorityClassName to apply to workflow pods.

resource object

ResourceTemplate is a template subtype to manipulate kubernetes resources

8 nested properties
action string required

Action is the action to perform to the resource. Must be one of: get, create, apply, delete, replace, patch

failureCondition string

FailureCondition is a label selector expression which describes the conditions of the k8s resource in which the step was considered failed

flags string[]

Flags is a set of additional options passed to kubectl before submitting a resource I.e. to disable resource validation: flags: [ "--validate=false" # disable resource validation ]

manifest string

Manifest contains the kubernetes manifest

manifestFrom object
mergeStrategy string

MergeStrategy is the strategy used to merge a patch. It defaults to "strategic" Must be one of: strategic, merge, json

setOwnerReference boolean

SetOwnerReference sets the reference to the workflow on the OwnerReference of generated resource.

successCondition string

SuccessCondition is a label selector expression which describes the conditions of the k8s resource in which it is acceptable to proceed to the following step

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

5 nested properties
affinity object

RetryAffinity prevents running steps on the same host.

backoff object

Backoff is a backoff strategy to use within retryStrategy

expression string

Expression is a condition expression for when a node will be retried. If it evaluates to false, the node will not be retried and the retry strategy will be ignored

limit string
retryPolicy string

RetryPolicy is a policy of NodePhase statuses that will be retried

schedulerName string

If specified, the pod will be dispatched by specified scheduler. Or it will be dispatched by workflow scope scheduler if specified. If neither specified, the pod will be dispatched by default scheduler.

script object

ScriptTemplate is a template subtype to enable scripting through code steps

26 nested properties
image string required

Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

source string required

Source contains the source code of the script to execute

args string[]

Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

command string[]

Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

List of environment variables to set in the container. Cannot be updated.

List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

imagePullPolicy string

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

lifecycle object

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

livenessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

name string

Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.

readinessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

Resources resize policy for the container. This field cannot be set on ephemeral containers.

resources object

ResourceRequirements describes the compute resource requirements.

restartPolicy string

RestartPolicy defines the restart behavior of individual containers in a pod. This overrides the pod-level restart policy. When this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Additionally, setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.

Represents a list of rules to be checked to determine if the container should be restarted on exit. The rules are evaluated in order. Once a rule matches a container exit condition, the remaining rules are ignored. If no rule matches the container exit condition, the Container-level restart policy determines the whether the container is restarted or not. Constraints on the rules: - At most 20 rules are allowed. - Rules can have the same action. - Identical rules are not forbidden in validations. When rules are specified, container MUST set RestartPolicy explicitly even it if matches the Pod's RestartPolicy.

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

startupProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

stdin boolean

Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.

stdinOnce boolean

Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false

terminationMessagePath string

Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.

terminationMessagePolicy string

Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.

tty boolean

Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.

volumeDevices is the list of block devices to be used by the container.

Pod volumes to mount into the container's filesystem. Cannot be updated.

workingDir string

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

13 nested properties
appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

fsGroup integer

A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:

  1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.

fsGroupChangePolicy string

fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

seLinuxChangePolicy string

seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".

"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.

"MountOption" mounts all eligible Pod volumes with -o context mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.

If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.

This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.

All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

supplementalGroups integer[]

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.

supplementalGroupsPolicy string

Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

serviceAccountName string

ServiceAccountName to apply to workflow pods

Sidecars is a list of containers which run alongside the main container Sidecars are automatically killed when the main container completes

Steps define a series of sequential/parallel workflow steps

suspend object

SuspendTemplate is a template subtype to suspend a workflow at a predetermined point in time

1 nested properties
duration string

Duration is the seconds to wait before automatically resuming a template. Must be a string. Default unit is seconds. Could also be a Duration, e.g.: "2m", "6h"

synchronization object

Synchronization holds synchronization lock configuration

2 nested properties

v3.6 and after: Mutexes holds the list of Mutex lock details

v3.6 and after: Semaphores holds the list of Semaphores configuration

timeout string

Timeout allows to set the total node execution timeout duration counting from the node's start time. This duration also includes time in which the node spends in Pending state. This duration may not be applied to Step or DAG templates.

Tolerations to apply to workflow pods.

Volumes is a list of volumes that can be mounted by containers in a template.

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

3 nested properties
secondsAfterCompletion integer

SecondsAfterCompletion is the number of seconds to live after completion

secondsAfterFailure integer

SecondsAfterFailure is the number of seconds to live after failure

secondsAfterSuccess integer

SecondsAfterSuccess is the number of seconds to live after success

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

1 nested properties
strategy string

Strategy is the strategy to use. One of "OnWorkflowCompletion", "OnWorkflowSuccess". Defaults to "OnWorkflowSuccess"

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
3 nested properties
annotations Record<string, string>
labels Record<string, string>
labelsFrom Record<string, object>
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

2 nested properties
clusterScope boolean

ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).

name string

Name is the resource name of the workflow template.

io.argoproj.workflow.v1alpha1.WorkflowStatus object

WorkflowStatus contains overall status information about a workflow

artifactGCStatus object

ArtGCStatus maintains state related to ArtifactGC

3 nested properties
notSpecified boolean

if this is true, we already checked to see if we need to do it and we don't

podsRecouped Record<string, boolean>

have completed Pods been processed? (mapped by Pod name) used to prevent re-processing the Status of a Pod more than once

strategiesProcessed Record<string, boolean>

have Pods been started to perform this strategy? (enables us not to re-process what we've already done)

artifactRepositoryRef object
5 nested properties
artifactRepository object

ArtifactRepository represents an artifact repository in which a controller will store its artifacts

8 nested properties
archiveLogs boolean

ArchiveLogs enables log archiving

artifactory object

ArtifactoryArtifactRepository defines the controller configuration for an artifactory artifact repository

azure object

AzureArtifactRepository defines the controller configuration for an Azure Blob Storage artifact repository

gcs object

GCSArtifactRepository defines the controller configuration for a GCS artifact repository

hdfs object

HDFSArtifactRepository defines the controller configuration for an HDFS artifact repository

oss object

OSSArtifactRepository defines the controller configuration for an OSS artifact repository

plugin object

PluginArtifactRepository defines the controller configuration for a plugin artifact repository

s3 object

S3ArtifactRepository defines the controller configuration for an S3 artifact repository

configMap string

The name of the config map. Defaults to "artifact-repositories".

default boolean

If this ref represents the default artifact repository, rather than a config map.

key string

The config map key. Defaults to the value of the "workflows.argoproj.io/default-artifact-repository" annotation.

namespace string

The namespace of the config map. Defaults to the workflow's namespace, or the controller's namespace (if found).

compressedNodes string

Compressed and base64 decoded Nodes map

Conditions is a list of conditions the Workflow may have

estimatedDuration integer

EstimatedDuration in seconds.

finishedAt string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
message string

A human readable message indicating details about why the workflow is in this condition.

nodes Record<string, object>

Nodes is a mapping between a node ID and the node's status.

offloadNodeStatusVersion string

Whether on not node status has been offloaded to a database. If exists, then Nodes and CompressedNodes will be empty. This will actually be populated with a hash of the offloaded data.

outputs object

Outputs hold parameters, artifacts, and results from a step

4 nested properties

Artifacts holds the list of output artifacts produced by a step

exitCode string

ExitCode holds the exit code of a script template

Parameters holds the list of output parameters produced by a step

result string

Result holds the result (stdout) of a script or container template, or the response body of an HTTP template

persistentVolumeClaims io.k8s.api.core.v1.Volume[]

PersistentVolumeClaims tracks all PVCs that were created as part of the io.argoproj.workflow.v1alpha1. The contents of this list are drained at the end of the workflow.

phase string

Phase a simple, high-level summary of where the workflow is in its lifecycle. Will be "" (Unknown), "Pending", or "Running" before the workflow is completed, and "Succeeded", "Failed" or "Error" once the workflow has completed.

progress string

Progress to completion

resourcesDuration Record<string, integer>

ResourcesDuration is the total for the workflow

startedAt string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
storedTemplates Record<string, object>

StoredTemplates is a mapping between a template ref and the node's status.

storedWorkflowTemplateSpec object

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

3 nested properties
nodeAffinity object

Node affinity is a group of node affinity scheduling rules.

podAffinity object

Pod affinity is a group of inter pod affinity scheduling rules.

podAntiAffinity object

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

2 nested properties

Artifacts is the list of artifacts to pass to the template or workflow

Parameters is the list of parameters to pass to the template or workflow

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

5 nested properties
forceFinalizerRemoval boolean

ForceFinalizerRemoval: if set to true, the finalizer will be removed in the case that Artifact GC fails

podMetadata object

Pod metadata

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the artgc pod spec.

serviceAccountName string

ServiceAccountName is an optional field for specifying the Service Account that should be assigned to the Pod doing the deletion

strategy string

Strategy is the strategy to use.

artifactRepositoryRef object
2 nested properties
configMap string

The name of the config map. Defaults to "artifact-repositories".

key string

The config map key. Defaults to the value of the "workflows.argoproj.io/default-artifact-repository" annotation.

automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

3 nested properties
nameservers string[]

A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.

A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.

searches string[]

A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

1 nested properties
serviceAccountName string

ServiceAccountName specifies the service account name of the executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

1 nested properties

Prometheus is a list of prometheus metrics to be emitted MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

4 nested properties
maxUnavailable string
minAvailable string
selector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

unhealthyPodEvictionPolicy string

UnhealthyPodEvictionPolicy defines the criteria for when unhealthy pods should be considered for eviction. Current implementation considers healthy pods, as pods that have status.conditions item with type="Ready",status="True".

Valid policies are IfHealthyBudget and AlwaysAllow. If no policy is specified, the default behavior will be used, which corresponds to the IfHealthyBudget policy.

IfHealthyBudget policy means that running pods (status.phase="Running"), but not yet healthy can be evicted only if the guarded application is not disrupted (status.currentHealthy is at least equal to status.desiredHealthy). Healthy pods will be subject to the PDB for eviction.

AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.

Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.

podGC object

PodGC describes how to delete completed pods as they complete

3 nested properties
deleteDelayDuration string

DeleteDelayDuration specifies the duration before pods in the GC queue get deleted.

labelSelector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

strategy string

Strategy is the strategy to use. One of "OnPodCompletion", "OnPodSuccess", "OnWorkflowCompletion", "OnWorkflowSuccess". If unset, does not delete Pods

podMetadata object

Pod metadata

2 nested properties
annotations Record<string, string>
labels Record<string, string>
podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

5 nested properties
affinity object

RetryAffinity prevents running steps on the same host.

backoff object

Backoff is a backoff strategy to use within retryStrategy

expression string

Expression is a condition expression for when a node will be retried. If it evaluates to false, the node will not be retried and the retry strategy will be ignored

limit string
retryPolicy string

RetryPolicy is a policy of NodePhase statuses that will be retried

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

13 nested properties
appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

fsGroup integer

A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:

  1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.

fsGroupChangePolicy string

fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

seLinuxChangePolicy string

seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".

"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.

"MountOption" mounts all eligible Pod volumes with -o context mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.

If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.

This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.

All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

supplementalGroups integer[]

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.

supplementalGroupsPolicy string

Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

2 nested properties

v3.6 and after: Mutexes holds the list of Mutex lock details

v3.6 and after: Semaphores holds the list of Semaphores configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

39 nested properties
activeDeadlineSeconds string
affinity object

Affinity is a group of affinity scheduling rules.

annotations Record<string, string>

Annotations is a list of annotations to add to the template at runtime

archiveLocation object

ArtifactLocation describes a location for a single or multiple artifacts. It is used as single artifact in the context of inputs/outputs (e.g. outputs.artifacts.artname). It is also used to describe the location of multiple artifacts such as the archive location of a single workflow step, which the executor will use as a default location to store its files.

automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

container object

A single application container that you want to run within a pod.

containerSet object
daemon boolean

Daemon will allow a workflow to proceed to the next step so long as the container reaches readiness

dag object

DAGTemplate is a template subtype for directed acyclic graph templates

data object

Data is a data template

executor object

ExecutorConfig holds configurations of an executor container.

failFast boolean

FailFast, if specified, will fail this template if any of its child pods has failed. This is useful for when this template is expanded with withItems, etc.

HostAliases is an optional list of hosts and IPs that will be injected into the pod spec

http object

InitContainers is a list of containers which run before the main container.

inputs object

Inputs are the mechanism for passing parameters, artifacts, volumes from one template to another

memoize object

Memoization enables caching for the Outputs of the template

metadata object

Pod metadata

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

name string

Name is the name of the template

nodeSelector Record<string, string>

NodeSelector is a selector to schedule this step of the workflow to be run on the selected node(s). Overrides the selector set at the workflow level.

outputs object

Outputs hold parameters, artifacts, and results from a step

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time within the boundaries of this template invocation. If additional steps/dag templates are invoked, the pods created by those templates will not be counted towards this total.

plugin object

Plugin is an Object with exactly one key

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priorityClassName string

PriorityClassName to apply to workflow pods.

resource object

ResourceTemplate is a template subtype to manipulate kubernetes resources

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

If specified, the pod will be dispatched by specified scheduler. Or it will be dispatched by workflow scope scheduler if specified. If neither specified, the pod will be dispatched by default scheduler.

script object

ScriptTemplate is a template subtype to enable scripting through code steps

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName to apply to workflow pods

Sidecars is a list of containers which run alongside the main container Sidecars are automatically killed when the main container completes

Steps define a series of sequential/parallel workflow steps

suspend object

SuspendTemplate is a template subtype to suspend a workflow at a predetermined point in time

synchronization object

Synchronization holds synchronization lock configuration

timeout string

Timeout allows to set the total node execution timeout duration counting from the node's start time. This duration also includes time in which the node spends in Pending state. This duration may not be applied to Step or DAG templates.

Tolerations to apply to workflow pods.

Volumes is a list of volumes that can be mounted by containers in a template.

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

3 nested properties
secondsAfterCompletion integer

SecondsAfterCompletion is the number of seconds to live after completion

secondsAfterFailure integer

SecondsAfterFailure is the number of seconds to live after failure

secondsAfterSuccess integer

SecondsAfterSuccess is the number of seconds to live after success

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

1 nested properties
strategy string

Strategy is the strategy to use. One of "OnWorkflowCompletion", "OnWorkflowSuccess". Defaults to "OnWorkflowSuccess"

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
3 nested properties
annotations Record<string, string>
labels Record<string, string>
labelsFrom Record<string, object>
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

2 nested properties
clusterScope boolean

ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).

name string

Name is the resource name of the workflow template.

synchronization object

SynchronizationStatus stores the status of semaphore and mutex.

2 nested properties
mutex object

MutexStatus contains which objects hold mutex locks, and which objects this workflow is waiting on to release locks.

2 nested properties

Holding is a list of mutexes and their respective objects that are held by mutex lock for this io.argoproj.workflow.v1alpha1.

Waiting is a list of mutexes and their respective objects this workflow is waiting for.

semaphore object
2 nested properties

Holding stores the list of resource acquired synchronization lock for workflows.

Waiting indicates the list of current synchronization lock holders.

taskResultsCompletionStatus Record<string, boolean>

TaskResultsCompletionStatus tracks task result completion status (mapped by node ID). Used to prevent premature archiving and garbage collection.

io.argoproj.workflow.v1alpha1.WorkflowStep object

WorkflowStep is a reference to a template to execute in a series of step Note: CEL validation cannot check withItems (Schemaless) or inline (PreserveUnknownFields) fields.

arguments object

Arguments to a template

2 nested properties

Artifacts is the list of artifacts to pass to the template or workflow

Parameters is the list of parameters to pass to the template or workflow

continueOn object

ContinueOn defines if a workflow should continue even if a task or step fails/errors. It can be specified if the workflow should continue when the pod errors, fails or both.

2 nested properties
error boolean
failed boolean
hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

inline object

Template is a reusable and composable unit of execution in a workflow

39 nested properties
activeDeadlineSeconds string
affinity object

Affinity is a group of affinity scheduling rules.

3 nested properties
nodeAffinity object

Node affinity is a group of node affinity scheduling rules.

podAffinity object

Pod affinity is a group of inter pod affinity scheduling rules.

podAntiAffinity object

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

annotations Record<string, string>

Annotations is a list of annotations to add to the template at runtime

archiveLocation object

ArtifactLocation describes a location for a single or multiple artifacts. It is used as single artifact in the context of inputs/outputs (e.g. outputs.artifacts.artname). It is also used to describe the location of multiple artifacts such as the archive location of a single workflow step, which the executor will use as a default location to store its files.

11 nested properties
archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

artifactory object

ArtifactoryArtifact is the location of an artifactory artifact

azure object

AzureArtifact is the location of an Azure Storage artifact

gcs object

GCSArtifact is the location of a GCS artifact

git object

GitArtifact is the location of a git artifact

hdfs object

HDFSArtifact is the location of an HDFS artifact

http object

HTTPArtifact allows a file served on HTTP to be placed as an input artifact in a container

oss object

OSSArtifact is the location of an Alibaba Cloud OSS artifact

plugin object

PluginArtifact is the location of a plugin artifact

raw object

RawArtifact allows raw string content to be placed as an artifact in a container

s3 object

S3Artifact is the location of an S3 artifact

automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

container object

A single application container that you want to run within a pod.

25 nested properties
image string required

Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

args string[]

Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

command string[]

Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

List of environment variables to set in the container. Cannot be updated.

List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

imagePullPolicy string

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

lifecycle object

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

livenessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

name string

Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.

readinessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

Resources resize policy for the container. This field cannot be set on ephemeral containers.

resources object

ResourceRequirements describes the compute resource requirements.

restartPolicy string

RestartPolicy defines the restart behavior of individual containers in a pod. This overrides the pod-level restart policy. When this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Additionally, setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.

Represents a list of rules to be checked to determine if the container should be restarted on exit. The rules are evaluated in order. Once a rule matches a container exit condition, the remaining rules are ignored. If no rule matches the container exit condition, the Container-level restart policy determines the whether the container is restarted or not. Constraints on the rules: - At most 20 rules are allowed. - Rules can have the same action. - Identical rules are not forbidden in validations. When rules are specified, container MUST set RestartPolicy explicitly even it if matches the Pod's RestartPolicy.

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

startupProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

stdin boolean

Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.

stdinOnce boolean

Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false

terminationMessagePath string

Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.

terminationMessagePolicy string

Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.

tty boolean

Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.

volumeDevices is the list of block devices to be used by the container.

Pod volumes to mount into the container's filesystem. Cannot be updated.

workingDir string

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

containerSet object
3 nested properties
retryStrategy object

ContainerSetRetryStrategy provides controls on how to retry a container set

daemon boolean

Daemon will allow a workflow to proceed to the next step so long as the container reaches readiness

dag object

DAGTemplate is a template subtype for directed acyclic graph templates

3 nested properties

Tasks are a list of DAG tasks MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

failFast boolean

This flag is for DAG logic. The DAG logic has a built-in "fail fast" feature to stop scheduling new steps, as soon as it detects that one of the DAG nodes is failed. Then it waits until all DAG nodes are completed before failing the DAG itself. The FailFast flag default is true, if set to false, it will allow a DAG to run all branches of the DAG to completion (either success or failure), regardless of the failed outcomes of branches in the DAG. More info and example about this feature at https://github.com/argoproj/argo-workflows/issues/1442

target string

Target are one or more names of targets to execute in a DAG

data object

Data is a data template

2 nested properties
source object required

DataSource sources external data into a data template

Transformation applies a set of transformations

executor object

ExecutorConfig holds configurations of an executor container.

1 nested properties
serviceAccountName string

ServiceAccountName specifies the service account name of the executor container.

failFast boolean

FailFast, if specified, will fail this template if any of its child pods has failed. This is useful for when this template is expanded with withItems, etc.

HostAliases is an optional list of hosts and IPs that will be injected into the pod spec

http object
8 nested properties
url string required

URL of the HTTP Request

body string

Body is content of the HTTP Request

bodyFrom object

HTTPBodySource contains the source of the HTTP body.

Headers are an optional list of headers to send with HTTP requests

insecureSkipVerify boolean

InsecureSkipVerify is a bool when if set to true will skip TLS verification for the HTTP client

method string

Method is HTTP methods for HTTP Request

successCondition string

SuccessCondition is an expression if evaluated to true is considered successful

timeoutSeconds integer

TimeoutSeconds is request timeout for HTTP Request. Default is 30 seconds

InitContainers is a list of containers which run before the main container.

inputs object

Inputs are the mechanism for passing parameters, artifacts, volumes from one template to another

2 nested properties

Artifact are a list of artifacts passed as inputs

Parameters are a list of parameters passed as inputs MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

memoize object

Memoization enables caching for the Outputs of the template

3 nested properties
cache object required

Cache is the configuration for the type of cache to be used

key string required

Key is the key to use as the caching key

maxAge string required

MaxAge is the maximum age (e.g. "180s", "24h") of an entry that is still considered valid. If an entry is older than the MaxAge, it will be ignored.

metadata object

Pod metadata

2 nested properties
annotations Record<string, string>
labels Record<string, string>
metrics object

Metrics are a list of metrics emitted from a Workflow/Template

1 nested properties

Prometheus is a list of prometheus metrics to be emitted MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

name string

Name is the name of the template

nodeSelector Record<string, string>

NodeSelector is a selector to schedule this step of the workflow to be run on the selected node(s). Overrides the selector set at the workflow level.

outputs object

Outputs hold parameters, artifacts, and results from a step

4 nested properties

Artifacts holds the list of output artifacts produced by a step

exitCode string

ExitCode holds the exit code of a script template

Parameters holds the list of output parameters produced by a step

result string

Result holds the result (stdout) of a script or container template, or the response body of an HTTP template

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time within the boundaries of this template invocation. If additional steps/dag templates are invoked, the pods created by those templates will not be counted towards this total.

plugin object

Plugin is an Object with exactly one key

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priorityClassName string

PriorityClassName to apply to workflow pods.

resource object

ResourceTemplate is a template subtype to manipulate kubernetes resources

8 nested properties
action string required

Action is the action to perform to the resource. Must be one of: get, create, apply, delete, replace, patch

failureCondition string

FailureCondition is a label selector expression which describes the conditions of the k8s resource in which the step was considered failed

flags string[]

Flags is a set of additional options passed to kubectl before submitting a resource I.e. to disable resource validation: flags: [ "--validate=false" # disable resource validation ]

manifest string

Manifest contains the kubernetes manifest

manifestFrom object
mergeStrategy string

MergeStrategy is the strategy used to merge a patch. It defaults to "strategic" Must be one of: strategic, merge, json

setOwnerReference boolean

SetOwnerReference sets the reference to the workflow on the OwnerReference of generated resource.

successCondition string

SuccessCondition is a label selector expression which describes the conditions of the k8s resource in which it is acceptable to proceed to the following step

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

5 nested properties
affinity object

RetryAffinity prevents running steps on the same host.

backoff object

Backoff is a backoff strategy to use within retryStrategy

expression string

Expression is a condition expression for when a node will be retried. If it evaluates to false, the node will not be retried and the retry strategy will be ignored

limit string
retryPolicy string

RetryPolicy is a policy of NodePhase statuses that will be retried

schedulerName string

If specified, the pod will be dispatched by specified scheduler. Or it will be dispatched by workflow scope scheduler if specified. If neither specified, the pod will be dispatched by default scheduler.

script object

ScriptTemplate is a template subtype to enable scripting through code steps

26 nested properties
image string required

Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

source string required

Source contains the source code of the script to execute

args string[]

Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

command string[]

Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

List of environment variables to set in the container. Cannot be updated.

List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

imagePullPolicy string

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

lifecycle object

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

livenessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

name string

Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.

readinessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

Resources resize policy for the container. This field cannot be set on ephemeral containers.

resources object

ResourceRequirements describes the compute resource requirements.

restartPolicy string

RestartPolicy defines the restart behavior of individual containers in a pod. This overrides the pod-level restart policy. When this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Additionally, setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.

Represents a list of rules to be checked to determine if the container should be restarted on exit. The rules are evaluated in order. Once a rule matches a container exit condition, the remaining rules are ignored. If no rule matches the container exit condition, the Container-level restart policy determines the whether the container is restarted or not. Constraints on the rules: - At most 20 rules are allowed. - Rules can have the same action. - Identical rules are not forbidden in validations. When rules are specified, container MUST set RestartPolicy explicitly even it if matches the Pod's RestartPolicy.

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

startupProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

stdin boolean

Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.

stdinOnce boolean

Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false

terminationMessagePath string

Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.

terminationMessagePolicy string

Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.

tty boolean

Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.

volumeDevices is the list of block devices to be used by the container.

Pod volumes to mount into the container's filesystem. Cannot be updated.

workingDir string

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

13 nested properties
appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

fsGroup integer

A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:

  1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.

fsGroupChangePolicy string

fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

seLinuxChangePolicy string

seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".

"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.

"MountOption" mounts all eligible Pod volumes with -o context mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.

If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.

This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.

All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

supplementalGroups integer[]

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.

supplementalGroupsPolicy string

Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

serviceAccountName string

ServiceAccountName to apply to workflow pods

Sidecars is a list of containers which run alongside the main container Sidecars are automatically killed when the main container completes

Steps define a series of sequential/parallel workflow steps

suspend object

SuspendTemplate is a template subtype to suspend a workflow at a predetermined point in time

1 nested properties
duration string

Duration is the seconds to wait before automatically resuming a template. Must be a string. Default unit is seconds. Could also be a Duration, e.g.: "2m", "6h"

synchronization object

Synchronization holds synchronization lock configuration

2 nested properties

v3.6 and after: Mutexes holds the list of Mutex lock details

v3.6 and after: Semaphores holds the list of Semaphores configuration

timeout string

Timeout allows to set the total node execution timeout duration counting from the node's start time. This duration also includes time in which the node spends in Pending state. This duration may not be applied to Step or DAG templates.

Tolerations to apply to workflow pods.

Volumes is a list of volumes that can be mounted by containers in a template.

name string

Name of the step

onExit string

OnExit is a template reference which is invoked at the end of the template, irrespective of the success, failure, or error of the primary template.

Deprecated: Use Hooks[exit].Template instead.

template string

Template is the name of the template to execute as the step

templateRef object

TemplateRef is a reference of template resource.

3 nested properties
clusterScope boolean

ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).

name string

Name is the resource name of the template.

template string

Template is the name of referred template in the resource.

when string

When is an expression in which the step should conditionally execute

WithItems expands a step into multiple parallel steps from the items in the list Note: The structure of WithItems is free-form, so we need "x-kubernetes-preserve-unknown-fields: true" in the validation schema.

withParam string

WithParam expands a step into multiple parallel steps from the value in the parameter, which is expected to be a JSON list.

withSequence object

Sequence expands a workflow step into numeric range

4 nested properties
count string
end string
format string

Format is a printf format string to format the value in the sequence

start string
io.argoproj.workflow.v1alpha1.WorkflowStopRequest object
message string
name string
namespace string
nodeFieldSelector string
io.argoproj.workflow.v1alpha1.WorkflowSubmitRequest object
namespace string
resourceKind string
resourceName string
submitOptions object

SubmitOpts are workflow submission options

12 nested properties
annotations string

Annotations adds to metadata.labels

dryRun boolean

DryRun validates the workflow on the client-side without creating it. This option is not supported in API

entryPoint string

Entrypoint overrides spec.entrypoint

generateName string

GenerateName overrides metadata.generateName

labels string

Labels adds to metadata.labels

name string

Name overrides metadata.name

ownerReference object

OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.

6 nested properties
apiVersion string required

API version of the referent.

name string required
uid string required
blockOwnerDeletion boolean

If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.

controller boolean

If true, this reference points to the managing controller.

parameters string[]

Parameters passes input parameters to workflow

podPriorityClassName string

Set the podPriorityClassName of the workflow

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel, higher priority workflows are processed first.

serverDryRun boolean

ServerDryRun validates the workflow on the server-side without creating it

serviceAccount string

ServiceAccount runs all pods in the workflow using specified ServiceAccount.

io.argoproj.workflow.v1alpha1.WorkflowSuspendRequest object
name string
namespace string
io.argoproj.workflow.v1alpha1.WorkflowTemplate object

WorkflowTemplate is the definition of a workflow template resource

metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

3 nested properties
nodeAffinity object

Node affinity is a group of node affinity scheduling rules.

podAffinity object

Pod affinity is a group of inter pod affinity scheduling rules.

podAntiAffinity object

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

2 nested properties

Artifacts is the list of artifacts to pass to the template or workflow

Parameters is the list of parameters to pass to the template or workflow

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

5 nested properties
forceFinalizerRemoval boolean

ForceFinalizerRemoval: if set to true, the finalizer will be removed in the case that Artifact GC fails

podMetadata object

Pod metadata

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the artgc pod spec.

serviceAccountName string

ServiceAccountName is an optional field for specifying the Service Account that should be assigned to the Pod doing the deletion

strategy string

Strategy is the strategy to use.

artifactRepositoryRef object
2 nested properties
configMap string

The name of the config map. Defaults to "artifact-repositories".

key string

The config map key. Defaults to the value of the "workflows.argoproj.io/default-artifact-repository" annotation.

automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

3 nested properties
nameservers string[]

A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.

A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.

searches string[]

A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

1 nested properties
serviceAccountName string

ServiceAccountName specifies the service account name of the executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

1 nested properties

Prometheus is a list of prometheus metrics to be emitted MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

4 nested properties
maxUnavailable string
minAvailable string
selector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

unhealthyPodEvictionPolicy string

UnhealthyPodEvictionPolicy defines the criteria for when unhealthy pods should be considered for eviction. Current implementation considers healthy pods, as pods that have status.conditions item with type="Ready",status="True".

Valid policies are IfHealthyBudget and AlwaysAllow. If no policy is specified, the default behavior will be used, which corresponds to the IfHealthyBudget policy.

IfHealthyBudget policy means that running pods (status.phase="Running"), but not yet healthy can be evicted only if the guarded application is not disrupted (status.currentHealthy is at least equal to status.desiredHealthy). Healthy pods will be subject to the PDB for eviction.

AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.

Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.

podGC object

PodGC describes how to delete completed pods as they complete

3 nested properties
deleteDelayDuration string

DeleteDelayDuration specifies the duration before pods in the GC queue get deleted.

labelSelector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

strategy string

Strategy is the strategy to use. One of "OnPodCompletion", "OnPodSuccess", "OnWorkflowCompletion", "OnWorkflowSuccess". If unset, does not delete Pods

podMetadata object

Pod metadata

2 nested properties
annotations Record<string, string>
labels Record<string, string>
podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

5 nested properties
affinity object

RetryAffinity prevents running steps on the same host.

backoff object

Backoff is a backoff strategy to use within retryStrategy

expression string

Expression is a condition expression for when a node will be retried. If it evaluates to false, the node will not be retried and the retry strategy will be ignored

limit string
retryPolicy string

RetryPolicy is a policy of NodePhase statuses that will be retried

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

13 nested properties
appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

fsGroup integer

A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:

  1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.

fsGroupChangePolicy string

fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

seLinuxChangePolicy string

seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".

"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.

"MountOption" mounts all eligible Pod volumes with -o context mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.

If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.

This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.

All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

supplementalGroups integer[]

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.

supplementalGroupsPolicy string

Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

2 nested properties

v3.6 and after: Mutexes holds the list of Mutex lock details

v3.6 and after: Semaphores holds the list of Semaphores configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

39 nested properties
activeDeadlineSeconds string
affinity object

Affinity is a group of affinity scheduling rules.

annotations Record<string, string>

Annotations is a list of annotations to add to the template at runtime

archiveLocation object

ArtifactLocation describes a location for a single or multiple artifacts. It is used as single artifact in the context of inputs/outputs (e.g. outputs.artifacts.artname). It is also used to describe the location of multiple artifacts such as the archive location of a single workflow step, which the executor will use as a default location to store its files.

automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

container object

A single application container that you want to run within a pod.

containerSet object
daemon boolean

Daemon will allow a workflow to proceed to the next step so long as the container reaches readiness

dag object

DAGTemplate is a template subtype for directed acyclic graph templates

data object

Data is a data template

executor object

ExecutorConfig holds configurations of an executor container.

failFast boolean

FailFast, if specified, will fail this template if any of its child pods has failed. This is useful for when this template is expanded with withItems, etc.

HostAliases is an optional list of hosts and IPs that will be injected into the pod spec

http object

InitContainers is a list of containers which run before the main container.

inputs object

Inputs are the mechanism for passing parameters, artifacts, volumes from one template to another

memoize object

Memoization enables caching for the Outputs of the template

metadata object

Pod metadata

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

name string

Name is the name of the template

nodeSelector Record<string, string>

NodeSelector is a selector to schedule this step of the workflow to be run on the selected node(s). Overrides the selector set at the workflow level.

outputs object

Outputs hold parameters, artifacts, and results from a step

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time within the boundaries of this template invocation. If additional steps/dag templates are invoked, the pods created by those templates will not be counted towards this total.

plugin object

Plugin is an Object with exactly one key

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priorityClassName string

PriorityClassName to apply to workflow pods.

resource object

ResourceTemplate is a template subtype to manipulate kubernetes resources

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

If specified, the pod will be dispatched by specified scheduler. Or it will be dispatched by workflow scope scheduler if specified. If neither specified, the pod will be dispatched by default scheduler.

script object

ScriptTemplate is a template subtype to enable scripting through code steps

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName to apply to workflow pods

Sidecars is a list of containers which run alongside the main container Sidecars are automatically killed when the main container completes

Steps define a series of sequential/parallel workflow steps

suspend object

SuspendTemplate is a template subtype to suspend a workflow at a predetermined point in time

synchronization object

Synchronization holds synchronization lock configuration

timeout string

Timeout allows to set the total node execution timeout duration counting from the node's start time. This duration also includes time in which the node spends in Pending state. This duration may not be applied to Step or DAG templates.

Tolerations to apply to workflow pods.

Volumes is a list of volumes that can be mounted by containers in a template.

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

3 nested properties
secondsAfterCompletion integer

SecondsAfterCompletion is the number of seconds to live after completion

secondsAfterFailure integer

SecondsAfterFailure is the number of seconds to live after failure

secondsAfterSuccess integer

SecondsAfterSuccess is the number of seconds to live after success

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

1 nested properties
strategy string

Strategy is the strategy to use. One of "OnWorkflowCompletion", "OnWorkflowSuccess". Defaults to "OnWorkflowSuccess"

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
3 nested properties
annotations Record<string, string>
labels Record<string, string>
labelsFrom Record<string, object>
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

2 nested properties
clusterScope boolean

ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).

name string

Name is the resource name of the workflow template.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "WorkflowTemplate"
io.argoproj.workflow.v1alpha1.WorkflowTemplateCreateRequest object
createOptions object

CreateOptions may be provided when creating an API object.

3 nested properties
dryRun string[]
fieldManager string
fieldValidation string
namespace string
template object

WorkflowTemplate is the definition of a workflow template resource

4 nested properties
metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

artifactRepositoryRef object
automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

podGC object

PodGC describes how to delete completed pods as they complete

podMetadata object

Pod metadata

podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "WorkflowTemplate"
io.argoproj.workflow.v1alpha1.WorkflowTemplateDeleteResponse object
io.argoproj.workflow.v1alpha1.WorkflowTemplateLintRequest object
createOptions object

CreateOptions may be provided when creating an API object.

3 nested properties
dryRun string[]
fieldManager string
fieldValidation string
namespace string
template object

WorkflowTemplate is the definition of a workflow template resource

4 nested properties
metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

artifactRepositoryRef object
automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

podGC object

PodGC describes how to delete completed pods as they complete

podMetadata object

Pod metadata

podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "WorkflowTemplate"
io.argoproj.workflow.v1alpha1.WorkflowTemplateList object

WorkflowTemplateList is list of WorkflowTemplate resources

metadata object required

ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

4 nested properties
continue string

continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.

remainingItemCount integer

remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is estimating the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.

resourceVersion string

String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

io.argoproj.workflow.v1alpha1.WorkflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

clusterScope boolean

ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).

name string

Name is the resource name of the workflow template.

io.argoproj.workflow.v1alpha1.WorkflowTemplateUpdateRequest object
name string

DEPRECATED: This field is ignored.

namespace string
template object

WorkflowTemplate is the definition of a workflow template resource

4 nested properties
metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

artifactRepositoryRef object
automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

podGC object

PodGC describes how to delete completed pods as they complete

podMetadata object

Pod metadata

podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "WorkflowTemplate"
io.argoproj.workflow.v1alpha1.WorkflowTerminateRequest object
name string
namespace string
io.argoproj.workflow.v1alpha1.WorkflowWatchEvent object
object object

Workflow is the definition of a workflow resource

5 nested properties
metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object required

WorkflowSpec is the specification of a Workflow.

41 nested properties
activeDeadlineSeconds integer

Optional duration in seconds relative to the workflow start time which the workflow is allowed to run before the controller terminates the io.argoproj.workflow.v1alpha1. A value of zero is used to terminate a Running workflow

affinity object

Affinity is a group of affinity scheduling rules.

archiveLogs boolean

ArchiveLogs indicates if the container logs should be archived

arguments object

Arguments to a template

artifactGC object

WorkflowLevelArtifactGC describes how to delete artifacts from completed Workflows - this spec is used on the Workflow level

artifactRepositoryRef object
automountServiceAccountToken boolean

AutomountServiceAccountToken indicates whether a service account token should be automatically mounted in pods. ServiceAccountName of ExecutorConfig must be specified if this value is false.

dnsConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

dnsPolicy string

Set DNS policy for workflow pods. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

entrypoint string

Entrypoint is a template reference to the starting point of the io.argoproj.workflow.v1alpha1.

executor object

ExecutorConfig holds configurations of an executor container.

hooks Record<string, object>

Hooks holds the lifecycle hook which is invoked at lifecycle of step, irrespective of the success, failure, or error status of the primary step

hostNetwork boolean

Host networking requested for this workflow pod. Default to false.

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

metrics object

Metrics are a list of metrics emitted from a Workflow/Template

nodeSelector Record<string, string>

NodeSelector is a selector which will result in all pods of the workflow to be scheduled on the selected node(s). This is able to be overridden by a nodeSelector specified in the template.

onExit string

OnExit is a template reference which is invoked at the end of the workflow, irrespective of the success, failure, or error of the primary io.argoproj.workflow.v1alpha1.

parallelism integer

Parallelism limits the max total parallel pods that can execute at the same time in a workflow

podDisruptionBudget object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

podGC object

PodGC describes how to delete completed pods as they complete

podMetadata object

Pod metadata

podPriorityClassName string

PriorityClassName to apply to workflow pods.

podSpecPatch string

PodSpecPatch holds strategic merge patch to apply against the pod spec. Allows parameterization of container fields which are not strings (e.g. resource limits).

priority integer

Priority is used if controller is configured to process limited number of workflows in parallel. Workflows with higher priority are processed first.

retryStrategy object

RetryStrategy provides controls on how to retry a workflow step

schedulerName string

Set scheduler name for all pods. Will be overridden if container/script template's scheduler name is set. Default scheduler will be used if neither specified.

securityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

serviceAccountName string

ServiceAccountName is the name of the ServiceAccount to run all pods of the workflow as.

shutdown string

Shutdown will shutdown the workflow according to its ShutdownStrategy

suspend boolean

Suspend will suspend the workflow and prevent execution of any future steps in the workflow

synchronization object

Synchronization holds synchronization lock configuration

templateDefaults object

Template is a reusable and composable unit of execution in a workflow

Templates is a list of workflow templates used in a workflow MaxItems is an artificial limit to limit CEL validation costs - see note at top of file

Tolerations to apply to workflow pods.

ttlStrategy object

TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed

volumeClaimGC object

VolumeClaimGC describes how to delete volumes from completed Workflows

VolumeClaimTemplates is a list of claims that containers are allowed to reference. The Workflow controller will create the claims at the beginning of the workflow and delete the claims upon completion of the workflow

Volumes is a list of volumes that can be mounted by containers in a io.argoproj.workflow.v1alpha1.

workflowMetadata object
workflowTemplateRef object

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#resources

Constant: "argoproj.io/v1alpha1"
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.io.k8s.community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Constant: "Workflow"
status object

WorkflowStatus contains overall status information about a workflow

19 nested properties
artifactGCStatus object

ArtGCStatus maintains state related to ArtifactGC

artifactRepositoryRef object
compressedNodes string

Compressed and base64 decoded Nodes map

Conditions is a list of conditions the Workflow may have

estimatedDuration integer

EstimatedDuration in seconds.

finishedAt string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
message string

A human readable message indicating details about why the workflow is in this condition.

nodes Record<string, object>

Nodes is a mapping between a node ID and the node's status.

offloadNodeStatusVersion string

Whether on not node status has been offloaded to a database. If exists, then Nodes and CompressedNodes will be empty. This will actually be populated with a hash of the offloaded data.

outputs object

Outputs hold parameters, artifacts, and results from a step

persistentVolumeClaims io.k8s.api.core.v1.Volume[]

PersistentVolumeClaims tracks all PVCs that were created as part of the io.argoproj.workflow.v1alpha1. The contents of this list are drained at the end of the workflow.

phase string

Phase a simple, high-level summary of where the workflow is in its lifecycle. Will be "" (Unknown), "Pending", or "Running" before the workflow is completed, and "Succeeded", "Failed" or "Error" once the workflow has completed.

progress string

Progress to completion

resourcesDuration Record<string, integer>

ResourcesDuration is the total for the workflow

startedAt string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
storedTemplates Record<string, object>

StoredTemplates is a mapping between a template ref and the node's status.

storedWorkflowTemplateSpec object

WorkflowSpec is the specification of a Workflow.

synchronization object

SynchronizationStatus stores the status of semaphore and mutex.

taskResultsCompletionStatus Record<string, boolean>

TaskResultsCompletionStatus tracks task result completion status (mapped by node ID). Used to prevent premature archiving and garbage collection.

type string
io.argoproj.workflow.v1alpha1.ZipStrategy object

ZipStrategy will unzip zipped input artifacts

io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource object

Represents a Persistent Disk resource in AWS.

An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.

volumeID string required

volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

fsType string

fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

partition integer

partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty).

readOnly boolean

readOnly value true will force the readOnly setting in VolumeMounts. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

io.k8s.api.core.v1.Affinity object

Affinity is a group of affinity scheduling rules.

nodeAffinity object

Node affinity is a group of node affinity scheduling rules.

2 nested properties
preferredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.PreferredSchedulingTerm[]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.

requiredDuringSchedulingIgnoredDuringExecution object

A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.

1 nested properties
nodeSelectorTerms io.k8s.api.core.v1.NodeSelectorTerm[] required

Required. A list of node selector terms. The terms are ORed.

podAffinity object

Pod affinity is a group of inter pod affinity scheduling rules.

2 nested properties
preferredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.WeightedPodAffinityTerm[]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

requiredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.PodAffinityTerm[]

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

podAntiAffinity object

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

2 nested properties
preferredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.WeightedPodAffinityTerm[]

The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and subtracting "weight" from the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

requiredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.PodAffinityTerm[]

If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

io.k8s.api.core.v1.AppArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

type string required

type indicates which kind of AppArmor profile will be applied. Valid options are: Localhost - a profile pre-loaded on the node. RuntimeDefault - the container runtime's default profile. Unconfined - no AppArmor enforcement.

localhostProfile string

localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is "Localhost".

io.k8s.api.core.v1.AzureDiskVolumeSource object

AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.

diskName string required

diskName is the Name of the data disk in the blob storage

diskURI string required

diskURI is the URI of data disk in the blob storage

cachingMode string

cachingMode is the Host Caching mode: None, Read Only, Read Write.

fsType string

fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

kind string

kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared

readOnly boolean

readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

io.k8s.api.core.v1.AzureFileVolumeSource object

AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

secretName string required

secretName is the name of secret that contains Azure Storage Account Name and Key

shareName string required

shareName is the azure share Name

readOnly boolean

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

io.k8s.api.core.v1.CSIVolumeSource object

Represents a source location of a volume to mount, managed by an external CSI driver

driver string required

driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.

fsType string

fsType to mount. Ex. "ext4", "xfs", "ntfs". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.

nodePublishSecretRef object

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

readOnly boolean

readOnly specifies a read-only configuration for the volume. Defaults to false (read/write).

volumeAttributes Record<string, string>

volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.

io.k8s.api.core.v1.Capabilities object

Adds and removes POSIX capabilities from running containers.

add string[]

Added capabilities

drop string[]

Removed capabilities

io.k8s.api.core.v1.CephFSVolumeSource object

Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.

monitors string[] required

monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

path string

path is Optional: Used as the mounted root, rather than the full Ceph tree, default is /

readOnly boolean

readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

secretFile string

secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

secretRef object

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

user string

user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

io.k8s.api.core.v1.CinderVolumeSource object

Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.

volumeID string required

volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md

fsType string

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md

readOnly boolean

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md

secretRef object

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

io.k8s.api.core.v1.ClusterTrustBundleProjection object

ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.

path string required

Relative path from the volume root to write the bundle.

labelSelector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

2 nested properties

matchExpressions is a list of label selector requirements. The requirements are ANDed.

matchLabels Record<string, string>

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

name string

Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector.

optional boolean

If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available. If using name, then the named ClusterTrustBundle is allowed not to exist. If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles.

signerName string

Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated.

io.k8s.api.core.v1.ConfigMapEnvSource object

ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.

The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap must be defined

io.k8s.api.core.v1.ConfigMapKeySelector object

Selects a key from a ConfigMap.

key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

io.k8s.api.core.v1.ConfigMapProjection object

Adapts a ConfigMap into a projected volume.

The contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.

items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

optional specify whether the ConfigMap or its keys must be defined

io.k8s.api.core.v1.ConfigMapVolumeSource object

Adapts a ConfigMap into a volume.

The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.

defaultMode integer

defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

optional specify whether the ConfigMap or its keys must be defined

io.k8s.api.core.v1.Container object

A single application container that you want to run within a pod.

image string required

Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

args string[]

Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

command string[]

Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

List of environment variables to set in the container. Cannot be updated.

List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except '='. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

imagePullPolicy string

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

lifecycle object

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

3 nested properties
postStart object

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

4 nested properties
exec object

ExecAction describes a "run in container" action.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

sleep object

SleepAction describes a "sleep" action.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

preStop object

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

4 nested properties
exec object

ExecAction describes a "run in container" action.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

sleep object

SleepAction describes a "sleep" action.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

stopSignal string

StopSignal defines which signal will be sent to a container when it is being stopped. If not specified, the default is defined by the container runtime in use. StopSignal can only be set for Pods with a non-empty .spec.os.name

livenessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

2 nested properties
port integer required

Port number of the gRPC service. Number must be in the range 1 to 65535.

service string

Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

If this is not specified, the default behavior is defined by gRPC.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

name string

Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.

readinessProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

2 nested properties
port integer required

Port number of the gRPC service. Number must be in the range 1 to 65535.

service string

Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

If this is not specified, the default behavior is defined by gRPC.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

Resources resize policy for the container. This field cannot be set on ephemeral containers.

resources object

ResourceRequirements describes the compute resource requirements.

3 nested properties

Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.

This field depends on the DynamicResourceAllocation feature gate.

This field is immutable. It can only be set for containers.

limits Record<string, string>

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

requests Record<string, string>

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

restartPolicy string

RestartPolicy defines the restart behavior of individual containers in a pod. This overrides the pod-level restart policy. When this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Additionally, setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.

Represents a list of rules to be checked to determine if the container should be restarted on exit. The rules are evaluated in order. Once a rule matches a container exit condition, the remaining rules are ignored. If no rule matches the container exit condition, the Container-level restart policy determines the whether the container is restarted or not. Constraints on the rules: - At most 20 rules are allowed. - Rules can have the same action. - Identical rules are not forbidden in validations. When rules are specified, container MUST set RestartPolicy explicitly even it if matches the Pod's RestartPolicy.

securityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

12 nested properties
allowPrivilegeEscalation boolean

AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.

appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

2 nested properties
type string required

type indicates which kind of AppArmor profile will be applied. Valid options are: Localhost - a profile pre-loaded on the node. RuntimeDefault - the container runtime's default profile. Unconfined - no AppArmor enforcement.

localhostProfile string

localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is "Localhost".

capabilities object

Adds and removes POSIX capabilities from running containers.

2 nested properties
add string[]

Added capabilities

drop string[]

Removed capabilities

privileged boolean

Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.

procMount string

procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.

readOnlyRootFilesystem boolean

Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

4 nested properties
level string

Level is SELinux level label that applies to the container.

role string

Role is a SELinux role label that applies to the container.

type string

Type is a SELinux type label that applies to the container.

user string

User is a SELinux user label that applies to the container.

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

2 nested properties
type string required

type indicates which kind of seccomp profile will be applied. Valid options are:

Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.

localhostProfile string

localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is "Localhost". Must NOT be set for any other type.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

4 nested properties
gmsaCredentialSpec string

GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.

gmsaCredentialSpecName string

GMSACredentialSpecName is the name of the GMSA credential spec to use.

hostProcess boolean

HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.

runAsUserName string

The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

startupProbe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

10 nested properties
exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

2 nested properties
port integer required

Port number of the gRPC service. Number must be in the range 1 to 65535.

service string

Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

If this is not specified, the default behavior is defined by gRPC.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

stdin boolean

Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.

stdinOnce boolean

Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false

terminationMessagePath string

Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.

terminationMessagePolicy string

Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.

tty boolean

Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.

volumeDevices is the list of block devices to be used by the container.

Pod volumes to mount into the container's filesystem. Cannot be updated.

workingDir string

Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

io.k8s.api.core.v1.ContainerPort object

ContainerPort represents a network port in a single container.

containerPort integer required

Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.

hostIP string

What host IP to bind the external port to.

hostPort integer

Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.

name string

If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.

protocol string

Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP".

io.k8s.api.core.v1.ContainerResizePolicy object

ContainerResizePolicy represents resource resize policy for the container.

resourceName string required

Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.

restartPolicy string required

Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.

io.k8s.api.core.v1.ContainerRestartRule object

ContainerRestartRule describes how a container exit is handled.

action string required

Specifies the action taken on a container exit if the requirements are satisfied. The only possible value is "Restart" to restart the container.

exitCodes object

ContainerRestartRuleOnExitCodes describes the condition for handling an exited container based on its exit codes.

2 nested properties
operator string required

Represents the relationship between the container exit code(s) and the specified values. Possible values are: - In: the requirement is satisfied if the container exit code is in the set of specified values.

  • NotIn: the requirement is satisfied if the container exit code is not in the set of specified values.
values integer[]

Specifies the set of values to check for container exit codes. At most 255 elements are allowed.

io.k8s.api.core.v1.ContainerRestartRuleOnExitCodes object

ContainerRestartRuleOnExitCodes describes the condition for handling an exited container based on its exit codes.

operator string required

Represents the relationship between the container exit code(s) and the specified values. Possible values are: - In: the requirement is satisfied if the container exit code is in the set of specified values.

  • NotIn: the requirement is satisfied if the container exit code is not in the set of specified values.
values integer[]

Specifies the set of values to check for container exit codes. At most 255 elements are allowed.

io.k8s.api.core.v1.DownwardAPIProjection object

Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.

Items is a list of DownwardAPIVolume file

io.k8s.api.core.v1.DownwardAPIVolumeFile object

DownwardAPIVolumeFile represents information to create the file containing the pod field

path string required

Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'

fieldRef object

ObjectFieldSelector selects an APIVersioned field of an object.

2 nested properties
fieldPath string required

Path of the field to select in the specified API version.

apiVersion string

Version of the schema the FieldPath is written in terms of, defaults to "v1".

mode integer

Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

resourceFieldRef object

ResourceFieldSelector represents container resources (cpu, memory) and their output format

3 nested properties
resource string required

Required: resource to select

containerName string

Container name: required for volumes, optional for env vars

divisor string

Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors.

The serialization format is:


	(Note that <suffix> may be empty, from the "" case in <decimalSI>.)

<digit>           ::= 0 | 1 | ... | 9 <digits>          ::= <digit> | <digit><digits> <number>          ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign>            ::= "+" | "-" <signedNumber>    ::= <number> | <sign><number> <suffix>          ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI>        ::= Ki | Mi | Gi | Ti | Pi | Ei

	(International System of units; See: <http://physics.nist.gov/cuu/Units/binary.html)>

<decimalSI>       ::= m | "" | k | M | G | T | P | E

	(Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)

<decimalExponent> ::= "e" <signedNumber> | "E" <signedNumber> ```

No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.

When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.

Before serializing, Quantity will be put in "canonical form". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:

- No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.

The sign will be omitted unless the number is negative.

Examples:

- 1.5 will be serialized as "1500m" - 1.5Gi will be serialized as "1536Mi"

Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.

Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)

This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.
io.k8s.api.core.v1.DownwardAPIVolumeSource object

DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.

defaultMode integer

Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

Items is a list of downward API volume file

io.k8s.api.core.v1.EmptyDirVolumeSource object

Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.

medium string

medium represents what type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir

sizeLimit string

Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors.

The serialization format is:


	(Note that <suffix> may be empty, from the "" case in <decimalSI>.)

<digit>           ::= 0 | 1 | ... | 9 <digits>          ::= <digit> | <digit><digits> <number>          ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign>            ::= "+" | "-" <signedNumber>    ::= <number> | <sign><number> <suffix>          ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI>        ::= Ki | Mi | Gi | Ti | Pi | Ei

	(International System of units; See: <http://physics.nist.gov/cuu/Units/binary.html)>

<decimalSI>       ::= m | "" | k | M | G | T | P | E

	(Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)

<decimalExponent> ::= "e" <signedNumber> | "E" <signedNumber> ```

No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.

When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.

Before serializing, Quantity will be put in "canonical form". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:

- No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.

The sign will be omitted unless the number is negative.

Examples:

- 1.5 will be serialized as "1500m" - 1.5Gi will be serialized as "1536Mi"

Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.

Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)

This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.
io.k8s.api.core.v1.EnvFromSource object

EnvFromSource represents the source of a set of ConfigMaps or Secrets

configMapRef object

ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.

The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.

2 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap must be defined

prefix string

Optional text to prepend to the name of each environment variable. May consist of any printable ASCII characters except '='.

secretRef object

SecretEnvSource selects a Secret to populate the environment variables with.

The contents of the target Secret's Data field will represent the key-value pairs as environment variables.

2 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret must be defined

io.k8s.api.core.v1.EnvVar object

EnvVar represents an environment variable present in a Container.

name string required

Name of the environment variable. May consist of any printable ASCII characters except '='.

value string

Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "".

valueFrom object

EnvVarSource represents a source for the value of an EnvVar.

5 nested properties
configMapKeyRef object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

fieldRef object

ObjectFieldSelector selects an APIVersioned field of an object.

2 nested properties
fieldPath string required

Path of the field to select in the specified API version.

apiVersion string

Version of the schema the FieldPath is written in terms of, defaults to "v1".

fileKeyRef object

FileKeySelector selects a key of the env file.

4 nested properties
key string required

The key within the env file. An invalid key will prevent the pod from starting. The keys defined within a source may consist of any printable ASCII characters except '='. During Alpha stage of the EnvFiles feature gate, the key size is limited to 128 characters.

path string required

The path within the volume from which to select the file. Must be relative and may not contain the '..' path or start with '..'.

volumeName string required

The name of the volume mount containing the env file.

optional boolean

Specify whether the file or its key must be defined. If the file or key does not exist, then the env var is not published. If optional is set to true and the specified key does not exist, the environment variable will not be set in the Pod's containers.

If optional is set to false and the specified key does not exist, an error will be returned during Pod creation.

resourceFieldRef object

ResourceFieldSelector represents container resources (cpu, memory) and their output format

3 nested properties
resource string required

Required: resource to select

containerName string

Container name: required for volumes, optional for env vars

divisor string

Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors.

The serialization format is:


	(Note that <suffix> may be empty, from the "" case in <decimalSI>.)

<digit>           ::= 0 | 1 | ... | 9 <digits>          ::= <digit> | <digit><digits> <number>          ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign>            ::= "+" | "-" <signedNumber>    ::= <number> | <sign><number> <suffix>          ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI>        ::= Ki | Mi | Gi | Ti | Pi | Ei

	(International System of units; See: <http://physics.nist.gov/cuu/Units/binary.html)>

<decimalSI>       ::= m | "" | k | M | G | T | P | E

	(Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)

<decimalExponent> ::= "e" <signedNumber> | "E" <signedNumber> ```

No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.

When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.

Before serializing, Quantity will be put in "canonical form". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:

- No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.

The sign will be omitted unless the number is negative.

Examples:

- 1.5 will be serialized as "1500m" - 1.5Gi will be serialized as "1536Mi"

Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.

Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)

This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.
secretKeyRef object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

io.k8s.api.core.v1.EnvVarSource object

EnvVarSource represents a source for the value of an EnvVar.

configMapKeyRef object

Selects a key from a ConfigMap.

3 nested properties
key string required

The key to select.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the ConfigMap or its key must be defined

fieldRef object

ObjectFieldSelector selects an APIVersioned field of an object.

2 nested properties
fieldPath string required

Path of the field to select in the specified API version.

apiVersion string

Version of the schema the FieldPath is written in terms of, defaults to "v1".

fileKeyRef object

FileKeySelector selects a key of the env file.

4 nested properties
key string required

The key within the env file. An invalid key will prevent the pod from starting. The keys defined within a source may consist of any printable ASCII characters except '='. During Alpha stage of the EnvFiles feature gate, the key size is limited to 128 characters.

path string required

The path within the volume from which to select the file. Must be relative and may not contain the '..' path or start with '..'.

volumeName string required

The name of the volume mount containing the env file.

optional boolean

Specify whether the file or its key must be defined. If the file or key does not exist, then the env var is not published. If optional is set to true and the specified key does not exist, the environment variable will not be set in the Pod's containers.

If optional is set to false and the specified key does not exist, an error will be returned during Pod creation.

resourceFieldRef object

ResourceFieldSelector represents container resources (cpu, memory) and their output format

3 nested properties
resource string required

Required: resource to select

containerName string

Container name: required for volumes, optional for env vars

divisor string

Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors.

The serialization format is:


	(Note that <suffix> may be empty, from the "" case in <decimalSI>.)

<digit>           ::= 0 | 1 | ... | 9 <digits>          ::= <digit> | <digit><digits> <number>          ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign>            ::= "+" | "-" <signedNumber>    ::= <number> | <sign><number> <suffix>          ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI>        ::= Ki | Mi | Gi | Ti | Pi | Ei

	(International System of units; See: <http://physics.nist.gov/cuu/Units/binary.html)>

<decimalSI>       ::= m | "" | k | M | G | T | P | E

	(Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)

<decimalExponent> ::= "e" <signedNumber> | "E" <signedNumber> ```

No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.

When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.

Before serializing, Quantity will be put in "canonical form". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:

- No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.

The sign will be omitted unless the number is negative.

Examples:

- 1.5 will be serialized as "1500m" - 1.5Gi will be serialized as "1536Mi"

Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.

Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)

This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.
secretKeyRef object

SecretKeySelector selects a key of a Secret.

3 nested properties
key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

io.k8s.api.core.v1.EphemeralVolumeSource object

Represents an ephemeral volume that is handled by a normal storage driver.

volumeClaimTemplate object

PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.

2 nested properties
spec object required

PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes

9 nested properties
accessModes string[]

accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1

dataSource object

TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.

dataSourceRef object

TypedObjectReference contains enough information to let you locate the typed referenced object

resources object

VolumeResourceRequirements describes the storage resource requirements for a volume.

selector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

storageClassName string

storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1

volumeAttributesClassName string

volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string or nil value indicates that no VolumeAttributesClass will be applied to the claim. If the claim enters an Infeasible error state, this field can be reset to its previous value (including nil) to cancel the modification. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/

volumeMode string

volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.

volumeName string

volumeName is the binding reference to the PersistentVolume backing this claim.

metadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

io.k8s.api.core.v1.Event object

Event is a report of an event somewhere in the cluster. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data.

involvedObject object required

ObjectReference contains enough information to let you inspect or modify the referred object.

7 nested properties
apiVersion string

API version of the referent.

fieldPath string

If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.

namespace string
resourceVersion string
metadata object required

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

action string

What action was taken/failed regarding to the Regarding object.

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

count integer

The number of times this event has occurred.

eventTime string

MicroTime is version of Time with microsecond level precision.

format=date-time
firstTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

lastTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
message string

A human-readable description of the status of this operation.

reason string

This should be a short, machine understandable string that gives the reason for the transition into the object's current status.

related object

ObjectReference contains enough information to let you inspect or modify the referred object.

7 nested properties
apiVersion string

API version of the referent.

fieldPath string

If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.

namespace string
resourceVersion string
reportingComponent string

Name of the controller that emitted this Event, e.g. kubernetes.io/kubelet.

reportingInstance string

ID of the controller instance, e.g. kubelet-xyzf.

series object

EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.

2 nested properties
count integer

Number of occurrences in this series up to the last heartbeat time

lastObservedTime string

MicroTime is version of Time with microsecond level precision.

format=date-time
source object

EventSource contains information for an event.

2 nested properties
component string

Component from which the event is generated.

host string

Node name on which the event is generated.

type string

Type of this event (Normal, Warning), new types could be added in the future

io.k8s.api.core.v1.EventSeries object

EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.

count integer

Number of occurrences in this series up to the last heartbeat time

lastObservedTime string

MicroTime is version of Time with microsecond level precision.

format=date-time
io.k8s.api.core.v1.EventSource object

EventSource contains information for an event.

component string

Component from which the event is generated.

host string

Node name on which the event is generated.

io.k8s.api.core.v1.ExecAction object

ExecAction describes a "run in container" action.

command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

io.k8s.api.core.v1.FCVolumeSource object

Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.

fsType string

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

lun integer

lun is Optional: FC target lun number

readOnly boolean

readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

targetWWNs string[]

targetWWNs is Optional: FC target worldwide names (WWNs)

wwids string[]

wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.

io.k8s.api.core.v1.FileKeySelector object

FileKeySelector selects a key of the env file.

key string required

The key within the env file. An invalid key will prevent the pod from starting. The keys defined within a source may consist of any printable ASCII characters except '='. During Alpha stage of the EnvFiles feature gate, the key size is limited to 128 characters.

path string required

The path within the volume from which to select the file. Must be relative and may not contain the '..' path or start with '..'.

volumeName string required

The name of the volume mount containing the env file.

optional boolean

Specify whether the file or its key must be defined. If the file or key does not exist, then the env var is not published. If optional is set to true and the specified key does not exist, the environment variable will not be set in the Pod's containers.

If optional is set to false and the specified key does not exist, an error will be returned during Pod creation.

io.k8s.api.core.v1.FlexVolumeSource object

FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.

driver string required

driver is the name of the driver to use for this volume.

fsType string

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.

options Record<string, string>

options is Optional: this field holds extra command options if any.

readOnly boolean

readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

secretRef object

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

io.k8s.api.core.v1.FlockerVolumeSource object

Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.

datasetName string

datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated

datasetUUID string

datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset

io.k8s.api.core.v1.GCEPersistentDiskVolumeSource object

Represents a Persistent Disk resource in Google Compute Engine.

A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.

pdName string required

pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

fsType string

fsType is filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

partition integer

partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

readOnly boolean

readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

io.k8s.api.core.v1.GRPCAction object

GRPCAction specifies an action involving a GRPC service.

port integer required

Port number of the gRPC service. Number must be in the range 1 to 65535.

service string

Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

If this is not specified, the default behavior is defined by gRPC.

io.k8s.api.core.v1.GitRepoVolumeSource object

Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.

DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.

repository string required

repository is the URL

directory string

directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.

revision string

revision is the commit hash for the specified revision.

io.k8s.api.core.v1.GlusterfsVolumeSource object

Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.

endpoints string required

endpoints is the endpoint name that details Glusterfs topology.

path string required

path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

readOnly boolean

readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

io.k8s.api.core.v1.HTTPGetAction object

HTTPGetAction describes an action based on HTTP Get requests.

port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

io.k8s.api.core.v1.HTTPHeader object

HTTPHeader describes a custom header to be used in HTTP probes

name string required

The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.

value string required

The header field value

io.k8s.api.core.v1.HostAlias object

HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.

ip string required

IP address of the host file entry.

hostnames string[]

Hostnames for the above IP address.

io.k8s.api.core.v1.HostPathVolumeSource object

Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.

path string required

path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

type string

type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

io.k8s.api.core.v1.ISCSIVolumeSource object

Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

iqn string required

iqn is the target iSCSI Qualified Name.

lun integer required

lun represents iSCSI Target Lun number.

targetPortal string required

targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).

chapAuthDiscovery boolean

chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication

chapAuthSession boolean

chapAuthSession defines whether support iSCSI Session CHAP authentication

fsType string

fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi

initiatorName string

initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection.

iscsiInterface string

iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).

portals string[]

portals is the iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).

readOnly boolean

readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.

secretRef object

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

io.k8s.api.core.v1.ImageVolumeSource object

ImageVolumeSource represents a image volume resource.

pullPolicy string

Policy for pulling OCI objects. Possible values are: Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.

reference string

Required: Image or artifact reference to be used. Behaves in the same way as pod.spec.containers[*].image. Pull secrets will be assembled in the same way as for the container image by looking up node credentials, SA image pull secrets, and pod spec image pull secrets. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

io.k8s.api.core.v1.KeyToPath object

Maps a string key to a path within a volume.

key string required

key is the key to project.

path string required

path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

mode integer

mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

io.k8s.api.core.v1.Lifecycle object

Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

postStart object

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

4 nested properties
exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

sleep object

SleepAction describes a "sleep" action.

1 nested properties
seconds integer required

Seconds is the number of seconds to sleep.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

preStop object

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

4 nested properties
exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

sleep object

SleepAction describes a "sleep" action.

1 nested properties
seconds integer required

Seconds is the number of seconds to sleep.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

stopSignal string

StopSignal defines which signal will be sent to a container when it is being stopped. If not specified, the default is defined by the container runtime in use. StopSignal can only be set for Pods with a non-empty .spec.os.name

io.k8s.api.core.v1.LifecycleHandler object

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

sleep object

SleepAction describes a "sleep" action.

1 nested properties
seconds integer required

Seconds is the number of seconds to sleep.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

io.k8s.api.core.v1.LocalObjectReference object

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

io.k8s.api.core.v1.ModifyVolumeStatus object

ModifyVolumeStatus represents the status object of ControllerModifyVolume operation

status string required

status is the status of the ControllerModifyVolume operation. It can be in any of following states:

  • Pending Pending indicates that the PersistentVolumeClaim cannot be modified due to unmet requirements, such as the specified VolumeAttributesClass not existing.
  • InProgress InProgress indicates that the volume is being modified.
  • Infeasible Infeasible indicates that the request has been rejected as invalid by the CSI driver. To resolve the error, a valid VolumeAttributesClass needs to be specified. Note: New statuses can be added in the future. Consumers should check for unknown statuses and fail appropriately.
targetVolumeAttributesClassName string

targetVolumeAttributesClassName is the name of the VolumeAttributesClass the PVC currently being reconciled

io.k8s.api.core.v1.NFSVolumeSource object

Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.

path string required

path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

server string required

server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

readOnly boolean

readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

io.k8s.api.core.v1.NodeAffinity object

Node affinity is a group of node affinity scheduling rules.

preferredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.PreferredSchedulingTerm[]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.

requiredDuringSchedulingIgnoredDuringExecution object

A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.

1 nested properties
nodeSelectorTerms io.k8s.api.core.v1.NodeSelectorTerm[] required

Required. A list of node selector terms. The terms are ORed.

io.k8s.api.core.v1.NodeSelector object

A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.

nodeSelectorTerms io.k8s.api.core.v1.NodeSelectorTerm[] required

Required. A list of node selector terms. The terms are ORed.

io.k8s.api.core.v1.NodeSelectorRequirement object

A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

key string required

The label key that the selector applies to.

operator string required

Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.

values string[]

An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

io.k8s.api.core.v1.NodeSelectorTerm object

A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.

A list of node selector requirements by node's labels.

A list of node selector requirements by node's fields.

io.k8s.api.core.v1.ObjectFieldSelector object

ObjectFieldSelector selects an APIVersioned field of an object.

fieldPath string required

Path of the field to select in the specified API version.

apiVersion string

Version of the schema the FieldPath is written in terms of, defaults to "v1".

io.k8s.api.core.v1.ObjectReference object

ObjectReference contains enough information to let you inspect or modify the referred object.

apiVersion string

API version of the referent.

fieldPath string

If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.

namespace string
resourceVersion string
io.k8s.api.core.v1.PersistentVolumeClaim object

PersistentVolumeClaim is a user's request for and claim to a persistent volume

apiVersion string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

kind string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

metadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object

PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes

9 nested properties
accessModes string[]

accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1

dataSource object

TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.

3 nested properties
kind string required

Kind is the type of resource being referenced

name string required

Name is the name of resource being referenced

apiGroup string

APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.

dataSourceRef object

TypedObjectReference contains enough information to let you locate the typed referenced object

4 nested properties
kind string required

Kind is the type of resource being referenced

name string required

Name is the name of resource being referenced

apiGroup string

APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.

namespace string

Namespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled.

resources object

VolumeResourceRequirements describes the storage resource requirements for a volume.

2 nested properties
limits Record<string, string>

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

requests Record<string, string>

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

selector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

2 nested properties

matchExpressions is a list of label selector requirements. The requirements are ANDed.

matchLabels Record<string, string>

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

storageClassName string

storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1

volumeAttributesClassName string

volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string or nil value indicates that no VolumeAttributesClass will be applied to the claim. If the claim enters an Infeasible error state, this field can be reset to its previous value (including nil) to cancel the modification. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/

volumeMode string

volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.

volumeName string

volumeName is the binding reference to the PersistentVolume backing this claim.

status object

PersistentVolumeClaimStatus is the current status of a persistent volume claim.

8 nested properties
accessModes string[]

accessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1

allocatedResourceStatuses Record<string, string>

allocatedResourceStatuses stores status of resource being resized for the given PVC. Key names follow standard Kubernetes label syntax. Valid values are either: * Un-prefixed keys: - storage - the capacity of the volume. * Custom resources must use implementation-defined prefixed names such as "example.com/my-custom-resource" Apart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used.

ClaimResourceStatus can be in any of following states: - ControllerResizeInProgress: State set when resize controller starts resizing the volume in control-plane. - ControllerResizeFailed: State set when resize has failed in resize controller with a terminal error. - NodeResizePending: State set when resize controller has finished resizing the volume but further resizing of volume is needed on the node. - NodeResizeInProgress: State set when kubelet starts resizing the volume. - NodeResizeFailed: State set when resizing has failed in kubelet with a terminal error. Transient errors don't set NodeResizeFailed. For example: if expanding a PVC for more capacity - this field can be one of the following states: - pvc.status.allocatedResourceStatus['storage'] = "ControllerResizeInProgress" - pvc.status.allocatedResourceStatus['storage'] = "ControllerResizeFailed" - pvc.status.allocatedResourceStatus['storage'] = "NodeResizePending" - pvc.status.allocatedResourceStatus['storage'] = "NodeResizeInProgress" - pvc.status.allocatedResourceStatus['storage'] = "NodeResizeFailed" When this field is not set, it means that no resize operation is in progress for the given PVC.

A controller that receives PVC update with previously unknown resourceName or ClaimResourceStatus should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC.

allocatedResources Record<string, string>

allocatedResources tracks the resources allocated to a PVC including its capacity. Key names follow standard Kubernetes label syntax. Valid values are either: * Un-prefixed keys: - storage - the capacity of the volume. * Custom resources must use implementation-defined prefixed names such as "example.com/my-custom-resource" Apart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used.

Capacity reported here may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity.

A controller that receives PVC update with previously unknown resourceName should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC.

capacity Record<string, string>

capacity represents the actual resources of the underlying volume.

conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'Resizing'.

currentVolumeAttributesClassName string

currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim

modifyVolumeStatus object

ModifyVolumeStatus represents the status object of ControllerModifyVolume operation

2 nested properties
status string required

status is the status of the ControllerModifyVolume operation. It can be in any of following states:

  • Pending Pending indicates that the PersistentVolumeClaim cannot be modified due to unmet requirements, such as the specified VolumeAttributesClass not existing.
  • InProgress InProgress indicates that the volume is being modified.
  • Infeasible Infeasible indicates that the request has been rejected as invalid by the CSI driver. To resolve the error, a valid VolumeAttributesClass needs to be specified. Note: New statuses can be added in the future. Consumers should check for unknown statuses and fail appropriately.
targetVolumeAttributesClassName string

targetVolumeAttributesClassName is the name of the VolumeAttributesClass the PVC currently being reconciled

phase string

phase represents the current phase of PersistentVolumeClaim.

io.k8s.api.core.v1.PersistentVolumeClaimCondition object

PersistentVolumeClaimCondition contains details about state of pvc

lastProbeTime string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
lastTransitionTime string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
message string

message is the human-readable message indicating details about last transition.

reason string

reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "Resizing" that means the underlying persistent volume is being resized.

io.k8s.api.core.v1.PersistentVolumeClaimSpec object

PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes

accessModes string[]

accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1

dataSource object

TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.

3 nested properties
kind string required

Kind is the type of resource being referenced

name string required

Name is the name of resource being referenced

apiGroup string

APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.

dataSourceRef object

TypedObjectReference contains enough information to let you locate the typed referenced object

4 nested properties
kind string required

Kind is the type of resource being referenced

name string required

Name is the name of resource being referenced

apiGroup string

APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.

namespace string

Namespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled.

resources object

VolumeResourceRequirements describes the storage resource requirements for a volume.

2 nested properties
limits Record<string, string>

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

requests Record<string, string>

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

selector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

2 nested properties

matchExpressions is a list of label selector requirements. The requirements are ANDed.

matchLabels Record<string, string>

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

storageClassName string

storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1

volumeAttributesClassName string

volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string or nil value indicates that no VolumeAttributesClass will be applied to the claim. If the claim enters an Infeasible error state, this field can be reset to its previous value (including nil) to cancel the modification. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/

volumeMode string

volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.

volumeName string

volumeName is the binding reference to the PersistentVolume backing this claim.

io.k8s.api.core.v1.PersistentVolumeClaimStatus object

PersistentVolumeClaimStatus is the current status of a persistent volume claim.

accessModes string[]

accessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1

allocatedResourceStatuses Record<string, string>

allocatedResourceStatuses stores status of resource being resized for the given PVC. Key names follow standard Kubernetes label syntax. Valid values are either: * Un-prefixed keys: - storage - the capacity of the volume. * Custom resources must use implementation-defined prefixed names such as "example.com/my-custom-resource" Apart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used.

ClaimResourceStatus can be in any of following states: - ControllerResizeInProgress: State set when resize controller starts resizing the volume in control-plane. - ControllerResizeFailed: State set when resize has failed in resize controller with a terminal error. - NodeResizePending: State set when resize controller has finished resizing the volume but further resizing of volume is needed on the node. - NodeResizeInProgress: State set when kubelet starts resizing the volume. - NodeResizeFailed: State set when resizing has failed in kubelet with a terminal error. Transient errors don't set NodeResizeFailed. For example: if expanding a PVC for more capacity - this field can be one of the following states: - pvc.status.allocatedResourceStatus['storage'] = "ControllerResizeInProgress" - pvc.status.allocatedResourceStatus['storage'] = "ControllerResizeFailed" - pvc.status.allocatedResourceStatus['storage'] = "NodeResizePending" - pvc.status.allocatedResourceStatus['storage'] = "NodeResizeInProgress" - pvc.status.allocatedResourceStatus['storage'] = "NodeResizeFailed" When this field is not set, it means that no resize operation is in progress for the given PVC.

A controller that receives PVC update with previously unknown resourceName or ClaimResourceStatus should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC.

allocatedResources Record<string, string>

allocatedResources tracks the resources allocated to a PVC including its capacity. Key names follow standard Kubernetes label syntax. Valid values are either: * Un-prefixed keys: - storage - the capacity of the volume. * Custom resources must use implementation-defined prefixed names such as "example.com/my-custom-resource" Apart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used.

Capacity reported here may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity.

A controller that receives PVC update with previously unknown resourceName should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC.

capacity Record<string, string>

capacity represents the actual resources of the underlying volume.

conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'Resizing'.

currentVolumeAttributesClassName string

currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim

modifyVolumeStatus object

ModifyVolumeStatus represents the status object of ControllerModifyVolume operation

2 nested properties
status string required

status is the status of the ControllerModifyVolume operation. It can be in any of following states:

  • Pending Pending indicates that the PersistentVolumeClaim cannot be modified due to unmet requirements, such as the specified VolumeAttributesClass not existing.
  • InProgress InProgress indicates that the volume is being modified.
  • Infeasible Infeasible indicates that the request has been rejected as invalid by the CSI driver. To resolve the error, a valid VolumeAttributesClass needs to be specified. Note: New statuses can be added in the future. Consumers should check for unknown statuses and fail appropriately.
targetVolumeAttributesClassName string

targetVolumeAttributesClassName is the name of the VolumeAttributesClass the PVC currently being reconciled

phase string

phase represents the current phase of PersistentVolumeClaim.

io.k8s.api.core.v1.PersistentVolumeClaimTemplate object

PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.

spec object required

PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes

9 nested properties
accessModes string[]

accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1

dataSource object

TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.

3 nested properties
kind string required

Kind is the type of resource being referenced

name string required

Name is the name of resource being referenced

apiGroup string

APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.

dataSourceRef object

TypedObjectReference contains enough information to let you locate the typed referenced object

4 nested properties
kind string required

Kind is the type of resource being referenced

name string required

Name is the name of resource being referenced

apiGroup string

APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.

namespace string

Namespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled.

resources object

VolumeResourceRequirements describes the storage resource requirements for a volume.

2 nested properties
limits Record<string, string>

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

requests Record<string, string>

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

selector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

2 nested properties

matchExpressions is a list of label selector requirements. The requirements are ANDed.

matchLabels Record<string, string>

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

storageClassName string

storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1

volumeAttributesClassName string

volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string or nil value indicates that no VolumeAttributesClass will be applied to the claim. If the claim enters an Infeasible error state, this field can be reset to its previous value (including nil) to cancel the modification. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/

volumeMode string

volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.

volumeName string

volumeName is the binding reference to the PersistentVolume backing this claim.

metadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

io.k8s.api.core.v1.PersistentVolumeClaimVolumeSource object

PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).

claimName string required

claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

readOnly boolean

readOnly Will force the ReadOnly setting in VolumeMounts. Default false.

io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource object

Represents a Photon Controller persistent disk resource.

pdID string required

pdID is the ID that identifies Photon Controller persistent disk

fsType string

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

io.k8s.api.core.v1.PodAffinity object

Pod affinity is a group of inter pod affinity scheduling rules.

preferredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.WeightedPodAffinityTerm[]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

requiredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.PodAffinityTerm[]

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

io.k8s.api.core.v1.PodAffinityTerm object

Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running

topologyKey string required

This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

labelSelector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

2 nested properties

matchExpressions is a list of label selector requirements. The requirements are ANDed.

matchLabels Record<string, string>

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

matchLabelKeys string[]

MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with labelSelector as key in (value) to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set.

mismatchLabelKeys string[]

MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with labelSelector as key notin (value) to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set.

namespaceSelector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

2 nested properties

matchExpressions is a list of label selector requirements. The requirements are ANDed.

matchLabels Record<string, string>

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

namespaces string[]

namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace".

io.k8s.api.core.v1.PodAntiAffinity object

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

preferredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.WeightedPodAffinityTerm[]

The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and subtracting "weight" from the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

requiredDuringSchedulingIgnoredDuringExecution io.k8s.api.core.v1.PodAffinityTerm[]

If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

io.k8s.api.core.v1.PodCertificateProjection object

PodCertificateProjection provides a private key and X.509 certificate in the pod filesystem.

keyType string required

The type of keypair Kubelet will generate for the pod.

Valid values are "RSA3072", "RSA4096", "ECDSAP256", "ECDSAP384", "ECDSAP521", and "ED25519".

signerName string required

Kubelet's generated CSRs will be addressed to this signer.

certificateChainPath string

Write the certificate chain at this path in the projected volume.

Most applications should use credentialBundlePath. When using keyPath and certificateChainPath, your application needs to check that the key and leaf certificate are consistent, because it is possible to read the files mid-rotation.

credentialBundlePath string

Write the credential bundle at this path in the projected volume.

The credential bundle is a single file that contains multiple PEM blocks. The first PEM block is a PRIVATE KEY block, containing a PKCS#8 private key.

The remaining blocks are CERTIFICATE blocks, containing the issued certificate chain from the signer (leaf and any intermediates).

Using credentialBundlePath lets your Pod's application code make a single atomic read that retrieves a consistent key and certificate chain. If you project them to separate files, your application code will need to additionally check that the leaf certificate was issued to the key.

keyPath string

Write the key at this path in the projected volume.

Most applications should use credentialBundlePath. When using keyPath and certificateChainPath, your application needs to check that the key and leaf certificate are consistent, because it is possible to read the files mid-rotation.

maxExpirationSeconds integer

maxExpirationSeconds is the maximum lifetime permitted for the certificate.

Kubelet copies this value verbatim into the PodCertificateRequests it generates for this projection.

If omitted, kube-apiserver will set it to 86400(24 hours). kube-apiserver will reject values shorter than 3600 (1 hour). The maximum allowable value is 7862400 (91 days).

The signer implementation is then free to issue a certificate with any lifetime shorter than MaxExpirationSeconds, but no shorter than 3600 seconds (1 hour). This constraint is enforced by kube-apiserver. kubernetes.io signers will never issue certificates with a lifetime longer than 24 hours.

userAnnotations Record<string, string>

userAnnotations allow pod authors to pass additional information to the signer implementation. Kubernetes does not restrict or validate this metadata in any way.

These values are copied verbatim into the spec.unverifiedUserAnnotations field of the PodCertificateRequest objects that Kubelet creates.

Entries are subject to the same validation as object metadata annotations, with the addition that all keys must be domain-prefixed. No restrictions are placed on values, except an overall size limitation on the entire field.

Signers should document the keys and values they support. Signers should deny requests that contain keys they do not recognize.

io.k8s.api.core.v1.PodDNSConfig object

PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

nameservers string[]

A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.

A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.

searches string[]

A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.

io.k8s.api.core.v1.PodDNSConfigOption object

PodDNSConfigOption defines DNS resolver options of a pod.

name string

Name is this DNS resolver option's name. Required.

value string

Value is this DNS resolver option's value.

io.k8s.api.core.v1.PodSecurityContext object

PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

2 nested properties
type string required

type indicates which kind of AppArmor profile will be applied. Valid options are: Localhost - a profile pre-loaded on the node. RuntimeDefault - the container runtime's default profile. Unconfined - no AppArmor enforcement.

localhostProfile string

localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is "Localhost".

fsGroup integer

A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:

  1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw----

If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.

fsGroupChangePolicy string

fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

seLinuxChangePolicy string

seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".

"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.

"MountOption" mounts all eligible Pod volumes with -o context mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.

If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.

This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.

All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

4 nested properties
level string

Level is SELinux level label that applies to the container.

role string

Role is a SELinux role label that applies to the container.

type string

Type is a SELinux type label that applies to the container.

user string

User is a SELinux user label that applies to the container.

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

2 nested properties
type string required

type indicates which kind of seccomp profile will be applied. Valid options are:

Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.

localhostProfile string

localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is "Localhost". Must NOT be set for any other type.

supplementalGroups integer[]

A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.

supplementalGroupsPolicy string

Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

4 nested properties
gmsaCredentialSpec string

GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.

gmsaCredentialSpecName string

GMSACredentialSpecName is the name of the GMSA credential spec to use.

hostProcess boolean

HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.

runAsUserName string

The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

io.k8s.api.core.v1.PortworxVolumeSource object

PortworxVolumeSource represents a Portworx volume resource.

volumeID string required

volumeID uniquely identifies a Portworx volume

fsType string

fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.

readOnly boolean

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

io.k8s.api.core.v1.PreferredSchedulingTerm object

An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).

preference object required

A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.

2 nested properties

A list of node selector requirements by node's labels.

A list of node selector requirements by node's fields.

weight integer required

Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.

io.k8s.api.core.v1.Probe object

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

exec object

ExecAction describes a "run in container" action.

1 nested properties
command string[]

Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.

failureThreshold integer

Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.

grpc object

GRPCAction specifies an action involving a GRPC service.

2 nested properties
port integer required

Port number of the gRPC service. Number must be in the range 1 to 65535.

service string

Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).

If this is not specified, the default behavior is defined by gRPC.

httpGet object

HTTPGetAction describes an action based on HTTP Get requests.

5 nested properties
port string required
host string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

Custom headers to set in the request. HTTP allows repeated headers.

path string

Path to access on the HTTP server.

scheme string

Scheme to use for connecting to the host. Defaults to HTTP.

initialDelaySeconds integer

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds integer

How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.

successThreshold integer

Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.

tcpSocket object

TCPSocketAction describes an action based on opening a socket

2 nested properties
port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

terminationGracePeriodSeconds integer

Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.

timeoutSeconds integer

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

io.k8s.api.core.v1.ProjectedVolumeSource object

Represents a projected volume source

defaultMode integer

defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

sources is the list of volume projections. Each entry in this list handles one source.

io.k8s.api.core.v1.QuobyteVolumeSource object

Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.

registry string required

registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes

volume string required

volume is a string that references an already created Quobyte volume by name.

group string

group to map volume access to Default is no group

readOnly boolean

readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.

tenant string

tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin

user string

user to map volume access to Defaults to serivceaccount user

io.k8s.api.core.v1.RBDVolumeSource object

Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.

image string required

image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

monitors string[] required

monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

fsType string

fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd

keyring string

keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

pool string

pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

readOnly boolean

readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

secretRef object

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

user string

user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

io.k8s.api.core.v1.ResourceClaim object

ResourceClaim references one entry in PodSpec.ResourceClaims.

name string required

Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.

request string

Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request.

io.k8s.api.core.v1.ResourceFieldSelector object

ResourceFieldSelector represents container resources (cpu, memory) and their output format

resource string required

Required: resource to select

containerName string

Container name: required for volumes, optional for env vars

divisor string

Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors.

The serialization format is:


	(Note that <suffix> may be empty, from the "" case in <decimalSI>.)

<digit>           ::= 0 | 1 | ... | 9 <digits>          ::= <digit> | <digit><digits> <number>          ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign>            ::= "+" | "-" <signedNumber>    ::= <number> | <sign><number> <suffix>          ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI>        ::= Ki | Mi | Gi | Ti | Pi | Ei

	(International System of units; See: <http://physics.nist.gov/cuu/Units/binary.html)>

<decimalSI>       ::= m | "" | k | M | G | T | P | E

	(Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)

<decimalExponent> ::= "e" <signedNumber> | "E" <signedNumber> ```

No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.

When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.

Before serializing, Quantity will be put in "canonical form". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:

- No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.

The sign will be omitted unless the number is negative.

Examples:

- 1.5 will be serialized as "1500m" - 1.5Gi will be serialized as "1536Mi"

Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.

Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)

This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.
io.k8s.api.core.v1.ResourceRequirements object

ResourceRequirements describes the compute resource requirements.

Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.

This field depends on the DynamicResourceAllocation feature gate.

This field is immutable. It can only be set for containers.

limits Record<string, string>

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

requests Record<string, string>

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

io.k8s.api.core.v1.SELinuxOptions object

SELinuxOptions are the labels to be applied to the container

level string

Level is SELinux level label that applies to the container.

role string

Role is a SELinux role label that applies to the container.

type string

Type is a SELinux type label that applies to the container.

user string

User is a SELinux user label that applies to the container.

io.k8s.api.core.v1.ScaleIOVolumeSource object

ScaleIOVolumeSource represents a persistent ScaleIO volume

gateway string required

gateway is the host address of the ScaleIO API Gateway.

secretRef object required

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

system string required

system is the name of the storage system as configured in ScaleIO.

fsType string

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs".

protectionDomain string

protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.

readOnly boolean

readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

sslEnabled boolean

sslEnabled Flag enable/disable SSL communication with Gateway, default false

storageMode string

storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.

storagePool string

storagePool is the ScaleIO Storage Pool associated with the protection domain.

volumeName string

volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.

io.k8s.api.core.v1.SeccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

type string required

type indicates which kind of seccomp profile will be applied. Valid options are:

Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.

localhostProfile string

localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is "Localhost". Must NOT be set for any other type.

io.k8s.api.core.v1.SecretEnvSource object

SecretEnvSource selects a Secret to populate the environment variables with.

The contents of the target Secret's Data field will represent the key-value pairs as environment variables.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret must be defined

io.k8s.api.core.v1.SecretKeySelector object

SecretKeySelector selects a key of a Secret.

key string required

The key of the secret to select from. Must be a valid secret key.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

Specify whether the Secret or its key must be defined

io.k8s.api.core.v1.SecretProjection object

Adapts a secret into a projected volume.

The contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.

items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

optional field specify whether the Secret or its key must be defined

io.k8s.api.core.v1.SecretVolumeSource object

Adapts a Secret into a volume.

The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.

defaultMode integer

defaultMode is Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

optional boolean

optional field specify whether the Secret or its keys must be defined

secretName string

secretName is the name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

io.k8s.api.core.v1.SecurityContext object

SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

allowPrivilegeEscalation boolean

AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.

appArmorProfile object

AppArmorProfile defines a pod or container's AppArmor settings.

2 nested properties
type string required

type indicates which kind of AppArmor profile will be applied. Valid options are: Localhost - a profile pre-loaded on the node. RuntimeDefault - the container runtime's default profile. Unconfined - no AppArmor enforcement.

localhostProfile string

localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is "Localhost".

capabilities object

Adds and removes POSIX capabilities from running containers.

2 nested properties
add string[]

Added capabilities

drop string[]

Removed capabilities

privileged boolean

Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.

procMount string

procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.

readOnlyRootFilesystem boolean

Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.

runAsGroup integer

The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

runAsNonRoot boolean

Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

runAsUser integer

The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

seLinuxOptions object

SELinuxOptions are the labels to be applied to the container

4 nested properties
level string

Level is SELinux level label that applies to the container.

role string

Role is a SELinux role label that applies to the container.

type string

Type is a SELinux type label that applies to the container.

user string

User is a SELinux user label that applies to the container.

seccompProfile object

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

2 nested properties
type string required

type indicates which kind of seccomp profile will be applied. Valid options are:

Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.

localhostProfile string

localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is "Localhost". Must NOT be set for any other type.

windowsOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

4 nested properties
gmsaCredentialSpec string

GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.

gmsaCredentialSpecName string

GMSACredentialSpecName is the name of the GMSA credential spec to use.

hostProcess boolean

HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.

runAsUserName string

The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

io.k8s.api.core.v1.ServiceAccountTokenProjection object

ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).

path string required

path is the path relative to the mount point of the file to project the token into.

audience string

audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.

expirationSeconds integer

expirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.

io.k8s.api.core.v1.ServicePort object

ServicePort contains information on service's port.

port integer required

The port that will be exposed by this service.

appProtocol string

The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:

name string

The name of this port within the service. This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. When considering the endpoints for a Service, this must match the 'name' field in the EndpointPort. Optional if only one ServicePort is defined on this service.

nodePort integer

The port on each node on which this service is exposed when type is NodePort or LoadBalancer. Usually assigned by the system. If a value is specified, in-range, and not in use it will be used, otherwise the operation will fail. If not specified, a port will be allocated if this Service requires one. If this field is specified when creating a Service which does not need it, creation will fail. This field will be wiped when updating a Service to no longer need it (e.g. changing type from NodePort to ClusterIP). More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport

protocol string

The IP protocol for this port. Supports "TCP", "UDP", and "SCTP". Default is TCP.

targetPort string
io.k8s.api.core.v1.SleepAction object

SleepAction describes a "sleep" action.

seconds integer required

Seconds is the number of seconds to sleep.

io.k8s.api.core.v1.StorageOSVolumeSource object

Represents a StorageOS persistent volume resource.

fsType string

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

readOnly boolean

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

secretRef object

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

volumeName string

volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.

volumeNamespace string

volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.

io.k8s.api.core.v1.Sysctl object

Sysctl defines a kernel parameter to be set

name string required

Name of a property to set

value string required

Value of a property to set

io.k8s.api.core.v1.TCPSocketAction object

TCPSocketAction describes an action based on opening a socket

port string required
host string

Optional: Host name to connect to, defaults to the pod IP.

io.k8s.api.core.v1.Toleration object

The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator .

effect string

Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.

key string

Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.

operator string

Operator represents a key's relationship to the value. Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. Lt and Gt perform numeric comparisons (requires feature gate TaintTolerationComparisonOperators).

tolerationSeconds integer

TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.

value string

Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

io.k8s.api.core.v1.TypedLocalObjectReference object

TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.

kind string required

Kind is the type of resource being referenced

name string required

Name is the name of resource being referenced

apiGroup string

APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.

io.k8s.api.core.v1.TypedObjectReference object

TypedObjectReference contains enough information to let you locate the typed referenced object

kind string required

Kind is the type of resource being referenced

name string required

Name is the name of resource being referenced

apiGroup string

APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.

namespace string

Namespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled.

io.k8s.api.core.v1.Volume object

Volume represents a named volume in a pod that may be accessed by any container in the pod.

name string required

name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

awsElasticBlockStore object

Represents a Persistent Disk resource in AWS.

An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.

4 nested properties
volumeID string required

volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

fsType string

fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

partition integer

partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty).

readOnly boolean

readOnly value true will force the readOnly setting in VolumeMounts. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

azureDisk object

AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.

6 nested properties
diskName string required

diskName is the Name of the data disk in the blob storage

diskURI string required

diskURI is the URI of data disk in the blob storage

cachingMode string

cachingMode is the Host Caching mode: None, Read Only, Read Write.

fsType string

fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

kind string

kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared

readOnly boolean

readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

azureFile object

AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

3 nested properties
secretName string required

secretName is the name of secret that contains Azure Storage Account Name and Key

shareName string required

shareName is the azure share Name

readOnly boolean

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

cephfs object

Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.

6 nested properties
monitors string[] required

monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

path string

path is Optional: Used as the mounted root, rather than the full Ceph tree, default is /

readOnly boolean

readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

secretFile string

secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

secretRef object

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

user string

user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

cinder object

Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.

4 nested properties
volumeID string required

volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md

fsType string

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md

readOnly boolean

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md

secretRef object

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

configMap object

Adapts a ConfigMap into a volume.

The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.

4 nested properties
defaultMode integer

defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

optional specify whether the ConfigMap or its keys must be defined

csi object

Represents a source location of a volume to mount, managed by an external CSI driver

5 nested properties
driver string required

driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.

fsType string

fsType to mount. Ex. "ext4", "xfs", "ntfs". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.

nodePublishSecretRef object

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

readOnly boolean

readOnly specifies a read-only configuration for the volume. Defaults to false (read/write).

volumeAttributes Record<string, string>

volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.

downwardAPI object

DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.

2 nested properties
defaultMode integer

Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

Items is a list of downward API volume file

emptyDir object

Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.

2 nested properties
medium string

medium represents what type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir

sizeLimit string

Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors.

The serialization format is:


	(Note that <suffix> may be empty, from the "" case in <decimalSI>.)

<digit>           ::= 0 | 1 | ... | 9 <digits>          ::= <digit> | <digit><digits> <number>          ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign>            ::= "+" | "-" <signedNumber>    ::= <number> | <sign><number> <suffix>          ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI>        ::= Ki | Mi | Gi | Ti | Pi | Ei

	(International System of units; See: <http://physics.nist.gov/cuu/Units/binary.html)>

<decimalSI>       ::= m | "" | k | M | G | T | P | E

	(Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)

<decimalExponent> ::= "e" <signedNumber> | "E" <signedNumber> ```

No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.

When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.

Before serializing, Quantity will be put in "canonical form". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:

- No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.

The sign will be omitted unless the number is negative.

Examples:

- 1.5 will be serialized as "1500m" - 1.5Gi will be serialized as "1536Mi"

Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.

Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)

This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.
ephemeral object

Represents an ephemeral volume that is handled by a normal storage driver.

1 nested properties
volumeClaimTemplate object

PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.

2 nested properties
spec object required

PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes

metadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

fc object

Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.

5 nested properties
fsType string

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

lun integer

lun is Optional: FC target lun number

readOnly boolean

readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

targetWWNs string[]

targetWWNs is Optional: FC target worldwide names (WWNs)

wwids string[]

wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.

flexVolume object

FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.

5 nested properties
driver string required

driver is the name of the driver to use for this volume.

fsType string

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.

options Record<string, string>

options is Optional: this field holds extra command options if any.

readOnly boolean

readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

secretRef object

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

flocker object

Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.

2 nested properties
datasetName string

datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated

datasetUUID string

datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset

gcePersistentDisk object

Represents a Persistent Disk resource in Google Compute Engine.

A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.

4 nested properties
pdName string required

pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

fsType string

fsType is filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

partition integer

partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

readOnly boolean

readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

gitRepo object

Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.

DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.

3 nested properties
repository string required

repository is the URL

directory string

directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.

revision string

revision is the commit hash for the specified revision.

glusterfs object

Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.

3 nested properties
endpoints string required

endpoints is the endpoint name that details Glusterfs topology.

path string required

path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

readOnly boolean

readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

hostPath object

Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.

2 nested properties
path string required

path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

type string

type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

image object

ImageVolumeSource represents a image volume resource.

2 nested properties
pullPolicy string

Policy for pulling OCI objects. Possible values are: Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.

reference string

Required: Image or artifact reference to be used. Behaves in the same way as pod.spec.containers[*].image. Pull secrets will be assembled in the same way as for the container image by looking up node credentials, SA image pull secrets, and pod spec image pull secrets. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

iscsi object

Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

11 nested properties
iqn string required

iqn is the target iSCSI Qualified Name.

lun integer required

lun represents iSCSI Target Lun number.

targetPortal string required

targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).

chapAuthDiscovery boolean

chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication

chapAuthSession boolean

chapAuthSession defines whether support iSCSI Session CHAP authentication

fsType string

fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi

initiatorName string

initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection.

iscsiInterface string

iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).

portals string[]

portals is the iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).

readOnly boolean

readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.

secretRef object

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

nfs object

Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.

3 nested properties
path string required

path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

server string required

server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

readOnly boolean

readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

persistentVolumeClaim object

PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).

2 nested properties
claimName string required

claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

readOnly boolean

readOnly Will force the ReadOnly setting in VolumeMounts. Default false.

photonPersistentDisk object

Represents a Photon Controller persistent disk resource.

2 nested properties
pdID string required

pdID is the ID that identifies Photon Controller persistent disk

fsType string

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

portworxVolume object

PortworxVolumeSource represents a Portworx volume resource.

3 nested properties
volumeID string required

volumeID uniquely identifies a Portworx volume

fsType string

fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.

readOnly boolean

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

projected object

Represents a projected volume source

2 nested properties
defaultMode integer

defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

sources is the list of volume projections. Each entry in this list handles one source.

quobyte object

Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.

6 nested properties
registry string required

registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes

volume string required

volume is a string that references an already created Quobyte volume by name.

group string

group to map volume access to Default is no group

readOnly boolean

readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.

tenant string

tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin

user string

user to map volume access to Defaults to serivceaccount user

rbd object

Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.

8 nested properties
image string required

image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

monitors string[] required

monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

fsType string

fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd

keyring string

keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

pool string

pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

readOnly boolean

readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

secretRef object

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

user string

user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it

scaleIO object

ScaleIOVolumeSource represents a persistent ScaleIO volume

10 nested properties
gateway string required

gateway is the host address of the ScaleIO API Gateway.

secretRef object required

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

system string required

system is the name of the storage system as configured in ScaleIO.

fsType string

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs".

protectionDomain string

protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.

readOnly boolean

readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

sslEnabled boolean

sslEnabled Flag enable/disable SSL communication with Gateway, default false

storageMode string

storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.

storagePool string

storagePool is the ScaleIO Storage Pool associated with the protection domain.

volumeName string

volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.

secret object

Adapts a Secret into a volume.

The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.

4 nested properties
defaultMode integer

defaultMode is Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

optional boolean

optional field specify whether the Secret or its keys must be defined

secretName string

secretName is the name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

storageos object

Represents a StorageOS persistent volume resource.

5 nested properties
fsType string

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

readOnly boolean

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

secretRef object

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

1 nested properties
name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

volumeName string

volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.

volumeNamespace string

volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.

vsphereVolume object

Represents a vSphere volume resource.

4 nested properties
volumePath string required

volumePath is the path that identifies vSphere volume vmdk

fsType string

fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

storagePolicyID string

storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.

storagePolicyName string

storagePolicyName is the storage Policy Based Management (SPBM) profile name.

io.k8s.api.core.v1.VolumeDevice object

volumeDevice describes a mapping of a raw block device within a container.

devicePath string required

devicePath is the path inside of the container that the device will be mapped to.

name string required

name must match the name of a persistentVolumeClaim in the pod

io.k8s.api.core.v1.VolumeMount object

VolumeMount describes a mounting of a Volume within a container.

mountPath string required

Path within the container at which the volume should be mounted. Must not contain ':'.

name string required

This must match the Name of a Volume.

mountPropagation string

mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified (which defaults to None).

readOnly boolean

Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.

recursiveReadOnly string

RecursiveReadOnly specifies whether read-only mounts should be handled recursively.

If ReadOnly is false, this field has no meaning and must be unspecified.

If ReadOnly is true, and this field is set to Disabled, the mount is not made recursively read-only. If this field is set to IfPossible, the mount is made recursively read-only, if it is supported by the container runtime. If this field is set to Enabled, the mount is made recursively read-only if it is supported by the container runtime, otherwise the pod will not be started and an error will be generated to indicate the reason.

If this field is set to IfPossible or Enabled, MountPropagation must be set to None (or be unspecified, which defaults to None).

If this field is not specified, it is treated as an equivalent of Disabled.

subPath string

Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

subPathExpr string

Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive.

io.k8s.api.core.v1.VolumeProjection object

Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.

clusterTrustBundle object

ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.

5 nested properties
path string required

Relative path from the volume root to write the bundle.

labelSelector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

2 nested properties

matchExpressions is a list of label selector requirements. The requirements are ANDed.

matchLabels Record<string, string>

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

name string

Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector.

optional boolean

If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available. If using name, then the named ClusterTrustBundle is allowed not to exist. If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles.

signerName string

Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated.

configMap object

Adapts a ConfigMap into a projected volume.

The contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.

3 nested properties

items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

optional specify whether the ConfigMap or its keys must be defined

downwardAPI object

Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.

1 nested properties

Items is a list of DownwardAPIVolume file

podCertificate object

PodCertificateProjection provides a private key and X.509 certificate in the pod filesystem.

7 nested properties
keyType string required

The type of keypair Kubelet will generate for the pod.

Valid values are "RSA3072", "RSA4096", "ECDSAP256", "ECDSAP384", "ECDSAP521", and "ED25519".

signerName string required

Kubelet's generated CSRs will be addressed to this signer.

certificateChainPath string

Write the certificate chain at this path in the projected volume.

Most applications should use credentialBundlePath. When using keyPath and certificateChainPath, your application needs to check that the key and leaf certificate are consistent, because it is possible to read the files mid-rotation.

credentialBundlePath string

Write the credential bundle at this path in the projected volume.

The credential bundle is a single file that contains multiple PEM blocks. The first PEM block is a PRIVATE KEY block, containing a PKCS#8 private key.

The remaining blocks are CERTIFICATE blocks, containing the issued certificate chain from the signer (leaf and any intermediates).

Using credentialBundlePath lets your Pod's application code make a single atomic read that retrieves a consistent key and certificate chain. If you project them to separate files, your application code will need to additionally check that the leaf certificate was issued to the key.

keyPath string

Write the key at this path in the projected volume.

Most applications should use credentialBundlePath. When using keyPath and certificateChainPath, your application needs to check that the key and leaf certificate are consistent, because it is possible to read the files mid-rotation.

maxExpirationSeconds integer

maxExpirationSeconds is the maximum lifetime permitted for the certificate.

Kubelet copies this value verbatim into the PodCertificateRequests it generates for this projection.

If omitted, kube-apiserver will set it to 86400(24 hours). kube-apiserver will reject values shorter than 3600 (1 hour). The maximum allowable value is 7862400 (91 days).

The signer implementation is then free to issue a certificate with any lifetime shorter than MaxExpirationSeconds, but no shorter than 3600 seconds (1 hour). This constraint is enforced by kube-apiserver. kubernetes.io signers will never issue certificates with a lifetime longer than 24 hours.

userAnnotations Record<string, string>

userAnnotations allow pod authors to pass additional information to the signer implementation. Kubernetes does not restrict or validate this metadata in any way.

These values are copied verbatim into the spec.unverifiedUserAnnotations field of the PodCertificateRequest objects that Kubelet creates.

Entries are subject to the same validation as object metadata annotations, with the addition that all keys must be domain-prefixed. No restrictions are placed on values, except an overall size limitation on the entire field.

Signers should document the keys and values they support. Signers should deny requests that contain keys they do not recognize.

secret object

Adapts a secret into a projected volume.

The contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.

3 nested properties

items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

name string

Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional boolean

optional field specify whether the Secret or its key must be defined

serviceAccountToken object

ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).

3 nested properties
path string required

path is the path relative to the mount point of the file to project the token into.

audience string

audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.

expirationSeconds integer

expirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.

io.k8s.api.core.v1.VolumeResourceRequirements object

VolumeResourceRequirements describes the storage resource requirements for a volume.

limits Record<string, string>

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

requests Record<string, string>

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource object

Represents a vSphere volume resource.

volumePath string required

volumePath is the path that identifies vSphere volume vmdk

fsType string

fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

storagePolicyID string

storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.

storagePolicyName string

storagePolicyName is the storage Policy Based Management (SPBM) profile name.

io.k8s.api.core.v1.WeightedPodAffinityTerm object

The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)

podAffinityTerm object required

Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running

6 nested properties
topologyKey string required

This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

labelSelector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

2 nested properties

matchExpressions is a list of label selector requirements. The requirements are ANDed.

matchLabels Record<string, string>

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

matchLabelKeys string[]

MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with labelSelector as key in (value) to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set.

mismatchLabelKeys string[]

MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with labelSelector as key notin (value) to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set.

namespaceSelector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

2 nested properties

matchExpressions is a list of label selector requirements. The requirements are ANDed.

matchLabels Record<string, string>

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

namespaces string[]

namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace".

weight integer required

weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

io.k8s.api.core.v1.WindowsSecurityContextOptions object

WindowsSecurityContextOptions contain Windows-specific options and credentials.

gmsaCredentialSpec string

GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.

gmsaCredentialSpecName string

GMSACredentialSpecName is the name of the GMSA credential spec to use.

hostProcess boolean

HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.

runAsUserName string

The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

io.k8s.api.policy.v1.PodDisruptionBudgetSpec object

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

maxUnavailable string
minAvailable string
selector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

2 nested properties

matchExpressions is a list of label selector requirements. The requirements are ANDed.

matchLabels Record<string, string>

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

unhealthyPodEvictionPolicy string

UnhealthyPodEvictionPolicy defines the criteria for when unhealthy pods should be considered for eviction. Current implementation considers healthy pods, as pods that have status.conditions item with type="Ready",status="True".

Valid policies are IfHealthyBudget and AlwaysAllow. If no policy is specified, the default behavior will be used, which corresponds to the IfHealthyBudget policy.

IfHealthyBudget policy means that running pods (status.phase="Running"), but not yet healthy can be evicted only if the guarded application is not disrupted (status.currentHealthy is at least equal to status.desiredHealthy). Healthy pods will be subject to the PDB for eviction.

AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.

Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.

io.k8s.apimachinery.pkg.api.resource.Quantity string

Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors.

The serialization format is:


	(Note that <suffix> may be empty, from the "" case in <decimalSI>.)

<digit>           ::= 0 | 1 | ... | 9 <digits>          ::= <digit> | <digit><digits> <number>          ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign>            ::= "+" | "-" <signedNumber>    ::= <number> | <sign><number> <suffix>          ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI>        ::= Ki | Mi | Gi | Ti | Pi | Ei

	(International System of units; See: <http://physics.nist.gov/cuu/Units/binary.html)>

<decimalSI>       ::= m | "" | k | M | G | T | P | E

	(Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)

<decimalExponent> ::= "e" <signedNumber> | "E" <signedNumber> ```

No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.

When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.

Before serializing, Quantity will be put in "canonical form". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:

- No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.

The sign will be omitted unless the number is negative.

Examples:

- 1.5 will be serialized as "1500m" - 1.5Gi will be serialized as "1536Mi"

Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.

Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)

This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.
io.k8s.apimachinery.pkg.apis.meta.v1.CreateOptions object

CreateOptions may be provided when creating an API object.

dryRun string[]
fieldManager string
fieldValidation string
io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1 object

FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.

Each key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:', where is the name of a field in a struct, or key in a map 'v:', where is the exact json formatted value of a list item 'i:', where is position of a item in a list 'k:', where is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.

The exact format is defined in sigs.k8s.io/structured-merge-diff

io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionResource object

+protobuf.options.(gogoproto.goproto_stringer)=false

group string
resource string
version string
io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector object

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

matchExpressions is a list of label selector requirements. The requirements are ANDed.

matchLabels Record<string, string>

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement object

A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

key string required

key is the label key that the selector applies to.

operator string required

operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.

values string[]

values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta object

ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

continue string

continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.

remainingItemCount integer

remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is estimating the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.

resourceVersion string

String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry object

ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.

apiVersion string

APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.

fieldsType string

FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"

fieldsV1 object

FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.

Each key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:', where is the name of a field in a struct, or key in a map 'v:', where is the exact json formatted value of a list item 'i:', where is position of a item in a list 'k:', where is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.

The exact format is defined in sigs.k8s.io/structured-merge-diff

manager string

Manager is an identifier of the workflow managing these fields.

operation string

Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.

subresource string

Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.

time string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime string

MicroTime is version of Time with microsecond level precision.

io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference object

OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.

apiVersion string required

API version of the referent.

name string required
uid string required
blockOwnerDeletion boolean

If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.

controller boolean

If true, this reference points to the managing controller.

io.k8s.apimachinery.pkg.apis.meta.v1.Time string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

io.k8s.apimachinery.pkg.util.intstr.IntOrString string
sensor.CreateSensorRequest object
createOptions object

CreateOptions may be provided when creating an API object.

3 nested properties
dryRun string[]
fieldManager string
fieldValidation string
namespace string
sensor object
3 nested properties
metadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object
8 nested properties

Dependencies is a list of the events that this sensor is dependent on.

errorOnFailedRound boolean

ErrorOnFailedRound if set to true, marks sensor state as error if the previous trigger round fails. Once sensor state is set to error, no further triggers will be processed.

eventBusName string
loggingFields Record<string, string>
replicas integer
revisionHistoryLimit integer
template object

Triggers is a list of the things that this sensor evokes. These are the outputs from this sensor.

status object

SensorStatus contains information about the status of a sensor.

1 nested properties
status object

Status is a common structure which can be used for Status field.

sensor.DeleteSensorResponse object
sensor.LogEntry object
dependencyName string
eventContext string
level string
msg string
namespace string
sensorName string
time string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
triggerName string
sensor.SensorWatchEvent object
object object
3 nested properties
metadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object
8 nested properties

Dependencies is a list of the events that this sensor is dependent on.

errorOnFailedRound boolean

ErrorOnFailedRound if set to true, marks sensor state as error if the previous trigger round fails. Once sensor state is set to error, no further triggers will be processed.

eventBusName string
loggingFields Record<string, string>
replicas integer
revisionHistoryLimit integer
template object

Triggers is a list of the things that this sensor evokes. These are the outputs from this sensor.

status object

SensorStatus contains information about the status of a sensor.

1 nested properties
status object

Status is a common structure which can be used for Status field.

type string
sensor.UpdateSensorRequest object
name string
namespace string
sensor object
3 nested properties
metadata object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

15 nested properties
annotations Record<string, string>

Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

creationTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
deletionGracePeriodSeconds integer

Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

deletionTimestamp string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

format=date-time
finalizers string[]

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

generateName string

GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.

If this field is specified and the generated name exists, the server will return a 409.

Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

generation integer

A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

labels Record<string, string>

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

name string

Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

namespace string

Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.

Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

resourceVersion string

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.

Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

selfLink string

Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

uid string

UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.

Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

spec object
8 nested properties

Dependencies is a list of the events that this sensor is dependent on.

errorOnFailedRound boolean

ErrorOnFailedRound if set to true, marks sensor state as error if the previous trigger round fails. Once sensor state is set to error, no further triggers will be processed.

eventBusName string
loggingFields Record<string, string>
replicas integer
revisionHistoryLimit integer
template object

Triggers is a list of the things that this sensor evokes. These are the outputs from this sensor.

status object

SensorStatus contains information about the status of a sensor.

1 nested properties
status object

Status is a common structure which can be used for Status field.

sync.CreateSyncLimitRequest object
cmName string
key string
limit integer
namespace string
type string
Default: "CONFIGMAP"
Values: "CONFIGMAP" "DATABASE"
sync.DeleteSyncLimitResponse object
sync.SyncConfigType string
sync.SyncLimitResponse object
cmName string
key string
limit integer
namespace string
type string
Default: "CONFIGMAP"
Values: "CONFIGMAP" "DATABASE"
sync.UpdateSyncLimitRequest object
cmName string
key string
limit integer
namespace string
type string
Default: "CONFIGMAP"
Values: "CONFIGMAP" "DATABASE"