Documentation ¶
Overview ¶
Package v1beta1 contains API Schema definitions for the operator v1beta1 API group +kubebuilder:object:generate=true +groupName=operator.kyma-project.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects. GroupVersion = schema.GroupVersion{ Group: shared.OperatorGroup, Version: "v1beta1", } // 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 Kyma ¶
type Kyma struct { apimetav1.TypeMeta `json:",inline"` apimetav1.ObjectMeta `json:"metadata,omitempty"` Spec KymaSpec `json:"spec,omitempty"` Status v1beta2.KymaStatus `json:"status,omitempty"` }
Kyma is the Schema for the kymas API.
func (*Kyma) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Kyma.
func (*Kyma) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Kyma) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type KymaList ¶
type KymaList struct { apimetav1.TypeMeta `json:",inline"` apimetav1.ListMeta `json:"metadata,omitempty"` Items []Kyma `json:"items"` }
KymaList contains a list of Kyma.
func (*KymaList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KymaList.
func (*KymaList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KymaList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type KymaSpec ¶
type KymaSpec struct { // Channel specifies the desired Channel of the Installation, usually targeting different module versions. // +kubebuilder:validation:Pattern:=^[a-z]+$ // +kubebuilder:validation:MaxLength:=32 // +kubebuilder:validation:MinLength:=3 Channel string `json:"channel"` // SkipMaintenanceWindows indicates whether module upgrades that require downtime // should bypass the defined Maintenance Windows and be applied immediately. SkipMaintenanceWindows bool `json:"skipMaintenanceWindows,omitempty"` // Modules specifies the list of modules to be installed Modules []v1beta2.Module `json:"modules,omitempty"` // Active Synchronization Settings // +optional Sync Sync `json:"sync,omitempty"` }
KymaSpec defines the desired state of Kyma.
func (*KymaSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KymaSpec.
func (*KymaSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Manifest ¶
type Manifest struct { apimetav1.TypeMeta `json:",inline"` apimetav1.ObjectMeta `json:"metadata,omitempty"` Spec v1beta2.ManifestSpec `json:"spec,omitempty"` Status shared.Status `json:"status,omitempty"` }
Manifest is the Schema for the manifests API.
func (*Manifest) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Manifest.
func (*Manifest) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Manifest) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ManifestList ¶
type ManifestList struct { apimetav1.TypeMeta `json:",inline"` apimetav1.ListMeta `json:"metadata,omitempty"` Items []Manifest `json:"items"` }
ManifestList contains a list of Manifest.
func (*ManifestList) DeepCopy ¶
func (in *ManifestList) DeepCopy() *ManifestList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManifestList.
func (*ManifestList) DeepCopyInto ¶
func (in *ManifestList) DeepCopyInto(out *ManifestList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ManifestList) DeepCopyObject ¶
func (in *ManifestList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ModuleTemplate ¶
type ModuleTemplate struct { apimetav1.TypeMeta `json:",inline"` apimetav1.ObjectMeta `json:"metadata,omitempty"` Spec ModuleTemplateSpec `json:"spec,omitempty"` }
func (*ModuleTemplate) DeepCopy ¶
func (in *ModuleTemplate) DeepCopy() *ModuleTemplate
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModuleTemplate.
func (*ModuleTemplate) DeepCopyInto ¶
func (in *ModuleTemplate) DeepCopyInto(out *ModuleTemplate)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ModuleTemplate) DeepCopyObject ¶
func (in *ModuleTemplate) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ModuleTemplateList ¶
type ModuleTemplateList struct { apimetav1.TypeMeta `json:",inline"` apimetav1.ListMeta `json:"metadata,omitempty"` Items []ModuleTemplate `json:"items"` }
ModuleTemplateList contains a list of ModuleTemplate.
func (*ModuleTemplateList) DeepCopy ¶
func (in *ModuleTemplateList) DeepCopy() *ModuleTemplateList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModuleTemplateList.
func (*ModuleTemplateList) DeepCopyInto ¶
func (in *ModuleTemplateList) DeepCopyInto(out *ModuleTemplateList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ModuleTemplateList) DeepCopyObject ¶
func (in *ModuleTemplateList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ModuleTemplateSpec ¶
type ModuleTemplateSpec struct { // Channel is the targeted channel of the ModuleTemplate. It will be used to directly assign a Template // to a target channel. It has to be provided at any given time. // Deprecated: This field is deprecated and will be removed in a future release. // +optional // +kubebuilder:deprecatedversion // +kubebuilder:validation:Pattern:=`^$|^[a-z]{3,}$` // +kubebuilder:validation:MaxLength:=32 Channel string `json:"channel"` // Mandatory indicates whether the module is mandatory. It is used to enforce the installation of the module with // its configuration in all runtime clusters. // +optional Mandatory bool `json:"mandatory"` // Data is the default set of attributes that are used to generate the Module. It contains a default set of values // for a given channel, and is thus different from default values allocated during struct parsing of the Module. // While Data can change after the initial creation of ModuleTemplate, it is not expected to be propagated to // downstream modules as it is considered a set of default values. This means that an update of the data block // will only propagate to new Modules created form ModuleTemplate, not any existing Module. // // +kubebuilder:pruning:PreserveUnknownFields // +kubebuilder:validation:XEmbeddedResource Data *unstructured.Unstructured `json:"data,omitempty"` // The Descriptor is the Open Component Model Descriptor of a Module, containing all relevant information // to correctly initialize a module (e.g. Charts, Manifests, References to Binaries and/or configuration) // Name more information on Component Descriptors, see // https://github.com/open-component-model/ocm // // It is translated inside the Lifecycle of the Cluster and will be used by downstream controllers // to bootstrap and manage the module. This part is also propagated for every change of the template. // This means for upgrades of the Descriptor, downstream controllers will also update the dependant modules // (e.g. by updating the controller binary linked in a chart referenced in the descriptor) // // +kubebuilder:pruning:PreserveUnknownFields Descriptor machineryruntime.RawExtension `json:"descriptor"` // Target describes where the Module should later on be installed if parsed correctly. It is used as installation // hint by downstream controllers to determine which client implementation to use for working with the Module Target Target `json:"target"` CustomStateCheck []*v1beta2.CustomStateCheck `json:"customStateCheck,omitempty"` // RequiresDowntime indicates whether the module requires downtime in support of maintenance windows during module upgrades. // +optional RequiresDowntime bool `json:"requiresDowntime,omitempty"` }
ModuleTemplateSpec defines the desired state of ModuleTemplate.
func (*ModuleTemplateSpec) DeepCopy ¶
func (in *ModuleTemplateSpec) DeepCopy() *ModuleTemplateSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModuleTemplateSpec.
func (*ModuleTemplateSpec) DeepCopyInto ¶
func (in *ModuleTemplateSpec) DeepCopyInto(out *ModuleTemplateSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Sync ¶
type Sync struct { // +kubebuilder:default:=false // Enabled set to true will look up a kubeconfig for the remote cluster based on the strategy // and synchronize its state there. Enabled bool `json:"enabled,omitempty"` // +kubebuilder:default:=secret // Strategy determines the way to look up the remotely synced kubeconfig, by default it is fetched from a secret Strategy v1beta2.SyncStrategy `json:"strategy,omitempty"` // The target namespace, if empty the namespace is reflected from the control plane // Note that cleanup is currently not supported if you are switching the namespace, so you will // manually need to clean up old synchronized Kymas Namespace string `json:"namespace,omitempty"` // +kubebuilder:default:=true // NoModuleCopy set to true will cause the remote Kyma to be initialized without copying over the // module spec of the control plane into the SKR NoModuleCopy bool `json:"noModuleCopy,omitempty"` // +kubebuilder:default:=true // ModuleCatalog set to true will cause a copy of all ModuleTemplate in the cluster // to be synchronized for discovery purposes ModuleCatalog bool `json:"moduleCatalog,omitempty"` }
Sync defines settings used to apply the kyma synchronization to other clusters. This is defaulted to false and NOT INTENDED FOR PRODUCTIVE USE.
func (*Sync) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Sync.
func (*Sync) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Target ¶
type Target string
Target serves as a potential Installation Hint for the Controller to determine which Client to use for installation. +kubebuilder:validation:Enum=control-plane;remote
type Watcher ¶
type Watcher struct { apimetav1.TypeMeta `json:",inline"` // +kubebuilder:validation:Optional apimetav1.ObjectMeta `json:"metadata"` // +kubebuilder:validation:Optional Spec v1beta2.WatcherSpec `json:"spec"` Status v1beta2.WatcherStatus `json:"status,omitempty"` }
Watcher is the Schema for the watchers API.
func (*Watcher) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Watcher.
func (*Watcher) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Watcher) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type WatcherList ¶
type WatcherList struct { apimetav1.TypeMeta `json:",inline"` // +kubebuilder:validation:Optional apimetav1.ListMeta `json:"metadata"` Items []Watcher `json:"items"` }
WatcherList contains a list of Watcher.
func (*WatcherList) DeepCopy ¶
func (in *WatcherList) DeepCopy() *WatcherList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WatcherList.
func (*WatcherList) DeepCopyInto ¶
func (in *WatcherList) DeepCopyInto(out *WatcherList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WatcherList) DeepCopyObject ¶
func (in *WatcherList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.