Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the config v1 API group +kubebuilder:object:generate=true +groupName=config.db.sealos.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.db.sealos.io", Version: "v1"} // 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 BytebaseControllerConfig ¶
type BytebaseControllerConfig struct { metav1.TypeMeta `json:",inline"` // ControllerManagerConfigurationSpec returns the configurations for controllers cfg.ControllerManagerConfigurationSpec `json:",inline"` RootDomain string `json:"rootDomain,omitempty"` SecretName string `json:"secretName,omitempty"` SecretNamespace string `json:"secretNamespace,omitempty"` Debug bool `json:"debug,omitempty"` }
BytebaseControllerConfig is the Schema for the bytebasecontrollerconfigs API
func (*BytebaseControllerConfig) DeepCopy ¶
func (in *BytebaseControllerConfig) DeepCopy() *BytebaseControllerConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BytebaseControllerConfig.
func (*BytebaseControllerConfig) DeepCopyInto ¶
func (in *BytebaseControllerConfig) DeepCopyInto(out *BytebaseControllerConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BytebaseControllerConfig) DeepCopyObject ¶
func (in *BytebaseControllerConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
Click to show internal directories.
Click to hide internal directories.