Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the orderedservices v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=orderedservices.splicemachine.io
Package v1alpha1 contains API Schema definitions for the orderedservices v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=orderedservices.splicemachine.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "orderedservices.splicemachine.io", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
func GetOpenAPIDefinitions ¶
func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition
Types ¶
type OrderedServices ¶
type OrderedServices struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec OrderedServicesSpec `json:"spec,omitempty"`
Status OrderedServicesStatus `json:"status,omitempty"`
}
OrderedServices is the Schema for the orderedservices API +k8s:openapi-gen=true +kubebuilder:subresource:status
func (*OrderedServices) DeepCopy ¶
func (in *OrderedServices) DeepCopy() *OrderedServices
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrderedServices.
func (*OrderedServices) DeepCopyInto ¶
func (in *OrderedServices) DeepCopyInto(out *OrderedServices)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*OrderedServices) DeepCopyObject ¶
func (in *OrderedServices) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type OrderedServicesList ¶
type OrderedServicesList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
Items []OrderedServices `json:"items"`
}
OrderedServicesList contains a list of OrderedServices
func (*OrderedServicesList) DeepCopy ¶
func (in *OrderedServicesList) DeepCopy() *OrderedServicesList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrderedServicesList.
func (*OrderedServicesList) DeepCopyInto ¶
func (in *OrderedServicesList) DeepCopyInto(out *OrderedServicesList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*OrderedServicesList) DeepCopyObject ¶
func (in *OrderedServicesList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type OrderedServicesSpec ¶
type OrderedServicesSpec struct {
}
OrderedServicesSpec defines the desired state of OrderedServices +k8s:openapi-gen=true
func (*OrderedServicesSpec) DeepCopy ¶
func (in *OrderedServicesSpec) DeepCopy() *OrderedServicesSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrderedServicesSpec.
func (*OrderedServicesSpec) DeepCopyInto ¶
func (in *OrderedServicesSpec) DeepCopyInto(out *OrderedServicesSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OrderedServicesStatus ¶
type OrderedServicesStatus struct {
}
OrderedServicesStatus defines the observed state of OrderedServices +k8s:openapi-gen=true
func (*OrderedServicesStatus) DeepCopy ¶
func (in *OrderedServicesStatus) DeepCopy() *OrderedServicesStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrderedServicesStatus.
func (*OrderedServicesStatus) DeepCopyInto ¶
func (in *OrderedServicesStatus) DeepCopyInto(out *OrderedServicesStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.