Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the seeder v1alpha1 API group +kubebuilder:object:generate=true +groupName=seeder.dnitsch.net
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "seeder.dnitsch.net", 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 RestStrategy ¶
type RestStrategy struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec StrategySpec `json:"spec,omitempty"` Status StrategyStatus `json:"status,omitempty"` }
func (*RestStrategy) DeepCopy ¶
func (in *RestStrategy) DeepCopy() *RestStrategy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RestStrategy.
func (*RestStrategy) DeepCopyInto ¶
func (in *RestStrategy) DeepCopyInto(out *RestStrategy)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RestStrategy) DeepCopyObject ¶
func (in *RestStrategy) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RestStrategyList ¶
type RestStrategyList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []RestStrategy `json:"items"` }
RestStrategyList is a list of RestStrategy resources
func (*RestStrategyList) DeepCopy ¶
func (in *RestStrategyList) DeepCopy() *RestStrategyList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RestStrategyList.
func (*RestStrategyList) DeepCopyInto ¶
func (in *RestStrategyList) DeepCopyInto(out *RestStrategyList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RestStrategyList) DeepCopyObject ¶
func (in *RestStrategyList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type StrategySpec ¶
type StrategySpec struct { AuthConfig []seeder.AuthConfig `json:"auth"` Seeders []seeder.Action `json:"seed"` }
func (*StrategySpec) DeepCopy ¶
func (in *StrategySpec) DeepCopy() *StrategySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StrategySpec.
func (*StrategySpec) DeepCopyInto ¶
func (in *StrategySpec) DeepCopyInto(out *StrategySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type StrategyStatus ¶
type StrategyStatus struct {
Message string `json:"message"`
}
StrategyStatus is the status for a RestStrategy resource
func (*StrategyStatus) DeepCopy ¶
func (in *StrategyStatus) DeepCopy() *StrategyStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StrategyStatus.
func (*StrategyStatus) DeepCopyInto ¶
func (in *StrategyStatus) DeepCopyInto(out *StrategyStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.