v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

+groupName=maintenance.azurerm.kubeform.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
	// localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes.
	SchemeBuilder runtime.SchemeBuilder

	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: maintenance.GroupName, Version: "v1alpha1"}

Functions

func GetDecoder

func GetDecoder() map[string]jsoniter.ValDecoder

func GetEncoder

func GetEncoder() map[string]jsoniter.ValEncoder

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns a Group qualified GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type AssignmentDedicatedHost

type AssignmentDedicatedHost struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AssignmentDedicatedHostSpec   `json:"spec,omitempty"`
	Status            AssignmentDedicatedHostStatus `json:"status,omitempty"`
}

func (*AssignmentDedicatedHost) DeepCopy

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

func (*AssignmentDedicatedHost) DeepCopyInto

func (in *AssignmentDedicatedHost) DeepCopyInto(out *AssignmentDedicatedHost)

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

func (*AssignmentDedicatedHost) DeepCopyObject

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

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

func (*AssignmentDedicatedHost) SetupWebhookWithManager

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

func (*AssignmentDedicatedHost) ValidateCreate

func (r *AssignmentDedicatedHost) ValidateCreate() error

ValidateCreate implements webhook.Validator so a webhook will be registered for the type

func (*AssignmentDedicatedHost) ValidateDelete

func (r *AssignmentDedicatedHost) ValidateDelete() error

ValidateDelete implements webhook.Validator so a webhook will be registered for the type

func (*AssignmentDedicatedHost) ValidateUpdate

func (r *AssignmentDedicatedHost) ValidateUpdate(old runtime.Object) error

ValidateUpdate implements webhook.Validator so a webhook will be registered for the type

type AssignmentDedicatedHostList

type AssignmentDedicatedHostList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of AssignmentDedicatedHost CRD objects
	Items []AssignmentDedicatedHost `json:"items,omitempty"`
}

AssignmentDedicatedHostList is a list of AssignmentDedicatedHosts

func (*AssignmentDedicatedHostList) DeepCopy

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

func (*AssignmentDedicatedHostList) DeepCopyInto

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

func (*AssignmentDedicatedHostList) DeepCopyObject

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

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

type AssignmentDedicatedHostSpec

type AssignmentDedicatedHostSpec struct {
	State *AssignmentDedicatedHostSpecResource `json:"state,omitempty" tf:"-"`

	Resource AssignmentDedicatedHostSpecResource `json:"resource" tf:"resource"`

	UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`

	TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`

	ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`

	BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}

func (*AssignmentDedicatedHostSpec) DeepCopy

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

func (*AssignmentDedicatedHostSpec) DeepCopyInto

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

type AssignmentDedicatedHostSpecResource

type AssignmentDedicatedHostSpecResource struct {
	Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"`

	ID string `json:"id,omitempty" tf:"id,omitempty"`

	DedicatedHostID            *string `json:"dedicatedHostID" tf:"dedicated_host_id"`
	Location                   *string `json:"location" tf:"location"`
	MaintenanceConfigurationID *string `json:"maintenanceConfigurationID" tf:"maintenance_configuration_id"`
}

func (*AssignmentDedicatedHostSpecResource) DeepCopy

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

func (*AssignmentDedicatedHostSpecResource) DeepCopyInto

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

type AssignmentDedicatedHostStatus

type AssignmentDedicatedHostStatus struct {
	// Resource generation, which is updated on mutation by the API Server.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
	// +optional
	Phase status.Status `json:"phase,omitempty"`
	// +optional
	Conditions []kmapi.Condition `json:"conditions,omitempty"`
}

func (*AssignmentDedicatedHostStatus) DeepCopy

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

func (*AssignmentDedicatedHostStatus) DeepCopyInto

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

type AssignmentVirtualMachine

type AssignmentVirtualMachine struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AssignmentVirtualMachineSpec   `json:"spec,omitempty"`
	Status            AssignmentVirtualMachineStatus `json:"status,omitempty"`
}

func (*AssignmentVirtualMachine) DeepCopy

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

