From bcf505afa713d40b592b15d4a347d65b984d0230 Mon Sep 17 00:00:00 2001 From: Christopher Tauchen Date: Tue, 7 Jan 2025 15:19:54 +0000 Subject: [PATCH] DOCS-2240: Removes supported operations table from resources. OSS only. --- calico/reference/resources/bgpconfig.mdx | 9 +-------- calico/reference/resources/bgpfilter.mdx | 8 +------- calico/reference/resources/bgppeer.mdx | 7 ------- calico/reference/resources/blockaffinity.mdx | 9 +-------- calico/reference/resources/felixconfig.mdx | 9 +-------- calico/reference/resources/globalnetworkpolicy.mdx | 9 +-------- calico/reference/resources/hostendpoint.mdx | 9 +-------- calico/reference/resources/ipamconfig.mdx | 9 +-------- calico/reference/resources/ippool.mdx | 7 ------- calico/reference/resources/kubecontrollersconfig.mdx | 7 ------- calico/reference/resources/networkpolicy.mdx | 9 +-------- calico/reference/resources/node.mdx | 9 +-------- calico/reference/resources/profile.mdx | 9 +-------- calico/reference/resources/workloadendpoint.mdx | 9 +-------- .../version-3.26/reference/resources/bgpconfig.mdx | 9 +-------- .../version-3.26/reference/resources/bgppeer.mdx | 7 ------- .../version-3.26/reference/resources/felixconfig.mdx | 9 +-------- .../reference/resources/globalnetworkpolicy.mdx | 9 +-------- .../version-3.26/reference/resources/hostendpoint.mdx | 9 +-------- .../version-3.26/reference/resources/ippool.mdx | 7 ------- .../reference/resources/kubecontrollersconfig.mdx | 7 ------- .../version-3.26/reference/resources/networkpolicy.mdx | 9 +-------- .../version-3.26/reference/resources/node.mdx | 9 +-------- .../version-3.26/reference/resources/profile.mdx | 9 +-------- .../reference/resources/workloadendpoint.mdx | 9 +-------- .../version-3.27/reference/resources/bgpconfig.mdx | 9 +-------- .../version-3.27/reference/resources/bgpfilter.mdx | 8 +------- .../version-3.27/reference/resources/bgppeer.mdx | 8 -------- .../version-3.27/reference/resources/blockaffinity.mdx | 9 +-------- .../version-3.27/reference/resources/felixconfig.mdx | 9 +-------- .../reference/resources/globalnetworkpolicy.mdx | 9 +-------- .../version-3.27/reference/resources/hostendpoint.mdx | 9 +-------- .../version-3.27/reference/resources/ipamconfig.mdx | 9 +-------- .../version-3.27/reference/resources/ippool.mdx | 7 ------- .../reference/resources/kubecontrollersconfig.mdx | 7 ------- .../version-3.27/reference/resources/networkpolicy.mdx | 9 +-------- .../version-3.27/reference/resources/node.mdx | 9 +-------- .../version-3.27/reference/resources/profile.mdx | 9 +-------- .../reference/resources/workloadendpoint.mdx | 9 +-------- .../version-3.28/reference/resources/bgpconfig.mdx | 9 +-------- .../version-3.28/reference/resources/bgpfilter.mdx | 8 +------- .../version-3.28/reference/resources/bgppeer.mdx | 7 ------- .../version-3.28/reference/resources/blockaffinity.mdx | 9 +-------- .../version-3.28/reference/resources/felixconfig.mdx | 9 +-------- .../reference/resources/globalnetworkpolicy.mdx | 9 +-------- .../version-3.28/reference/resources/hostendpoint.mdx | 9 +-------- .../version-3.28/reference/resources/ipamconfig.mdx | 9 +-------- .../version-3.28/reference/resources/ippool.mdx | 7 ------- .../reference/resources/kubecontrollersconfig.mdx | 7 ------- .../version-3.28/reference/resources/networkpolicy.mdx | 9 +-------- .../version-3.28/reference/resources/node.mdx | 9 +-------- .../version-3.28/reference/resources/profile.mdx | 9 +-------- .../reference/resources/workloadendpoint.mdx | 9 +-------- .../version-3.29/reference/resources/bgpconfig.mdx | 9 +-------- .../version-3.29/reference/resources/bgpfilter.mdx | 8 +------- .../version-3.29/reference/resources/bgppeer.mdx | 7 ------- .../version-3.29/reference/resources/blockaffinity.mdx | 9 +-------- .../version-3.29/reference/resources/felixconfig.mdx | 9 +-------- .../reference/resources/globalnetworkpolicy.mdx | 9 +-------- .../version-3.29/reference/resources/hostendpoint.mdx | 9 +-------- .../version-3.29/reference/resources/ipamconfig.mdx | 9 +-------- .../version-3.29/reference/resources/ippool.mdx | 7 ------- .../reference/resources/kubecontrollersconfig.mdx | 7 ------- .../version-3.29/reference/resources/networkpolicy.mdx | 9 +-------- .../version-3.29/reference/resources/node.mdx | 9 +-------- .../version-3.29/reference/resources/profile.mdx | 9 +-------- .../reference/resources/workloadendpoint.mdx | 9 +-------- 67 files changed, 52 insertions(+), 518 deletions(-) diff --git a/calico/reference/resources/bgpconfig.mdx b/calico/reference/resources/bgpconfig.mdx index 885e4779d4..e84c6df45a 100644 --- a/calico/reference/resources/bgpconfig.mdx +++ b/calico/reference/resources/bgpconfig.mdx @@ -77,11 +77,4 @@ spec: | Field | Description | Accepted Values | Schema | | ----------- | ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | | cidr | CIDR for which properties should be advertised. | `cidr: XXX.XXX.XXX.XXX/XX` | string | -| communities | BGP communities to be advertised. | Communities can be list of either community names already defined in [communities](#communities) or community value of format `aa:nn` or `aa:nn:mm`.
For standard community, value should be in `aa:nn` format, where both `aa` and `nn` are 16 bit integers.
For large community, value should be `aa:nn:mm` format, where `aa`, `nn` and `mm` are all 32 bit integers.
Where `aa` is an AS Number, `nn` and `mm` are per-AS identifier. | List of string | - -## Supported operations - -| Datastore type | Create | Delete | Delete (Global `default`) | Update | Get/List | Notes | -| --------------------- | ------ | ------ | ------------------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | No | Yes | Yes | -| Kubernetes API server | Yes | Yes | No | Yes | Yes | +| communities | BGP communities to be advertised. | Communities can be list of either community names already defined in [communities](#communities) or community value of format `aa:nn` or `aa:nn:mm`.
For standard community, value should be in `aa:nn` format, where both `aa` and `nn` are 16 bit integers.
For large community, value should be `aa:nn:mm` format, where `aa`, `nn` and `mm` are all 32 bit integers.
Where `aa` is an AS Number, `nn` and `mm` are per-AS identifier. | List of string | \ No newline at end of file diff --git a/calico/reference/resources/bgpfilter.mdx b/calico/reference/resources/bgpfilter.mdx index f6ceba56c1..ad7d61399e 100644 --- a/calico/reference/resources/bgpfilter.mdx +++ b/calico/reference/resources/bgpfilter.mdx @@ -99,10 +99,4 @@ spec: | Field | Description | Accepted Values | Schema | Default | | ------ | --------------------------------------------- | ------------------------------------------------------------------- | ------ | ------- | | min | Smallest matched mask size (0 by default) | Valid integers between 0 and ipv4/6 max (32, 128) | int | | -| max | Largest matched mask size (32/128 by default) | Valid integers between 1 and ipv4/6 max (32, 128) | int | | - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| Kubernetes API server | Yes | Yes | Yes | | +| max | Largest matched mask size (32/128 by default) | Valid integers between 1 and ipv4/6 max (32, 128) | int | | \ No newline at end of file diff --git a/calico/reference/resources/bgppeer.mdx b/calico/reference/resources/bgppeer.mdx index b1d8b357bc..60d20b2d86 100644 --- a/calico/reference/resources/bgppeer.mdx +++ b/calico/reference/resources/bgppeer.mdx @@ -106,13 +106,6 @@ A BGP peer can also be node-specific. When the `node` field is included, only th will peer with it. When the `nodeSelector` field is included, the nodes with labels that match that selector will peer with it. -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | - ## Selectors diff --git a/calico/reference/resources/blockaffinity.mdx b/calico/reference/resources/blockaffinity.mdx index 451a6bad29..54e42bfbf3 100644 --- a/calico/reference/resources/blockaffinity.mdx +++ b/calico/reference/resources/blockaffinity.mdx @@ -21,11 +21,4 @@ A block affinity resource (`BlockAffinity`) represents the affinity for an IPAM | state | State of the affinity with regard to any referenced IPAM blocks. | confirmed, pending, pendingDeletion | string | | | node | The node that this affinity is assigned to. | The hostname of the node | string | | | cidr | The CIDR range this block affinity references. | A valid IPv4 or IPv6 CIDR. | string | | -| deleted | When set to true, clients should treat this block as if it does not exist. | true, false | boolean | `false` | - -## Supported operations - -| Datastore type | Create | Delete | Update | Get/List | Watch | -| --------------------- | ------ | ------ | ------ | -------- | ----- | -| etcdv3 | No | No | No | Yes | Yes | -| Kubernetes API server | No | No | No | Yes | Yes | +| deleted | When set to true, clients should treat this block as if it does not exist. | true, false | boolean | `false` | \ No newline at end of file diff --git a/calico/reference/resources/felixconfig.mdx b/calico/reference/resources/felixconfig.mdx index c08e5b11cb..11c735490f 100644 --- a/calico/reference/resources/felixconfig.mdx +++ b/calico/reference/resources/felixconfig.mdx @@ -289,11 +289,4 @@ Setting `awsSrcDstCheck` to `Disable` will automatically disable source-destinat If there are no policies attached to node roles containing the above statement, attach a new policy. For example, if a node role is `test-cluster-nodeinstance-role`, click on the IAM role in AWS console. In the `Permission policies` list, add a new inline policy with the above statement to the new policy JSON definition. For detailed information, see [AWS documentation](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html?icmpid=docs_iam_console). -For an EKS cluster, the necessary IAM role and policy is available by default. No further actions are needed. - -## Supported operations - -| Datastore type | Create | Delete | Delete (Global `default`) | Update | Get/List | Notes | -| --------------------- | ------ | ------ | ------------------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | No | Yes | Yes | | -| Kubernetes API server | Yes | Yes | No | Yes | Yes | | +For an EKS cluster, the necessary IAM role and policy is available by default. No further actions are needed. \ No newline at end of file diff --git a/calico/reference/resources/globalnetworkpolicy.mdx b/calico/reference/resources/globalnetworkpolicy.mdx index c66a7aedbc..94505b56f2 100644 --- a/calico/reference/resources/globalnetworkpolicy.mdx +++ b/calico/reference/resources/globalnetworkpolicy.mdx @@ -170,11 +170,4 @@ Application layer policy match criteria are supported with the following restric ### HTTPMatch - - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| ------------------------ | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API datastore | Yes | Yes | Yes | + \ No newline at end of file diff --git a/calico/reference/resources/hostendpoint.mdx b/calico/reference/resources/hostendpoint.mdx index bd101ebd29..b7a0decf07 100644 --- a/calico/reference/resources/hostendpoint.mdx +++ b/calico/reference/resources/hostendpoint.mdx @@ -106,11 +106,4 @@ spec: ### EndpointPort - - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | + \ No newline at end of file diff --git a/calico/reference/resources/ipamconfig.mdx b/calico/reference/resources/ipamconfig.mdx index b7b7720d70..e19e6cec69 100644 --- a/calico/reference/resources/ipamconfig.mdx +++ b/calico/reference/resources/ipamconfig.mdx @@ -33,11 +33,4 @@ The resource is a singleton which must have the name `default`. | Field | Description | Accepted Values | Schema | Default | | ---------------- | ------------------------------------------------------------------- | --------------- | ------ | --------- | | strictAffinity | When StrictAffinity is true, borrowing IP addresses is not allowed. | true, false | bool | false | -| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 | - -## Supported operations - -| Datastore type | Create | Delete | Update | Get/List | -| --------------------- | ------ | ------ | ------ | -------- | -| etcdv3 | Yes | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | Yes | +| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 | \ No newline at end of file diff --git a/calico/reference/resources/ippool.mdx b/calico/reference/resources/ippool.mdx index 77ce70618c..c282390c5a 100644 --- a/calico/reference/resources/ippool.mdx +++ b/calico/reference/resources/ippool.mdx @@ -133,13 +133,6 @@ used for manual assignments. -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | - ## See also The [`IPReservation` resource](ipreservation.mdx) allows for small parts of an IP pool to be reserved so that they will diff --git a/calico/reference/resources/kubecontrollersconfig.mdx b/calico/reference/resources/kubecontrollersconfig.mdx index b2b38dea76..a3ddcdd47f 100644 --- a/calico/reference/resources/kubecontrollersconfig.mdx +++ b/calico/reference/resources/kubecontrollersconfig.mdx @@ -117,11 +117,4 @@ $[prodname] datastore. | ---------------- | ---------------------------------------------------------------- | --------------------------------- | ------- | | reconcilerPeriod | Period to perform reconciliation with the $[prodname] datastore | [Duration string][parse-duration] | 5m | -## Supported operations - -| Datastore type | Create | Delete (Global `default`) | Update | Get/List | Notes | -| --------------------- | ------ | ------------------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | Yes | - [parse-duration]: https://golang.org/pkg/time/#ParseDuration diff --git a/calico/reference/resources/networkpolicy.mdx b/calico/reference/resources/networkpolicy.mdx index a25c13ff45..04b9b90aef 100644 --- a/calico/reference/resources/networkpolicy.mdx +++ b/calico/reference/resources/networkpolicy.mdx @@ -154,11 +154,4 @@ Application layer policy match criteria are supported with the following restric ### HTTPMatch - - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| ------------------------ | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API datastore | Yes | Yes | Yes | + \ No newline at end of file diff --git a/calico/reference/resources/node.mdx b/calico/reference/resources/node.mdx index 09db2cf871..e55e0180a1 100644 --- a/calico/reference/resources/node.mdx +++ b/calico/reference/resources/node.mdx @@ -71,11 +71,4 @@ spec: | Field | Description | Accepted Values | Schema | Default | | -------------------- | ----------------------------------------------------------------------------------------- | --------------- | ------ | ------- | | interfaceIPv4Address | The IP address and subnet for the IPv4 WireGuard interface created by Felix on this node. | Optional | string | -| interfaceIPv6Address | The IP address and subnet for the IPv6 WireGuard interface created by Felix on this node. | Optional | string | - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ------------------------------------------------------------------ | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | No | Yes | Yes | `$[nodecontainer]` data is directly tied to the Kubernetes nodes. | +| interfaceIPv6Address | The IP address and subnet for the IPv6 WireGuard interface created by Felix on this node. | Optional | string | \ No newline at end of file diff --git a/calico/reference/resources/profile.mdx b/calico/reference/resources/profile.mdx index 20db7d6266..59ad46b8ca 100644 --- a/calico/reference/resources/profile.mdx +++ b/calico/reference/resources/profile.mdx @@ -43,11 +43,4 @@ spec: | labelsToApply | An optional set of labels to apply to each endpoint in this profile (in addition to the endpoint's own labels) | | map | For `Rule` details please see the [NetworkPolicy](networkpolicy.mdx) or -[GlobalNetworkPolicy](globalnetworkpolicy.mdx) resource. - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ------------------------------------------------------------------------------ | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | No | No | Yes | $[prodname] profiles are pre-assigned for each Namespace and Service Account. | +[GlobalNetworkPolicy](globalnetworkpolicy.mdx) resource. \ No newline at end of file diff --git a/calico/reference/resources/workloadendpoint.mdx b/calico/reference/resources/workloadendpoint.mdx index 84318639ce..77aa9c9888 100644 --- a/calico/reference/resources/workloadendpoint.mdx +++ b/calico/reference/resources/workloadendpoint.mdx @@ -120,11 +120,4 @@ They only have an effect if they are referred to in policy. The hostPort and hostIP fields are read-only and determined from Kubernetes hostPort configuration. These fields are used only when host ports are enabled in Calico. -::: - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | -------------------------------------------------------- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | No | Yes | Yes | WorkloadEndpoints are directly tied to a Kubernetes pod. | +::: \ No newline at end of file diff --git a/calico_versioned_docs/version-3.26/reference/resources/bgpconfig.mdx b/calico_versioned_docs/version-3.26/reference/resources/bgpconfig.mdx index 885e4779d4..e84c6df45a 100644 --- a/calico_versioned_docs/version-3.26/reference/resources/bgpconfig.mdx +++ b/calico_versioned_docs/version-3.26/reference/resources/bgpconfig.mdx @@ -77,11 +77,4 @@ spec: | Field | Description | Accepted Values | Schema | | ----------- | ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | | cidr | CIDR for which properties should be advertised. | `cidr: XXX.XXX.XXX.XXX/XX` | string | -| communities | BGP communities to be advertised. | Communities can be list of either community names already defined in [communities](#communities) or community value of format `aa:nn` or `aa:nn:mm`.
For standard community, value should be in `aa:nn` format, where both `aa` and `nn` are 16 bit integers.
For large community, value should be `aa:nn:mm` format, where `aa`, `nn` and `mm` are all 32 bit integers.
Where `aa` is an AS Number, `nn` and `mm` are per-AS identifier. | List of string | - -## Supported operations - -| Datastore type | Create | Delete | Delete (Global `default`) | Update | Get/List | Notes | -| --------------------- | ------ | ------ | ------------------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | No | Yes | Yes | -| Kubernetes API server | Yes | Yes | No | Yes | Yes | +| communities | BGP communities to be advertised. | Communities can be list of either community names already defined in [communities](#communities) or community value of format `aa:nn` or `aa:nn:mm`.
For standard community, value should be in `aa:nn` format, where both `aa` and `nn` are 16 bit integers.
For large community, value should be `aa:nn:mm` format, where `aa`, `nn` and `mm` are all 32 bit integers.
Where `aa` is an AS Number, `nn` and `mm` are per-AS identifier. | List of string | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.26/reference/resources/bgppeer.mdx b/calico_versioned_docs/version-3.26/reference/resources/bgppeer.mdx index e68511333d..cefd475ffa 100644 --- a/calico_versioned_docs/version-3.26/reference/resources/bgppeer.mdx +++ b/calico_versioned_docs/version-3.26/reference/resources/bgppeer.mdx @@ -106,13 +106,6 @@ A BGP peer can also be node-specific. When the `node` field is included, only th will peer with it. When the `nodeSelector` field is included, the nodes with labels that match that selector will peer with it. -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | - ## Selectors diff --git a/calico_versioned_docs/version-3.26/reference/resources/felixconfig.mdx b/calico_versioned_docs/version-3.26/reference/resources/felixconfig.mdx index 9d1f1e6916..26930580c7 100644 --- a/calico_versioned_docs/version-3.26/reference/resources/felixconfig.mdx +++ b/calico_versioned_docs/version-3.26/reference/resources/felixconfig.mdx @@ -255,11 +255,4 @@ Setting `awsSrcDstCheck` to `Disable` will automatically disable source-destinat If there are no policies attached to node roles containing the above statement, attach a new policy. For example, if a node role is `test-cluster-nodeinstance-role`, click on the IAM role in AWS console. In the `Permission policies` list, add a new inline policy with the above statement to the new policy JSON definition. For detailed information, see [AWS documentation](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html?icmpid=docs_iam_console). -For an EKS cluster, the necessary IAM role and policy is available by default. No further actions are needed. - -## Supported operations - -| Datastore type | Create | Delete | Delete (Global `default`) | Update | Get/List | Notes | -| --------------------- | ------ | ------ | ------------------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | No | Yes | Yes | | -| Kubernetes API server | Yes | Yes | No | Yes | Yes | | +For an EKS cluster, the necessary IAM role and policy is available by default. No further actions are needed. \ No newline at end of file diff --git a/calico_versioned_docs/version-3.26/reference/resources/globalnetworkpolicy.mdx b/calico_versioned_docs/version-3.26/reference/resources/globalnetworkpolicy.mdx index 8e52840286..b28f4e949f 100644 --- a/calico_versioned_docs/version-3.26/reference/resources/globalnetworkpolicy.mdx +++ b/calico_versioned_docs/version-3.26/reference/resources/globalnetworkpolicy.mdx @@ -157,11 +157,4 @@ Application layer policy match criteria are supported with the following restric ### HTTPMatch - - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| ------------------------ | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API datastore | Yes | Yes | Yes | + \ No newline at end of file diff --git a/calico_versioned_docs/version-3.26/reference/resources/hostendpoint.mdx b/calico_versioned_docs/version-3.26/reference/resources/hostendpoint.mdx index c8e8b86478..1891c4c6fd 100644 --- a/calico_versioned_docs/version-3.26/reference/resources/hostendpoint.mdx +++ b/calico_versioned_docs/version-3.26/reference/resources/hostendpoint.mdx @@ -106,11 +106,4 @@ spec: ### EndpointPort - - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | + \ No newline at end of file diff --git a/calico_versioned_docs/version-3.26/reference/resources/ippool.mdx b/calico_versioned_docs/version-3.26/reference/resources/ippool.mdx index fca0f46e14..bb2b9ca135 100644 --- a/calico_versioned_docs/version-3.26/reference/resources/ippool.mdx +++ b/calico_versioned_docs/version-3.26/reference/resources/ippool.mdx @@ -133,13 +133,6 @@ used for manual assignments. -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | - ## See also The [`IPReservation` resource](ipreservation.mdx) allows for small parts of an IP pool to be reserved so that they will diff --git a/calico_versioned_docs/version-3.26/reference/resources/kubecontrollersconfig.mdx b/calico_versioned_docs/version-3.26/reference/resources/kubecontrollersconfig.mdx index b2b38dea76..a3ddcdd47f 100644 --- a/calico_versioned_docs/version-3.26/reference/resources/kubecontrollersconfig.mdx +++ b/calico_versioned_docs/version-3.26/reference/resources/kubecontrollersconfig.mdx @@ -117,11 +117,4 @@ $[prodname] datastore. | ---------------- | ---------------------------------------------------------------- | --------------------------------- | ------- | | reconcilerPeriod | Period to perform reconciliation with the $[prodname] datastore | [Duration string][parse-duration] | 5m | -## Supported operations - -| Datastore type | Create | Delete (Global `default`) | Update | Get/List | Notes | -| --------------------- | ------ | ------------------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | Yes | - [parse-duration]: https://golang.org/pkg/time/#ParseDuration diff --git a/calico_versioned_docs/version-3.26/reference/resources/networkpolicy.mdx b/calico_versioned_docs/version-3.26/reference/resources/networkpolicy.mdx index 81e9083244..3c18ca33fe 100644 --- a/calico_versioned_docs/version-3.26/reference/resources/networkpolicy.mdx +++ b/calico_versioned_docs/version-3.26/reference/resources/networkpolicy.mdx @@ -141,11 +141,4 @@ Application layer policy match criteria are supported with the following restric ### HTTPMatch - - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| ------------------------ | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API datastore | Yes | Yes | Yes | + \ No newline at end of file diff --git a/calico_versioned_docs/version-3.26/reference/resources/node.mdx b/calico_versioned_docs/version-3.26/reference/resources/node.mdx index 09db2cf871..e55e0180a1 100644 --- a/calico_versioned_docs/version-3.26/reference/resources/node.mdx +++ b/calico_versioned_docs/version-3.26/reference/resources/node.mdx @@ -71,11 +71,4 @@ spec: | Field | Description | Accepted Values | Schema | Default | | -------------------- | ----------------------------------------------------------------------------------------- | --------------- | ------ | ------- | | interfaceIPv4Address | The IP address and subnet for the IPv4 WireGuard interface created by Felix on this node. | Optional | string | -| interfaceIPv6Address | The IP address and subnet for the IPv6 WireGuard interface created by Felix on this node. | Optional | string | - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ------------------------------------------------------------------ | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | No | Yes | Yes | `$[nodecontainer]` data is directly tied to the Kubernetes nodes. | +| interfaceIPv6Address | The IP address and subnet for the IPv6 WireGuard interface created by Felix on this node. | Optional | string | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.26/reference/resources/profile.mdx b/calico_versioned_docs/version-3.26/reference/resources/profile.mdx index 20db7d6266..59ad46b8ca 100644 --- a/calico_versioned_docs/version-3.26/reference/resources/profile.mdx +++ b/calico_versioned_docs/version-3.26/reference/resources/profile.mdx @@ -43,11 +43,4 @@ spec: | labelsToApply | An optional set of labels to apply to each endpoint in this profile (in addition to the endpoint's own labels) | | map | For `Rule` details please see the [NetworkPolicy](networkpolicy.mdx) or -[GlobalNetworkPolicy](globalnetworkpolicy.mdx) resource. - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ------------------------------------------------------------------------------ | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | No | No | Yes | $[prodname] profiles are pre-assigned for each Namespace and Service Account. | +[GlobalNetworkPolicy](globalnetworkpolicy.mdx) resource. \ No newline at end of file diff --git a/calico_versioned_docs/version-3.26/reference/resources/workloadendpoint.mdx b/calico_versioned_docs/version-3.26/reference/resources/workloadendpoint.mdx index 1b992c95e5..0889ecce6a 100644 --- a/calico_versioned_docs/version-3.26/reference/resources/workloadendpoint.mdx +++ b/calico_versioned_docs/version-3.26/reference/resources/workloadendpoint.mdx @@ -120,11 +120,4 @@ They only have an effect if they are referred to in policy. The hostPort and hostIP fields are read-only and determined from Kubernetes hostPort configuration. These fields are used only when host ports are enabled in Calico. -::: - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | -------------------------------------------------------- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | No | Yes | Yes | WorkloadEndpoints are directly tied to a Kubernetes pod. | +::: \ No newline at end of file diff --git a/calico_versioned_docs/version-3.27/reference/resources/bgpconfig.mdx b/calico_versioned_docs/version-3.27/reference/resources/bgpconfig.mdx index 885e4779d4..e84c6df45a 100644 --- a/calico_versioned_docs/version-3.27/reference/resources/bgpconfig.mdx +++ b/calico_versioned_docs/version-3.27/reference/resources/bgpconfig.mdx @@ -77,11 +77,4 @@ spec: | Field | Description | Accepted Values | Schema | | ----------- | ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | | cidr | CIDR for which properties should be advertised. | `cidr: XXX.XXX.XXX.XXX/XX` | string | -| communities | BGP communities to be advertised. | Communities can be list of either community names already defined in [communities](#communities) or community value of format `aa:nn` or `aa:nn:mm`.
For standard community, value should be in `aa:nn` format, where both `aa` and `nn` are 16 bit integers.
For large community, value should be `aa:nn:mm` format, where `aa`, `nn` and `mm` are all 32 bit integers.
Where `aa` is an AS Number, `nn` and `mm` are per-AS identifier. | List of string | - -## Supported operations - -| Datastore type | Create | Delete | Delete (Global `default`) | Update | Get/List | Notes | -| --------------------- | ------ | ------ | ------------------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | No | Yes | Yes | -| Kubernetes API server | Yes | Yes | No | Yes | Yes | +| communities | BGP communities to be advertised. | Communities can be list of either community names already defined in [communities](#communities) or community value of format `aa:nn` or `aa:nn:mm`.
For standard community, value should be in `aa:nn` format, where both `aa` and `nn` are 16 bit integers.
For large community, value should be `aa:nn:mm` format, where `aa`, `nn` and `mm` are all 32 bit integers.
Where `aa` is an AS Number, `nn` and `mm` are per-AS identifier. | List of string | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.27/reference/resources/bgpfilter.mdx b/calico_versioned_docs/version-3.27/reference/resources/bgpfilter.mdx index d8f7318253..4691fe9393 100644 --- a/calico_versioned_docs/version-3.27/reference/resources/bgpfilter.mdx +++ b/calico_versioned_docs/version-3.27/reference/resources/bgpfilter.mdx @@ -85,10 +85,4 @@ spec: | matchOperator | Method by which to match candidate routes | `In`, `NotIn`, `Equal`, `NotEqual` | string | | | source | Indicator of the source of route | `RemotePeers` means any route learned from other BGP peers | string | | | interface | String to match interface names | A valid pattern to match interfaces. "*" can be used as a wildcard. | string | | -| action | Action to be taken for this rule | `Accept` or `Reject` | string | | - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| Kubernetes API server | Yes | Yes | Yes | | +| action | Action to be taken for this rule | `Accept` or `Reject` | string | | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.27/reference/resources/bgppeer.mdx b/calico_versioned_docs/version-3.27/reference/resources/bgppeer.mdx index 5bfce3e6cf..e47c879d37 100644 --- a/calico_versioned_docs/version-3.27/reference/resources/bgppeer.mdx +++ b/calico_versioned_docs/version-3.27/reference/resources/bgppeer.mdx @@ -105,14 +105,6 @@ the cluster will attempt to establish BGP connections with it A BGP peer can also be node-specific. When the `node` field is included, only the specified node will peer with it. When the `nodeSelector` field is included, the nodes with labels that match that selector will peer with it. - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | - ## Selectors diff --git a/calico_versioned_docs/version-3.27/reference/resources/blockaffinity.mdx b/calico_versioned_docs/version-3.27/reference/resources/blockaffinity.mdx index 451a6bad29..54e42bfbf3 100644 --- a/calico_versioned_docs/version-3.27/reference/resources/blockaffinity.mdx +++ b/calico_versioned_docs/version-3.27/reference/resources/blockaffinity.mdx @@ -21,11 +21,4 @@ A block affinity resource (`BlockAffinity`) represents the affinity for an IPAM | state | State of the affinity with regard to any referenced IPAM blocks. | confirmed, pending, pendingDeletion | string | | | node | The node that this affinity is assigned to. | The hostname of the node | string | | | cidr | The CIDR range this block affinity references. | A valid IPv4 or IPv6 CIDR. | string | | -| deleted | When set to true, clients should treat this block as if it does not exist. | true, false | boolean | `false` | - -## Supported operations - -| Datastore type | Create | Delete | Update | Get/List | Watch | -| --------------------- | ------ | ------ | ------ | -------- | ----- | -| etcdv3 | No | No | No | Yes | Yes | -| Kubernetes API server | No | No | No | Yes | Yes | +| deleted | When set to true, clients should treat this block as if it does not exist. | true, false | boolean | `false` | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.27/reference/resources/felixconfig.mdx b/calico_versioned_docs/version-3.27/reference/resources/felixconfig.mdx index 4a0b460252..8d87c595ad 100644 --- a/calico_versioned_docs/version-3.27/reference/resources/felixconfig.mdx +++ b/calico_versioned_docs/version-3.27/reference/resources/felixconfig.mdx @@ -260,11 +260,4 @@ Setting `awsSrcDstCheck` to `Disable` will automatically disable source-destinat If there are no policies attached to node roles containing the above statement, attach a new policy. For example, if a node role is `test-cluster-nodeinstance-role`, click on the IAM role in AWS console. In the `Permission policies` list, add a new inline policy with the above statement to the new policy JSON definition. For detailed information, see [AWS documentation](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html?icmpid=docs_iam_console). -For an EKS cluster, the necessary IAM role and policy is available by default. No further actions are needed. - -## Supported operations - -| Datastore type | Create | Delete | Delete (Global `default`) | Update | Get/List | Notes | -| --------------------- | ------ | ------ | ------------------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | No | Yes | Yes | | -| Kubernetes API server | Yes | Yes | No | Yes | Yes | | +For an EKS cluster, the necessary IAM role and policy is available by default. No further actions are needed. \ No newline at end of file diff --git a/calico_versioned_docs/version-3.27/reference/resources/globalnetworkpolicy.mdx b/calico_versioned_docs/version-3.27/reference/resources/globalnetworkpolicy.mdx index 5069af7cb7..9fd0f6c238 100644 --- a/calico_versioned_docs/version-3.27/reference/resources/globalnetworkpolicy.mdx +++ b/calico_versioned_docs/version-3.27/reference/resources/globalnetworkpolicy.mdx @@ -170,11 +170,4 @@ Application layer policy match criteria are supported with the following restric ### HTTPMatch - - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| ------------------------ | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API datastore | Yes | Yes | Yes | + \ No newline at end of file diff --git a/calico_versioned_docs/version-3.27/reference/resources/hostendpoint.mdx b/calico_versioned_docs/version-3.27/reference/resources/hostendpoint.mdx index 85869ce6b2..83982be8ca 100644 --- a/calico_versioned_docs/version-3.27/reference/resources/hostendpoint.mdx +++ b/calico_versioned_docs/version-3.27/reference/resources/hostendpoint.mdx @@ -106,11 +106,4 @@ spec: ### EndpointPort - - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | + \ No newline at end of file diff --git a/calico_versioned_docs/version-3.27/reference/resources/ipamconfig.mdx b/calico_versioned_docs/version-3.27/reference/resources/ipamconfig.mdx index b7b7720d70..e19e6cec69 100644 --- a/calico_versioned_docs/version-3.27/reference/resources/ipamconfig.mdx +++ b/calico_versioned_docs/version-3.27/reference/resources/ipamconfig.mdx @@ -33,11 +33,4 @@ The resource is a singleton which must have the name `default`. | Field | Description | Accepted Values | Schema | Default | | ---------------- | ------------------------------------------------------------------- | --------------- | ------ | --------- | | strictAffinity | When StrictAffinity is true, borrowing IP addresses is not allowed. | true, false | bool | false | -| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 | - -## Supported operations - -| Datastore type | Create | Delete | Update | Get/List | -| --------------------- | ------ | ------ | ------ | -------- | -| etcdv3 | Yes | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | Yes | +| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.27/reference/resources/ippool.mdx b/calico_versioned_docs/version-3.27/reference/resources/ippool.mdx index 1b7e0ff0e7..6c176bf120 100644 --- a/calico_versioned_docs/version-3.27/reference/resources/ippool.mdx +++ b/calico_versioned_docs/version-3.27/reference/resources/ippool.mdx @@ -133,13 +133,6 @@ used for manual assignments. -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | - ## See also The [`IPReservation` resource](ipreservation.mdx) allows for small parts of an IP pool to be reserved so that they will diff --git a/calico_versioned_docs/version-3.27/reference/resources/kubecontrollersconfig.mdx b/calico_versioned_docs/version-3.27/reference/resources/kubecontrollersconfig.mdx index b2b38dea76..a3ddcdd47f 100644 --- a/calico_versioned_docs/version-3.27/reference/resources/kubecontrollersconfig.mdx +++ b/calico_versioned_docs/version-3.27/reference/resources/kubecontrollersconfig.mdx @@ -117,11 +117,4 @@ $[prodname] datastore. | ---------------- | ---------------------------------------------------------------- | --------------------------------- | ------- | | reconcilerPeriod | Period to perform reconciliation with the $[prodname] datastore | [Duration string][parse-duration] | 5m | -## Supported operations - -| Datastore type | Create | Delete (Global `default`) | Update | Get/List | Notes | -| --------------------- | ------ | ------------------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | Yes | - [parse-duration]: https://golang.org/pkg/time/#ParseDuration diff --git a/calico_versioned_docs/version-3.27/reference/resources/networkpolicy.mdx b/calico_versioned_docs/version-3.27/reference/resources/networkpolicy.mdx index 46ce1debc4..6f0e50dc89 100644 --- a/calico_versioned_docs/version-3.27/reference/resources/networkpolicy.mdx +++ b/calico_versioned_docs/version-3.27/reference/resources/networkpolicy.mdx @@ -154,11 +154,4 @@ Application layer policy match criteria are supported with the following restric ### HTTPMatch - - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| ------------------------ | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API datastore | Yes | Yes | Yes | + \ No newline at end of file diff --git a/calico_versioned_docs/version-3.27/reference/resources/node.mdx b/calico_versioned_docs/version-3.27/reference/resources/node.mdx index 09db2cf871..e55e0180a1 100644 --- a/calico_versioned_docs/version-3.27/reference/resources/node.mdx +++ b/calico_versioned_docs/version-3.27/reference/resources/node.mdx @@ -71,11 +71,4 @@ spec: | Field | Description | Accepted Values | Schema | Default | | -------------------- | ----------------------------------------------------------------------------------------- | --------------- | ------ | ------- | | interfaceIPv4Address | The IP address and subnet for the IPv4 WireGuard interface created by Felix on this node. | Optional | string | -| interfaceIPv6Address | The IP address and subnet for the IPv6 WireGuard interface created by Felix on this node. | Optional | string | - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ------------------------------------------------------------------ | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | No | Yes | Yes | `$[nodecontainer]` data is directly tied to the Kubernetes nodes. | +| interfaceIPv6Address | The IP address and subnet for the IPv6 WireGuard interface created by Felix on this node. | Optional | string | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.27/reference/resources/profile.mdx b/calico_versioned_docs/version-3.27/reference/resources/profile.mdx index 20db7d6266..59ad46b8ca 100644 --- a/calico_versioned_docs/version-3.27/reference/resources/profile.mdx +++ b/calico_versioned_docs/version-3.27/reference/resources/profile.mdx @@ -43,11 +43,4 @@ spec: | labelsToApply | An optional set of labels to apply to each endpoint in this profile (in addition to the endpoint's own labels) | | map | For `Rule` details please see the [NetworkPolicy](networkpolicy.mdx) or -[GlobalNetworkPolicy](globalnetworkpolicy.mdx) resource. - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ------------------------------------------------------------------------------ | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | No | No | Yes | $[prodname] profiles are pre-assigned for each Namespace and Service Account. | +[GlobalNetworkPolicy](globalnetworkpolicy.mdx) resource. \ No newline at end of file diff --git a/calico_versioned_docs/version-3.27/reference/resources/workloadendpoint.mdx b/calico_versioned_docs/version-3.27/reference/resources/workloadendpoint.mdx index 0b21ae38f6..ca261b554b 100644 --- a/calico_versioned_docs/version-3.27/reference/resources/workloadendpoint.mdx +++ b/calico_versioned_docs/version-3.27/reference/resources/workloadendpoint.mdx @@ -120,11 +120,4 @@ They only have an effect if they are referred to in policy. The hostPort and hostIP fields are read-only and determined from Kubernetes hostPort configuration. These fields are used only when host ports are enabled in Calico. -::: - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | -------------------------------------------------------- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | No | Yes | Yes | WorkloadEndpoints are directly tied to a Kubernetes pod. | +::: \ No newline at end of file diff --git a/calico_versioned_docs/version-3.28/reference/resources/bgpconfig.mdx b/calico_versioned_docs/version-3.28/reference/resources/bgpconfig.mdx index 885e4779d4..e84c6df45a 100644 --- a/calico_versioned_docs/version-3.28/reference/resources/bgpconfig.mdx +++ b/calico_versioned_docs/version-3.28/reference/resources/bgpconfig.mdx @@ -77,11 +77,4 @@ spec: | Field | Description | Accepted Values | Schema | | ----------- | ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | | cidr | CIDR for which properties should be advertised. | `cidr: XXX.XXX.XXX.XXX/XX` | string | -| communities | BGP communities to be advertised. | Communities can be list of either community names already defined in [communities](#communities) or community value of format `aa:nn` or `aa:nn:mm`.
For standard community, value should be in `aa:nn` format, where both `aa` and `nn` are 16 bit integers.
For large community, value should be `aa:nn:mm` format, where `aa`, `nn` and `mm` are all 32 bit integers.
Where `aa` is an AS Number, `nn` and `mm` are per-AS identifier. | List of string | - -## Supported operations - -| Datastore type | Create | Delete | Delete (Global `default`) | Update | Get/List | Notes | -| --------------------- | ------ | ------ | ------------------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | No | Yes | Yes | -| Kubernetes API server | Yes | Yes | No | Yes | Yes | +| communities | BGP communities to be advertised. | Communities can be list of either community names already defined in [communities](#communities) or community value of format `aa:nn` or `aa:nn:mm`.
For standard community, value should be in `aa:nn` format, where both `aa` and `nn` are 16 bit integers.
For large community, value should be `aa:nn:mm` format, where `aa`, `nn` and `mm` are all 32 bit integers.
Where `aa` is an AS Number, `nn` and `mm` are per-AS identifier. | List of string | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.28/reference/resources/bgpfilter.mdx b/calico_versioned_docs/version-3.28/reference/resources/bgpfilter.mdx index d8f7318253..4691fe9393 100644 --- a/calico_versioned_docs/version-3.28/reference/resources/bgpfilter.mdx +++ b/calico_versioned_docs/version-3.28/reference/resources/bgpfilter.mdx @@ -85,10 +85,4 @@ spec: | matchOperator | Method by which to match candidate routes | `In`, `NotIn`, `Equal`, `NotEqual` | string | | | source | Indicator of the source of route | `RemotePeers` means any route learned from other BGP peers | string | | | interface | String to match interface names | A valid pattern to match interfaces. "*" can be used as a wildcard. | string | | -| action | Action to be taken for this rule | `Accept` or `Reject` | string | | - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| Kubernetes API server | Yes | Yes | Yes | | +| action | Action to be taken for this rule | `Accept` or `Reject` | string | | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.28/reference/resources/bgppeer.mdx b/calico_versioned_docs/version-3.28/reference/resources/bgppeer.mdx index c04c8956cd..a8b0809dbd 100644 --- a/calico_versioned_docs/version-3.28/reference/resources/bgppeer.mdx +++ b/calico_versioned_docs/version-3.28/reference/resources/bgppeer.mdx @@ -106,13 +106,6 @@ A BGP peer can also be node-specific. When the `node` field is included, only th will peer with it. When the `nodeSelector` field is included, the nodes with labels that match that selector will peer with it. -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | - ## Selectors diff --git a/calico_versioned_docs/version-3.28/reference/resources/blockaffinity.mdx b/calico_versioned_docs/version-3.28/reference/resources/blockaffinity.mdx index 451a6bad29..54e42bfbf3 100644 --- a/calico_versioned_docs/version-3.28/reference/resources/blockaffinity.mdx +++ b/calico_versioned_docs/version-3.28/reference/resources/blockaffinity.mdx @@ -21,11 +21,4 @@ A block affinity resource (`BlockAffinity`) represents the affinity for an IPAM | state | State of the affinity with regard to any referenced IPAM blocks. | confirmed, pending, pendingDeletion | string | | | node | The node that this affinity is assigned to. | The hostname of the node | string | | | cidr | The CIDR range this block affinity references. | A valid IPv4 or IPv6 CIDR. | string | | -| deleted | When set to true, clients should treat this block as if it does not exist. | true, false | boolean | `false` | - -## Supported operations - -| Datastore type | Create | Delete | Update | Get/List | Watch | -| --------------------- | ------ | ------ | ------ | -------- | ----- | -| etcdv3 | No | No | No | Yes | Yes | -| Kubernetes API server | No | No | No | Yes | Yes | +| deleted | When set to true, clients should treat this block as if it does not exist. | true, false | boolean | `false` | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.28/reference/resources/felixconfig.mdx b/calico_versioned_docs/version-3.28/reference/resources/felixconfig.mdx index 9ea154b784..9eb1e47478 100644 --- a/calico_versioned_docs/version-3.28/reference/resources/felixconfig.mdx +++ b/calico_versioned_docs/version-3.28/reference/resources/felixconfig.mdx @@ -261,11 +261,4 @@ Setting `awsSrcDstCheck` to `Disable` will automatically disable source-destinat If there are no policies attached to node roles containing the above statement, attach a new policy. For example, if a node role is `test-cluster-nodeinstance-role`, click on the IAM role in AWS console. In the `Permission policies` list, add a new inline policy with the above statement to the new policy JSON definition. For detailed information, see [AWS documentation](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html?icmpid=docs_iam_console). -For an EKS cluster, the necessary IAM role and policy is available by default. No further actions are needed. - -## Supported operations - -| Datastore type | Create | Delete | Delete (Global `default`) | Update | Get/List | Notes | -| --------------------- | ------ | ------ | ------------------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | No | Yes | Yes | | -| Kubernetes API server | Yes | Yes | No | Yes | Yes | | +For an EKS cluster, the necessary IAM role and policy is available by default. No further actions are needed. \ No newline at end of file diff --git a/calico_versioned_docs/version-3.28/reference/resources/globalnetworkpolicy.mdx b/calico_versioned_docs/version-3.28/reference/resources/globalnetworkpolicy.mdx index a2e9f5d7dc..3de02a4572 100644 --- a/calico_versioned_docs/version-3.28/reference/resources/globalnetworkpolicy.mdx +++ b/calico_versioned_docs/version-3.28/reference/resources/globalnetworkpolicy.mdx @@ -170,11 +170,4 @@ Application layer policy match criteria are supported with the following restric ### HTTPMatch - - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| ------------------------ | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API datastore | Yes | Yes | Yes | + \ No newline at end of file diff --git a/calico_versioned_docs/version-3.28/reference/resources/hostendpoint.mdx b/calico_versioned_docs/version-3.28/reference/resources/hostendpoint.mdx index 169e5b4a7d..64b833f6b4 100644 --- a/calico_versioned_docs/version-3.28/reference/resources/hostendpoint.mdx +++ b/calico_versioned_docs/version-3.28/reference/resources/hostendpoint.mdx @@ -106,11 +106,4 @@ spec: ### EndpointPort - - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | + \ No newline at end of file diff --git a/calico_versioned_docs/version-3.28/reference/resources/ipamconfig.mdx b/calico_versioned_docs/version-3.28/reference/resources/ipamconfig.mdx index b7b7720d70..e19e6cec69 100644 --- a/calico_versioned_docs/version-3.28/reference/resources/ipamconfig.mdx +++ b/calico_versioned_docs/version-3.28/reference/resources/ipamconfig.mdx @@ -33,11 +33,4 @@ The resource is a singleton which must have the name `default`. | Field | Description | Accepted Values | Schema | Default | | ---------------- | ------------------------------------------------------------------- | --------------- | ------ | --------- | | strictAffinity | When StrictAffinity is true, borrowing IP addresses is not allowed. | true, false | bool | false | -| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 | - -## Supported operations - -| Datastore type | Create | Delete | Update | Get/List | -| --------------------- | ------ | ------ | ------ | -------- | -| etcdv3 | Yes | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | Yes | +| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.28/reference/resources/ippool.mdx b/calico_versioned_docs/version-3.28/reference/resources/ippool.mdx index e778ea7a9e..039856672d 100644 --- a/calico_versioned_docs/version-3.28/reference/resources/ippool.mdx +++ b/calico_versioned_docs/version-3.28/reference/resources/ippool.mdx @@ -133,13 +133,6 @@ used for manual assignments. -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | - ## See also The [`IPReservation` resource](ipreservation.mdx) allows for small parts of an IP pool to be reserved so that they will diff --git a/calico_versioned_docs/version-3.28/reference/resources/kubecontrollersconfig.mdx b/calico_versioned_docs/version-3.28/reference/resources/kubecontrollersconfig.mdx index b2b38dea76..a3ddcdd47f 100644 --- a/calico_versioned_docs/version-3.28/reference/resources/kubecontrollersconfig.mdx +++ b/calico_versioned_docs/version-3.28/reference/resources/kubecontrollersconfig.mdx @@ -117,11 +117,4 @@ $[prodname] datastore. | ---------------- | ---------------------------------------------------------------- | --------------------------------- | ------- | | reconcilerPeriod | Period to perform reconciliation with the $[prodname] datastore | [Duration string][parse-duration] | 5m | -## Supported operations - -| Datastore type | Create | Delete (Global `default`) | Update | Get/List | Notes | -| --------------------- | ------ | ------------------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | Yes | - [parse-duration]: https://golang.org/pkg/time/#ParseDuration diff --git a/calico_versioned_docs/version-3.28/reference/resources/networkpolicy.mdx b/calico_versioned_docs/version-3.28/reference/resources/networkpolicy.mdx index 946b0afa1f..a404a27096 100644 --- a/calico_versioned_docs/version-3.28/reference/resources/networkpolicy.mdx +++ b/calico_versioned_docs/version-3.28/reference/resources/networkpolicy.mdx @@ -154,11 +154,4 @@ Application layer policy match criteria are supported with the following restric ### HTTPMatch - - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| ------------------------ | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API datastore | Yes | Yes | Yes | + \ No newline at end of file diff --git a/calico_versioned_docs/version-3.28/reference/resources/node.mdx b/calico_versioned_docs/version-3.28/reference/resources/node.mdx index 09db2cf871..e55e0180a1 100644 --- a/calico_versioned_docs/version-3.28/reference/resources/node.mdx +++ b/calico_versioned_docs/version-3.28/reference/resources/node.mdx @@ -71,11 +71,4 @@ spec: | Field | Description | Accepted Values | Schema | Default | | -------------------- | ----------------------------------------------------------------------------------------- | --------------- | ------ | ------- | | interfaceIPv4Address | The IP address and subnet for the IPv4 WireGuard interface created by Felix on this node. | Optional | string | -| interfaceIPv6Address | The IP address and subnet for the IPv6 WireGuard interface created by Felix on this node. | Optional | string | - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ------------------------------------------------------------------ | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | No | Yes | Yes | `$[nodecontainer]` data is directly tied to the Kubernetes nodes. | +| interfaceIPv6Address | The IP address and subnet for the IPv6 WireGuard interface created by Felix on this node. | Optional | string | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.28/reference/resources/profile.mdx b/calico_versioned_docs/version-3.28/reference/resources/profile.mdx index 20db7d6266..59ad46b8ca 100644 --- a/calico_versioned_docs/version-3.28/reference/resources/profile.mdx +++ b/calico_versioned_docs/version-3.28/reference/resources/profile.mdx @@ -43,11 +43,4 @@ spec: | labelsToApply | An optional set of labels to apply to each endpoint in this profile (in addition to the endpoint's own labels) | | map | For `Rule` details please see the [NetworkPolicy](networkpolicy.mdx) or -[GlobalNetworkPolicy](globalnetworkpolicy.mdx) resource. - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ------------------------------------------------------------------------------ | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | No | No | Yes | $[prodname] profiles are pre-assigned for each Namespace and Service Account. | +[GlobalNetworkPolicy](globalnetworkpolicy.mdx) resource. \ No newline at end of file diff --git a/calico_versioned_docs/version-3.28/reference/resources/workloadendpoint.mdx b/calico_versioned_docs/version-3.28/reference/resources/workloadendpoint.mdx index 1adb920704..effcf280c3 100644 --- a/calico_versioned_docs/version-3.28/reference/resources/workloadendpoint.mdx +++ b/calico_versioned_docs/version-3.28/reference/resources/workloadendpoint.mdx @@ -120,11 +120,4 @@ They only have an effect if they are referred to in policy. The hostPort and hostIP fields are read-only and determined from Kubernetes hostPort configuration. These fields are used only when host ports are enabled in Calico. -::: - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | -------------------------------------------------------- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | No | Yes | Yes | WorkloadEndpoints are directly tied to a Kubernetes pod. | +::: \ No newline at end of file diff --git a/calico_versioned_docs/version-3.29/reference/resources/bgpconfig.mdx b/calico_versioned_docs/version-3.29/reference/resources/bgpconfig.mdx index 885e4779d4..e84c6df45a 100644 --- a/calico_versioned_docs/version-3.29/reference/resources/bgpconfig.mdx +++ b/calico_versioned_docs/version-3.29/reference/resources/bgpconfig.mdx @@ -77,11 +77,4 @@ spec: | Field | Description | Accepted Values | Schema | | ----------- | ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | | cidr | CIDR for which properties should be advertised. | `cidr: XXX.XXX.XXX.XXX/XX` | string | -| communities | BGP communities to be advertised. | Communities can be list of either community names already defined in [communities](#communities) or community value of format `aa:nn` or `aa:nn:mm`.
For standard community, value should be in `aa:nn` format, where both `aa` and `nn` are 16 bit integers.
For large community, value should be `aa:nn:mm` format, where `aa`, `nn` and `mm` are all 32 bit integers.
Where `aa` is an AS Number, `nn` and `mm` are per-AS identifier. | List of string | - -## Supported operations - -| Datastore type | Create | Delete | Delete (Global `default`) | Update | Get/List | Notes | -| --------------------- | ------ | ------ | ------------------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | No | Yes | Yes | -| Kubernetes API server | Yes | Yes | No | Yes | Yes | +| communities | BGP communities to be advertised. | Communities can be list of either community names already defined in [communities](#communities) or community value of format `aa:nn` or `aa:nn:mm`.
For standard community, value should be in `aa:nn` format, where both `aa` and `nn` are 16 bit integers.
For large community, value should be `aa:nn:mm` format, where `aa`, `nn` and `mm` are all 32 bit integers.
Where `aa` is an AS Number, `nn` and `mm` are per-AS identifier. | List of string | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.29/reference/resources/bgpfilter.mdx b/calico_versioned_docs/version-3.29/reference/resources/bgpfilter.mdx index f6ceba56c1..ad7d61399e 100644 --- a/calico_versioned_docs/version-3.29/reference/resources/bgpfilter.mdx +++ b/calico_versioned_docs/version-3.29/reference/resources/bgpfilter.mdx @@ -99,10 +99,4 @@ spec: | Field | Description | Accepted Values | Schema | Default | | ------ | --------------------------------------------- | ------------------------------------------------------------------- | ------ | ------- | | min | Smallest matched mask size (0 by default) | Valid integers between 0 and ipv4/6 max (32, 128) | int | | -| max | Largest matched mask size (32/128 by default) | Valid integers between 1 and ipv4/6 max (32, 128) | int | | - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| Kubernetes API server | Yes | Yes | Yes | | +| max | Largest matched mask size (32/128 by default) | Valid integers between 1 and ipv4/6 max (32, 128) | int | | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.29/reference/resources/bgppeer.mdx b/calico_versioned_docs/version-3.29/reference/resources/bgppeer.mdx index a997028efc..eee6454bcb 100644 --- a/calico_versioned_docs/version-3.29/reference/resources/bgppeer.mdx +++ b/calico_versioned_docs/version-3.29/reference/resources/bgppeer.mdx @@ -106,13 +106,6 @@ A BGP peer can also be node-specific. When the `node` field is included, only th will peer with it. When the `nodeSelector` field is included, the nodes with labels that match that selector will peer with it. -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | - ## Selectors diff --git a/calico_versioned_docs/version-3.29/reference/resources/blockaffinity.mdx b/calico_versioned_docs/version-3.29/reference/resources/blockaffinity.mdx index 451a6bad29..54e42bfbf3 100644 --- a/calico_versioned_docs/version-3.29/reference/resources/blockaffinity.mdx +++ b/calico_versioned_docs/version-3.29/reference/resources/blockaffinity.mdx @@ -21,11 +21,4 @@ A block affinity resource (`BlockAffinity`) represents the affinity for an IPAM | state | State of the affinity with regard to any referenced IPAM blocks. | confirmed, pending, pendingDeletion | string | | | node | The node that this affinity is assigned to. | The hostname of the node | string | | | cidr | The CIDR range this block affinity references. | A valid IPv4 or IPv6 CIDR. | string | | -| deleted | When set to true, clients should treat this block as if it does not exist. | true, false | boolean | `false` | - -## Supported operations - -| Datastore type | Create | Delete | Update | Get/List | Watch | -| --------------------- | ------ | ------ | ------ | -------- | ----- | -| etcdv3 | No | No | No | Yes | Yes | -| Kubernetes API server | No | No | No | Yes | Yes | +| deleted | When set to true, clients should treat this block as if it does not exist. | true, false | boolean | `false` | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.29/reference/resources/felixconfig.mdx b/calico_versioned_docs/version-3.29/reference/resources/felixconfig.mdx index c08e5b11cb..11c735490f 100644 --- a/calico_versioned_docs/version-3.29/reference/resources/felixconfig.mdx +++ b/calico_versioned_docs/version-3.29/reference/resources/felixconfig.mdx @@ -289,11 +289,4 @@ Setting `awsSrcDstCheck` to `Disable` will automatically disable source-destinat If there are no policies attached to node roles containing the above statement, attach a new policy. For example, if a node role is `test-cluster-nodeinstance-role`, click on the IAM role in AWS console. In the `Permission policies` list, add a new inline policy with the above statement to the new policy JSON definition. For detailed information, see [AWS documentation](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html?icmpid=docs_iam_console). -For an EKS cluster, the necessary IAM role and policy is available by default. No further actions are needed. - -## Supported operations - -| Datastore type | Create | Delete | Delete (Global `default`) | Update | Get/List | Notes | -| --------------------- | ------ | ------ | ------------------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | No | Yes | Yes | | -| Kubernetes API server | Yes | Yes | No | Yes | Yes | | +For an EKS cluster, the necessary IAM role and policy is available by default. No further actions are needed. \ No newline at end of file diff --git a/calico_versioned_docs/version-3.29/reference/resources/globalnetworkpolicy.mdx b/calico_versioned_docs/version-3.29/reference/resources/globalnetworkpolicy.mdx index 1299894be6..8a026b3cb4 100644 --- a/calico_versioned_docs/version-3.29/reference/resources/globalnetworkpolicy.mdx +++ b/calico_versioned_docs/version-3.29/reference/resources/globalnetworkpolicy.mdx @@ -170,11 +170,4 @@ Application layer policy match criteria are supported with the following restric ### HTTPMatch - - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| ------------------------ | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API datastore | Yes | Yes | Yes | + \ No newline at end of file diff --git a/calico_versioned_docs/version-3.29/reference/resources/hostendpoint.mdx b/calico_versioned_docs/version-3.29/reference/resources/hostendpoint.mdx index 07d389833a..bb6140d698 100644 --- a/calico_versioned_docs/version-3.29/reference/resources/hostendpoint.mdx +++ b/calico_versioned_docs/version-3.29/reference/resources/hostendpoint.mdx @@ -106,11 +106,4 @@ spec: ### EndpointPort - - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | + \ No newline at end of file diff --git a/calico_versioned_docs/version-3.29/reference/resources/ipamconfig.mdx b/calico_versioned_docs/version-3.29/reference/resources/ipamconfig.mdx index b7b7720d70..e19e6cec69 100644 --- a/calico_versioned_docs/version-3.29/reference/resources/ipamconfig.mdx +++ b/calico_versioned_docs/version-3.29/reference/resources/ipamconfig.mdx @@ -33,11 +33,4 @@ The resource is a singleton which must have the name `default`. | Field | Description | Accepted Values | Schema | Default | | ---------------- | ------------------------------------------------------------------- | --------------- | ------ | --------- | | strictAffinity | When StrictAffinity is true, borrowing IP addresses is not allowed. | true, false | bool | false | -| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 | - -## Supported operations - -| Datastore type | Create | Delete | Update | Get/List | -| --------------------- | ------ | ------ | ------ | -------- | -| etcdv3 | Yes | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | Yes | +| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.29/reference/resources/ippool.mdx b/calico_versioned_docs/version-3.29/reference/resources/ippool.mdx index f0418d609a..e2713af1d5 100644 --- a/calico_versioned_docs/version-3.29/reference/resources/ippool.mdx +++ b/calico_versioned_docs/version-3.29/reference/resources/ippool.mdx @@ -133,13 +133,6 @@ used for manual assignments. -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | - ## See also The [`IPReservation` resource](ipreservation.mdx) allows for small parts of an IP pool to be reserved so that they will diff --git a/calico_versioned_docs/version-3.29/reference/resources/kubecontrollersconfig.mdx b/calico_versioned_docs/version-3.29/reference/resources/kubecontrollersconfig.mdx index b2b38dea76..a3ddcdd47f 100644 --- a/calico_versioned_docs/version-3.29/reference/resources/kubecontrollersconfig.mdx +++ b/calico_versioned_docs/version-3.29/reference/resources/kubecontrollersconfig.mdx @@ -117,11 +117,4 @@ $[prodname] datastore. | ---------------- | ---------------------------------------------------------------- | --------------------------------- | ------- | | reconcilerPeriod | Period to perform reconciliation with the $[prodname] datastore | [Duration string][parse-duration] | 5m | -## Supported operations - -| Datastore type | Create | Delete (Global `default`) | Update | Get/List | Notes | -| --------------------- | ------ | ------------------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | Yes | -| Kubernetes API server | Yes | Yes | Yes | Yes | - [parse-duration]: https://golang.org/pkg/time/#ParseDuration diff --git a/calico_versioned_docs/version-3.29/reference/resources/networkpolicy.mdx b/calico_versioned_docs/version-3.29/reference/resources/networkpolicy.mdx index 04c65dec03..a85fcf99fa 100644 --- a/calico_versioned_docs/version-3.29/reference/resources/networkpolicy.mdx +++ b/calico_versioned_docs/version-3.29/reference/resources/networkpolicy.mdx @@ -154,11 +154,4 @@ Application layer policy match criteria are supported with the following restric ### HTTPMatch - - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| ------------------------ | ------------- | ------ | -------- | ----- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API datastore | Yes | Yes | Yes | + \ No newline at end of file diff --git a/calico_versioned_docs/version-3.29/reference/resources/node.mdx b/calico_versioned_docs/version-3.29/reference/resources/node.mdx index 09db2cf871..e55e0180a1 100644 --- a/calico_versioned_docs/version-3.29/reference/resources/node.mdx +++ b/calico_versioned_docs/version-3.29/reference/resources/node.mdx @@ -71,11 +71,4 @@ spec: | Field | Description | Accepted Values | Schema | Default | | -------------------- | ----------------------------------------------------------------------------------------- | --------------- | ------ | ------- | | interfaceIPv4Address | The IP address and subnet for the IPv4 WireGuard interface created by Felix on this node. | Optional | string | -| interfaceIPv6Address | The IP address and subnet for the IPv6 WireGuard interface created by Felix on this node. | Optional | string | - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ------------------------------------------------------------------ | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | No | Yes | Yes | `$[nodecontainer]` data is directly tied to the Kubernetes nodes. | +| interfaceIPv6Address | The IP address and subnet for the IPv6 WireGuard interface created by Felix on this node. | Optional | string | \ No newline at end of file diff --git a/calico_versioned_docs/version-3.29/reference/resources/profile.mdx b/calico_versioned_docs/version-3.29/reference/resources/profile.mdx index 20db7d6266..59ad46b8ca 100644 --- a/calico_versioned_docs/version-3.29/reference/resources/profile.mdx +++ b/calico_versioned_docs/version-3.29/reference/resources/profile.mdx @@ -43,11 +43,4 @@ spec: | labelsToApply | An optional set of labels to apply to each endpoint in this profile (in addition to the endpoint's own labels) | | map | For `Rule` details please see the [NetworkPolicy](networkpolicy.mdx) or -[GlobalNetworkPolicy](globalnetworkpolicy.mdx) resource. - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | ------------------------------------------------------------------------------ | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | No | No | Yes | $[prodname] profiles are pre-assigned for each Namespace and Service Account. | +[GlobalNetworkPolicy](globalnetworkpolicy.mdx) resource. \ No newline at end of file diff --git a/calico_versioned_docs/version-3.29/reference/resources/workloadendpoint.mdx b/calico_versioned_docs/version-3.29/reference/resources/workloadendpoint.mdx index 7df5980744..d494e893bc 100644 --- a/calico_versioned_docs/version-3.29/reference/resources/workloadendpoint.mdx +++ b/calico_versioned_docs/version-3.29/reference/resources/workloadendpoint.mdx @@ -120,11 +120,4 @@ They only have an effect if they are referred to in policy. The hostPort and hostIP fields are read-only and determined from Kubernetes hostPort configuration. These fields are used only when host ports are enabled in Calico. -::: - -## Supported operations - -| Datastore type | Create/Delete | Update | Get/List | Notes | -| --------------------- | ------------- | ------ | -------- | -------------------------------------------------------- | -| etcdv3 | Yes | Yes | Yes | -| Kubernetes API server | No | Yes | Yes | WorkloadEndpoints are directly tied to a Kubernetes pod. | +::: \ No newline at end of file