Documentation ¶
Overview ¶
+groupName=controller.config.cert-manager.io
Index ¶
- Variables
- func Convert_Pointer_float32_To_float32(in **float32, out *float32, s conversion.Scope) error
- func Convert_Pointer_int32_To_int(in **int32, out *int, s conversion.Scope) error
- func Convert_controller_ACMEDNS01Config_To_v1alpha1_ACMEDNS01Config(in *controller.ACMEDNS01Config, out *v1alpha1.ACMEDNS01Config, ...) error
- func Convert_controller_ACMEHTTP01Config_To_v1alpha1_ACMEHTTP01Config(in *controller.ACMEHTTP01Config, out *v1alpha1.ACMEHTTP01Config, ...) error
- func Convert_controller_ControllerConfiguration_To_v1alpha1_ControllerConfiguration(in *controller.ControllerConfiguration, out *v1alpha1.ControllerConfiguration, ...) error
- func Convert_controller_DynamicServingConfig_To_v1alpha1_DynamicServingConfig(in *controller.DynamicServingConfig, out *v1alpha1.DynamicServingConfig, ...) error
- func Convert_controller_FilesystemServingConfig_To_v1alpha1_FilesystemServingConfig(in *controller.FilesystemServingConfig, out *v1alpha1.FilesystemServingConfig, ...) error
- func Convert_controller_IngressShimConfig_To_v1alpha1_IngressShimConfig(in *controller.IngressShimConfig, out *v1alpha1.IngressShimConfig, ...) error
- func Convert_controller_LeaderElectionConfig_To_v1alpha1_LeaderElectionConfig(in *controller.LeaderElectionConfig, out *v1alpha1.LeaderElectionConfig, ...) error
- func Convert_controller_TLSConfig_To_v1alpha1_TLSConfig(in *controller.TLSConfig, out *v1alpha1.TLSConfig, s conversion.Scope) error
- func Convert_float32_To_Pointer_float32(in *float32, out **float32, s conversion.Scope) error
- func Convert_int_To_Pointer_int32(in *int, out **int32, s conversion.Scope) error
- func Convert_v1alpha1_ACMEDNS01Config_To_controller_ACMEDNS01Config(in *v1alpha1.ACMEDNS01Config, out *controller.ACMEDNS01Config, ...) error
- func Convert_v1alpha1_ACMEHTTP01Config_To_controller_ACMEHTTP01Config(in *v1alpha1.ACMEHTTP01Config, out *controller.ACMEHTTP01Config, ...) error
- func Convert_v1alpha1_ControllerConfiguration_To_controller_ControllerConfiguration(in *v1alpha1.ControllerConfiguration, out *controller.ControllerConfiguration, ...) error
- func Convert_v1alpha1_DynamicServingConfig_To_controller_DynamicServingConfig(in *v1alpha1.DynamicServingConfig, out *controller.DynamicServingConfig, ...) error
- func Convert_v1alpha1_FilesystemServingConfig_To_controller_FilesystemServingConfig(in *v1alpha1.FilesystemServingConfig, out *controller.FilesystemServingConfig, ...) error
- func Convert_v1alpha1_IngressShimConfig_To_controller_IngressShimConfig(in *v1alpha1.IngressShimConfig, out *controller.IngressShimConfig, ...) error
- func Convert_v1alpha1_LeaderElectionConfig_To_controller_LeaderElectionConfig(in *v1alpha1.LeaderElectionConfig, out *controller.LeaderElectionConfig, ...) error
- func Convert_v1alpha1_TLSConfig_To_controller_TLSConfig(in *v1alpha1.TLSConfig, out *controller.TLSConfig, s conversion.Scope) error
- func RegisterConversions(s *runtime.Scheme) error
- func RegisterDefaults(scheme *runtime.Scheme) error
- func Resource(resource string) schema.GroupResource
- func SetDefaults_ACMEDNS01Config(obj *v1alpha1.ACMEDNS01Config)
- func SetDefaults_ACMEHTTP01Config(obj *v1alpha1.ACMEHTTP01Config)
- func SetDefaults_ControllerConfiguration(obj *v1alpha1.ControllerConfiguration)
- func SetDefaults_IngressShimConfig(obj *v1alpha1.IngressShimConfig)
- func SetDefaults_LeaderElectionConfig(obj *v1alpha1.LeaderElectionConfig)
- func SetObjectDefaults_ControllerConfiguration(in *v1alpha1.ControllerConfiguration)
Constants ¶
This section is empty.
Variables ¶
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, } )
var (
AddToScheme = localSchemeBuilder.AddToScheme
)
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 ¶
RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.
func RegisterDefaults ¶
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.