Documentation ¶
Overview ¶
+groupName=applicationconnector.kyma-project.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes. SchemeBuilder runtime.SchemeBuilder AddToScheme = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: "applicationconnector.kyma-project.io", Version: "v1alpha1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type ApplicationMapping ¶
type ApplicationMapping struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` }
func (*ApplicationMapping) DeepCopy ¶
func (in *ApplicationMapping) DeepCopy() *ApplicationMapping
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationMapping.
func (*ApplicationMapping) DeepCopyInto ¶
func (in *ApplicationMapping) DeepCopyInto(out *ApplicationMapping)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationMapping) DeepCopyObject ¶
func (in *ApplicationMapping) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ApplicationMapping) GetObjectKind ¶
func (in *ApplicationMapping) GetObjectKind() schema.ObjectKind
type ApplicationMappingList ¶
type ApplicationMappingList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []ApplicationMapping `json:"items"` }
func (*ApplicationMappingList) DeepCopy ¶
func (in *ApplicationMappingList) DeepCopy() *ApplicationMappingList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationMappingList.
func (*ApplicationMappingList) DeepCopyInto ¶
func (in *ApplicationMappingList) DeepCopyInto(out *ApplicationMappingList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationMappingList) DeepCopyObject ¶
func (in *ApplicationMappingList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type EventActivation ¶
type EventActivation struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec EventActivationSpec `json:"spec"` }
func (*EventActivation) DeepCopy ¶
func (in *EventActivation) DeepCopy() *EventActivation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EventActivation.
func (*EventActivation) DeepCopyInto ¶
func (in *EventActivation) DeepCopyInto(out *EventActivation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EventActivation) DeepCopyObject ¶
func (in *EventActivation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*EventActivation) GetObjectKind ¶
func (in *EventActivation) GetObjectKind() schema.ObjectKind
type EventActivationList ¶
type EventActivationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []EventActivation `json:"items"` }
func (*EventActivationList) DeepCopy ¶
func (in *EventActivationList) DeepCopy() *EventActivationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EventActivationList.
func (*EventActivationList) DeepCopyInto ¶
func (in *EventActivationList) DeepCopyInto(out *EventActivationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*EventActivationList) DeepCopyObject ¶
func (in *EventActivationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type EventActivationSpec ¶
type EventActivationSpec struct { DisplayName string `json:"displayName"` SourceID string `json:"sourceId"` }
func (*EventActivationSpec) DeepCopy ¶
func (in *EventActivationSpec) DeepCopy() *EventActivationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EventActivationSpec.
func (*EventActivationSpec) DeepCopyInto ¶
func (in *EventActivationSpec) DeepCopyInto(out *EventActivationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.