teleport/integrations
Nic Klaassen 9c2422b83d
chore: update k8s operator CRDs (#23414)
This commit updates copied and generated code under
integrations/operator.

First of all, this commit includes the result of running make manifests in
integrations/operator to update the CRDs used by the k8s operator. These
are generated from the .proto files in the API package and are only
updated when someone runs make manifests.

Second, this commit updates the unit tests in
integrations/operator/crdgen. A static copy of the .proto files is kept
there so that every teleport PR updating the protobufs does not have to
break the CRD tests. Previously only types.proto and wrappers.proto were
kept there, with some hacks to make the imports work. Now that our
import structure is a little more complicated, I am copying all of the
api .proto files in. Only types explicitly listed in crdgen/main.go
actually generate CRDs. The test snapshots are necessarily updated here.
2023-03-24 16:52:01 +00:00
..
access Vendor slack plugin and supporting libraries (#23045) 2023-03-22 19:39:07 +00:00
kube-agent-updater kube-updater: Add StatefulSet controller (#23074) 2023-03-24 12:49:49 +00:00
lib Vendor slack plugin and supporting libraries (#23045) 2023-03-22 19:39:07 +00:00
operator chore: update k8s operator CRDs (#23414) 2023-03-24 16:52:01 +00:00
Makefile Vendor slack plugin and supporting libraries (#23045) 2023-03-22 19:39:07 +00:00