Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the devops v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=devops.kubernetes.com
Package v1alpha1 contains API Schema definitions for the devops v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=devops.kubernetes.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "devops.kubernetes.com", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
This section is empty.
Types ¶
type Book ¶
type Book struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec BookSpec `json:"spec,omitempty"`
Status BookStatus `json:"status,omitempty"`
}
Book is the Schema for the books API +k8s:openapi-gen=true
func (*Book) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Book.
func (*Book) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Book) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BookList ¶
type BookList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
Items []Book `json:"items"`
}
BookList contains a list of Book
func (*BookList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BookList.
func (*BookList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BookList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BookSpec ¶
type BookSpec struct {
// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
// Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file
Name string `json:"name"`
Edition string `json:"edition"`
Chapter int32 `json:"chapter"`
}
BookSpec defines the desired state of Book
func (*BookSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BookSpec.
func (*BookSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BookStatus ¶
type BookStatus struct {
}
BookStatus defines the observed state of Book
func (*BookStatus) DeepCopy ¶
func (in *BookStatus) DeepCopy() *BookStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BookStatus.
func (*BookStatus) DeepCopyInto ¶
func (in *BookStatus) DeepCopyInto(out *BookStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.