description:Alert is the Schema for the alerts API
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:AlertSpec defines an alerting rule for events involving a
list of objects
properties:
eventSeverity:
default:info
description:Filter events based on severity, defaults to ('info').
If set to 'info' no events will be filtered.
enum:
- info
- error
type:string
eventSources:
description:Filter events based on the involved objects.
items:
description:CrossNamespaceObjectReference contains enough information
to let you locate the typed referenced object at cluster level
properties:
apiVersion:
description:API version of the referent
type:string
kind:
description:Kind of the referent
enum:
- Bucket
- GitRepository
- Kustomization
- HelmRelease
- HelmChart
- HelmRepository
- ImageRepository
- ImagePolicy
- ImageUpdateAutomation
type:string
matchLabels:
additionalProperties:
type:string
description:MatchLabels is a map of {key,value} pairs. A single
{key,value} in the matchLabels map is equivalent to an element
of matchExpressions, whose key field is "key", the operator
is "In", and the values array contains only "value". The requirements
are ANDed.
type:object
name:
description:Name of the referent
maxLength:53
minLength:1
type:string
namespace:
description:Namespace of the referent
maxLength:53
minLength:1
type:string
required:
- name
type:object
type:array
exclusionList:
description:A list of Golang regular expressions to be used for excluding
messages.
items:
type:string
type:array
providerRef:
description:Send events using this provider.
properties:
name:
description:Name of the referent
type:string
required:
- name
type:object
summary:
description:Short description of the impact and affected cluster.
type:string
suspend:
description:This flag tells the controller to suspend subsequent
events dispatching. Defaults to false.
type:boolean
required:
- eventSources
- providerRef
type:object
status:
default:
observedGeneration:-1
description:AlertStatus defines the observed state of Alert
properties:
conditions:
items:
description:"Condition contains details for one aspect of the current
state of this API Resource. --- This struct is intended for direct
use as an array at the field path .status.conditions. For example,
type FooStatus struct{ // Represents the observations of a
foo's current state. // Known .status.conditions.type are:
\"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type
description:Bucket is the Schema for the buckets API
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:BucketSpec defines the desired state of an S3 compatible
bucket
properties:
accessFrom:
description:AccessFrom defines an Access Control List for allowing
cross-namespace references to this object.
properties:
namespaceSelectors:
description:NamespaceSelectors is the list of namespace selectors
to which this ACL applies. Items in this list are evaluated
using a logical OR operation.
items:
description:NamespaceSelector selects the namespaces to which
this ACL applies. An empty map of MatchLabels matches all
namespaces in a cluster.
properties:
matchLabels:
additionalProperties:
type:string
description:MatchLabels is a map of {key,value} pairs.
A single {key,value} in the matchLabels map is equivalent
to an element of matchExpressions, whose key field is
"key",the operator is "In", and the values array contains
only "value". The requirements are ANDed.
type:object
type:object
type:array
required:
- namespaceSelectors
type:object
bucketName:
description:The bucket name.
type:string
endpoint:
description:The bucket endpoint address.
type:string
ignore:
description:Ignore overrides the set of excluded patterns in the
.sourceignore format (which is the same as .gitignore). If not provided,
a default will be used, consult the documentation for your version
to find out what those are.
type:string
insecure:
description:Insecure allows connecting to a non-TLS S3 HTTP endpoint.
type:boolean
interval:
description:The interval at which to check for bucket updates.
description:GitRepository is the Schema for the gitrepositories API
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:GitRepositorySpec defines the desired state of a Git repository.
properties:
accessFrom:
description:AccessFrom defines an Access Control List for allowing
cross-namespace references to this object.
properties:
namespaceSelectors:
description:NamespaceSelectors is the list of namespace selectors
to which this ACL applies. Items in this list are evaluated
using a logical OR operation.
items:
description:NamespaceSelector selects the namespaces to which
this ACL applies. An empty map of MatchLabels matches all
namespaces in a cluster.
properties:
matchLabels:
additionalProperties:
type:string
description:MatchLabels is a map of {key,value} pairs.
A single {key,value} in the matchLabels map is equivalent
to an element of matchExpressions, whose key field is
"key",the operator is "In", and the values array contains
only "value". The requirements are ANDed.
type:object
type:object
type:array
required:
- namespaceSelectors
type:object
gitImplementation:
default:go-git
description:Determines which git client library to use. Defaults
to go-git, valid values are ('go-git', 'libgit2').
enum:
- go-git
- libgit2
type:string
ignore:
description:Ignore overrides the set of excluded patterns in the
.sourceignore format (which is the same as .gitignore). If not provided,
a default will be used, consult the documentation for your version
to find out what those are.
type:string
include:
description:Extra git repositories to map into the repository
items:
description:GitRepositoryInclude defines a source with a from and
to path.
properties:
fromPath:
description:The path to copy contents from, defaults to the
root directory.
type:string
repository:
description:Reference to a GitRepository to include.
properties:
name:
description:Name of the referent
type:string
required:
- name
type:object
toPath:
description:The path to copy contents to, defaults to the name
of the source ref.
type:string
required:
- repository
type:object
type:array
interval:
description:The interval at which to check for repository updates.
type:string
recurseSubmodules:
description:When enabled, after the clone is created, initializes
all submodules within, using their default settings. This option
is available only when using the 'go-git' GitImplementation.
type:boolean
ref:
description:The Git reference to checkout and monitor for changes,
defaults to master branch.
properties:
branch:
description:The Git branch to checkout, defaults to master.
type:string
commit:
description:The Git commit SHA to checkout, if specified Tag
filters will be ignored.
type:string
semver:
description:The Git tag semver expression, takes precedence over
Tag.
type:string
tag:
description:The Git tag to checkout, takes precedence over Branch.
type:string
type:object
secretRef:
description:The secret name containing the Git credentials. For HTTPS
repositories the secret must contain username and password fields.
For SSH repositories the secret must contain identity, identity.pub
and known_hosts fields.
properties:
name:
description:Name of the referent
type:string
required:
- name
type:object
suspend:
description:This flag tells the controller to suspend the reconciliation
of this source.
type:boolean
timeout:
default:60s
description:The timeout for remote Git operations like cloning, defaults
to 60s.
type:string
url:
description:The repository URL, can be a HTTP/S or SSH address.
pattern:^(http|https|ssh)://
type:string
verify:
description:Verify OpenPGP signature for the Git commit HEAD points
to.
properties:
mode:
description:Mode describes what git object should be verified,
currently ('head').
enum:
- head
type:string
secretRef:
description:The secret name containing the public keys of all
trusted Git authors.
properties:
name:
description:Name of the referent
type:string
required:
- name
type:object
required:
- mode
type:object
required:
- interval
- url
type:object
status:
default:
observedGeneration:-1
description:GitRepositoryStatus defines the observed state of a Git repository.
properties:
artifact:
description:Artifact represents the output of the last successful
repository sync.
properties:
checksum:
description:Checksum is the SHA256 checksum of the artifact.
type:string
lastUpdateTime:
description:LastUpdateTime is the timestamp corresponding to
the last update of this artifact.
format:date-time
type:string
path:
description:Path is the relative file path of this artifact.
type:string
revision:
description:Revision is a human readable identifier traceable
in the origin source system. It can be a Git commit SHA, Git
tag, a Helm index timestamp, a Helm chart version, etc.
type:string
url:
description:URL is the HTTP address of this artifact.
type:string
required:
- path
- url
type:object
conditions:
description:Conditions holds the conditions for the GitRepository.
items:
description:"Condition contains details for one aspect of the current
state of this API Resource. --- This struct is intended for direct
use as an array at the field path .status.conditions. For example,
type FooStatus struct{ // Represents the observations of a
foo's current state. // Known .status.conditions.type are:
\"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type
description:HelmChart is the Schema for the helmcharts API
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:HelmChartSpec defines the desired state of a Helm chart.
properties:
accessFrom:
description:AccessFrom defines an Access Control List for allowing
cross-namespace references to this object.
properties:
namespaceSelectors:
description:NamespaceSelectors is the list of namespace selectors
to which this ACL applies. Items in this list are evaluated
using a logical OR operation.
items:
description:NamespaceSelector selects the namespaces to which
this ACL applies. An empty map of MatchLabels matches all
namespaces in a cluster.
properties:
matchLabels:
additionalProperties:
type:string
description:MatchLabels is a map of {key,value} pairs.
A single {key,value} in the matchLabels map is equivalent
to an element of matchExpressions, whose key field is
"key",the operator is "In", and the values array contains
only "value". The requirements are ANDed.
type:object
type:object
type:array
required:
- namespaceSelectors
type:object
chart:
description:The name or path the Helm chart is available at in the
SourceRef.
type:string
interval:
description:The interval at which to check the Source for updates.
type:string
reconcileStrategy:
default:ChartVersion
description:Determines what enables the creation of a new artifact.
Valid values are ('ChartVersion', 'Revision'). See the documentation
of the values for an explanation on their behavior. Defaults to
ChartVersion when omitted.
enum:
- ChartVersion
- Revision
type:string
sourceRef:
description:The reference to the Source the chart is available at.
properties:
apiVersion:
description:APIVersion of the referent.
type:string
kind:
description:Kind of the referent, valid values are ('HelmRepository',
'GitRepository','Bucket').
enum:
- HelmRepository
- GitRepository
- Bucket
type:string
name:
description:Name of the referent.
type:string
required:
- kind
- name
type:object
suspend:
description:This flag tells the controller to suspend the reconciliation
of this source.
type:boolean
valuesFile:
description:Alternative values file to use as the default chart values,
expected to be a relative path in the SourceRef. Deprecated in favor
of ValuesFiles, for backwards compatibility the file defined here
is merged before the ValuesFiles items. Ignored when omitted.
type:string
valuesFiles:
description:Alternative list of values files to use as the chart
values (values.yaml is not included by default), expected to be
a relative path in the SourceRef. Values files are merged in the
order of this list with the last file overriding the first. Ignored
when omitted.
items:
type:string
type:array
version:
default:'*'
description:The chart version semver expression, ignored for charts
from GitRepository and Bucket sources. Defaults to latest when omitted.
type:string
required:
- chart
- interval
- sourceRef
type:object
status:
default:
observedGeneration:-1
description:HelmChartStatus defines the observed state of the HelmChart.
properties:
artifact:
description:Artifact represents the output of the last successful
chart sync.
properties:
checksum:
description:Checksum is the SHA256 checksum of the artifact.
type:string
lastUpdateTime:
description:LastUpdateTime is the timestamp corresponding to
the last update of this artifact.
format:date-time
type:string
path:
description:Path is the relative file path of this artifact.
type:string
revision:
description:Revision is a human readable identifier traceable
in the origin source system. It can be a Git commit SHA, Git
tag, a Helm index timestamp, a Helm chart version, etc.
type:string
url:
description:URL is the HTTP address of this artifact.
type:string
required:
- path
- url
type:object
conditions:
description:Conditions holds the conditions for the HelmChart.
items:
description:"Condition contains details for one aspect of the current
state of this API Resource. --- This struct is intended for direct
use as an array at the field path .status.conditions. For example,
type FooStatus struct{ // Represents the observations of a
foo's current state. // Known .status.conditions.type are:
\"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type
description:HelmRelease is the Schema for the helmreleases API
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:HelmReleaseSpec defines the desired state of a Helm release.
properties:
chart:
description:Chart defines the template of the v1beta1.HelmChart that
should be created for this HelmRelease.
properties:
spec:
description:Spec holds the template for the v1beta1.HelmChartSpec
for this HelmRelease.
properties:
chart:
description:The name or path the Helm chart is available
at in the SourceRef.
type:string
interval:
description:Interval at which to check the v1beta1.Source
for updates. Defaults to 'HelmReleaseSpec.Interval'.
type:string
reconcileStrategy:
default:ChartVersion
description:Determines what enables the creation of a new
artifact. Valid values are ('ChartVersion', 'Revision').
See the documentation of the values for an explanation on
their behavior. Defaults to ChartVersion when omitted.
enum:
- ChartVersion
- Revision
type:string
sourceRef:
description:The name and namespace of the v1beta1.Source
the chart is available at.
properties:
apiVersion:
description:APIVersion of the referent.
type:string
kind:
description:Kind of the referent.
enum:
- HelmRepository
- GitRepository
- Bucket
type:string
name:
description:Name of the referent.
maxLength:253
minLength:1
type:string
namespace:
description:Namespace of the referent.
maxLength:63
minLength:1
type:string
required:
- name
type:object
valuesFile:
description:Alternative values file to use as the default
chart values, expected to be a relative path in the SourceRef.
Deprecated in favor of ValuesFiles, for backwards compatibility
the file defined here is merged before the ValuesFiles items.
Ignored when omitted.
type:string
valuesFiles:
description:Alternative list of values files to use as the
chart values (values.yaml is not included by default), expected
to be a relative path in the SourceRef. Values files are
merged in the order of this list with the last file overriding
the first. Ignored when omitted.
items:
type:string
type:array
version:
default:'*'
description:Version semver expression, ignored for charts
from v1beta1.GitRepository and v1beta1.Bucket sources. Defaults
to latest when omitted.
type:string
required:
- chart
- sourceRef
type:object
required:
- spec
type:object
dependsOn:
description:DependsOn may contain a dependency.CrossNamespaceDependencyReference
slice with references to HelmRelease resources that must be ready
before this HelmRelease can be reconciled.
items:
description:CrossNamespaceDependencyReference holds the reference
to a dependency.
properties:
name:
description:Name holds the name reference of a dependency.
type:string
namespace:
description:Namespace holds the namespace reference of a dependency.
type:string
required:
- name
type:object
type:array
install:
description:Install holds the configuration for Helm install actions
for this HelmRelease.
properties:
crds:
description:"CRDs upgrade CRDs from the Helm Chart's crds directory
according to the CRD upgrade policy provided here. Valid values
are `Skip`, `Create` or `CreateReplace`. Default is `Create`
and if omitted CRDs are installed but not updated. \n Skip:
do neither install nor replace (update) any CRDs. \n Create:
new CRDs are created, existing CRDs are neither updated nor
deleted. \n CreateReplace:new CRDs are created, existing CRDs
are updated (replaced) but not deleted. \n By default, CRDs
are applied (installed) during Helm install action. With this
option users can opt-in to CRD replace existing CRDs on Helm
install actions, which is not (yet) natively supported by Helm.
description:HelmRepository is the Schema for the helmrepositories API
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:HelmRepositorySpec defines the reference to a Helm repository.
properties:
accessFrom:
description:AccessFrom defines an Access Control List for allowing
cross-namespace references to this object.
properties:
namespaceSelectors:
description:NamespaceSelectors is the list of namespace selectors
to which this ACL applies. Items in this list are evaluated
using a logical OR operation.
items:
description:NamespaceSelector selects the namespaces to which
this ACL applies. An empty map of MatchLabels matches all
namespaces in a cluster.
properties:
matchLabels:
additionalProperties:
type:string
description:MatchLabels is a map of {key,value} pairs.
A single {key,value} in the matchLabels map is equivalent
to an element of matchExpressions, whose key field is
"key",the operator is "In", and the values array contains
only "value". The requirements are ANDed.
type:object
type:object
type:array
required:
- namespaceSelectors
type:object
interval:
description:The interval at which to check the upstream for updates.
type:string
passCredentials:
description:PassCredentials allows the credentials from the SecretRef
to be passed on to a host that does not match the host as defined
in URL. This may be required if the host of the advertised chart
URLs in the index differ from the defined URL. Enabling this should
be done with caution, as it can potentially result in credentials
getting stolen in a MITM-attack.
type:boolean
secretRef:
description:The name of the secret containing authentication credentials
for the Helm repository. For HTTP/S basic auth the secret must contain
username and password fields. For TLS the secret must contain a
certFile and keyFile, and/or caCert fields.
properties:
name:
description:Name of the referent
type:string
required:
- name
type:object
suspend:
description:This flag tells the controller to suspend the reconciliation
of this source.
type:boolean
timeout:
default:60s
description:The timeout of index downloading, defaults to 60s.
type:string
url:
description:The Helm repository URL, a valid URL contains at least
a protocol and host.
type:string
required:
- interval
- url
type:object
status:
default:
observedGeneration:-1
description:HelmRepositoryStatus defines the observed state of the HelmRepository.
properties:
artifact:
description:Artifact represents the output of the last successful
repository sync.
properties:
checksum:
description:Checksum is the SHA256 checksum of the artifact.
type:string
lastUpdateTime:
description:LastUpdateTime is the timestamp corresponding to
the last update of this artifact.
format:date-time
type:string
path:
description:Path is the relative file path of this artifact.
type:string
revision:
description:Revision is a human readable identifier traceable
in the origin source system. It can be a Git commit SHA, Git
tag, a Helm index timestamp, a Helm chart version, etc.
type:string
url:
description:URL is the HTTP address of this artifact.
type:string
required:
- path
- url
type:object
conditions:
description:Conditions holds the conditions for the HelmRepository.
items:
description:"Condition contains details for one aspect of the current
state of this API Resource. --- This struct is intended for direct
use as an array at the field path .status.conditions. For example,
type FooStatus struct{ // Represents the observations of a
foo's current state. // Known .status.conditions.type are:
\"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type
description:Kustomization is the Schema for the kustomizations API.
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:KustomizationSpec defines the desired state of a kustomization.
properties:
decryption:
description:Decrypt Kubernetes secrets before applying them on the
cluster.
properties:
provider:
description:Provider is the name of the decryption engine.
enum:
- sops
type:string
secretRef:
description:The secret name containing the private OpenPGP keys
used for decryption.
properties:
name:
description:Name of the referent
type:string
required:
- name
type:object
required:
- provider
type:object
dependsOn:
description:DependsOn may contain a dependency.CrossNamespaceDependencyReference
slice with references to Kustomization resources that must be ready
before this Kustomization can be reconciled.
items:
description:CrossNamespaceDependencyReference holds the reference
to a dependency.
properties:
name:
description:Name holds the name reference of a dependency.
type:string
namespace:
description:Namespace holds the namespace reference of a dependency.
type:string
required:
- name
type:object
type:array
force:
default:false
description:Force instructs the controller to recreate resources
when patching fails due to an immutable field change.
type:boolean
healthChecks:
description:A list of resources to be included in the health assessment.
items:
description:NamespacedObjectKindReference contains enough information
to let you locate the typed referenced object in any namespace
properties:
apiVersion:
description:API version of the referent, if not specified the
Kubernetes preferred version will be used
type:string
kind:
description:Kind of the referent
type:string
name:
description:Name of the referent
type:string
namespace:
description:Namespace of the referent, when not specified it
acts as LocalObjectReference
type:string
required:
- kind
- name
type:object
type:array
images:
description:Images is a list of (image name, new name, new tag or
digest) for changing image names, tags or digests. This can also
be achieved with a patch, but this operator is simpler to specify.
items:
description:Image contains an image name, a new name, a new tag
or digest, which will replace the original name and tag.
properties:
digest:
description:Digest is the value used to replace the original
image tag. If digest is present NewTag value is ignored.
type:string
name:
description:Name is a tag-less image name.
type:string
newName:
description:NewName is the value used to replace the original
name.
type:string
newTag:
description:NewTag is the value used to replace the original
tag.
type:string
required:
- name
type:object
type:array
interval:
description:The interval at which to reconcile the Kustomization.
type:string
kubeConfig:
description:The KubeConfig for reconciling the Kustomization on a
remote cluster. When specified, KubeConfig takes precedence over
ServiceAccountName.
properties:
secretRef:
description:SecretRef holds the name to a secret that contains
a 'value' key with the kubeconfig file as the value. It must
be in the same namespace as the Kustomization. It is recommended
that the kubeconfig is self-contained, and the secret is regularly
updated if credentials such as a cloud-access-token expire.
Cloud specific `cmd-path` auth helpers will not function without
adding binaries and credentials to the Pod that is responsible
for reconciling the Kustomization.
properties:
name:
description:Name of the referent
type:string
required:
- name
type:object
type:object
patches:
description:Strategic merge and JSON patches, defined as inline YAML
objects, capable of targeting objects based on kind, label and annotation
selectors.
items:
description:Patch contains an inline StrategicMerge or JSON6902
patch, and the target the patch should be applied to.
properties:
patch:
description:Patch contains an inline StrategicMerge patch or
an inline JSON6902 patch with an array of operation objects.
type:string
target:
description:Target points to the resources that the patch document
should be applied to.
properties:
annotationSelector:
description:AnnotationSelector is a string that follows
the label selection expression https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#api
It matches with the resource annotations.
type:string
group:
description:Group is the API group to select resources
from. Together with Version and Kind it is capable of
description:Kustomization is the Schema for the kustomizations API.
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:KustomizationSpec defines the configuration to calculate
the desired state from a Source using Kustomize.
properties:
decryption:
description:Decrypt Kubernetes secrets before applying them on the
cluster.
properties:
provider:
description:Provider is the name of the decryption engine.
enum:
- sops
type:string
secretRef:
description:The secret name containing the private OpenPGP keys
used for decryption.
properties:
name:
description:Name of the referent
type:string
required:
- name
type:object
required:
- provider
type:object
dependsOn:
description:DependsOn may contain a dependency.CrossNamespaceDependencyReference
slice with references to Kustomization resources that must be ready
before this Kustomization can be reconciled.
items:
description:CrossNamespaceDependencyReference holds the reference
to a dependency.
properties:
name:
description:Name holds the name reference of a dependency.
type:string
namespace:
description:Namespace holds the namespace reference of a dependency.
type:string
required:
- name
type:object
type:array
force:
default:false
description:Force instructs the controller to recreate resources
when patching fails due to an immutable field change.
type:boolean
healthChecks:
description:A list of resources to be included in the health assessment.
items:
description:NamespacedObjectKindReference contains enough information
to let you locate the typed referenced object in any namespace
properties:
apiVersion:
description:API version of the referent, if not specified the
Kubernetes preferred version will be used
type:string
kind:
description:Kind of the referent
type:string
name:
description:Name of the referent
type:string
namespace:
description:Namespace of the referent, when not specified it
acts as LocalObjectReference
type:string
required:
- kind
- name
type:object
type:array
images:
description:Images is a list of (image name, new name, new tag or
digest) for changing image names, tags or digests. This can also
be achieved with a patch, but this operator is simpler to specify.
items:
description:Image contains an image name, a new name, a new tag
or digest, which will replace the original name and tag.
properties:
digest:
description:Digest is the value used to replace the original
image tag. If digest is present NewTag value is ignored.
type:string
name:
description:Name is a tag-less image name.
type:string
newName:
description:NewName is the value used to replace the original
name.
type:string
newTag:
description:NewTag is the value used to replace the original
tag.
type:string
required:
- name
type:object
type:array
interval:
description:The interval at which to reconcile the Kustomization.
type:string
kubeConfig:
description:The KubeConfig for reconciling the Kustomization on a
remote cluster. When specified, KubeConfig takes precedence over
ServiceAccountName.
properties:
secretRef:
description:SecretRef holds the name to a secret that contains
a 'value' key with the kubeconfig file as the value. It must
be in the same namespace as the Kustomization. It is recommended
that the kubeconfig is self-contained, and the secret is regularly
updated if credentials such as a cloud-access-token expire.
Cloud specific `cmd-path` auth helpers will not function without
adding binaries and credentials to the Pod that is responsible
for reconciling the Kustomization.
properties:
name:
description:Name of the referent
type:string
required:
- name
type:object
type:object
patches:
description:Strategic merge and JSON patches, defined as inline YAML
objects, capable of targeting objects based on kind, label and annotation
selectors.
items:
description:Patch contains an inline StrategicMerge or JSON6902
patch, and the target the patch should be applied to.
properties:
patch:
description:Patch contains an inline StrategicMerge patch or
an inline JSON6902 patch with an array of operation objects.
type:string
target:
description:Target points to the resources that the patch document
should be applied to.
properties:
annotationSelector:
description:AnnotationSelector is a string that follows
the label selection expression https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#api
It matches with the resource annotations.
type:string
group:
description:Group is the API group to select resources
from. Together with Version and Kind it is capable of
description:Provider is the Schema for the providers API
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:ProviderSpec defines the desired state of Provider
properties:
address:
description:HTTP/S webhook address of this provider
pattern:^(http|https)://
type:string
certSecretRef:
description:CertSecretRef can be given the name of a secret containing
a PEM-encoded CA certificate (`caFile`)
properties:
name:
description:Name of the referent
type:string
required:
- name
type:object
channel:
description:Alert channel for this provider
type:string
proxy:
description:HTTP/S address of the proxy
pattern:^(http|https)://
type:string
secretRef:
description:Secret reference containing the provider webhook URL
using "address" as data key
properties:
name:
description:Name of the referent
type:string
required:
- name
type:object
suspend:
description:This flag tells the controller to suspend subsequent
events handling. Defaults to false.
type:boolean
type:
description:Type of provider
enum:
- slack
- discord
- msteams
- rocket
- generic
- github
- gitlab
- bitbucket
- azuredevops
- googlechat
- webex
- sentry
- azureeventhub
- telegram
- lark
- matrix
- opsgenie
- alertmanager
- grafana
type:string
username:
description:Bot username for this provider
type:string
required:
- type
type:object
status:
default:
observedGeneration:-1
description:ProviderStatus defines the observed state of Provider
properties:
conditions:
items:
description:"Condition contains details for one aspect of the current
state of this API Resource. --- This struct is intended for direct
use as an array at the field path .status.conditions. For example,
type FooStatus struct{ // Represents the observations of a
foo's current state. // Known .status.conditions.type are:
\"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type
description:Receiver is the Schema for the receivers API
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:ReceiverSpec defines the desired state of Receiver
properties:
events:
description:A list of events to handle, e.g. 'push' for GitHub or
'Push Hook'for GitLab.
items:
type:string
type:array
resources:
description:A list of resources to be notified about changes.
items:
description:CrossNamespaceObjectReference contains enough information
to let you locate the typed referenced object at cluster level
properties:
apiVersion:
description:API version of the referent
type:string
kind:
description:Kind of the referent
enum:
- Bucket
- GitRepository
- Kustomization
- HelmRelease
- HelmChart
- HelmRepository
- ImageRepository
- ImagePolicy
- ImageUpdateAutomation
type:string
matchLabels:
additionalProperties:
type:string
description:MatchLabels is a map of {key,value} pairs. A single
{key,value} in the matchLabels map is equivalent to an element
of matchExpressions, whose key field is "key", the operator
is "In", and the values array contains only "value". The requirements
are ANDed.
type:object
name:
description:Name of the referent
maxLength:53
minLength:1
type:string
namespace:
description:Namespace of the referent
maxLength:53
minLength:1
type:string
required:
- name
type:object
type:array
secretRef:
description:Secret reference containing the token used to validate
the payload authenticity
properties:
name:
description:Name of the referent
type:string
required:
- name
type:object
suspend:
description:This flag tells the controller to suspend subsequent
events handling. Defaults to false.
type:boolean
type:
description:Type of webhook sender, used to determine the validation
procedure and payload deserialization.
enum:
- generic
- generic-hmac
- github
- gitlab
- bitbucket
- harbor
- dockerhub
- quay
- gcr
- nexus
- acr
type:string
required:
- resources
- type
type:object
status:
default:
observedGeneration:-1
description:ReceiverStatus defines the observed state of Receiver
properties:
conditions:
items:
description:"Condition contains details for one aspect of the current
state of this API Resource. --- This struct is intended for direct
use as an array at the field path .status.conditions. For example,
type FooStatus struct{ // Represents the observations of a
foo's current state. // Known .status.conditions.type are:
\"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type