Skip to content

Commit f0b9ae2

Browse files
committed
Update upstream specifications to their latest version
1 parent 31e5b80 commit f0b9ae2

File tree

138 files changed

+11496
-916
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+11496
-916
lines changed

crd-catalog/1Password/onepassword-operator/onepassword.com/v1/onepassworditems.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
22
kind: "CustomResourceDefinition"
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: "v0.14.0"
5+
controller-gen.kubebuilder.io/version: "v0.18.0"
66
name: "onepassworditems.onepassword.com"
77
spec:
88
group: "onepassword.com"

crd-catalog/3scale/apicast-operator/apps.3scale.net/v1alpha1/apicasts.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ spec:
4040
allProxy:
4141
description: "AllProxy specifies a HTTP(S) proxy to be used for connecting to services if\na protocol-specific proxy is not specified. Authentication is not supported.\nFormat is <scheme>://<host>:<port>"
4242
type: "string"
43+
caCertificateSecretRef:
44+
description: "CACertificateSecretRef references secret containing the X.509 CA certificate in the PEM format."
45+
properties:
46+
name:
47+
description: "Name of the referent.\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names\nTODO: Add other useful fields. apiVersion, kind, uid?"
48+
type: "string"
49+
type: "object"
50+
x-kubernetes-map-type: "atomic"
4351
cacheConfigurationSeconds:
4452
description: "The period (in seconds) that the APIcast configuration will be stored in\nAPIcast's cache."
4553
format: "int64"

crd-catalog/VictoriaMetrics/operator/operator.victoriametrics.com/v1/vlagents.yaml

Lines changed: 1390 additions & 0 deletions
Large diffs are not rendered by default.

crd-catalog/VictoriaMetrics/operator/operator.victoriametrics.com/v1/vlclusters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ spec:
540540
description: "TLSServerConfig defines VictoriaMetrics TLS configuration for the application's server"
541541
properties:
542542
certFile:
543-
description: "CertFile defines path to the pre-mounted file with certificate\nmutually exclusive with CertSecretRef"
543+
description: "CertFile defines path to the pre-mounted file with certificate\nmutually exclusive with CertSecret"
544544
type: "string"
545545
certSecret:
546546
description: "CertSecretRef defines reference for secret with certificate content under given key\nmutually exclusive with CertFile"

crd-catalog/VictoriaMetrics/operator/operator.victoriametrics.com/v1/vlsingles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ spec:
596596
description: "TLSServerConfig defines VictoriaMetrics TLS configuration for the application's server"
597597
properties:
598598
certFile:
599-
description: "CertFile defines path to the pre-mounted file with certificate\nmutually exclusive with CertSecretRef"
599+
description: "CertFile defines path to the pre-mounted file with certificate\nmutually exclusive with CertSecret"
600600
type: "string"
601601
certSecret:
602602
description: "CertSecretRef defines reference for secret with certificate content under given key\nmutually exclusive with CertFile"

crd-catalog/argoproj-labs/argocd-operator/argoproj.io/v1alpha1/applications.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,9 @@ spec:
15291529
allowEmpty:
15301530
description: "AllowEmpty allows apps have zero live resources (default: false)"
15311531
type: "boolean"
1532+
enabled:
1533+
description: "Enable allows apps to explicitly control automated sync"
1534+
type: "boolean"
15321535
prune:
15331536
description: "Prune specifies whether to delete resources from the cluster that are not found in the sources anymore as part of automated sync (default: false)"
15341537
type: "boolean"
@@ -1614,10 +1617,10 @@ spec:
16141617
format: "date-time"
16151618
type: "string"
16161619
message:
1617-
description: "Message is a human-readable informational message describing the health status"
1620+
description: "Message is a human-readable informational message describing the health status\n\nDeprecated: this field is not used and will be removed in a future release."
16181621
type: "string"
16191622
status:
1620-
description: "Status holds the status code of the application or resource"
1623+
description: "Status holds the status code of the application"
16211624
type: "string"
16221625
type: "object"
16231626
history:
@@ -3077,6 +3080,11 @@ spec:
30773080
hookType:
30783081
description: "HookType specifies the type of the hook. Empty for non-hook resources"
30793082
type: "string"
3083+
images:
3084+
description: "Images contains the images related to the ResourceResult"
3085+
items:
3086+
type: "string"
3087+
type: "array"
30803088
kind:
30813089
description: "Kind specifies the API kind of the resource"
30823090
type: "string"
@@ -3764,14 +3772,14 @@ spec:
37643772
description: "Health indicates the health status of the resource (e.g., Healthy, Degraded, Progressing)."
37653773
properties:
37663774
lastTransitionTime:
3767-
description: "LastTransitionTime is the time the HealthStatus was set or updated"
3775+
description: "LastTransitionTime is the time the HealthStatus was set or updated\n\nDeprecated: this field is not used and will be removed in a future release."
37683776
format: "date-time"
37693777
type: "string"
37703778
message:
37713779
description: "Message is a human-readable informational message describing the health status"
37723780
type: "string"
37733781
status:
3774-
description: "Status holds the status code of the application or resource"
3782+
description: "Status holds the status code of the resource"
37753783
type: "string"
37763784
type: "object"
37773785
hook:

0 commit comments

Comments
 (0)