Documentation
¶
Overview ¶
Package v1 contains API Schema definitions for the hana v1 API group +kubebuilder:object:generate=true +groupName=hana.cloud.sap.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "hana.cloud.sap.com", Version: "v1"} // 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 HANAMapping ¶
type HANAMapping struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec HANAMappingSpec `json:"spec,omitempty"` Status HANAMappingStatus `json:"status,omitempty"` }
HANAMapping is the Schema for the hanamappings API
func (*HANAMapping) DeepCopy ¶
func (in *HANAMapping) DeepCopy() *HANAMapping
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HANAMapping.
func (*HANAMapping) DeepCopyInto ¶
func (in *HANAMapping) DeepCopyInto(out *HANAMapping)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HANAMapping) DeepCopyObject ¶
func (in *HANAMapping) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HANAMappingList ¶
type HANAMappingList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []HANAMapping `json:"items"` }
HANAMappingList contains a list of HANAMapping
func (*HANAMappingList) DeepCopy ¶
func (in *HANAMappingList) DeepCopy() *HANAMappingList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HANAMappingList.
func (*HANAMappingList) DeepCopyInto ¶
func (in *HANAMappingList) DeepCopyInto(out *HANAMappingList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HANAMappingList) DeepCopyObject ¶
func (in *HANAMappingList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HANAMappingSpec ¶
type HANAMappingSpec struct { // +required BTPOperatorConfigmap NamespacedName `json:"btpOperatorConfigmap"` // +required AdminAPIAccessSecret NamespacedName `json:"adminAPIAccessSecret"` // +required Mapping Mapping `json:"mapping"` }
HANAMappingSpec defines the desired state of HANAMapping
func (*HANAMappingSpec) DeepCopy ¶
func (in *HANAMappingSpec) DeepCopy() *HANAMappingSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HANAMappingSpec.
func (*HANAMappingSpec) DeepCopyInto ¶
func (in *HANAMappingSpec) DeepCopyInto(out *HANAMappingSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type HANAMappingStatus ¶
type HANAMappingStatus struct { // +required Conditions []metav1.Condition `json:"conditions"` // +optional MappingID *MappingID `json:"mappingID,omitempty"` }
HANAMappingStatus defines the observed state of HANAMapping
func (*HANAMappingStatus) DeepCopy ¶
func (in *HANAMappingStatus) DeepCopy() *HANAMappingStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HANAMappingStatus.
func (*HANAMappingStatus) DeepCopyInto ¶
func (in *HANAMappingStatus) DeepCopyInto(out *HANAMappingStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Mapping ¶
type Mapping struct { // +required ServiceInstanceID string `json:"serviceInstanceID"` // +optional TargetNamespace string `json:"targetNamespace,omitempty"` }
func (*Mapping) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Mapping.
func (*Mapping) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MappingID ¶
type MappingID struct { // +required ServiceInstanceID string `json:"serviceInstanceID"` // +required PrimaryID string `json:"primaryID"` // +required SecondaryID string `json:"secondaryID"` }
func (*MappingID) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MappingID.
func (*MappingID) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NamespacedName ¶
type NamespacedName struct { // +required Namespace string `json:"namespace"` // +required Name string `json:"name"` }
func (*NamespacedName) DeepCopy ¶
func (in *NamespacedName) DeepCopy() *NamespacedName
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacedName.
func (*NamespacedName) DeepCopyInto ¶
func (in *NamespacedName) DeepCopyInto(out *NamespacedName)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.