v1alpha1

package
v0.0.0-...-16cd029 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2021 License: MIT Imports: 4 Imported by: 0

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

View Source
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

func (in *Book) DeepCopy() *Book

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

func (*Book) DeepCopyInto

func (in *Book) DeepCopyInto(out *Book)

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

func (*Book) DeepCopyObject

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

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

func (in *BookList) DeepCopy() *BookList

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

func (*BookList) DeepCopyInto

func (in *BookList) DeepCopyInto(out *BookList)

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

func (*BookList) DeepCopyObject

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

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

func (in *BookSpec) DeepCopy() *BookSpec

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

func (*BookSpec) DeepCopyInto

func (in *BookSpec) DeepCopyInto(out *BookSpec)

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.

Jump to

Keyboard shortcuts

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