func (*AssignmentVirtualMachine) DeepCopyInto

func (in *AssignmentVirtualMachine) DeepCopyInto(out *AssignmentVirtualMachine)

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

func (*AssignmentVirtualMachine) DeepCopyObject

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

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

func (*AssignmentVirtualMachine) SetupWebhookWithManager

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

func (*AssignmentVirtualMachine) ValidateCreate

func (r *AssignmentVirtualMachine) ValidateCreate() error

ValidateCreate implements webhook.Validator so a webhook will be registered for the type

func (*AssignmentVirtualMachine) ValidateDelete

func (r *AssignmentVirtualMachine) ValidateDelete() error

ValidateDelete implements webhook.Validator so a webhook will be registered for the type

func (*AssignmentVirtualMachine) ValidateUpdate

func (r *AssignmentVirtualMachine) ValidateUpdate(old runtime.Object) error

ValidateUpdate implements webhook.Validator so a webhook will be registered for the type

type AssignmentVirtualMachineList

type AssignmentVirtualMachineList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of AssignmentVirtualMachine CRD objects
	Items []AssignmentVirtualMachine `json:"items,omitempty"`
}

AssignmentVirtualMachineList is a list of AssignmentVirtualMachines

func (*AssignmentVirtualMachineList) DeepCopy

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

func (*AssignmentVirtualMachineList) DeepCopyInto

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

func (*AssignmentVirtualMachineList) DeepCopyObject

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

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

type AssignmentVirtualMachineScaleSet added in v0.5.0

type AssignmentVirtualMachineScaleSet struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AssignmentVirtualMachineScaleSetSpec   `json:"spec,omitempty"`
	Status            AssignmentVirtualMachineScaleSetStatus `json:"status,omitempty"`
}

func (*AssignmentVirtualMachineScaleSet) DeepCopy added in v0.5.0

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

func (*AssignmentVirtualMachineScaleSet) DeepCopyInto added in v0.5.0

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

func (*AssignmentVirtualMachineScaleSet) DeepCopyObject added in v0.5.0

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

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

func (*AssignmentVirtualMachineScaleSet) SetupWebhookWithManager added in v0.5.0

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

func (*AssignmentVirtualMachineScaleSet) ValidateCreate added in v0.5.0

func (r *AssignmentVirtualMachineScaleSet) ValidateCreate() error

ValidateCreate implements webhook.Validator so a webhook will be registered for the type

func (*AssignmentVirtualMachineScaleSet) ValidateDelete added in v0.5.0

func (r *AssignmentVirtualMachineScaleSet) ValidateDelete() error

ValidateDelete implements webhook.Validator so a webhook will be registered for the type

func (*AssignmentVirtualMachineScaleSet) ValidateUpdate added in v0.5.0

func (r *AssignmentVirtualMachineScaleSet) ValidateUpdate(old runtime.Object) error

ValidateUpdate implements webhook.Validator so a webhook will be registered for the type

type AssignmentVirtualMachineScaleSetList added in v0.5.0

type AssignmentVirtualMachineScaleSetList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of AssignmentVirtualMachineScaleSet CRD objects
	Items []AssignmentVirtualMachineScaleSet `json:"items,omitempty"`
}

AssignmentVirtualMachineScaleSetList is a list of AssignmentVirtualMachineScaleSets

func (*AssignmentVirtualMachineScaleSetList) DeepCopy added in v0.5.0

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

func (*AssignmentVirtualMachineScaleSetList) DeepCopyInto added in v0.5.0

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

func (*AssignmentVirtualMachineScaleSetList) DeepCopyObject added in v0.5.0

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

type AssignmentVirtualMachineScaleSetSpec added in v0.5.0

