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