v1

package
v0.0.0-...-e061e1a Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the config v1 API group +kubebuilder:object:generate=true +groupName=config.caddy.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.caddy.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 CaddyfileTemplate

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

	Data string `json:"data,omitempty"`
}

CaddyfileTemplate is the Schema for the caddyfiletemplates API

func (*CaddyfileTemplate) DeepCopy

func (in *CaddyfileTemplate) DeepCopy() *CaddyfileTemplate

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

func (*CaddyfileTemplate) DeepCopyInto

func (in *CaddyfileTemplate) DeepCopyInto(out *CaddyfileTemplate)

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

func (*CaddyfileTemplate) DeepCopyObject

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

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

type CaddyfileTemplateList

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

CaddyfileTemplateList contains a list of CaddyfileTemplate

func (*CaddyfileTemplateList) DeepCopy

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

func (*CaddyfileTemplateList) DeepCopyInto

func (in *CaddyfileTemplateList) DeepCopyInto(out *CaddyfileTemplateList)

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

func (*CaddyfileTemplateList) DeepCopyObject

func (in *CaddyfileTemplateList) 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