v1

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the storage v1 API group +kubebuilder:object:generate=true +groupName=storage.cfy.cz

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "storage.cfy.cz", 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 Nfs

type Nfs struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   NfsSpec   `json:"spec,omitempty"`
	Status NfsStatus `json:"status,omitempty"`
}

Nfs is the Schema for the nfs API

func (*Nfs) DeepCopy

func (in *Nfs) DeepCopy() *Nfs

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Nfs.

func (*Nfs) DeepCopyInto

func (in *Nfs) DeepCopyInto(out *Nfs)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Nfs) DeepCopyObject

func (in *Nfs) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type NfsList

type NfsList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Nfs `json:"items"`
}

NfsList contains a list of Nfs

func (*NfsList) DeepCopy

func (in *NfsList) DeepCopy() *NfsList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NfsList.

func (*NfsList) DeepCopyInto

func (in *NfsList) DeepCopyInto(out *NfsList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NfsList) DeepCopyObject

func (in *NfsList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type NfsSpec

type NfsSpec struct {

	// Foo is an example field of Nfs. Edit nfs_types.go to remove/update
	Server string `json:"server"`
	Path   string `json:"path"`
}

NfsSpec defines the desired state of Nfs

func (*NfsSpec) DeepCopy

func (in *NfsSpec) DeepCopy() *NfsSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NfsSpec.

func (*NfsSpec) DeepCopyInto

func (in *NfsSpec) DeepCopyInto(out *NfsSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NfsStatus

type NfsStatus struct {
}

NfsStatus defines the observed state of Nfs

func (*NfsStatus) DeepCopy

func (in *NfsStatus) DeepCopy() *NfsStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NfsStatus.

func (*NfsStatus) DeepCopyInto

func (in *NfsStatus) DeepCopyInto(out *NfsStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL