operator.tekton.dev group
TektonTrigger is the Schema for the tektontriggers API
v1alpha1 versionobjectTektonTriggerSpec defines the desired state of TektonTrigger
objectConfig holds the configuration for resources created by TektonTrigger
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.
stringstringobject requiredoptions holds additions fields and these fields will be updated on the manifests
objectobjectbooleanobjectobjectobjectstringTargetNamespace is where resources will be installed
objectTektonTriggerStatus defines the observed state of TektonTrigger
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 current installer set name
stringThe version of the installed release