Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the config v1 API group +kubebuilder:object:generate=true +groupName=config.k8ssandra.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "config.k8ssandra.io", 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 DefaultImages ¶ added in v1.9.0
type DefaultImages struct { metav1.TypeMeta `json:",inline"` CassandraImageComponent ImageComponent `json:"cassandra,omitempty"` DSEImageComponent ImageComponent `json:"dse,omitempty"` }
func (*DefaultImages) DeepCopy ¶ added in v1.9.0
func (in *DefaultImages) DeepCopy() *DefaultImages
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DefaultImages.
func (*DefaultImages) DeepCopyInto ¶ added in v1.9.0
func (in *DefaultImages) DeepCopyInto(out *DefaultImages)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ImageComponent ¶ added in v1.9.0
type ImageComponent struct { Repository string `json:"repository,omitempty"` Suffix string `json:"suffix,omitempty"` }
func (*ImageComponent) DeepCopy ¶ added in v1.9.0
func (in *ImageComponent) DeepCopy() *ImageComponent
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageComponent.
func (*ImageComponent) DeepCopyInto ¶ added in v1.9.0
func (in *ImageComponent) DeepCopyInto(out *ImageComponent)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ImageConfig ¶
type ImageConfig struct { metav1.TypeMeta `json:",inline"` Images *Images `json:"images,omitempty"` DefaultImages *DefaultImages `json:"defaults,omitempty"` ImageRegistry string `json:"imageRegistryOverride,omitempty"` ImagePullSecret corev1.LocalObjectReference `json:"imagePullSecret,omitempty"` ImagePullPolicy corev1.PullPolicy `json:"imagePullPolicy,omitempty"` }
ImageConfig is the Schema for the imageconfigs API
func (*ImageConfig) DeepCopy ¶
func (in *ImageConfig) DeepCopy() *ImageConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageConfig.
func (*ImageConfig) DeepCopyInto ¶
func (in *ImageConfig) DeepCopyInto(out *ImageConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ImageConfig) DeepCopyObject ¶
func (in *ImageConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Images ¶
type Images struct { metav1.TypeMeta `json:",inline"` CassandraVersions map[string]string `json:"cassandra,omitempty"` DSEVersions map[string]string `json:"dse,omitempty"` SystemLogger string `json:"system-logger"` ConfigBuilder string `json:"config-builder"` }
Images defines (or overrides) the imageComponent:version combination for deployed container images
func (*Images) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Images.
func (*Images) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Images) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type OperatorConfig ¶
type OperatorConfig struct { metav1.TypeMeta `json:",inline"` // ControllerManagerConfigurationSpec returns the configurations for controllers cfg.ControllerManagerConfigurationSpec `json:",inline"` // SkipValidatingWebhook replaces the old SKIP_VALIDATING_WEBHOOK env variable. If set to true, the webhooks are not initialized DisableWebhooks bool `json:"disableWebhooks,omitempty"` // ImageConfigFile indicates the path where to load the imageConfig from ImageConfigFile string `json:"imageConfigFile,omitempty"` }
OperatorConfig is the Schema for the operatorconfigs API
func (*OperatorConfig) DeepCopy ¶
func (in *OperatorConfig) DeepCopy() *OperatorConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OperatorConfig.
func (*OperatorConfig) DeepCopyInto ¶
func (in *OperatorConfig) DeepCopyInto(out *OperatorConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*OperatorConfig) DeepCopyObject ¶
func (in *OperatorConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.