Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the policymanager v1 API group +kubebuilder:object:generate=true +groupName=policymanager.easystack.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "policymanager.easystack.io", 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 PolicyManager ¶
type PolicyManager struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PolicyManagerSpec `json:"spec,omitempty"` Status PolicyManagerStatus `json:"status,omitempty"` }
PolicyManager is the Schema for the policymanagers API
func (*PolicyManager) DeepCopy ¶
func (in *PolicyManager) DeepCopy() *PolicyManager
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyManager.
func (*PolicyManager) DeepCopyInto ¶
func (in *PolicyManager) DeepCopyInto(out *PolicyManager)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PolicyManager) DeepCopyObject ¶
func (in *PolicyManager) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PolicyManagerList ¶
type PolicyManagerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PolicyManager `json:"items"` }
PolicyManagerList contains a list of PolicyManager
func (*PolicyManagerList) DeepCopy ¶
func (in *PolicyManagerList) DeepCopy() *PolicyManagerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyManagerList.
func (*PolicyManagerList) DeepCopyInto ¶
func (in *PolicyManagerList) DeepCopyInto(out *PolicyManagerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PolicyManagerList) DeepCopyObject ¶
func (in *PolicyManagerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PolicyManagerSpec ¶
type PolicyManagerSpec struct { // Foo is an example field of PolicyManager. Edit PolicyManager_types.go to remove/update Foo string `json:"foo,omitempty"` }
PolicyManagerSpec defines the desired state of PolicyManager
func (*PolicyManagerSpec) DeepCopy ¶
func (in *PolicyManagerSpec) DeepCopy() *PolicyManagerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyManagerSpec.
func (*PolicyManagerSpec) DeepCopyInto ¶
func (in *PolicyManagerSpec) DeepCopyInto(out *PolicyManagerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PolicyManagerStatus ¶
type PolicyManagerStatus struct { }
PolicyManagerStatus defines the observed state of PolicyManager
func (*PolicyManagerStatus) DeepCopy ¶
func (in *PolicyManagerStatus) DeepCopy() *PolicyManagerStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyManagerStatus.
func (*PolicyManagerStatus) DeepCopyInto ¶
func (in *PolicyManagerStatus) DeepCopyInto(out *PolicyManagerStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.