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 committed Aug 16, 2024
1 parent 741d767 commit fd0c675
Show file tree
Hide file tree
Showing 151 changed files with 11,784 additions and 7,418 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Optional:
- `enable_cross_namespace_secret` (Boolean)
- `enable_finalizers` (Boolean)
- `enable_init_containers` (Boolean)
- `enable_owner_references` (Boolean)
- `enable_persistent_volume_claim_deletion` (Boolean)
- `enable_pod_antiaffinity` (Boolean)
- `enable_pod_disruption_budget` (Boolean)
Expand Down
148 changes: 103 additions & 45 deletions docs/data-sources/app_terraform_io_agent_pool_v1alpha2_manifest.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Required:

Optional:

- `name` (String) Name of the referent.More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#namesTODO: Add other useful fields. apiVersion, kind, uid?
- `name` (String) Name of the referent.This field is effectively required, but due to backwards compatibility isallowed to be empty. Instances of this type with an empty value here arealmost certainly wrong.TODO: Add other useful fields. apiVersion, kind, uid?More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#namesTODO: Drop 'kubebuilder:default' when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
- `optional` (Boolean) Specify whether the Secret or its key must be defined


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Required:

Optional:

- `name` (String) Name of the referent.More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#namesTODO: Add other useful fields. apiVersion, kind, uid?
- `name` (String) Name of the referent.This field is effectively required, but due to backwards compatibility isallowed to be empty. Instances of this type with an empty value here arealmost certainly wrong.TODO: Add other useful fields. apiVersion, kind, uid?More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#namesTODO: Drop 'kubebuilder:default' when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
- `optional` (Boolean) Specify whether the Secret or its key must be defined


Expand Down Expand Up @@ -148,7 +148,7 @@ Required:

Optional:

- `name` (String) Name of the referent.More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#namesTODO: Add other useful fields. apiVersion, kind, uid?
- `name` (String) Name of the referent.This field is effectively required, but due to backwards compatibility isallowed to be empty. Instances of this type with an empty value here arealmost certainly wrong.TODO: Add other useful fields. apiVersion, kind, uid?More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#namesTODO: Drop 'kubebuilder:default' when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
- `optional` (Boolean) Specify whether the ConfigMap or its key must be defined


Expand All @@ -161,7 +161,7 @@ Required:

Optional:

- `name` (String) Name of the referent.More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#namesTODO: Add other useful fields. apiVersion, kind, uid?
- `name` (String) Name of the referent.This field is effectively required, but due to backwards compatibility isallowed to be empty. Instances of this type with an empty value here arealmost certainly wrong.TODO: Add other useful fields. apiVersion, kind, uid?More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#namesTODO: Drop 'kubebuilder:default' when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
- `optional` (Boolean) Specify whether the Secret or its key must be defined


Expand Down Expand Up @@ -308,7 +308,7 @@ Required:

Optional:

- `name` (String) Name of the referent.More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#namesTODO: Add other useful fields. apiVersion, kind, uid?
- `name` (String) Name of the referent.This field is effectively required, but due to backwards compatibility isallowed to be empty. Instances of this type with an empty value here arealmost certainly wrong.TODO: Add other useful fields. apiVersion, kind, uid?More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#namesTODO: Drop 'kubebuilder:default' when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
- `optional` (Boolean) Specify whether the ConfigMap or its key must be defined


Expand All @@ -321,7 +321,7 @@ Required:

Optional:

- `name` (String) Name of the referent.More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#namesTODO: Add other useful fields. apiVersion, kind, uid?
- `name` (String) Name of the referent.This field is effectively required, but due to backwards compatibility isallowed to be empty. Instances of this type with an empty value here arealmost certainly wrong.TODO: Add other useful fields. apiVersion, kind, uid?More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#namesTODO: Drop 'kubebuilder:default' when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
- `optional` (Boolean) Specify whether the Secret or its key must be defined


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ Optional:

