Documentation ¶
Overview ¶
Package v1alpha1 is the v1alpha1 version of the API. +groupName=remoteenvironment.kyma.cx
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: remoteenvironmentkymaio.GroupName, 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 EventActivation ¶
type EventActivation struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` EventActivationSpec `json:"spec"` }
EventActivation describes an EventActivation.
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.
type EventActivationList ¶
type EventActivationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []EventActivation `json:"items"` }
EventActivationList is a list of EventActivation resources
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"` Source Source `json:"source"` }
EventActivationSpec for Event Activation of EventBus
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.
type Source ¶
type Source struct { Environment string `json:"environment"` Type string `json:"type"` Namespace string `json:"namespace"` }
func (*Source) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Source.
func (*Source) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.