Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the netpol v1 API group +kubebuilder:object:generate=true +groupName=netpol.qaware.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "netpol.qaware.com", Version: "v1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type NetPolWatcher ¶
type NetPolWatcher struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec NetPolWatcherSpec `json:"spec,omitempty"` Status NetPolWatcherStatus `json:"status,omitempty"` }
NetPolWatcher is the Schema for the netpolwatchers API
func (*NetPolWatcher) DeepCopy ¶
func (in *NetPolWatcher) DeepCopy() *NetPolWatcher
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetPolWatcher.
func (*NetPolWatcher) DeepCopyInto ¶
func (in *NetPolWatcher) DeepCopyInto(out *NetPolWatcher)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NetPolWatcher) DeepCopyObject ¶
func (in *NetPolWatcher) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type NetPolWatcherList ¶
type NetPolWatcherList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []NetPolWatcher `json:"items"` }
NetPolWatcherList contains a list of NetPolWatcher
func (*NetPolWatcherList) DeepCopy ¶
func (in *NetPolWatcherList) DeepCopy() *NetPolWatcherList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetPolWatcherList.
func (*NetPolWatcherList) DeepCopyInto ¶
func (in *NetPolWatcherList) DeepCopyInto(out *NetPolWatcherList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NetPolWatcherList) DeepCopyObject ¶
func (in *NetPolWatcherList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type NetPolWatcherSpec ¶
type NetPolWatcherSpec struct { // Foo is an example field of NetPolWatcher. Edit NetPolWatcher_types.go to remove/update Foo string `json:"foo,omitempty"` }
NetPolWatcherSpec defines the desired state of NetPolWatcher
func (*NetPolWatcherSpec) DeepCopy ¶
func (in *NetPolWatcherSpec) DeepCopy() *NetPolWatcherSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetPolWatcherSpec.
func (*NetPolWatcherSpec) DeepCopyInto ¶
func (in *NetPolWatcherSpec) DeepCopyInto(out *NetPolWatcherSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NetPolWatcherStatus ¶
type NetPolWatcherStatus struct { }
NetPolWatcherStatus defines the observed state of NetPolWatcher
func (*NetPolWatcherStatus) DeepCopy ¶
func (in *NetPolWatcherStatus) DeepCopy() *NetPolWatcherStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetPolWatcherStatus.
func (*NetPolWatcherStatus) DeepCopyInto ¶
func (in *NetPolWatcherStatus) DeepCopyInto(out *NetPolWatcherStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.