operator.tekton.dev group
TektonConfig is the Schema for the TektonConfigs API
v1alpha1 versionobjectTektonConfigSpec defines the desired state of TektonConfig
objectAddon holds the addons config
booleanDeprecated, will be removed in further release EnablePAC field defines whether to install PAC
[]objectParam declares an string value to use for the parameter called name.
stringstringobjectChain holds the customizable option for chains component
stringoci artifacts config
stringstringstringstringpipelinerun artifacts config
stringstringstringtaskrun artifacts config
stringstringstringstringbuilder config
[]objectEnvVar represents an environment variable present in a Container.
string requiredName of the environment variable. Must be a C_IDENTIFIER.
stringVariable 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 "".
objectSource for the environment variable's value. Cannot be used if value is not empty.
objectSelects a key of a ConfigMap.
string requiredThe key to select.
stringName of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
booleanSpecify whether the ConfigMap or its key must be defined
objectSelects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels['<KEY>'], metadata.annotations['<KEY>'],
spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
stringVersion of the schema the FieldPath is written in terms of, defaults to "v1".
string requiredPath of the field to select in the specified API version.
objectSelects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
stringContainer name: required for volumes, optional for env vars
Specifies the output format of the exposed resources, defaults to "1"
string requiredRequired: resource to select
objectSelects a key of a secret in the pod's namespace
string requiredThe key of the secret to select from. Must be a valid secret key.
stringName of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
booleanSpecify whether the Secret or its key must be defined
boolean requiredenable or disable chains feature
booleangenerate signing key
object requiredoptions holds additions fields and these fields will be updated on the manifests
objectobjectbooleanobjectobjectobjectobjectPerformanceProperties defines the fields which are configurable to tune the performance of component controller
integerboolean requiredif it is true, disables the HA feature
integernumberqueries per second (QPS) and burst to the master from rest API client actually the number multiplied by 2 https://github.com/pierretasci/pipeline/blob/05d67e427c722a2a57e58328d7097e21429b7524/cmd/controller/main.go#L85-L87 defaults: https://github.com/tektoncd/pipeline/blob/34618964300620dca44d10a595e4af84e9903a55/vendor/k8s.io/client-go/rest/config.go#L45-L46
integerbooleanif is true, enable StatefulsetOrdinals mode
integerThe number of workers to use when processing the component controller's work queue
stringstringstringstringstringstringstringstringkms signer config
stringbooleanx509 signer config
stringstringstringstringstringstringstringstringstorage configs
stringstringstringstringbooleanstringstringobjectConfig holds the configuration for resources created by TektonConfig
objectstringPriorityClassName holds the priority class to be set to pod template
[]objectThe pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator .
stringEffect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
stringKey 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.
stringOperator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.
integerTolerationSeconds 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.
stringValue is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.
objectDashboard holds the customizable options for dashboards component
stringobject requiredoptions holds additions fields and these fields will be updated on the manifests
objectobjectbooleanobjectobjectobjectboolean requiredReadonly when set to true configures the Tekton dashboard in read-only mode
objectHub holds the hub config
object requiredoptions holds additions fields and these fields will be updated on the manifests
objectobjectbooleanobjectobjectobject[]objectParam declares an string value to use for the parameter called name.
stringstring[]objectParam declares an string value to use for the parameter called name.
stringstringobjectPipeline holds the customizable option for pipeline component
booleanobjectobjectstringstringstringstringstringstringstringstringstringstringintegerbooleanbooleanstringstringstringbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleannot in use, see: https://github.com/tektoncd/pipeline/pull/7789 this field is removed from pipeline component keeping here to maintain the API compatibility
stringobjectobjectbooleanintegerbooleanstringstringstringstringobject requiredoptions holds additions fields and these fields will be updated on the manifests
objectobjectbooleanobjectobjectobject[]objectParam declares an string value to use for the parameter called name.
stringstringobjectPerformanceProperties defines the fields which are configurable to tune the performance of component controller
integerboolean requiredif it is true, disables the HA feature
integernumberqueries per second (QPS) and burst to the master from rest API client actually the number multiplied by 2 https://github.com/pierretasci/pipeline/blob/05d67e427c722a2a57e58328d7097e21429b7524/cmd/controller/main.go#L85-L87 defaults: https://github.com/tektoncd/pipeline/blob/34618964300620dca44d10a595e4af84e9903a55/vendor/k8s.io/client-go/rest/config.go#L45-L46
integerbooleanif is true, enable StatefulsetOrdinals mode
integerThe number of workers to use when processing the component controller's work queue
booleanstringbooleanbooleanScopeWhenExpressionsToTask is deprecated and never used.
booleanbooleanstringstringobjectPlatforms allows configuring platform specific configurations
objectOpenShift allows configuring openshift specific components and configurations
objectPipelinesAsCode allows configuring PipelinesAsCode configurations
objectAdditionalPACControllers allows to deploy additional PAC controller
booleanEnable or disable pipelines as code by changing this bool
object requiredoptions holds additions fields and these fields will be updated on the manifests
objectobjectbooleanobjectobjectobjectobjectobjectSCC allows configuring security context constraints used by workloads
stringDefault contains the default SCC that will be attached to the service
account used for workloads (pipeline SA by default) and defined in
PipelineProperties.OptionalPipelineProperties.DefaultServiceAccount
stringMaxAllowed specifies the highest SCC that can be requested for in a namespace or in the Default field.
stringobjectPruner holds the prune config
boolean requiredenable or disable pruner feature
integerThe number of resource to keep You dont want to delete all the pipelinerun/taskrun's by a cron
integerKeepSince keeps the resources younger than the specified value Its value is taken in minutes
booleanapply the prune job to the individual resources
[]stringThe resources which need to be pruned
stringHow frequent pruning should happen
integerOptional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones.
objectResult holds the customize option for results component
booleanbooleanbooleanstringstringintegerstringstringstringstringstringboolean requiredenable or disable Result Component
stringstringstringboolean requiredstringstringstringintegerstringstringstringintegerstringstringbooleanstringstringbooleanintegerstringstringstringstringobject requiredOptions holds additions fields and these fields will be updated on the manifests
objectobjectbooleanobjectobjectobjectobjectPerformanceProperties defines the fields which are configurable to tune the performance of component controller
integerboolean requiredif it is true, disables the HA feature
integernumberqueries per second (QPS) and burst to the master from rest API client actually the number multiplied by 2 https://github.com/pierretasci/pipeline/blob/05d67e427c722a2a57e58328d7097e21429b7524/cmd/controller/main.go#L85-L87 defaults: https://github.com/tektoncd/pipeline/blob/34618964300620dca44d10a595e4af84e9903a55/vendor/k8s.io/client-go/rest/config.go#L45-L46
integerbooleanif is true, enable StatefulsetOrdinals mode
integerThe number of workers to use when processing the component controller's work queue
booleanintegerstringname of the secret used to get S3 credentials and pass it as environment variables to the "tekton-results-api" deployment under "api" container
integerstringstringstringTargetNamespace is where resources will be installed
objectholds target namespace metadata
objectobjectobjectNew EventBasedPruner which provides more granular control over TaskRun and PipelineRuns
boolean requiredenable or disable TektonPruner Component
object requiredoptions holds additions fields and these fields will be updated on the manifests
objectobjectbooleanobjectobjectobjectobjectTrigger holds the customizable option for triggers component
stringstringobject requiredoptions holds additions fields and these fields will be updated on the manifests
objectobjectbooleanobjectobjectobjectobjectTektonConfigStatus defines the observed state of TektonConfig
objectAnnotations is additional Status fields for the Resource to save some additional State as well as convey more information to the user. This is roughly akin to Annotations on any k8s resource, just the reconciler conveying richer information outwards.
[]objectCondition defines a readiness condition for a Knative resource. See: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties
stringLastTransitionTime is the last time the condition transitioned from one status to another. We use VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic differences (all other things held constant).
stringA human readable message indicating details about the transition.
stringThe reason for the condition's last transition.
stringSeverity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.
string requiredStatus of the condition, one of True, False, Unknown.
string requiredType of condition.
integerObservedGeneration is the 'Generation' of the Service that was last processed by the controller.
stringThe profile installed
objectThe current installer set name
stringThe version of the installed release