v1alpha1

package
v0.0.0-...-3860912 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the orderedhttp v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=orderedhttp.splicemachine.io

Package v1alpha1 contains API Schema definitions for the orderedhttp v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=orderedhttp.splicemachine.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: "orderedhttp.splicemachine.io", Version: "v1alpha1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion}
)

Functions

Types

type OrderedHttp

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

	Spec   OrderedHttpSpec   `json:"spec,omitempty"`
	Status OrderedHttpStatus `json:"status,omitempty"`
}

OrderedHttp is the Schema for the orderedhttps API +k8s:openapi-gen=true +kubebuilder:subresource:status

func (*OrderedHttp) DeepCopy

func (in *OrderedHttp) DeepCopy() *OrderedHttp

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

func (*OrderedHttp) DeepCopyInto

func (in *OrderedHttp) DeepCopyInto(out *OrderedHttp)

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

func (*OrderedHttp) DeepCopyObject

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

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

type OrderedHttpList

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

OrderedHttpList contains a list of OrderedHttp

func (*OrderedHttpList) DeepCopy

func (in *OrderedHttpList) DeepCopy() *OrderedHttpList

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

func (*OrderedHttpList) DeepCopyInto

func (in *OrderedHttpList) DeepCopyInto(out *OrderedHttpList)

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

func (*OrderedHttpList) DeepCopyObject

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

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

type OrderedHttpSpec

type OrderedHttpSpec struct {
	// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
	// Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file
	// Add custom validation using kubebuilder tags: https://book.kubebuilder.io/beyond_basics/generating_crd.html
	Replicas int32 `json:"replicas"`
}

OrderedHttpSpec defines the desired state of OrderedHttp +k8s:openapi-gen=true

func (*OrderedHttpSpec) DeepCopy

func (in *OrderedHttpSpec) DeepCopy() *OrderedHttpSpec

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

func (*OrderedHttpSpec) DeepCopyInto

func (in *OrderedHttpSpec) DeepCopyInto(out *OrderedHttpSpec)

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

type OrderedHttpStatus

type OrderedHttpStatus struct {
	// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
	// Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file
	// Add custom validation using kubebuilder tags: https://book.kubebuilder.io/beyond_basics/generating_crd.html
	PodNames []string `json:"podnames"`
}

OrderedHttpStatus defines the observed state of OrderedHttp +k8s:openapi-gen=true

func (*OrderedHttpStatus) DeepCopy

func (in *OrderedHttpStatus) DeepCopy() *OrderedHttpStatus

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

func (*OrderedHttpStatus) DeepCopyInto

func (in *OrderedHttpStatus) DeepCopyInto(out *OrderedHttpStatus)

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