Skip to search

Configuration

pkg.crossplane.io / v1

apiVersion: pkg.crossplane.io/v1 kind: Configuration 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
ConfigurationSpec specifies details about a request to install a configuration to Crossplane.
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/
ignoreCrossplaneConstraints boolean
IgnoreCrossplaneConstraints indicates to the package manager whether to honor Crossplane version constrains specified by the package. Default is false.
package string required
Package is the name of the package that is being requested. must be a fully qualified image name, including the registry, repository, and tag. for example, "registry.example.com/repo/package:tag".
packagePullPolicy string
PackagePullPolicy defines the pull policy for the package. Default is IfNotPresent.
packagePullSecrets []object
PackagePullSecrets are named secrets in the same namespace that can be used to fetch packages from private registries.
name string
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
revisionActivationPolicy string
RevisionActivationPolicy specifies how the package controller should update from one revision to the next. Options are Automatic or Manual. Default is Automatic.
revisionHistoryLimit integer
RevisionHistoryLimit dictates how the package controller cleans up old inactive package revisions. Defaults to 1. Can be disabled by explicitly setting to 0.
format: int64
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.
status object
ConfigurationStatus represents the observed state of a Configuration.
appliedImageConfigRefs []object
AppliedImageConfigRefs records any image configs that were applied in reconciling this package, 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.
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.
currentIdentifier string
CurrentIdentifier is the most recent package source that was used to produce a revision. The package manager uses this field to determine whether to check for package updates for a given source when packagePullPolicy is set to IfNotPresent. Manually removing this field will cause the package manager to check that the current revision is correct for the given package source.
currentRevision string
CurrentRevision is the name of the current package revision. It will reflect the most up to date revision, whether it has been activated or not.
resolvedPackage string
ResolvedPackage is the name of the package that was used for version resolution. It may be different from spec.package if the package path was rewritten using an image config.

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