v1alpha1

package
v1.14.5 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 37 Imported by: 0

Documentation

Overview

+groupName=controller.config.cert-manager.io

Index

Constants

This section is empty.

Variables

View Source
var (
	AllControllers = []string{
		issuerscontroller.ControllerName,
		clusterissuerscontroller.ControllerName,
		certificatesmetricscontroller.ControllerName,
		shimingresscontroller.ControllerName,
		shimgatewaycontroller.ControllerName,
		orderscontroller.ControllerName,
		challengescontroller.ControllerName,
		cracmecontroller.CRControllerName,
		crapprovercontroller.ControllerName,
		crcacontroller.CRControllerName,
		crselfsignedcontroller.CRControllerName,
		crvaultcontroller.CRControllerName,
		crvenaficontroller.CRControllerName,

		trigger.ControllerName,
		issuing.ControllerName,
		keymanager.ControllerName,
		requestmanager.ControllerName,
		readiness.ControllerName,
		revisionmanager.ControllerName,
	}

	DefaultEnabledControllers = []string{
		issuerscontroller.ControllerName,
		clusterissuerscontroller.ControllerName,
		certificatesmetricscontroller.ControllerName,
		shimingresscontroller.ControllerName,
		orderscontroller.ControllerName,
		challengescontroller.ControllerName,
		cracmecontroller.CRControllerName,
		crapprovercontroller.ControllerName,
		crcacontroller.CRControllerName,
		crselfsignedcontroller.CRControllerName,
		crvaultcontroller.CRControllerName,
		crvenaficontroller.CRControllerName,

		trigger.ControllerName,
		issuing.ControllerName,
		keymanager.ControllerName,
		requestmanager.ControllerName,
		readiness.ControllerName,
		revisionmanager.ControllerName,
	}

	ExperimentalCertificateSigningRequestControllers = []string{
		csracmecontroller.CSRControllerName,
		csrcacontroller.CSRControllerName,
		csrselfsignedcontroller.CSRControllerName,
		csrvenaficontroller.CSRControllerName,
		csrvaultcontroller.CSRControllerName,
	}
)
View Source
var (
	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: controller.GroupName, Version: "v1alpha1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Convert_Pointer_float32_To_float32

func Convert_Pointer_float32_To_float32(in **float32, out *float32, s conversion.Scope) error

func Convert_Pointer_int32_To_int

func Convert_Pointer_int32_To_int(in **int32, out *int, s conversion.Scope) error

func Convert_controller_ACMEDNS01Config_To_v1alpha1_ACMEDNS01Config

func Convert_controller_ACMEDNS01Config_To_v1alpha1_ACMEDNS01Config(in *controller.ACMEDNS01Config, out *v1alpha1.ACMEDNS01Config, s conversion.Scope) error

Convert_controller_ACMEDNS01Config_To_v1alpha1_ACMEDNS01Config is an autogenerated conversion function.

func Convert_controller_ACMEHTTP01Config_To_v1alpha1_ACMEHTTP01Config

func Convert_controller_ACMEHTTP01Config_To_v1alpha1_ACMEHTTP01Config(in *controller.ACMEHTTP01Config, out *v1alpha1.ACMEHTTP01Config, s conversion.Scope) error

Convert_controller_ACMEHTTP01Config_To_v1alpha1_ACMEHTTP01Config is an autogenerated conversion function.

func Convert_controller_ControllerConfiguration_To_v1alpha1_ControllerConfiguration

func Convert_controller_ControllerConfiguration_To_v1alpha1_ControllerConfiguration(in *controller.ControllerConfiguration, out *v1alpha1.ControllerConfiguration, s conversion.Scope) error

Convert_controller_ControllerConfiguration_To_v1alpha1_ControllerConfiguration is an autogenerated conversion function.

func Convert_controller_DynamicServingConfig_To_v1alpha1_DynamicServingConfig added in v1.14.0

func Convert_controller_DynamicServingConfig_To_v1alpha1_DynamicServingConfig(in *controller.DynamicServingConfig, out *v1alpha1.DynamicServingConfig, s conversion.Scope) error

Convert_controller_DynamicServingConfig_To_v1alpha1_DynamicServingConfig is an autogenerated conversion function.

func Convert_controller_FilesystemServingConfig_To_v1alpha1_FilesystemServingConfig added in v1.14.0

func Convert_controller_FilesystemServingConfig_To_v1alpha1_FilesystemServingConfig(in *controller.FilesystemServingConfig, out *v1alpha1.FilesystemServingConfig, s conversion.Scope) error

Convert_controller_FilesystemServingConfig_To_v1alpha1_FilesystemServingConfig is an autogenerated conversion function.

func Convert_controller_IngressShimConfig_To_v1alpha1_IngressShimConfig

func Convert_controller_IngressShimConfig_To_v1alpha1_IngressShimConfig(in *controller.IngressShimConfig, out *v1alpha1.IngressShimConfig, s conversion.Scope) error

Convert_controller_IngressShimConfig_To_v1alpha1_IngressShimConfig is an autogenerated conversion function.

func Convert_controller_LeaderElectionConfig_To_v1alpha1_LeaderElectionConfig

func Convert_controller_LeaderElectionConfig_To_v1alpha1_LeaderElectionConfig(in *controller.LeaderElectionConfig, out *v1alpha1.LeaderElectionConfig, s conversion.Scope) error

Convert_controller_LeaderElectionConfig_To_v1alpha1_LeaderElectionConfig is an autogenerated conversion function.

func Convert_controller_TLSConfig_To_v1alpha1_TLSConfig added in v1.14.0

func Convert_controller_TLSConfig_To_v1alpha1_TLSConfig(in *controller.TLSConfig, out *v1alpha1.TLSConfig, s conversion.Scope) error

Convert_controller_TLSConfig_To_v1alpha1_TLSConfig is an autogenerated conversion function.

func Convert_float32_To_Pointer_float32

func Convert_float32_To_Pointer_float32(in *float32, out **float32, s conversion.Scope) error

func Convert_int_To_Pointer_int32

func Convert_int_To_Pointer_int32(in *int, out **int32, s conversion.Scope) error

func Convert_v1alpha1_ACMEDNS01Config_To_controller_ACMEDNS01Config

func Convert_v1alpha1_ACMEDNS01Config_To_controller_ACMEDNS01Config(in *v1alpha1.ACMEDNS01Config, out *controller.ACMEDNS01Config, s conversion.Scope) error

Convert_v1alpha1_ACMEDNS01Config_To_controller_ACMEDNS01Config is an autogenerated conversion function.

func Convert_v1alpha1_ACMEHTTP01Config_To_controller_ACMEHTTP01Config

func Convert_v1alpha1_ACMEHTTP01Config_To_controller_ACMEHTTP01Config(in *v1alpha1.ACMEHTTP01Config, out *controller.ACMEHTTP01Config, s conversion.Scope) error

Convert_v1alpha1_ACMEHTTP01Config_To_controller_ACMEHTTP01Config is an autogenerated conversion function.

func Convert_v1alpha1_ControllerConfiguration_To_controller_ControllerConfiguration

func Convert_v1alpha1_ControllerConfiguration_To_controller_ControllerConfiguration(in *v1alpha1.ControllerConfiguration, out *controller.ControllerConfiguration, s conversion.Scope) error

Convert_v1alpha1_ControllerConfiguration_To_controller_ControllerConfiguration is an autogenerated conversion function.

func Convert_v1alpha1_DynamicServingConfig_To_controller_DynamicServingConfig added in v1.14.0

func Convert_v1alpha1_DynamicServingConfig_To_controller_DynamicServingConfig(in *v1alpha1.DynamicServingConfig, out *controller.DynamicServingConfig, s conversion.Scope) error

Convert_v1alpha1_DynamicServingConfig_To_controller_DynamicServingConfig is an autogenerated conversion function.

func Convert_v1alpha1_FilesystemServingConfig_To_controller_FilesystemServingConfig added in v1.14.0

func Convert_v1alpha1_FilesystemServingConfig_To_controller_FilesystemServingConfig(in *v1alpha1.FilesystemServingConfig, out *controller.FilesystemServingConfig, s conversion.Scope) error

Convert_v1alpha1_FilesystemServingConfig_To_controller_FilesystemServingConfig is an autogenerated conversion function.

func Convert_v1alpha1_IngressShimConfig_To_controller_IngressShimConfig

func Convert_v1alpha1_IngressShimConfig_To_controller_IngressShimConfig(in *v1alpha1.IngressShimConfig, out *controller.IngressShimConfig, s conversion.Scope) error

Convert_v1alpha1_IngressShimConfig_To_controller_IngressShimConfig is an autogenerated conversion function.

func Convert_v1alpha1_LeaderElectionConfig_To_controller_LeaderElectionConfig

func Convert_v1alpha1_LeaderElectionConfig_To_controller_LeaderElectionConfig(in *v1alpha1.LeaderElectionConfig, out *controller.LeaderElectionConfig, s conversion.Scope) error

Convert_v1alpha1_LeaderElectionConfig_To_controller_LeaderElectionConfig is an autogenerated conversion function.

func Convert_v1alpha1_TLSConfig_To_controller_TLSConfig added in v1.14.0

func Convert_v1alpha1_TLSConfig_To_controller_TLSConfig(in *v1alpha1.TLSConfig, out *controller.TLSConfig, s conversion.Scope) error

Convert_v1alpha1_TLSConfig_To_controller_TLSConfig is an autogenerated conversion function.

func RegisterConversions

func RegisterConversions(s *runtime.Scheme) error

RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.

func RegisterDefaults

func RegisterDefaults(scheme *runtime.Scheme) error

RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

func SetDefaults_ACMEDNS01Config

func SetDefaults_ACMEDNS01Config(obj *v1alpha1.ACMEDNS01Config)

func SetDefaults_ACMEHTTP01Config

func SetDefaults_ACMEHTTP01Config(obj *v1alpha1.ACMEHTTP01Config)

func SetDefaults_ControllerConfiguration

func SetDefaults_ControllerConfiguration(obj *v1alpha1.ControllerConfiguration)

func SetDefaults_IngressShimConfig

func SetDefaults_IngressShimConfig(obj *v1alpha1.IngressShimConfig)

func SetDefaults_LeaderElectionConfig

func SetDefaults_LeaderElectionConfig(obj *v1alpha1.LeaderElectionConfig)

func SetObjectDefaults_ControllerConfiguration

func SetObjectDefaults_ControllerConfiguration(in *v1alpha1.ControllerConfiguration)

Types

This section is empty.

Jump to

Keyboard shortcuts

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