Files
kubesphere/vendor/github.com/projectcalico/libcalico-go/lib/apis/v3/doc.go
2019-08-17 15:34:02 +08:00

35 lines
1.1 KiB
Go

// Copyright (c) 2017 Tigera, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
/*
Package v3 implements the resource definitions used on the Calico client API.
The valid resource types are:
- BGPPeer
- GlobalNetworkPolicy
- HostEndpoint
- IPPool
- NetworkPolicy
- Profile
- WorkloadEndpoint
The resource structures include the JSON tags for each exposed field. These are standard
golang tags that define the JSON format of the structures as used by calicoctl. The YAML
format also used by calicoctl is directly mapped from the JSON.
*/
// +k8s:deepcopy-gen=package,register
package v3