v1

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the databaseclass v1 API group +kubebuilder:object:generate=true +groupName=databaseclass.dbaas.bedag.ch

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "databaseclass.dbaas.bedag.ch", 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 DatabaseClass

type DatabaseClass struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec DatabaseClassSpec `json:"spec,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:resource:path=databaseclasses,scope=Cluster,shortName=dbc DatabaseClass is the Schema for the databaseclasses API

func (*DatabaseClass) DeepCopy

func (in *DatabaseClass) DeepCopy() *DatabaseClass

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

func (*DatabaseClass) DeepCopyInto

func (in *DatabaseClass) DeepCopyInto(out *DatabaseClass)

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

func (*DatabaseClass) DeepCopyObject

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

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type DatabaseClassList

type DatabaseClassList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []DatabaseClass `json:"items"`
}

+kubebuilder:object:root=true DatabaseClassList contains a list of DatabaseClass

func (*DatabaseClassList) DeepCopy

func (in *DatabaseClassList) DeepCopy() *DatabaseClassList

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

func (*DatabaseClassList) DeepCopyInto

func (in *DatabaseClassList) DeepCopyInto(out *DatabaseClassList)

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

func (*DatabaseClassList) DeepCopyObject

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

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type DatabaseClassSpec

type DatabaseClassSpec struct {
	Driver       string                        `json:"driver,omitempty"`
	Operations   map[string]database.Operation `json:"operations,omitempty"`
	SecretFormat database.SecretFormat         `json:"secretFormat,omitempty"`
}

DatabaseClassSpec defines the desired state of DatabaseClass

func (*DatabaseClassSpec) DeepCopy

func (in *DatabaseClassSpec) DeepCopy() *DatabaseClassSpec

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

func (*DatabaseClassSpec) DeepCopyInto

func (in *DatabaseClassSpec) DeepCopyInto(out *DatabaseClassSpec)

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

Jump to

Keyboard shortcuts

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