- `account` (String) If 'backupPolicy.componentDefs' is set, this field is required to specify the system account name.This account must match one listed in 'componentDefinition.spec.systemAccounts[*].name'.The corresponding secret created by this account is used to connect to the database.
- `connection_credential` (Attributes) Specifies the connection credential to connect to the target database cluster. (see [below for nested schema](#nestedatt--spec--backup_policies--backup_methods--target--connection_credential))
- `container_port` (Attributes) Specifies the container port in the target pod.If not specified, the first container and its first port will be used. (see [below for nested schema](#nestedatt--spec--backup_policies--backup_methods--target--container_port))
- `fallback_role` (String) Specifies the fallback role to select one replica for backup, this only takes effect when the'strategy' field below is set to 'Any'.
- `name` (String) Specifies a mandatory and unique identifier for each target when using the 'targets' field.The backup data for the current target is stored in a uniquely named subdirectory.
- `pod_selector` (Attributes) Used to find the target pod. The volumes of the target pod will be backed up. (see [below for nested schema](#nestedatt--spec--backup_policies--backup_methods--target--pod_selector))
Expand All @@ -262,6 +263,15 @@ Optional:
- `username_key` (String) Specifies the map key of the user in the connection credential secret.


<a id="nestedatt--spec--backup_policies--backup_methods--target--container_port"></a>
### Nested Schema for `spec.backup_policies.backup_methods.target.container_port`

Optional:

- `container_name` (String) Specifies the name of container with the port.
- `port_name` (String) Specifies the port name.


<a id="nestedatt--spec--backup_policies--backup_methods--target--pod_selector"></a>
### Nested Schema for `spec.backup_policies.backup_methods.target.pod_selector`

Expand Down Expand Up @@ -372,6 +382,7 @@ Optional:
Optional:

- `connection_credential` (Attributes) Specifies the connection credential to connect to the target database cluster. (see [below for nested schema](#nestedatt--spec--backup_policies--backup_methods--targets--connection_credential))
- `container_port` (Attributes) Specifies the container port in the target pod.If not specified, the first container and its first port will be used. (see [below for nested schema](#nestedatt--spec--backup_policies--backup_methods--targets--container_port))
- `name` (String) Specifies a mandatory and unique identifier for each target when using the 'targets' field.The backup data for the current target is stored in a uniquely named subdirectory.
- `pod_selector` (Attributes) Used to find the target pod. The volumes of the target pod will be backed up. (see [below for nested schema](#nestedatt--spec--backup_policies--backup_methods--targets--pod_selector))
- `resources` (Attributes) Specifies the kubernetes resources to back up. (see [below for nested schema](#nestedatt--spec--backup_policies--backup_methods--targets--resources))
Expand All @@ -392,6 +403,15 @@ Optional:
- `username_key` (String) Specifies the map key of the user in the connection credential secret.


<a id="nestedatt--spec--backup_policies--backup_methods--targets--container_port"></a>
### Nested Schema for `spec.backup_policies.backup_methods.targets.container_port`

Optional:

- `container_name` (String) Specifies the name of container with the port.
- `port_name` (String) Specifies the port name.


<a id="nestedatt--spec--backup_policies--backup_methods--targets--pod_selector"></a>
### Nested Schema for `spec.backup_policies.backup_methods.targets.pod_selector`

Expand Down Expand Up @@ -496,5 +516,14 @@ Required:
Optional:

- `account` (String) If 'backupPolicy.componentDefs' is set, this field is required to specify the system account name.This account must match one listed in 'componentDefinition.spec.systemAccounts[*].name'.The corresponding secret created by this account is used to connect to the database.
- `container_port` (Attributes) Specifies the container port in the target pod.If not specified, the first container and its first port will be used. (see [below for nested schema](#nestedatt--spec--backup_policies--target--container_port))
- `fallback_role` (String) Specifies the fallback role to select one replica for backup, this only takes effect when the'strategy' field below is set to 'Any'.
- `strategy` (String) Specifies the PodSelectionStrategy to use when multiple pods areselected for the backup target.Valid values are:- Any: Selects any one pod that matches the labelsSelector.- All: Selects all pods that match the labelsSelector.

<a id="nestedatt--spec--backup_policies--target--container_port"></a>
### Nested Schema for `spec.backup_policies.target.container_port`

Optional:

- `container_name` (String) Specifies the name of container with the port.
- `port_name` (String) Specifies the port name.
Loading

0 comments on commit fd0c675

Please sign in to comment.