Skip to content

Commit

Permalink
Update upstream specifications to their latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoss authored Feb 2, 2024
1 parent 30eec21 commit ef88dff
Show file tree
Hide file tree
Showing 153 changed files with 132,525 additions and 24,832 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ spec:
builder:
description: The builder trait is internally used to determine the best strategy to build and configure IntegrationKits.
properties:
annotations:
additionalProperties:
type: string
description: When using `pod` strategy, annotation to use for the builder pod.
type: object
baseImage:
description: Specify a base image
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,11 @@ spec:
builder:
description: The configuration of Builder trait
properties:
annotations:
additionalProperties:
type: string
description: When using `pod` strategy, annotation to use for the builder pod.
type: object
baseImage:
description: Specify a base image
type: string
Expand Down Expand Up @@ -1830,6 +1835,11 @@ spec:
builder:
description: The configuration of Builder trait
properties:
annotations:
additionalProperties:
type: string
description: When using `pod` strategy, annotation to use for the builder pod.
type: object
baseImage:
description: Specify a base image
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3791,6 +3791,11 @@ spec:
builder:
description: The configuration of Builder trait
properties:
annotations:
additionalProperties:
type: string
description: When using `pod` strategy, annotation to use for the builder pod.
type: object
baseImage:
description: Specify a base image
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3788,6 +3788,11 @@ spec:
builder:
description: The configuration of Builder trait
properties:
annotations:
additionalProperties:
type: string
description: When using `pod` strategy, annotation to use for the builder pod.
type: object
baseImage:
description: Specify a base image
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9818,6 +9818,8 @@ spec:
- ROLLED_BACK
- FAILED
type: string
observedGeneration:
type: integer
reconciliationStatus:
properties:
lastReconciledSpec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ spec:
- ROLLED_BACK
- FAILED
type: string
observedGeneration:
type: integer
reconciliationStatus:
properties:
lastReconciledSpec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5900,7 +5900,7 @@ spec:
connectionCredential:
additionalProperties:
type: string
description: "Connection credential template used for creating a connection credential secret for cluster.apps.kubeblocks.io object. \n Built-in objects are: - `$(RANDOM_PASSWD)` - random 8 characters. - `$(UUID)` - generate a random UUID v4 string. - `$(UUID_B64)` - generate a random UUID v4 BASE64 encoded string. - `$(UUID_STR_B64)` - generate a random UUID v4 string then BASE64 encoded. - `$(UUID_HEX)` - generate a random UUID v4 HEX representation. - `$(HEADLESS_SVC_FQDN)` - headless service FQDN placeholder, value pattern - $(CLUSTER_NAME)-$(1ST_COMP_NAME)-headless.$(NAMESPACE).svc, where 1ST_COMP_NAME is the 1st component that provide `ClusterDefinition.spec.componentDefs[].service` attribute; - `$(SVC_FQDN)` - service FQDN placeholder, value pattern - $(CLUSTER_NAME)-$(1ST_COMP_NAME).$(NAMESPACE).svc, where 1ST_COMP_NAME is the 1st component that provide `ClusterDefinition.spec.componentDefs[].service` attribute; - `$(SVC_PORT_{PORT-NAME})` - a ServicePort's port value with specified port name, i.e, a servicePort JSON struct: `{\"name\": \"mysql\", \"targetPort\": \"mysqlContainerPort\", \"port\": 3306}`, and \"$(SVC_PORT_mysql)\" in the connection credential value is 3306."
description: "Connection credential template used for creating a connection credential secret for cluster.apps.kubeblocks.io object. \n Built-in objects are: - `$(RANDOM_PASSWD)` - random 8 characters. - `$(STRONG_RANDOM_PASSWD)` - random 16 characters, with mixed cases, digits and symbols. - `$(UUID)` - generate a random UUID v4 string. - `$(UUID_B64)` - generate a random UUID v4 BASE64 encoded string. - `$(UUID_STR_B64)` - generate a random UUID v4 string then BASE64 encoded. - `$(UUID_HEX)` - generate a random UUID v4 HEX representation. - `$(HEADLESS_SVC_FQDN)` - headless service FQDN placeholder, value pattern - $(CLUSTER_NAME)-$(1ST_COMP_NAME)-headless.$(NAMESPACE).svc, where 1ST_COMP_NAME is the 1st component that provide `ClusterDefinition.spec.componentDefs[].service` attribute; - `$(SVC_FQDN)` - service FQDN placeholder, value pattern - $(CLUSTER_NAME)-$(1ST_COMP_NAME).$(NAMESPACE).svc, where 1ST_COMP_NAME is the 1st component that provide `ClusterDefinition.spec.componentDefs[].service` attribute; - `$(SVC_PORT_{PORT-NAME})` - a ServicePort's port value with specified port name, i.e, a servicePort JSON struct: `{\"name\": \"mysql\", \"targetPort\": \"mysqlContainerPort\", \"port\": 3306}`, and \"$(SVC_PORT_mysql)\" in the connection credential value is 3306."
type: object
type:
description: Cluster definition type defines well known application cluster type, e.g. mysql/redis/mongodb
Expand Down
Loading

0 comments on commit ef88dff

Please sign in to comment.