Versions in this module Expand all Collapse all v1 v1.0.0 Oct 7, 2025 Changes in this version + const BetaLabel + const CACertificateName + const CertManager + const ChannelLabel + const ControllerName + const DefaultControlPlaneNamespace + const DefaultRemoteKymaName + const DefaultRemoteNamespace + const DisableLabelValue + const EnableLabelValue + const EnabledValue + const FQDN + const GCMSecretAnnotation + const GatewaySecretName + const GlobalAccountIDLabel + const InstanceIDLabel + const InternalLabel + const IsClusterScopedAnnotation + const IsMandatoryModule + const IstioInjectionLabel + const IstioNamespace + const KymaFinalizer + const KymaGroup + const KymaName + const LastModifiedAtAnnotation + const ManagedBy + const ManagedByLabelValue + const MandatoryModuleFinalizer + const ModuleName + const OperatorGroup + const OperatorName + const OwnedByAnnotation + const OwnedByFormat + const PlanLabel + const PlatformRegionLabel + const PurgeFinalizer + const PurposeLabel + const RegionLabel + const RuntimeIDLabel + const Separator + const SkipReconcileLabel + const SkrDomainAnnotation + const SubAccountIDLabel + const UnmanagedAnnotation + const UnmanagedKyma + const WardenLabel + const WatchedByLabel + const WatchedByLabelValue + const WatcherFinalizer + func IsEnabled(value string) bool + type Channel string + const NoneChannel + func (c Channel) Equals(value string) bool + type Kind string + const KymaKind + const ManifestKind + const ModuleReleaseMetaKind + const ModuleTemplateKind + const WatcherKind + func (k Kind) Plural() string + type LastOperation struct + LastUpdateTime apimetav1.Time + Operation string + func (in *LastOperation) DeepCopy() *LastOperation + func (in *LastOperation) DeepCopyInto(out *LastOperation) + type Resource struct + Name string + Namespace string + func (in *Resource) DeepCopy() *Resource + func (in *Resource) DeepCopyInto(out *Resource) + func (r Resource) ID() string + func (r Resource) ToUnstructured() *unstructured.Unstructured + type State string + const StateDeleting + const StateError + const StateProcessing + const StateReady + const StateUnmanaged + const StateWarning + func AllKymaStates() []State + func AllMandatoryModuleStates() []State + func AllModuleStates() []State + func (state State) IsSupportedState() bool + type Status struct + Conditions []apimetav1.Condition + State State + Synced []Resource + func (in *Status) DeepCopy() *Status + func (in *Status) DeepCopyInto(out *Status) + func (s Status) WithErr(err error) Status + func (s Status) WithOperation(operation string) Status + func (s Status) WithState(state State) Status