Documentation ¶
Overview ¶
Package networking contains the latest (or "internal") version of the Antrea NetworkPolicy API messages. This is the API messages as represented in memory. The contract presented to clients is located in the versioned packages, which are sub-directories. The first one is "v1beta1". It's superseded by package controlplane in v0.9.3, and planned for removal in v0.12.
Index ¶
Constants ¶
View Source
const GroupName = "networking.antrea.tanzu.vmware.com"
GroupName is the group name used in this package.
Variables ¶
View Source
var ( // SchemeBuilder points to a list of functions added to Scheme. SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) // AddToScheme applies all the stored functions to the scheme. AddToScheme = SchemeBuilder.AddToScheme )
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects.
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.