Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the devops.kubesphere.io v1alpha1 API group +kubebuilder:object:generate=true +groupName=devops.kubesphere.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "devops.kubesphere.io", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type ReleaserController ¶
type ReleaserController struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ReleaserControllerSpec `json:"spec,omitempty"` Status ReleaserControllerStatus `json:"status,omitempty"` }
ReleaserController is the Schema for the releasercontrollers API
func (*ReleaserController) DeepCopy ¶
func (in *ReleaserController) DeepCopy() *ReleaserController
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReleaserController.
func (*ReleaserController) DeepCopyInto ¶
func (in *ReleaserController) DeepCopyInto(out *ReleaserController)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ReleaserController) DeepCopyObject ¶
func (in *ReleaserController) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ReleaserController) IsDeletionFinalizerPresent ¶
func (r *ReleaserController) IsDeletionFinalizerPresent() bool
IsDeletionFinalizerPresent checks if the instance has deletion finalizer
type ReleaserControllerList ¶
type ReleaserControllerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ReleaserController `json:"items"` }
ReleaserControllerList contains a list of ReleaserController
func (*ReleaserControllerList) DeepCopy ¶
func (in *ReleaserControllerList) DeepCopy() *ReleaserControllerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReleaserControllerList.
func (*ReleaserControllerList) DeepCopyInto ¶
func (in *ReleaserControllerList) DeepCopyInto(out *ReleaserControllerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ReleaserControllerList) DeepCopyObject ¶
func (in *ReleaserControllerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ReleaserControllerSpec ¶
type ReleaserControllerSpec struct { // Image is an example field of ReleaserController. Edit releasercontroller_types.go to remove/update //+operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Image",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:Core","urn:alm:descriptor:com.tectonic.ui:text"} Image string `json:"image,omitempty"` // Version is the Dex container image tag. //+operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:Core","urn:alm:descriptor:com.tectonic.ui:text"} Version string `json:"version,omitempty"` // Webhook is the Dex container image tag. //+operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Webhook",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:Core","urn:alm:descriptor:com.tectonic.ui:text"} Webhook bool `json:"webhook,omitempty"` }
ReleaserControllerSpec defines the desired state of ReleaserController
func (*ReleaserControllerSpec) DeepCopy ¶
func (in *ReleaserControllerSpec) DeepCopy() *ReleaserControllerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReleaserControllerSpec.
func (*ReleaserControllerSpec) DeepCopyInto ¶
func (in *ReleaserControllerSpec) DeepCopyInto(out *ReleaserControllerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReleaserControllerStatus ¶
type ReleaserControllerStatus struct { }
ReleaserControllerStatus defines the observed state of ReleaserController
func (*ReleaserControllerStatus) DeepCopy ¶
func (in *ReleaserControllerStatus) DeepCopy() *ReleaserControllerStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReleaserControllerStatus.
func (*ReleaserControllerStatus) DeepCopyInto ¶
func (in *ReleaserControllerStatus) DeepCopyInto(out *ReleaserControllerStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.