Skip to content

Commit

Permalink
Remove alpha authentication CRD (istio#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
diemtvu authored Apr 17, 2020
1 parent e767932 commit 90a9607
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,824 deletions.
32 changes: 0 additions & 32 deletions authentication/v1alpha1/policy.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 0 additions & 32 deletions authentication/v1alpha1/policy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -333,38 +333,6 @@ enum PrincipalBinding {
// - exact: /health_check
// principalBinding: USE_ORIGIN
// ```
//
// <!-- crd generation tags
// +cue-gen:Policy:groupName:authentication.istio.io
// +cue-gen:Policy:version:v1alpha1
// +cue-gen:Policy:storageVersion
// +cue-gen:Policy:annotations:helm.sh/resource-policy=keep
// +cue-gen:Policy:labels:app=istio-citadel,chart=istio,heritage=Tiller,release=istio
// +cue-gen:Policy:subresource:status
// +cue-gen:Policy:scope:Namespaced
// +cue-gen:Policy:resource:categories=istio-io,authentication-istio-io,plural=policies
// -->
//
// <!-- crd generation tags
// +cue-gen:MeshPolicy:groupName:authentication.istio.io
// +cue-gen:MeshPolicy:version:v1alpha1
// +cue-gen:MeshPolicy:storageVersion
// +cue-gen:MeshPolicy:annotations:helm.sh/resource-policy=keep
// +cue-gen:MeshPolicy:labels:app=istio-citadel,chart=istio,heritage=Tiller,release=istio
// +cue-gen:MeshPolicy:subresource:status
// +cue-gen:MeshPolicy:scope:Cluster
// +cue-gen:MeshPolicy:resource:categories=istio-io,authentication-istio-io,plural=meshpolicies
// -->
//
// <!-- go code generation tags
// +kubetype-gen
// +kubetype-gen:groupVersion=authentication.istio.io/v1alpha1
// +kubetype-gen:kubeType=Policy
// +kubetype-gen:kubeType=MeshPolicy
// +kubetype-gen:MeshPolicy:tag=genclient:nonNamespaced
// +genclient
// +k8s:deepcopy-gen=true
// -->
message Policy {
// Deprecated. Only mesh-level and namespace-level policies are supported.
// List rules to select workloads that the policy should be applied on.
Expand Down
Loading

0 comments on commit 90a9607

Please sign in to comment.