pkg.crossplane.io / v1 / Configuration
- string
.apiVersion
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
- string
.kind
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
- object
.metadata
- object
.spec
ConfigurationSpec specifies details about a request to install a configuration to Crossplane.
- object
.spec .commonLabels
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/
- boolean
.spec .ignoreCrossplaneConstraints
IgnoreCrossplaneConstraints indicates to the package manager whether to honor Crossplane version constrains specified by the package. Default is false.
- string required
.spec .package
Package is the name of the package that is being requested.
- string
.spec .packagePullPolicy
PackagePullPolicy defines the pull policy for the package. Default is IfNotPresent.
- array
.spec .packagePullSecrets
PackagePullSecrets are named secrets in the same namespace that can be used to fetch packages from private registries.
- string
.spec .packagePullSecrets[] .name
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.spec .revisionActivationPolicy
RevisionActivationPolicy specifies how the package controller should update from one revision to the next. Options are Automatic or Manual. Default is Automatic.
- integer
.spec .revisionHistoryLimit
RevisionHistoryLimit dictates how the package controller cleans up old inactive package revisions. Defaults to 1. Can be disabled by explicitly setting to 0.
- boolean
.spec .skipDependencyResolution
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.
- object
.status
ConfigurationStatus represents the observed state of a Configuration.
- array
.status .conditions
Conditions of the resource.
- string required
.status .conditions[] .lastTransitionTime
LastTransitionTime is the last time this condition transitioned from one status to another.
- string
.status .conditions[] .message
A Message containing details about this condition’s last transition from one status to another, if any.
- integer
.status .conditions[] .observedGeneration
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.
- string required
.status .conditions[] .reason
A Reason for this condition’s last transition from one status to another.
- string required
.status .conditions[] .status
Status of this condition; is it currently True, False, or Unknown?
- string required
.status .conditions[] .type
Type of this condition. At most one of each condition type may apply to a resource at any point in time.
- string
.status .currentIdentifier
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.
- string
.status .currentRevision
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.