Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the dev v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=dev.okteto.com
Package v1alpha1 contains API Schema definitions for the dev v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=dev.okteto.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "dev.okteto.com", 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 Preview ¶
type Preview struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PreviewSpec `json:"spec,omitempty"` Status PreviewStatus `json:"status,omitempty"` }
Preview is the Schema for the previews API +k8s:openapi-gen=true +kubebuilder:subresource:status
func (*Preview) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Preview.
func (*Preview) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Preview) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PreviewList ¶
type PreviewList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Preview `json:"items"` }
PreviewList contains a list of Preview
func (*PreviewList) DeepCopy ¶
func (in *PreviewList) DeepCopy() *PreviewList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreviewList.
func (*PreviewList) DeepCopyInto ¶
func (in *PreviewList) DeepCopyInto(out *PreviewList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PreviewList) DeepCopyObject ¶
func (in *PreviewList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PreviewSpec ¶
type PreviewSpec struct {
Image string `json:"image,omitempty"`
}
PreviewSpec defines the desired state of Preview +k8s:openapi-gen=true
func (*PreviewSpec) DeepCopy ¶
func (in *PreviewSpec) DeepCopy() *PreviewSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreviewSpec.
func (*PreviewSpec) DeepCopyInto ¶
func (in *PreviewSpec) DeepCopyInto(out *PreviewSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PreviewStatus ¶
type PreviewStatus struct { }
PreviewStatus defines the observed state of Preview +k8s:openapi-gen=true
func (*PreviewStatus) DeepCopy ¶
func (in *PreviewStatus) DeepCopy() *PreviewStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreviewStatus.
func (*PreviewStatus) DeepCopyInto ¶
func (in *PreviewStatus) DeepCopyInto(out *PreviewStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.