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