Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package v1 contains API Schema definitions for the config v1 API group +kubebuilder:object:generate=true +groupName=config.registry.ethos.adobe.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "config.registry.ethos.adobe.com", 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 AlertRule ¶
type AlertRule struct {
	AlertName  string            `json:"alertName"`
	OnFiring   map[string]string `json:"onFiring"`
	OnResolved map[string]string `json:"onResolved"`
}
    AlertRule ...
func (*AlertRule) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlertRule.
func (*AlertRule) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AlertmanagerWebhookConfig ¶
type AlertmanagerWebhookConfig struct {
	BindAddress string      `json:"bindAddress"`
	AlertMap    []AlertRule `json:"alertMap"`
}
    AlertmanagerWebhookConfig ...
func (*AlertmanagerWebhookConfig) DeepCopy ¶
func (in *AlertmanagerWebhookConfig) DeepCopy() *AlertmanagerWebhookConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlertmanagerWebhookConfig.
func (*AlertmanagerWebhookConfig) DeepCopyInto ¶
func (in *AlertmanagerWebhookConfig) DeepCopyInto(out *AlertmanagerWebhookConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClientConfig ¶
type ClientConfig struct {
	metav1.TypeMeta `json:",inline"`
	// ControllerManagerConfigurationSpec returns the contfigurations for controllers
	cfg.ControllerManagerConfigurationSpec `json:",inline"`
	Namespace string `json:"namespace,omitempty"`
	AlertmanagerWebhook AlertmanagerWebhookConfig `json:"alertmanagerWebhook"`
}
    ClientConfig is the Schema for the clientconfigs API
func (*ClientConfig) DeepCopy ¶
func (in *ClientConfig) DeepCopy() *ClientConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientConfig.
func (*ClientConfig) DeepCopyInto ¶
func (in *ClientConfig) DeepCopyInto(out *ClientConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClientConfig) DeepCopyObject ¶
func (in *ClientConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ClientConfigStatus ¶
type ClientConfigStatus struct {
}
    ClientConfigStatus defines the observed state of ClientConfig
func (*ClientConfigStatus) DeepCopy ¶
func (in *ClientConfigStatus) DeepCopy() *ClientConfigStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientConfigStatus.
func (*ClientConfigStatus) DeepCopyInto ¶
func (in *ClientConfigStatus) DeepCopyInto(out *ClientConfigStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.