externalschemaregistryuserconfig

package
v0.19.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExternalSchemaRegistryUserConfig

type ExternalSchemaRegistryUserConfig struct {
	// +kubebuilder:validation:Enum="none";"basic"
	// Authentication method
	Authentication string `groups:"create,update" json:"authentication"`

	// +kubebuilder:validation:MaxLength=256
	// Basic authentication password
	BasicAuthPassword *string `groups:"create,update" json:"basic_auth_password,omitempty"`

	// +kubebuilder:validation:MaxLength=256
	// Basic authentication user name
	BasicAuthUsername *string `groups:"create,update" json:"basic_auth_username,omitempty"`

	// +kubebuilder:validation:MaxLength=2048
	// Schema Registry URL
	Url string `groups:"create,update" json:"url"`
}

func (*ExternalSchemaRegistryUserConfig) DeepCopy

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

func (*ExternalSchemaRegistryUserConfig) DeepCopyInto

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