type AssignmentVirtualMachineScaleSetSpec struct {
	State *AssignmentVirtualMachineScaleSetSpecResource `json:"state,omitempty" tf:"-"`

	Resource AssignmentVirtualMachineScaleSetSpecResource `json:"resource" tf:"resource"`

	UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`

	TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`

	ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`

	BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}

func (*AssignmentVirtualMachineScaleSetSpec) DeepCopy added in v0.5.0

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

func (*AssignmentVirtualMachineScaleSetSpec) DeepCopyInto added in v0.5.0

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

type AssignmentVirtualMachineScaleSetSpecResource added in v0.5.0

type AssignmentVirtualMachineScaleSetSpecResource struct {
	Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"`

	ID string `json:"id,omitempty" tf:"id,omitempty"`

	Location                   *string `json:"location" tf:"location"`
	MaintenanceConfigurationID *string `json:"maintenanceConfigurationID" tf:"maintenance_configuration_id"`
	VirtualMachineScaleSetID   *string `json:"virtualMachineScaleSetID" tf:"virtual_machine_scale_set_id"`
}

func (*AssignmentVirtualMachineScaleSetSpecResource) DeepCopy added in v0.5.0

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

func (*AssignmentVirtualMachineScaleSetSpecResource) DeepCopyInto added in v0.5.0

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

type AssignmentVirtualMachineScaleSetStatus added in v0.5.0

type AssignmentVirtualMachineScaleSetStatus struct {
	// Resource generation, which is updated on mutation by the API Server.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
	// +optional
	Phase status.Status `json:"phase,omitempty"`
	// +optional
	Conditions []kmapi.Condition `json:"conditions,omitempty"`
}

func (*AssignmentVirtualMachineScaleSetStatus) DeepCopy added in v0.5.0

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

func (*AssignmentVirtualMachineScaleSetStatus) DeepCopyInto added in v0.5.0

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

type AssignmentVirtualMachineSpec

type AssignmentVirtualMachineSpec struct {
	State *AssignmentVirtualMachineSpecResource `json:"state,omitempty" tf:"-"`

	Resource AssignmentVirtualMachineSpecResource `json:"resource" tf:"resource"`

	UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`

	TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`

	ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`

	BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}

func (*AssignmentVirtualMachineSpec) DeepCopy

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

func (*AssignmentVirtualMachineSpec) DeepCopyInto

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

type AssignmentVirtualMachineSpecResource

type AssignmentVirtualMachineSpecResource struct {
	Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"`

	ID string `json:"id,omitempty" tf:"id,omitempty"`

	Location                   *string `json:"location" tf:"location"`
	MaintenanceConfigurationID *string `json:"maintenanceConfigurationID" tf:"maintenance_configuration_id"`
	VirtualMachineID           *string `json:"virtualMachineID" tf:"virtual_machine_id"`
}

func (*AssignmentVirtualMachineSpecResource) DeepCopy

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

func (*AssignmentVirtualMachineSpecResource) DeepCopyInto

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

type AssignmentVirtualMachineStatus

type AssignmentVirtualMachineStatus struct {
	// Resource generation, which is updated on mutation by the API Server.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
	// +optional
	Phase status.Status `json:"phase,omitempty"`
	// +optional
	Conditions []kmapi.Condition `json:"conditions,omitempty"`
}

func (*AssignmentVirtualMachineStatus) DeepCopy

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

func (*AssignmentVirtualMachineStatus) DeepCopyInto

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

type Configuration

type Configuration struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ConfigurationSpec   `json:"spec,omitempty"`
	Status            ConfigurationStatus `json:"status,omitempty"`
}

func (*Configuration) DeepCopy

func (in *Configuration) DeepCopy() *Configuration

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

func (*Configuration) DeepCopyInto

func (in *Configuration) DeepCopyInto(out *Configuration)

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

func (*Configuration) DeepCopyObject

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

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

func (*Configuration) SetupWebhookWithManager

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

func (*Configuration) ValidateCreate

func (r *Configuration) ValidateCreate() error

ValidateCreate implements webhook.Validator so a webhook will be registered for the type

func (*Configuration) ValidateDelete

func (r *Configuration) ValidateDelete() error

ValidateDelete implements webhook.Validator so a webhook will be registered for the type

