Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the configuration v1alpha1 API group +kubebuilder:object:generate=true +groupName=configuration.pipeline-service.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "configuration.pipeline-service.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 Settings ¶
type Settings struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Status SettingsStatus `json:"status,omitempty"` }
Settings is the Schema for the settings API
func (*Settings) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Settings.
func (*Settings) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Settings) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SettingsConfig ¶
type SettingsConfig struct { metav1.TypeMeta `json:",inline"` // ControllerManagerConfigurationSpec returns the generic configuration for controllers cfg.ControllerManagerConfigurationSpec `json:",inline"` // Namespace defines the space within which each name must be unique. An empty namespace is // equivalent to the "default" namespace, but "default" is the canonical representation. // Not all objects are required to be scoped to a namespace - the value of this field for // those objects will be empty. // // Must be a DNS_LABEL. // Cannot be updated. // More info: http://kubernetes.io/docs/user-guide/namespaces // +optional Namespace string `json:"namespace,omitempty"` NetPolConfig SettingsNetPolConfig `json:"networkPolicyConfig,omitempty"` QuotaConfig SettingsQuotaConfig `json:"quotaConfig,omitempty"` }
SettingsConfig is the Schema for the settingsconfigs API
func (*SettingsConfig) DeepCopy ¶
func (in *SettingsConfig) DeepCopy() *SettingsConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SettingsConfig.
func (*SettingsConfig) DeepCopyInto ¶
func (in *SettingsConfig) DeepCopyInto(out *SettingsConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SettingsConfig) DeepCopyObject ¶
func (in *SettingsConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SettingsList ¶
type SettingsList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Settings `json:"items"` }
SettingsList contains a list of Settings
func (*SettingsList) DeepCopy ¶
func (in *SettingsList) DeepCopy() *SettingsList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SettingsList.
func (*SettingsList) DeepCopyInto ¶
func (in *SettingsList) DeepCopyInto(out *SettingsList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SettingsList) DeepCopyObject ¶
func (in *SettingsList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SettingsNetPolConfig ¶
type SettingsNetPolConfig struct { // Specification of the desired behavior for this NetworkPolicy. // +optional Spec netv1.NetworkPolicySpec `json:"spec,omitempty"` }
func (*SettingsNetPolConfig) DeepCopy ¶
func (in *SettingsNetPolConfig) DeepCopy() *SettingsNetPolConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SettingsNetPolConfig.
func (*SettingsNetPolConfig) DeepCopyInto ¶
func (in *SettingsNetPolConfig) DeepCopyInto(out *SettingsNetPolConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SettingsQuotaConfig ¶
type SettingsQuotaConfig struct { // Defines the desired quota. // +optional Spec corev1.ResourceQuotaSpec `json:"spec,omitempty"` }
func (*SettingsQuotaConfig) DeepCopy ¶
func (in *SettingsQuotaConfig) DeepCopy() *SettingsQuotaConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SettingsQuotaConfig.
func (*SettingsQuotaConfig) DeepCopyInto ¶
func (in *SettingsQuotaConfig) DeepCopyInto(out *SettingsQuotaConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SettingsStatus ¶
type SettingsStatus struct { // Conditions represent the latest available observations of an object's state Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type"` }
SettingsStatus defines the observed state of the Settings
func (*SettingsStatus) DeepCopy ¶
func (in *SettingsStatus) DeepCopy() *SettingsStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SettingsStatus.
func (*SettingsStatus) DeepCopyInto ¶
func (in *SettingsStatus) DeepCopyInto(out *SettingsStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.