Skip to search

FunctionRevision

pkg.crossplane.io / v1

apiVersion: pkg.crossplane.io/v1 kind: FunctionRevision metadata: name: example
View raw schema
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
spec object
FunctionRevisionSpec specifies configuration for a FunctionRevision.
commonAnnotations object
Map of string keys and values that can be used to annotate objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
commonLabels object
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/
desiredState string required
DesiredState of the PackageRevision. Can be either Active or Inactive.
ignoreCrossplaneConstraints boolean
IgnoreCrossplaneConstraints indicates to the package manager whether to honor Crossplane version constrains specified by the package. Default is false.
image string required
Package image used by install Pod to extract package contents.
packagePullPolicy string
PackagePullPolicy defines the pull policy for the package. It is also applied to any images pulled for the package, such as a provider's controller image. Default is IfNotPresent.
packagePullSecrets []object
PackagePullSecrets are named secrets in the same namespace that can be used to fetch packages from private registries. They are also applied to any images pulled for the package, such as a provider's controller image.
name string
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
revision integer required
Revision number. Indicates when the revision will be garbage collected based on the parent's RevisionHistoryLimit.
format: int64
runtimeConfigRef object
RuntimeConfigRef references a RuntimeConfig resource that will be used to configure the package runtime.
apiVersion string
API version of the referent.
kind string
Kind of the referent.
name string required
Name of the RuntimeConfig.
skipDependencyResolution boolean
SkipDependencyResolution indicates to the package manager whether to skip resolving dependencies for a package. Setting this value to true may have unintended consequences. Default is false.
tlsClientSecretName string
TLSClientSecretName is the name of the TLS Secret that stores client certificates of the Provider.
tlsServerSecretName string
TLSServerSecretName is the name of the TLS Secret that stores server certificates of the Provider.
status object
FunctionRevisionStatus represents the observed state of a FunctionRevision.
appliedImageConfigRefs []object
AppliedImageConfigRefs records any image configs that were applied in reconciling this revision, and what they were used for.
name string required
Name is the name of the image config.
reason string required
Reason indicates what the image config was used for.
capabilities []string
Capabilities of this package. Capabilities are opaque strings that may be meaningful to package consumers.
conditions []object
Conditions of the resource.
lastTransitionTime string required
LastTransitionTime is the last time this condition transitioned from one status to another.
format: date-time
message string
A Message containing details about this condition's last transition from one status to another, if any.
observedGeneration integer
ObservedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
format: int64
reason string required
A Reason for this condition's last transition from one status to another.
status string required
Status of this condition; is it currently True, False, or Unknown?
type string required
Type of this condition. At most one of each condition type may apply to a resource at any point in time.
endpoint string
Endpoint is the gRPC endpoint where Crossplane will send RunFunctionRequests.
foundDependencies integer
Dependency information.
format: int64
installedDependencies integer
format: int64
invalidDependencies integer
format: int64
objectRefs []object
References to objects owned by PackageRevision.
apiVersion string required
APIVersion of the referenced object.
kind string required
Kind of the referenced object.
name string required
Name of the referenced object.
uid string
UID of the referenced object.
resolvedImage string
ResolvedPackage is the name of the package that was installed. It may be different from spec.image if the package path was rewritten using an image config.
tlsClientSecretName string
TLSClientSecretName is the name of the TLS Secret that stores client certificates of the Provider.
tlsServerSecretName string
TLSServerSecretName is the name of the TLS Secret that stores server certificates of the Provider.

No matches. Try .spec.commonAnnotations for an exact path