Skip to content

Commit 694e0e5

Browse files
committed
Update upstream specifications to their latest version
1 parent 0eadcff commit 694e0e5

File tree

161 files changed

+8911
-1145
lines changed

Some content is hidden

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

161 files changed

+8911
-1145
lines changed

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

Lines changed: 3 additions & 3 deletions
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.13.0"
5+
controller-gen.kubebuilder.io/version: "v0.14.0"
66
name: "onepassworditems.onepassword.com"
77
spec:
88
group: "onepassword.com"
@@ -19,10 +19,10 @@ spec:
1919
description: "OnePasswordItem is the Schema for the onepassworditems API"
2020
properties:
2121
apiVersion:
22-
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"
22+
description: "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"
2323
type: "string"
2424
kind:
25-
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"
25+
description: "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
2626
type: "string"
2727
metadata:
2828
type: "object"

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,11 @@ spec:
15291529
__name__:
15301530
description: "Name of result metric\nMust have a value with $VAR placeholder in it to distinguish between resulting metrics"
15311531
type: "string"
1532+
extraLabels:
1533+
additionalProperties:
1534+
type: "string"
1535+
description: "ExtraLabels defines additional labels to be added to the resulting metrics"
1536+
type: "object"
15321537
for:
15331538
description: "For is a special label with $QUERY_KEY placeholder"
15341539
type: "string"

crd-catalog/apecloud/kubeblocks/apps.kubeblocks.io/v1/clusters.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,10 @@ spec:
441441
canary:
442442
description: "Indicate whether the instances belonging to this template are canary instances."
443443
type: "boolean"
444+
compDef:
445+
description: "Specifies the name of the referenced ComponentDefinition."
446+
maxLength: 64
447+
type: "string"
444448
env:
445449
description: "Defines Env to override.\nAdd new or override existing envs."
446450
items:
@@ -2335,6 +2339,9 @@ spec:
23352339
seed:
23362340
description: "Seed to generate the account's password.\nCannot be updated."
23372341
type: "string"
2342+
symbolCharacters:
2343+
description: "The set of symbols allowed when generating password. If empty, kubeblocks will\nuse a default symbol set, which is \"!@#&*\"."
2344+
type: "string"
23382345
type: "object"
23392346
secretRef:
23402347
description: "Refers to the secret from which data will be copied to create the new account.\n\n\nFor user-specified passwords, the maximum length is limited to 64 bytes.\n\n\nThis field is immutable once set."
@@ -4655,6 +4662,10 @@ spec:
46554662
canary:
46564663
description: "Indicate whether the instances belonging to this template are canary instances."
46574664
type: "boolean"
4665+
compDef:
4666+
description: "Specifies the name of the referenced ComponentDefinition."
4667+
maxLength: 64
4668+
type: "string"
46584669
env:
46594670
description: "Defines Env to override.\nAdd new or override existing envs."
46604671
items:
@@ -6549,6 +6560,9 @@ spec:
65496560
seed:
65506561
description: "Seed to generate the account's password.\nCannot be updated."
65516562
type: "string"
6563+
symbolCharacters:
6564+
description: "The set of symbols allowed when generating password. If empty, kubeblocks will\nuse a default symbol set, which is \"!@#&*\"."
6565+
type: "string"
65526566
type: "object"
65536567
secretRef:
65546568
description: "Refers to the secret from which data will be copied to create the new account.\n\n\nFor user-specified passwords, the maximum length is limited to 64 bytes.\n\n\nThis field is immutable once set."

crd-catalog/apecloud/kubeblocks/apps.kubeblocks.io/v1/componentdefinitions.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8739,6 +8739,9 @@ spec:
87398739
seed:
87408740
description: "Seed to generate the account's password.\nCannot be updated."
87418741
type: "string"
8742+
symbolCharacters:
8743+
description: "The set of symbols allowed when generating password. If empty, kubeblocks will\nuse a default symbol set, which is \"!@#&*\"."
8744+
type: "string"
87428745
type: "object"
87438746
statement:
87448747
description: "Defines the statements used to create, delete, and update the account.\n\n\nThis field is immutable once set."

crd-catalog/apecloud/kubeblocks/apps.kubeblocks.io/v1/components.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,10 @@ spec:
385385
canary:
386386
description: "Indicate whether the instances belonging to this template are canary instances."
387387
type: "boolean"
388+
compDef:
389+
description: "Specifies the name of the referenced ComponentDefinition."
390+
maxLength: 64
391+
type: "string"
388392
env:
389393
description: "Defines Env to override.\nAdd new or override existing envs."
390394
items:
@@ -2371,6 +2375,9 @@ spec:
23712375
seed:
23722376
description: "Seed to generate the account's password.\nCannot be updated."
23732377
type: "string"
2378+
symbolCharacters:
2379+
description: "The set of symbols allowed when generating password. If empty, kubeblocks will\nuse a default symbol set, which is \"!@#&*\"."
2380+
type: "string"
23742381
type: "object"
23752382
secretRef:
23762383
description: "Refers to the secret from which data will be copied to create the new account.\n\n\nFor user-specified passwords, the maximum length is limited to 64 bytes.\n\n\nThis field is immutable once set."