func (*Configuration) ValidateUpdate

func (r *Configuration) ValidateUpdate(old runtime.Object) error

ValidateUpdate implements webhook.Validator so a webhook will be registered for the type

type ConfigurationList

type ConfigurationList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of Configuration CRD objects
	Items []Configuration `json:"items,omitempty"`
}

ConfigurationList is a list of Configurations

func (*ConfigurationList) DeepCopy

func (in *ConfigurationList) DeepCopy() *ConfigurationList

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

func (*ConfigurationList) DeepCopyInto

func (in *ConfigurationList) DeepCopyInto(out *ConfigurationList)

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

func (*ConfigurationList) DeepCopyObject

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

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

type ConfigurationSpec

type ConfigurationSpec struct {
	State *ConfigurationSpecResource `json:"state,omitempty" tf:"-"`

	Resource ConfigurationSpecResource `json:"resource" tf:"resource"`

	UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`

	TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`

	ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`

	BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}

func (*ConfigurationSpec) DeepCopy

func (in *ConfigurationSpec) DeepCopy() *ConfigurationSpec

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

func (*ConfigurationSpec) DeepCopyInto

func (in *ConfigurationSpec) DeepCopyInto(out *ConfigurationSpec)

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

type ConfigurationSpecResource

type ConfigurationSpecResource struct {
	Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"`

	ID string `json:"id,omitempty" tf:"id,omitempty"`

	Location *string `json:"location" tf:"location"`
	Name     *string `json:"name" tf:"name"`
	// +optional
	Properties        *map[string]string `json:"properties,omitempty" tf:"properties"`
	ResourceGroupName *string            `json:"resourceGroupName" tf:"resource_group_name"`
	// +optional
	Scope *string `json:"scope,omitempty" tf:"scope"`
	// +optional
	Tags *map[string]string `json:"tags,omitempty" tf:"tags"`
	// +optional
	Visibility *string `json:"visibility,omitempty" tf:"visibility"`
	// +optional
	Window *ConfigurationSpecWindow `json:"window,omitempty" tf:"window"`
}

func (*ConfigurationSpecResource) DeepCopy

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

func (*ConfigurationSpecResource) DeepCopyInto

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

type ConfigurationSpecWindow added in v0.5.0

type ConfigurationSpecWindow struct {
	// +optional
	Duration *string `json:"duration,omitempty" tf:"duration"`
	// +optional
	ExpirationDateTime *string `json:"expirationDateTime,omitempty" tf:"expiration_date_time"`
	// +optional
	RecurEvery    *string `json:"recurEvery,omitempty" tf:"recur_every"`
	StartDateTime *string `json:"startDateTime" tf:"start_date_time"`
	TimeZone      *string `json:"timeZone" tf:"time_zone"`
}

func (*ConfigurationSpecWindow) DeepCopy added in v0.5.0

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

func (*ConfigurationSpecWindow) DeepCopyInto added in v0.5.0

func (in *ConfigurationSpecWindow) DeepCopyInto(out *ConfigurationSpecWindow)

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

type ConfigurationSpecWindowCodec added in v0.5.0

type ConfigurationSpecWindowCodec struct {
}

+k8s:deepcopy-gen=false

func (ConfigurationSpecWindowCodec) Decode added in v0.5.0

func (ConfigurationSpecWindowCodec) Encode added in v0.5.0

func (ConfigurationSpecWindowCodec) IsEmpty added in v0.5.0

type ConfigurationStatus

type ConfigurationStatus struct {
	// Resource generation, which is updated on mutation by the API Server.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
	// +optional
	Phase status.Status `json:"phase,omitempty"`
	// +optional
	Conditions []kmapi.Condition `json:"conditions,omitempty"`
}

func (*ConfigurationStatus) DeepCopy

func (in *ConfigurationStatus) DeepCopy() *ConfigurationStatus

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

func (*ConfigurationStatus) DeepCopyInto

func (in *ConfigurationStatus) DeepCopyInto(out *ConfigurationStatus)

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