Skip to content

Commit d5cee02

Browse files
authored
Merge pull request #306 from npinaeva/npep-285-impl
ClusterNetworkPolicy: implementation and clients
2 parents f9a02fc + 77282fa commit d5cee02

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+4648
-99
lines changed

PROJECT

Lines changed: 0 additions & 24 deletions
This file was deleted.

apis/v1alpha2/clusternetworkpolicy_types.go

Lines changed: 484 additions & 0 deletions
Large diffs are not rendered by default.

apis/v1alpha2/doc.go

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*
2+
Copyright 2020 The Kubernetes Authors.
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
http://www.apache.org/licenses/LICENSE-2.0
7+
Unless required by applicable law or agreed to in writing, software
8+
distributed under the License is distributed on an "AS IS" BASIS,
9+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
See the License for the specific language governing permissions and
11+
limitations under the License.
12+
*/
13+
14+
// Package v1alpha2 contains API Schema definitions for the
15+
// policy.networking.k8s.io API group.
16+
// +kubebuilder:object:generate=true
17+
// +groupName=policy.networking.k8s.io
18+
package v1alpha2

0 commit comments

Comments
 (0)