v1alpha1

package
v0.0.0-...-a778381 Latest Latest
Warning

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

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

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the customized-user-remediation v1alpha1 API group +kubebuilder:object:generate=true +groupName=customized-user-remediation.medik8s.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "customized-user-remediation.medik8s.io", Version: "v1alpha1"}

	// 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 CustomizedUserRemediation

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

	Spec   CustomizedUserRemediationSpec   `json:"spec,omitempty"`
	Status CustomizedUserRemediationStatus `json:"status,omitempty"`
}

CustomizedUserRemediation is the Schema for the customizeduserremediations API

func (*CustomizedUserRemediation) DeepCopy

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

func (*CustomizedUserRemediation) DeepCopyInto

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

func (*CustomizedUserRemediation) DeepCopyObject

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

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

type CustomizedUserRemediationConfig

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

	Spec   CustomizedUserRemediationConfigSpec   `json:"spec,omitempty"`
	Status CustomizedUserRemediationConfigStatus `json:"status,omitempty"`
}

CustomizedUserRemediationConfig is the Schema for the customizeduserremediationconfigs API

func (*CustomizedUserRemediationConfig) DeepCopy

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

func (*CustomizedUserRemediationConfig) DeepCopyInto

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

func (*CustomizedUserRemediationConfig) DeepCopyObject

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

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

type CustomizedUserRemediationConfigList

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

CustomizedUserRemediationConfigList contains a list of CustomizedUserRemediationConfig

func (*CustomizedUserRemediationConfigList) DeepCopy

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

func (*CustomizedUserRemediationConfigList) DeepCopyInto

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

func (*CustomizedUserRemediationConfigList) DeepCopyObject

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

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

type CustomizedUserRemediationConfigSpec

type CustomizedUserRemediationConfigSpec struct {
}

CustomizedUserRemediationConfigSpec defines the desired state of CustomizedUserRemediationConfig

func (*CustomizedUserRemediationConfigSpec) DeepCopy

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

func (*CustomizedUserRemediationConfigSpec) DeepCopyInto

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

type CustomizedUserRemediationConfigStatus

type CustomizedUserRemediationConfigStatus struct {
}

CustomizedUserRemediationConfigStatus defines the observed state of CustomizedUserRemediationConfig

func (*CustomizedUserRemediationConfigStatus) DeepCopy

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

func (*CustomizedUserRemediationConfigStatus) DeepCopyInto

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

type CustomizedUserRemediationList

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

CustomizedUserRemediationList contains a list of CustomizedUserRemediation

func (*CustomizedUserRemediationList) DeepCopy

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

func (*CustomizedUserRemediationList) DeepCopyInto

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

func (*CustomizedUserRemediationList) DeepCopyObject

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

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

type CustomizedUserRemediationSpec

type CustomizedUserRemediationSpec struct {

	// Script is a user defined bash script to be run in case of remediation.
	Script string `json:"script,omitempty"`
}

CustomizedUserRemediationSpec defines the desired state of CustomizedUserRemediation

func (*CustomizedUserRemediationSpec) DeepCopy

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

func (*CustomizedUserRemediationSpec) DeepCopyInto

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

type CustomizedUserRemediationStatus

type CustomizedUserRemediationStatus struct {
}

CustomizedUserRemediationStatus defines the observed state of CustomizedUserRemediation

func (*CustomizedUserRemediationStatus) DeepCopy

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

func (*CustomizedUserRemediationStatus) DeepCopyInto

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

type CustomizedUserRemediationTemplate

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

	Spec   CustomizedUserRemediationTemplateSpec   `json:"spec,omitempty"`
	Status CustomizedUserRemediationTemplateStatus `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status CustomizedUserRemediationTemplate is the Schema for the customizeduserremediationtemplates API

func (*CustomizedUserRemediationTemplate) DeepCopy

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

func (*CustomizedUserRemediationTemplate) DeepCopyInto

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

func (*CustomizedUserRemediationTemplate) DeepCopyObject

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

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

func (*CustomizedUserRemediationTemplate) Default

func (r *CustomizedUserRemediationTemplate) Default()

Default implements webhook.Defaulter so a webhook will be registered for the type

func (*CustomizedUserRemediationTemplate) SetupWebhookWithManager

func (r *CustomizedUserRemediationTemplate) SetupWebhookWithManager(mgr ctrl.Manager) error

type CustomizedUserRemediationTemplateList

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

CustomizedUserRemediationTemplateList contains a list of CustomizedUserRemediationTemplate

func (*CustomizedUserRemediationTemplateList) DeepCopy

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

func (*CustomizedUserRemediationTemplateList) DeepCopyInto

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

func (*CustomizedUserRemediationTemplateList) DeepCopyObject

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

type CustomizedUserRemediationTemplateResource

type CustomizedUserRemediationTemplateResource struct {
	Spec CustomizedUserRemediationSpec `json:"spec"`
}

func (*CustomizedUserRemediationTemplateResource) DeepCopy

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

func (*CustomizedUserRemediationTemplateResource) DeepCopyInto

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

type CustomizedUserRemediationTemplateSpec

type CustomizedUserRemediationTemplateSpec struct {
	// Template defines the desired state of CustomizedUserRemediationTemplate
	//+operator-sdk:csv:customresourcedefinitions:type=spec
	Template CustomizedUserRemediationTemplateResource `json:"template"`
}

CustomizedUserRemediationTemplateSpec defines the desired state of CustomizedUserRemediationTemplate

func (*CustomizedUserRemediationTemplateSpec) DeepCopy

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

func (*CustomizedUserRemediationTemplateSpec) DeepCopyInto

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

type CustomizedUserRemediationTemplateStatus

type CustomizedUserRemediationTemplateStatus struct {
}

CustomizedUserRemediationTemplateStatus defines the observed state of CustomizedUserRemediationTemplate

func (*CustomizedUserRemediationTemplateStatus) DeepCopy

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

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