mirror of https://github.com/crossplane/docs.git
Merge pull request #930 from jbw976/1.20-feat-sync
Update feature flags, helm chart values, and APIs for v1.20
This commit is contained in:
commit
38b311182c
|
@ -213,3 +213,200 @@ spec:
|
||||||
storage: true
|
storage: true
|
||||||
subresources:
|
subresources:
|
||||||
status: {}
|
status: {}
|
||||||
|
- additionalPrinterColumns:
|
||||||
|
- jsonPath: .metadata.annotations.crossplane\.io/usage-details
|
||||||
|
name: DETAILS
|
||||||
|
type: string
|
||||||
|
- jsonPath: .status.conditions[?(@.type=='Ready')].status
|
||||||
|
name: READY
|
||||||
|
type: string
|
||||||
|
- jsonPath: .metadata.creationTimestamp
|
||||||
|
name: AGE
|
||||||
|
type: date
|
||||||
|
name: v1beta1
|
||||||
|
schema:
|
||||||
|
openAPIV3Schema:
|
||||||
|
description: |-
|
||||||
|
A Usage defines a deletion blocking relationship between two resources.
|
||||||
|
|
||||||
|
Usages prevent accidental deletion of a single resource or deletion of
|
||||||
|
resources with dependent resources.
|
||||||
|
|
||||||
|
Read the Crossplane documentation for
|
||||||
|
[more information about Compositions](https://docs.crossplane.io/latest/concepts/usages).
|
||||||
|
properties:
|
||||||
|
apiVersion:
|
||||||
|
description: |-
|
||||||
|
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
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
description: |-
|
||||||
|
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
|
||||||
|
type: string
|
||||||
|
metadata:
|
||||||
|
type: object
|
||||||
|
spec:
|
||||||
|
description: UsageSpec defines the desired state of Usage.
|
||||||
|
properties:
|
||||||
|
by:
|
||||||
|
description: By is the resource that is "using the other resource".
|
||||||
|
properties:
|
||||||
|
apiVersion:
|
||||||
|
description: API version of the referent.
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
description: |-
|
||||||
|
Kind of the referent.
|
||||||
|
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
||||||
|
type: string
|
||||||
|
resourceRef:
|
||||||
|
description: Reference to the resource.
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
description: Name of the referent.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
type: object
|
||||||
|
resourceSelector:
|
||||||
|
description: |-
|
||||||
|
Selector to the resource.
|
||||||
|
This field will be ignored if ResourceRef is set.
|
||||||
|
properties:
|
||||||
|
matchControllerRef:
|
||||||
|
description: |-
|
||||||
|
MatchControllerRef ensures an object with the same controller reference
|
||||||
|
as the selecting object is selected.
|
||||||
|
type: boolean
|
||||||
|
matchLabels:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
description: MatchLabels ensures an object with matching labels
|
||||||
|
is selected.
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
x-kubernetes-validations:
|
||||||
|
- message: either a resource reference or a resource selector should
|
||||||
|
be set.
|
||||||
|
rule: has(self.resourceRef) || has(self.resourceSelector)
|
||||||
|
of:
|
||||||
|
description: Of is the resource that is "being used".
|
||||||
|
properties:
|
||||||
|
apiVersion:
|
||||||
|
description: API version of the referent.
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
description: |-
|
||||||
|
Kind of the referent.
|
||||||
|
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
||||||
|
type: string
|
||||||
|
resourceRef:
|
||||||
|
description: Reference to the resource.
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
description: Name of the referent.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
type: object
|
||||||
|
resourceSelector:
|
||||||
|
description: |-
|
||||||
|
Selector to the resource.
|
||||||
|
This field will be ignored if ResourceRef is set.
|
||||||
|
properties:
|
||||||
|
matchControllerRef:
|
||||||
|
description: |-
|
||||||
|
MatchControllerRef ensures an object with the same controller reference
|
||||||
|
as the selecting object is selected.
|
||||||
|
type: boolean
|
||||||
|
matchLabels:
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
|
description: MatchLabels ensures an object with matching labels
|
||||||
|
is selected.
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
x-kubernetes-validations:
|
||||||
|
- message: either a resource reference or a resource selector should
|
||||||
|
be set.
|
||||||
|
rule: has(self.resourceRef) || has(self.resourceSelector)
|
||||||
|
reason:
|
||||||
|
description: Reason is the reason for blocking deletion of the resource.
|
||||||
|
type: string
|
||||||
|
replayDeletion:
|
||||||
|
description: ReplayDeletion will trigger a deletion on the used resource
|
||||||
|
during the deletion of the usage itself, if it was attempted to
|
||||||
|
be deleted at least once.
|
||||||
|
type: boolean
|
||||||
|
required:
|
||||||
|
- of
|
||||||
|
type: object
|
||||||
|
x-kubernetes-validations:
|
||||||
|
- message: either "spec.by" or "spec.reason" must be specified.
|
||||||
|
rule: has(self.by) || has(self.reason)
|
||||||
|
status:
|
||||||
|
description: UsageStatus defines the observed state of Usage.
|
||||||
|
properties:
|
||||||
|
conditions:
|
||||||
|
description: Conditions of the resource.
|
||||||
|
items:
|
||||||
|
description: A Condition that may apply to a resource.
|
||||||
|
properties:
|
||||||
|
lastTransitionTime:
|
||||||
|
description: |-
|
||||||
|
LastTransitionTime is the last time this condition transitioned from one
|
||||||
|
status to another.
|
||||||
|
format: date-time
|
||||||
|
type: string
|
||||||
|
message:
|
||||||
|
description: |-
|
||||||
|
A Message containing details about this condition's last transition from
|
||||||
|
one status to another, if any.
|
||||||
|
type: string
|
||||||
|
observedGeneration:
|
||||||
|
description: |-
|
||||||
|
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
|
||||||
|
type: integer
|
||||||
|
reason:
|
||||||
|
description: A Reason for this condition's last transition from
|
||||||
|
one status to another.
|
||||||
|
type: string
|
||||||
|
status:
|
||||||
|
description: Status of this condition; is it currently True,
|
||||||
|
False, or Unknown?
|
||||||
|
type: string
|
||||||
|
type:
|
||||||
|
description: |-
|
||||||
|
Type of this condition. At most one of each condition type may apply to
|
||||||
|
a resource at any point in time.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- lastTransitionTime
|
||||||
|
- reason
|
||||||
|
- status
|
||||||
|
- type
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
x-kubernetes-list-map-keys:
|
||||||
|
- type
|
||||||
|
x-kubernetes-list-type: map
|
||||||
|
type: object
|
||||||
|
required:
|
||||||
|
- spec
|
||||||
|
type: object
|
||||||
|
served: true
|
||||||
|
storage: false
|
||||||
|
subresources:
|
||||||
|
status: {}
|
||||||
|
|
|
@ -146,6 +146,27 @@ spec:
|
||||||
description: PackageRevisionStatus represents the observed state of a
|
description: PackageRevisionStatus represents the observed state of a
|
||||||
PackageRevision.
|
PackageRevision.
|
||||||
properties:
|
properties:
|
||||||
|
appliedImageConfigRefs:
|
||||||
|
description: |-
|
||||||
|
AppliedImageConfigRefs records any image configs that were applied in
|
||||||
|
reconciling this revision, and what they were used for.
|
||||||
|
items:
|
||||||
|
description: |-
|
||||||
|
ImageConfigRef is a reference to an image config that indicates how the
|
||||||
|
referenced image config was used by the package manager.
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
description: Name is the name of the image config.
|
||||||
|
type: string
|
||||||
|
reason:
|
||||||
|
description: Reason indicates what the image config was used
|
||||||
|
for.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
- reason
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
conditions:
|
conditions:
|
||||||
description: Conditions of the resource.
|
description: Conditions of the resource.
|
||||||
items:
|
items:
|
||||||
|
@ -281,6 +302,12 @@ spec:
|
||||||
- verbs
|
- verbs
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
resolvedImage:
|
||||||
|
description: |-
|
||||||
|
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.
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
|
|
|
@ -138,6 +138,27 @@ spec:
|
||||||
status:
|
status:
|
||||||
description: ConfigurationStatus represents the observed state of a Configuration.
|
description: ConfigurationStatus represents the observed state of a Configuration.
|
||||||
properties:
|
properties:
|
||||||
|
appliedImageConfigRefs:
|
||||||
|
description: |-
|
||||||
|
AppliedImageConfigRefs records any image configs that were applied in
|
||||||
|
reconciling this package, and what they were used for.
|
||||||
|
items:
|
||||||
|
description: |-
|
||||||
|
ImageConfigRef is a reference to an image config that indicates how the
|
||||||
|
referenced image config was used by the package manager.
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
description: Name is the name of the image config.
|
||||||
|
type: string
|
||||||
|
reason:
|
||||||
|
description: Reason indicates what the image config was used
|
||||||
|
for.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
- reason
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
conditions:
|
conditions:
|
||||||
description: Conditions of the resource.
|
description: Conditions of the resource.
|
||||||
items:
|
items:
|
||||||
|
@ -199,6 +220,12 @@ spec:
|
||||||
reflect the most up to date revision, whether it has been activated or
|
reflect the most up to date revision, whether it has been activated or
|
||||||
not.
|
not.
|
||||||
type: string
|
type: string
|
||||||
|
resolvedPackage:
|
||||||
|
description: |-
|
||||||
|
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.
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
|
|
|
@ -189,6 +189,27 @@ spec:
|
||||||
description: FunctionRevisionStatus represents the observed state of a
|
description: FunctionRevisionStatus represents the observed state of a
|
||||||
FunctionRevision.
|
FunctionRevision.
|
||||||
properties:
|
properties:
|
||||||
|
appliedImageConfigRefs:
|
||||||
|
description: |-
|
||||||
|
AppliedImageConfigRefs records any image configs that were applied in
|
||||||
|
reconciling this revision, and what they were used for.
|
||||||
|
items:
|
||||||
|
description: |-
|
||||||
|
ImageConfigRef is a reference to an image config that indicates how the
|
||||||
|
referenced image config was used by the package manager.
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
description: Name is the name of the image config.
|
||||||
|
type: string
|
||||||
|
reason:
|
||||||
|
description: Reason indicates what the image config was used
|
||||||
|
for.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
- reason
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
conditions:
|
conditions:
|
||||||
description: Conditions of the resource.
|
description: Conditions of the resource.
|
||||||
items:
|
items:
|
||||||
|
@ -329,6 +350,12 @@ spec:
|
||||||
- verbs
|
- verbs
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
resolvedImage:
|
||||||
|
description: |-
|
||||||
|
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.
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
|
@ -507,6 +534,27 @@ spec:
|
||||||
description: FunctionRevisionStatus represents the observed state of a
|
description: FunctionRevisionStatus represents the observed state of a
|
||||||
FunctionRevision.
|
FunctionRevision.
|
||||||
properties:
|
properties:
|
||||||
|
appliedImageConfigRefs:
|
||||||
|
description: |-
|
||||||
|
AppliedImageConfigRefs records any image configs that were applied in
|
||||||
|
reconciling this revision, and what they were used for.
|
||||||
|
items:
|
||||||
|
description: |-
|
||||||
|
ImageConfigRef is a reference to an image config that indicates how the
|
||||||
|
referenced image config was used by the package manager.
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
description: Name is the name of the image config.
|
||||||
|
type: string
|
||||||
|
reason:
|
||||||
|
description: Reason indicates what the image config was used
|
||||||
|
for.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
- reason
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
conditions:
|
conditions:
|
||||||
description: Conditions of the resource.
|
description: Conditions of the resource.
|
||||||
items:
|
items:
|
||||||
|
@ -647,6 +695,12 @@ spec:
|
||||||
- verbs
|
- verbs
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
resolvedImage:
|
||||||
|
description: |-
|
||||||
|
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.
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
|
|
|
@ -168,6 +168,27 @@ spec:
|
||||||
status:
|
status:
|
||||||
description: FunctionStatus represents the observed state of a Function.
|
description: FunctionStatus represents the observed state of a Function.
|
||||||
properties:
|
properties:
|
||||||
|
appliedImageConfigRefs:
|
||||||
|
description: |-
|
||||||
|
AppliedImageConfigRefs records any image configs that were applied in
|
||||||
|
reconciling this package, and what they were used for.
|
||||||
|
items:
|
||||||
|
description: |-
|
||||||
|
ImageConfigRef is a reference to an image config that indicates how the
|
||||||
|
referenced image config was used by the package manager.
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
description: Name is the name of the image config.
|
||||||
|
type: string
|
||||||
|
reason:
|
||||||
|
description: Reason indicates what the image config was used
|
||||||
|
for.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
- reason
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
conditions:
|
conditions:
|
||||||
description: Conditions of the resource.
|
description: Conditions of the resource.
|
||||||
items:
|
items:
|
||||||
|
@ -229,6 +250,12 @@ spec:
|
||||||
reflect the most up to date revision, whether it has been activated or
|
reflect the most up to date revision, whether it has been activated or
|
||||||
not.
|
not.
|
||||||
type: string
|
type: string
|
||||||
|
resolvedPackage:
|
||||||
|
description: |-
|
||||||
|
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.
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
|
@ -386,6 +413,27 @@ spec:
|
||||||
status:
|
status:
|
||||||
description: FunctionStatus represents the observed state of a Function.
|
description: FunctionStatus represents the observed state of a Function.
|
||||||
properties:
|
properties:
|
||||||
|
appliedImageConfigRefs:
|
||||||
|
description: |-
|
||||||
|
AppliedImageConfigRefs records any image configs that were applied in
|
||||||
|
reconciling this package, and what they were used for.
|
||||||
|
items:
|
||||||
|
description: |-
|
||||||
|
ImageConfigRef is a reference to an image config that indicates how the
|
||||||
|
referenced image config was used by the package manager.
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
description: Name is the name of the image config.
|
||||||
|
type: string
|
||||||
|
reason:
|
||||||
|
description: Reason indicates what the image config was used
|
||||||
|
for.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
- reason
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
conditions:
|
conditions:
|
||||||
description: Conditions of the resource.
|
description: Conditions of the resource.
|
||||||
items:
|
items:
|
||||||
|
@ -447,6 +495,12 @@ spec:
|
||||||
reflect the most up to date revision, whether it has been activated or
|
reflect the most up to date revision, whether it has been activated or
|
||||||
not.
|
not.
|
||||||
type: string
|
type: string
|
||||||
|
resolvedPackage:
|
||||||
|
description: |-
|
||||||
|
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.
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
|
|
|
@ -47,13 +47,19 @@ spec:
|
||||||
description: ImageConfigSpec contains the configuration for matching images.
|
description: ImageConfigSpec contains the configuration for matching images.
|
||||||
properties:
|
properties:
|
||||||
matchImages:
|
matchImages:
|
||||||
description: MatchImages is a list of image matching rules that should
|
description: |-
|
||||||
be satisfied.
|
MatchImages is a list of image matching rules. This ImageConfig will
|
||||||
|
match an image if any one of these rules is satisfied. In the case where
|
||||||
|
multiple ImageConfigs match an image for a given purpose the one with the
|
||||||
|
most specific match will be used. If multiple rules of equal specificity
|
||||||
|
match an arbitrary one will be selected.
|
||||||
items:
|
items:
|
||||||
description: ImageMatch defines a rule for matching image.
|
description: ImageMatch defines a rule for matching image.
|
||||||
properties:
|
properties:
|
||||||
prefix:
|
prefix:
|
||||||
description: Prefix is the prefix that should be matched.
|
description: |-
|
||||||
|
Prefix is the prefix that should be matched. When multiple prefix rules
|
||||||
|
match an image path, the longest one takes precedence.
|
||||||
type: string
|
type: string
|
||||||
type:
|
type:
|
||||||
default: Prefix
|
default: Prefix
|
||||||
|
@ -95,6 +101,19 @@ spec:
|
||||||
- pullSecretRef
|
- pullSecretRef
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
rewriteImage:
|
||||||
|
description: RewriteImage defines how a matched image's path should
|
||||||
|
be rewritten.
|
||||||
|
properties:
|
||||||
|
prefix:
|
||||||
|
description: |-
|
||||||
|
Prefix is the prefix that will replace the portion of the image's path
|
||||||
|
matched by the prefix in the ImageMatch. If multiple prefixes matched,
|
||||||
|
the longest one will be replaced.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- prefix
|
||||||
|
type: object
|
||||||
verification:
|
verification:
|
||||||
description: Verification contains the configuration for verifying
|
description: Verification contains the configuration for verifying
|
||||||
the image.
|
the image.
|
||||||
|
|
|
@ -44,6 +44,9 @@ spec:
|
||||||
items:
|
items:
|
||||||
description: LockPackage is a package that is in the lock.
|
description: LockPackage is a package that is in the lock.
|
||||||
properties:
|
properties:
|
||||||
|
apiVersion:
|
||||||
|
description: APIVersion of the package.
|
||||||
|
type: string
|
||||||
dependencies:
|
dependencies:
|
||||||
description: |-
|
description: |-
|
||||||
Dependencies are the list of dependencies of this package. The order of
|
Dependencies are the list of dependencies of this package. The order of
|
||||||
|
@ -52,25 +55,39 @@ spec:
|
||||||
description: A Dependency is a dependency of a package in the
|
description: A Dependency is a dependency of a package in the
|
||||||
lock.
|
lock.
|
||||||
properties:
|
properties:
|
||||||
|
apiVersion:
|
||||||
|
description: APIVersion of the package.
|
||||||
|
type: string
|
||||||
constraints:
|
constraints:
|
||||||
description: |-
|
description: |-
|
||||||
Constraints is a valid semver range or a digest, which will be used to select a valid
|
Constraints is a valid semver range or a digest, which will be used to select a valid
|
||||||
dependency version.
|
dependency version.
|
||||||
type: string
|
type: string
|
||||||
|
kind:
|
||||||
|
description: Kind of the package (not the kind of the package
|
||||||
|
revision).
|
||||||
|
type: string
|
||||||
package:
|
package:
|
||||||
description: Package is the OCI image name without a tag or
|
description: Package is the OCI image name without a tag or
|
||||||
digest.
|
digest.
|
||||||
type: string
|
type: string
|
||||||
type:
|
type:
|
||||||
description: Type is the type of package. Can be either Configuration
|
description: |-
|
||||||
or Provider.
|
Type is the type of package. Can be either Configuration or Provider.
|
||||||
|
Deprecated: Specify an apiVersion and kind instead.
|
||||||
|
enum:
|
||||||
|
- Configuration
|
||||||
|
- Provider
|
||||||
|
- Function
|
||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
- constraints
|
- constraints
|
||||||
- package
|
- package
|
||||||
- type
|
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
kind:
|
||||||
|
description: Kind of the package (not the kind of the package revision).
|
||||||
|
type: string
|
||||||
name:
|
name:
|
||||||
description: Name corresponds to the name of the package revision
|
description: Name corresponds to the name of the package revision
|
||||||
for this package.
|
for this package.
|
||||||
|
@ -79,8 +96,13 @@ spec:
|
||||||
description: Source is the OCI image name without a tag or digest.
|
description: Source is the OCI image name without a tag or digest.
|
||||||
type: string
|
type: string
|
||||||
type:
|
type:
|
||||||
description: Type is the type of package. Can be either Configuration
|
description: |-
|
||||||
or Provider.
|
Type is the type of package.
|
||||||
|
Deprecated: Specify an apiVersion and kind instead.
|
||||||
|
enum:
|
||||||
|
- Configuration
|
||||||
|
- Provider
|
||||||
|
- Function
|
||||||
type: string
|
type: string
|
||||||
version:
|
version:
|
||||||
description: Version is the tag or digest of the OCI image.
|
description: Version is the tag or digest of the OCI image.
|
||||||
|
@ -89,7 +111,6 @@ spec:
|
||||||
- dependencies
|
- dependencies
|
||||||
- name
|
- name
|
||||||
- source
|
- source
|
||||||
- type
|
|
||||||
- version
|
- version
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
|
|
@ -189,6 +189,27 @@ spec:
|
||||||
description: PackageRevisionStatus represents the observed state of a
|
description: PackageRevisionStatus represents the observed state of a
|
||||||
PackageRevision.
|
PackageRevision.
|
||||||
properties:
|
properties:
|
||||||
|
appliedImageConfigRefs:
|
||||||
|
description: |-
|
||||||
|
AppliedImageConfigRefs records any image configs that were applied in
|
||||||
|
reconciling this revision, and what they were used for.
|
||||||
|
items:
|
||||||
|
description: |-
|
||||||
|
ImageConfigRef is a reference to an image config that indicates how the
|
||||||
|
referenced image config was used by the package manager.
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
description: Name is the name of the image config.
|
||||||
|
type: string
|
||||||
|
reason:
|
||||||
|
description: Reason indicates what the image config was used
|
||||||
|
for.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
- reason
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
conditions:
|
conditions:
|
||||||
description: Conditions of the resource.
|
description: Conditions of the resource.
|
||||||
items:
|
items:
|
||||||
|
@ -324,6 +345,12 @@ spec:
|
||||||
- verbs
|
- verbs
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
resolvedImage:
|
||||||
|
description: |-
|
||||||
|
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.
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
|
|
|
@ -170,6 +170,27 @@ spec:
|
||||||
status:
|
status:
|
||||||
description: ProviderStatus represents the observed state of a Provider.
|
description: ProviderStatus represents the observed state of a Provider.
|
||||||
properties:
|
properties:
|
||||||
|
appliedImageConfigRefs:
|
||||||
|
description: |-
|
||||||
|
AppliedImageConfigRefs records any image configs that were applied in
|
||||||
|
reconciling this package, and what they were used for.
|
||||||
|
items:
|
||||||
|
description: |-
|
||||||
|
ImageConfigRef is a reference to an image config that indicates how the
|
||||||
|
referenced image config was used by the package manager.
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
description: Name is the name of the image config.
|
||||||
|
type: string
|
||||||
|
reason:
|
||||||
|
description: Reason indicates what the image config was used
|
||||||
|
for.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
- reason
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
conditions:
|
conditions:
|
||||||
description: Conditions of the resource.
|
description: Conditions of the resource.
|
||||||
items:
|
items:
|
||||||
|
@ -231,6 +252,12 @@ spec:
|
||||||
reflect the most up to date revision, whether it has been activated or
|
reflect the most up to date revision, whether it has been activated or
|
||||||
not.
|
not.
|
||||||
type: string
|
type: string
|
||||||
|
resolvedPackage:
|
||||||
|
description: |-
|
||||||
|
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.
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
|
|
|
@ -285,15 +285,15 @@ installations. Suppose configuration A, which depends on package X with the
|
||||||
constraint`>=v0.0.0`, is installed on the control plane. In this case, the package
|
constraint`>=v0.0.0`, is installed on the control plane. In this case, the package
|
||||||
manager installs the latest version of package X, such as `v3.0.0`. Later, you decide
|
manager installs the latest version of package X, such as `v3.0.0`. Later, you decide
|
||||||
to install configuration B, which depends on package X with the constraint `<=v2.0.0`.
|
to install configuration B, which depends on package X with the constraint `<=v2.0.0`.
|
||||||
Since version `v2.0.0`satisfies both conditions, package X must be downgraded to
|
Since version `v2.0.0` satisfies both conditions, package X must be downgraded to
|
||||||
allow the installation of configuration B which is disabled by default.
|
allow the installation of configuration B which is disabled by default.
|
||||||
|
|
||||||
For enabling automatic dependency version downgrades, there is a configuration
|
Automatic dependency version downgrades is also an alpha feature that can be
|
||||||
option as a helm value `packageManager.enableAutomaticDependencyDowngrade=true`.
|
enabled with the `--enable-dependency-version-downgrades` flag. Downgrading a
|
||||||
Downgrading a package can cause unexpected behavior, therefore, this
|
package can cause unexpected behavior, therefore, this option is disabled by
|
||||||
option is disabled by default. After enabling this option, the package manager will
|
default. After enabling this option, the package manager will automatically
|
||||||
automatically downgrade a package's dependency version to the maximum valid version
|
downgrade a package's dependency version to the maximum valid version that
|
||||||
that satisfies the constraints.
|
satisfies the constraints.
|
||||||
|
|
||||||
{{<hint "note" >}}
|
{{<hint "note" >}}
|
||||||
This configuration requires the `--enable-dependency-version-upgrades` flag.
|
This configuration requires the `--enable-dependency-version-upgrades` flag.
|
||||||
|
|
|
@ -308,15 +308,15 @@ installations. Suppose configuration A, which depends on package X with the
|
||||||
constraint`>=v0.0.0`, is installed on the control plane. In this case, the package
|
constraint`>=v0.0.0`, is installed on the control plane. In this case, the package
|
||||||
manager installs the latest version of package X, such as `v3.0.0`. Later, you decide
|
manager installs the latest version of package X, such as `v3.0.0`. Later, you decide
|
||||||
to install configuration B, which depends on package X with the constraint `<=v2.0.0`.
|
to install configuration B, which depends on package X with the constraint `<=v2.0.0`.
|
||||||
Since version `v2.0.0`satisfies both conditions, package X must be downgraded to
|
Since version `v2.0.0` satisfies both conditions, package X must be downgraded to
|
||||||
allow the installation of configuration B which is disabled by default.
|
allow the installation of configuration B which is disabled by default.
|
||||||
|
|
||||||
For enabling automatic dependency version downgrades, there is a configuration
|
Automatic dependency version downgrades is also an alpha feature that can be
|
||||||
option as a helm value `packageManager.enableAutomaticDependencyDowngrade=true`.
|
enabled with the `--enable-dependency-version-downgrades` flag. Downgrading a
|
||||||
Downgrading a package can cause unexpected behavior, therefore, this
|
package can cause unexpected behavior, therefore, this option is disabled by
|
||||||
option is disabled by default. After enabling this option, the package manager will
|
default. After enabling this option, the package manager will automatically
|
||||||
automatically downgrade a package's dependency version to the maximum valid version
|
downgrade a package's dependency version to the maximum valid version that
|
||||||
that satisfies the constraints.
|
satisfies the constraints.
|
||||||
|
|
||||||
{{<hint "note" >}}
|
{{<hint "note" >}}
|
||||||
This configuration requires the `--enable-dependency-version-upgrades` flag.
|
This configuration requires the `--enable-dependency-version-upgrades` flag.
|
||||||
|
|
|
@ -132,6 +132,9 @@ Apply customizations with the command line or with a Helm _values_ file.
|
||||||
| `extraVolumeMountsCrossplane` | Add custom `volumeMounts` to the Crossplane pod. | `{}` |
|
| `extraVolumeMountsCrossplane` | Add custom `volumeMounts` to the Crossplane pod. | `{}` |
|
||||||
| `extraVolumesCrossplane` | Add custom `volumes` to the Crossplane pod. | `{}` |
|
| `extraVolumesCrossplane` | Add custom `volumes` to the Crossplane pod. | `{}` |
|
||||||
| `function.packages` | A list of Function packages to install | `[]` |
|
| `function.packages` | A list of Function packages to install | `[]` |
|
||||||
|
| `functionCache.medium` | Set to `Memory` to hold the function cache in a RAM backed file system. Useful for Crossplane development. | `""` |
|
||||||
|
| `functionCache.pvc` | The name of a PersistentVolumeClaim to use as the function cache. Disables the default function cache `emptyDir` Volume. | `""` |
|
||||||
|
| `functionCache.sizeLimit` | The size limit for the function cache. If medium is `Memory` the `sizeLimit` can't exceed Node memory. | `"512Mi"` |
|
||||||
| `hostNetwork` | Enable `hostNetwork` for the Crossplane deployment. Caution: enabling `hostNetwork` grants the Crossplane Pod access to the host network namespace. Consider setting `dnsPolicy` to `ClusterFirstWithHostNet`. | `false` |
|
| `hostNetwork` | Enable `hostNetwork` for the Crossplane deployment. Caution: enabling `hostNetwork` grants the Crossplane Pod access to the host network namespace. Consider setting `dnsPolicy` to `ClusterFirstWithHostNet`. | `false` |
|
||||||
| `image.pullPolicy` | The image pull policy used for Crossplane and RBAC Manager pods. | `"IfNotPresent"` |
|
| `image.pullPolicy` | The image pull policy used for Crossplane and RBAC Manager pods. | `"IfNotPresent"` |
|
||||||
| `image.repository` | Repository for the Crossplane pod image. | `"xpkg.crossplane.io/crossplane/crossplane"` |
|
| `image.repository` | Repository for the Crossplane pod image. | `"xpkg.crossplane.io/crossplane/crossplane"` |
|
||||||
|
@ -145,7 +148,6 @@ Apply customizations with the command line or with a Helm _values_ file.
|
||||||
| `packageCache.medium` | Set to `Memory` to hold the package cache in a RAM backed file system. Useful for Crossplane development. | `""` |
|
| `packageCache.medium` | Set to `Memory` to hold the package cache in a RAM backed file system. Useful for Crossplane development. | `""` |
|
||||||
| `packageCache.pvc` | The name of a PersistentVolumeClaim to use as the package cache. Disables the default package cache `emptyDir` Volume. | `""` |
|
| `packageCache.pvc` | The name of a PersistentVolumeClaim to use as the package cache. Disables the default package cache `emptyDir` Volume. | `""` |
|
||||||
| `packageCache.sizeLimit` | The size limit for the package cache. If medium is `Memory` the `sizeLimit` can't exceed Node memory. | `"20Mi"` |
|
| `packageCache.sizeLimit` | The size limit for the package cache. If medium is `Memory` the `sizeLimit` can't exceed Node memory. | `"20Mi"` |
|
||||||
| `packageManager.enableAutomaticDependencyDowngrade` | Enable automatic dependency version downgrades. This configuration is only used when `--enable-dependency-version-upgrades` flag is passed. | `false` |
|
|
||||||
| `podSecurityContextCrossplane` | Add a custom `securityContext` to the Crossplane pod. | `{}` |
|
| `podSecurityContextCrossplane` | Add a custom `securityContext` to the Crossplane pod. | `{}` |
|
||||||
| `podSecurityContextRBACManager` | Add a custom `securityContext` to the RBAC Manager pod. | `{}` |
|
| `podSecurityContextRBACManager` | Add a custom `securityContext` to the RBAC Manager pod. | `{}` |
|
||||||
| `priorityClassName` | The PriorityClass name to apply to the Crossplane and RBAC Manager pods. | `""` |
|
| `priorityClassName` | The PriorityClass name to apply to the Crossplane and RBAC Manager pods. | `""` |
|
||||||
|
@ -265,10 +267,12 @@ at the table below.
|
||||||
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
|
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
|
||||||
| Beta | `--enable-usages` | Enable support for Usages. |
|
| Beta | `--enable-usages` | Enable support for Usages. |
|
||||||
| Beta | `--enable-ssa-claims` | Enable support for using server-side apply to sync claims with XRs. |
|
| Beta | `--enable-ssa-claims` | Enable support for using server-side apply to sync claims with XRs. |
|
||||||
|
| Beta | `--enable-realtime-compositions` | Enable support for real time compositions. |
|
||||||
| Alpha | `--enable-external-secret-stores` | Enable support for External Secret Stores. |
|
| Alpha | `--enable-external-secret-stores` | Enable support for External Secret Stores. |
|
||||||
| Alpha | `--enable-realtime-compositions` | Enable support for real time compositions. |
|
| Alpha | `--enable-dependency-version-upgrades` | Enable automatic version upgrades of dependencies when updating packages. |
|
||||||
| Alpha | `--enable-dependency-version-upgrades ` | Enable automatic version upgrades of dependencies when updating packages. |
|
| Alpha | `--enable-dependency-version-downgrades` | Enable automatic version downgrades of dependencies when updating packages. |
|
||||||
| Alpha | `--enable-signature-verification` | Enable support for package signature verification via ImageConfig API. |
|
| Alpha | `--enable-signature-verification` | Enable support for package signature verification via ImageConfig API. |
|
||||||
|
| Alpha | `--enable-function-response-cache` | Enable support for caching composition function responses. |
|
||||||
{{< /table >}}
|
{{< /table >}}
|
||||||
{{< /expand >}}
|
{{< /expand >}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue