Versions in this module Expand all Collapse all v0 v0.1.0 May 5, 2026 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupKind = schema.GroupKind + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + var TypeMetaWMTS = metav1.TypeMeta + func AddGeneralValidationErrorsAndWarnings(wmts *WMTS, warnings *[]string, allErrs *field.ErrorList) + type AzureCache struct + BlobPrefix string + Container string + func (in *AzureCache) DeepCopy() *AzureCache + func (in *AzureCache) DeepCopyInto(out *AzureCache) + type CacheMetaSize struct + Cols int + Rows int + func (in *CacheMetaSize) DeepCopy() *CacheMetaSize + func (in *CacheMetaSize) DeepCopyInto(out *CacheMetaSize) + type HorizontalPodAutoscalerPatch struct + Behavior *autoscalingv2.HorizontalPodAutoscalerBehavior + MaxReplicas *int32 + Metrics []autoscalingv2.MetricSpec + MinReplicas *int32 + func (in *HorizontalPodAutoscalerPatch) DeepCopy() *HorizontalPodAutoscalerPatch + func (in *HorizontalPodAutoscalerPatch) DeepCopyInto(out *HorizontalPodAutoscalerPatch) + type SourceWMS struct + Layers []string + Styles []string + Transparent *bool + URL smoothoperatormodel.URL + func (in *SourceWMS) DeepCopy() *SourceWMS + func (in *SourceWMS) DeepCopyInto(out *SourceWMS) + type StyleLegend struct + BlobKey string + func (in *StyleLegend) DeepCopy() *StyleLegend + func (in *StyleLegend) DeepCopyInto(out *StyleLegend) + func (s *StyleLegend) GetBlobKeyName() string + type TileMatrixSet struct + CRS string + ZoomLevels []string + func (in *TileMatrixSet) DeepCopy() *TileMatrixSet + func (in *TileMatrixSet) DeepCopyInto(out *TileMatrixSet) + func (t *TileMatrixSet) GetMaxZoomLevel() *int + func (t *TileMatrixSet) GetMinZoomLevel() *int + type WMTS struct + Spec WMTSSpec + Status smoothoperatormodel.OperatorStatus + func (in *WMTS) DeepCopy() *WMTS + func (in *WMTS) DeepCopyInto(out *WMTS) + func (in *WMTS) DeepCopyObject() runtime.Object + func (w *WMTS) GetIngressRouteUrls() []smoothoperatormodel.URL + func (w *WMTS) GetWmsUrls() []string + func (w *WMTS) OperatorStatus() *smoothoperatormodel.OperatorStatus + func (w *WMTS) TypedName() string + func (w *WMTS) URL() smoothoperatormodel.URL + func (w *WMTS) ValidateCreate(c client.Client) ([]string, error) + func (w *WMTS) ValidateUpdate(c client.Client, wmtsOld *WMTS) ([]string, error) + type WMTSCache struct + Azure AzureCache + MetaSize *CacheMetaSize + func (in *WMTSCache) DeepCopy() *WMTSCache + func (in *WMTSCache) DeepCopyInto(out *WMTSCache) + type WMTSHealthCheck struct + Mimetype string + Querystring string + func (in *WMTSHealthCheck) DeepCopy() *WMTSHealthCheck + func (in *WMTSHealthCheck) DeepCopyInto(out *WMTSHealthCheck) + type WMTSLayer struct + Abstract string + Identifier string + Source WMTSLayerSource + Styles []WMTSLayerStyle + Title string + func (in *WMTSLayer) DeepCopy() *WMTSLayer + func (in *WMTSLayer) DeepCopyInto(out *WMTSLayer) + type WMTSLayerSource struct + Wms SourceWMS + func (in *WMTSLayerSource) DeepCopy() *WMTSLayerSource + func (in *WMTSLayerSource) DeepCopyInto(out *WMTSLayerSource) + type WMTSLayerStyle struct + Identifier string + Legend StyleLegend + func (in *WMTSLayerStyle) DeepCopy() *WMTSLayerStyle + func (in *WMTSLayerStyle) DeepCopyInto(out *WMTSLayerStyle) + type WMTSList struct + Items []WMTS + func (in *WMTSList) DeepCopy() *WMTSList + func (in *WMTSList) DeepCopyInto(out *WMTSList) + func (in *WMTSList) DeepCopyObject() runtime.Object + type WMTSOptions struct + Cached bool + GetFeatureInfo bool + IncludeIngress bool + func (in *WMTSOptions) DeepCopy() *WMTSOptions + func (in *WMTSOptions) DeepCopyInto(out *WMTSOptions) + type WMTSService struct + Abstract string + AccessConstraints *smoothoperatormodel.URL + BaseURL smoothoperatormodel.URL + Cache WMTSCache + Layers []WMTSLayer + TileMatrixSets []TileMatrixSet + Title string + func (in *WMTSService) DeepCopy() *WMTSService + func (in *WMTSService) DeepCopyInto(out *WMTSService) + type WMTSSpec struct + HealthCheck *WMTSHealthCheck + HorizontalPodAutoscalerPatch *HorizontalPodAutoscalerPatch + IngressRouteURLs smoothoperatormodel.IngressRouteURLs + Lifecycle *smoothoperatormodel.Lifecycle + Options *WMTSOptions + PodSpecPatch corev1.PodSpec + Service WMTSService + func (in *WMTSSpec) DeepCopy() *WMTSSpec + func (in *WMTSSpec) DeepCopyInto(out *WMTSSpec) v0.1.0-1 May 5, 2026