crd-catalog/apecloud/kubeblocks/operations.kubeblocks.io/v1alpha1/opsrequests.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,10 @@ spec:
388388
canary:
389389
description: "Indicate whether the instances belonging to this template are canary instances."
390390
type: "boolean"
391+
compDef:
392+
description: "Specifies the name of the referenced ComponentDefinition."
393+
maxLength: 64
394+
type: "string"
391395
env:
392396
description: "Defines Env to override.\nAdd new or override existing envs."
393397
items:
@@ -2158,6 +2162,10 @@ spec:
21582162
canary:
21592163
description: "Indicate whether the instances belonging to this template are canary instances."
21602164
type: "boolean"
2165+
compDef:
2166+
description: "Specifies the name of the referenced ComponentDefinition."
2167+
maxLength: 64
2168+
type: "string"
21612169
env:
21622170
description: "Defines Env to override.\nAdd new or override existing envs."
21632171
items:

crd-catalog/apecloud/kubeblocks/workloads.kubeblocks.io/v1/instancesets.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ spec:
2020
scope: "Namespaced"
2121
versions:
2222
- additionalPrinterColumns:
23-
- description: "ready replicas."
24-
jsonPath: ".status.readyReplicas"
25-
name: "READY"
26-
type: "string"
2723
- description: "desired replicas."
2824
jsonPath: ".spec.replicas"
2925
name: "DESIRED"
@@ -32,6 +28,10 @@ spec:
3228
jsonPath: ".status.updatedReplicas"
3329
name: "UP-TO-DATE"
3430
type: "string"
31+
- description: "ready replicas."
32+
jsonPath: ".status.readyReplicas"
33+
name: "READY"
34+
type: "string"
3535
- description: "available replicas, which are ready for at least minReadySeconds."
3636
jsonPath: ".status.availableReplicas"
3737
name: "AVAILABLE"

crd-catalog/application-stacks/runtime-component-operator/rc.app.stacks/v1/runtimecomponents.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2986,6 +2986,25 @@ spec:
29862986
- "port"
29872987
type: "object"
29882988
type: "array"
2989+
sessionAffinity:
2990+
description: "Configure service session affinity."
2991+
properties:
2992+
config:
2993+
description: "Configurations of session affinity."
2994+
properties:
2995+
clientIP:
2996+
description: "clientIP contains the configurations of Client IP based session affinity."
2997+
properties:
2998+
timeoutSeconds:
2999+
description: "timeoutSeconds specifies the seconds of ClientIP type session sticky time.\nThe value must be >0 && <=86400(for 1 day) if ServiceAffinity == \"ClientIP\".\nDefault value is 10800(for 3 hours)."
3000+
format: "int32"
3001+
type: "integer"
3002+
type: "object"
3003+
type: "object"
3004+
type:
3005+
description: "Setting to maintain session affinity. Must be ClientIP or None. Defaults to None."
3006+
type: "string"
3007+
type: "object"
29893008
targetPort:
29903009
description: "The port that the operator assigns to containers inside pods. Defaults to the value of .spec.service.port."
29913010
format: "int32"

crd-catalog/application-stacks/runtime-component-operator/rc.app.stacks/v1beta2/runtimecomponents.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2775,6 +2775,9 @@ spec:
27752775
- "port"
27762776
type: "object"
27772777
type: "array"
2778+
sessionAffinity:
2779+
description: "Configure service session affinity."
2780+
type: "object"
27782781
targetPort:
27792782
description: "The port that the operator assigns to containers inside pods. Defaults to the value of spec.service.port."
27802783
format: "int32"

crd-catalog/aws/eks-anywhere/anywhere.eks.amazonaws.com/v1alpha1/clusters.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,22 @@ spec:
550550
description: "ChildrenReconciledGeneration represents the sum of the .metadata.generation\nfor all the linked objects for the cluster, observed the last time the\ncluster was successfully reconciled.\nNOTE: This field was added for internal use and we do not provide guarantees\nto its behavior if changed externally. Its meaning and implementation are\nsubject to change in the future."
551551
format: "int64"
552552
type: "integer"
553+
clusterCertificateInfo:
554+
description: "ClusterCertificateInfo contains information about all the control plane and external etcd certificates"
555+
items:
556+
description: "ClusterCertificateInfo contains information about certificate expiration for cluster components."
557+
properties:
558+
component:
559+
description: "Component defines the component name (e.g., control-plane-1, etcd-1)"
560+
type: "string"
561+
expiresInDays:
562+
description: "ExpiresInDays defines the number of days until the certificate expires"
563+
type: "integer"
564+
required:
565+
- "component"
566+
- "expiresInDays"
567+
type: "object"
568+
type: "array"
553569
conditions:
554570
items:
555571
description: "Condition defines an observation of a Cluster API resource operational state."

0 commit comments

Comments
 (0)