Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the config-connector-templater v1alpha1 API group +kubebuilder:object:generate=true +groupName=config-connector-templater.slamdev.net
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "config-connector-templater.slamdev.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 PubSubSubscriptionTemplate ¶
type PubSubSubscriptionTemplate struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec pubsub.PubSubSubscriptionSpec `json:"spec,omitempty"` Status PubSubSubscriptionTemplateStatus `json:"status,omitempty"` }
PubSubSubscriptionTemplate is the Schema for the pubsubsubscriptiontemplates API
func (*PubSubSubscriptionTemplate) DeepCopy ¶
func (in *PubSubSubscriptionTemplate) DeepCopy() *PubSubSubscriptionTemplate
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PubSubSubscriptionTemplate.
func (*PubSubSubscriptionTemplate) DeepCopyInto ¶
func (in *PubSubSubscriptionTemplate) DeepCopyInto(out *PubSubSubscriptionTemplate)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PubSubSubscriptionTemplate) DeepCopyObject ¶
func (in *PubSubSubscriptionTemplate) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PubSubSubscriptionTemplateList ¶
type PubSubSubscriptionTemplateList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PubSubSubscriptionTemplate `json:"items"` }
PubSubSubscriptionTemplateList contains a list of PubSubSubscriptionTemplate
func (*PubSubSubscriptionTemplateList) DeepCopy ¶
func (in *PubSubSubscriptionTemplateList) DeepCopy() *PubSubSubscriptionTemplateList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PubSubSubscriptionTemplateList.
func (*PubSubSubscriptionTemplateList) DeepCopyInto ¶
func (in *PubSubSubscriptionTemplateList) DeepCopyInto(out *PubSubSubscriptionTemplateList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PubSubSubscriptionTemplateList) DeepCopyObject ¶
func (in *PubSubSubscriptionTemplateList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PubSubSubscriptionTemplateStatus ¶
type PubSubSubscriptionTemplateStatus struct {
Ref v1.ObjectReference `json:"ref,omitempty"`
}
PubSubSubscriptionTemplateStatus defines the observed state of PubSubSubscriptionTemplate
func (*PubSubSubscriptionTemplateStatus) DeepCopy ¶
func (in *PubSubSubscriptionTemplateStatus) DeepCopy() *PubSubSubscriptionTemplateStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PubSubSubscriptionTemplateStatus.
func (*PubSubSubscriptionTemplateStatus) DeepCopyInto ¶
func (in *PubSubSubscriptionTemplateStatus) DeepCopyInto(out *PubSubSubscriptionTemplateStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PubSubTopicTemplate ¶
type PubSubTopicTemplate struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec pubsub.PubSubTopicSpec `json:"spec,omitempty"` Status PubSubTopicTemplateStatus `json:"status,omitempty"` }
PubSubTopicTemplate is the Schema for the pubsubtopictemplates API
func (*PubSubTopicTemplate) DeepCopy ¶
func (in *PubSubTopicTemplate) DeepCopy() *PubSubTopicTemplate
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PubSubTopicTemplate.
func (*PubSubTopicTemplate) DeepCopyInto ¶
func (in *PubSubTopicTemplate) DeepCopyInto(out *PubSubTopicTemplate)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PubSubTopicTemplate) DeepCopyObject ¶
func (in *PubSubTopicTemplate) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PubSubTopicTemplateList ¶
type PubSubTopicTemplateList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PubSubTopicTemplate `json:"items"` }
PubSubTopicTemplateList contains a list of PubSubTopicTemplate
func (*PubSubTopicTemplateList) DeepCopy ¶
func (in *PubSubTopicTemplateList) DeepCopy() *PubSubTopicTemplateList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PubSubTopicTemplateList.
func (*PubSubTopicTemplateList) DeepCopyInto ¶
func (in *PubSubTopicTemplateList) DeepCopyInto(out *PubSubTopicTemplateList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PubSubTopicTemplateList) DeepCopyObject ¶
func (in *PubSubTopicTemplateList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PubSubTopicTemplateStatus ¶
type PubSubTopicTemplateStatus struct {
Ref v1.ObjectReference `json:"ref,omitempty"`
}
PubSubTopicTemplateStatus defines the observed state of PubSubTopicTemplate
func (*PubSubTopicTemplateStatus) DeepCopy ¶
func (in *PubSubTopicTemplateStatus) DeepCopy() *PubSubTopicTemplateStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PubSubTopicTemplateStatus.
func (*PubSubTopicTemplateStatus) DeepCopyInto ¶
func (in *PubSubTopicTemplateStatus) DeepCopyInto(out *PubSubTopicTemplateStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.