v1beta1

package
v1.22.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

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

View Source
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"`

	HCDImageComponent ImageComponent `json:"hcd,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:"imageRegistry,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"`

	Client string `json:"k8ssandra-client,omitempty"`
}

Images defines (or overrides) the imageComponent:version combination for deployed container images

func (*Images) DeepCopy

func (in *Images) DeepCopy() *Images

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Images.

func (*Images) DeepCopyInto

func (in *Images) DeepCopyInto(out *Images)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Images) DeepCopyObject

func (in *Images) DeepCopyObject() runtime.Object

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL