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: 14 Imported by: 0

Documentation

Overview

+groupName=management.oci.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: management.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 AgentManagementAgent

type AgentManagementAgent struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AgentManagementAgentSpec   `json:"spec,omitempty"`
	Status            AgentManagementAgentStatus `json:"status,omitempty"`
}

func (*AgentManagementAgent) DeepCopy

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

func (*AgentManagementAgent) DeepCopyInto

func (in *AgentManagementAgent) DeepCopyInto(out *AgentManagementAgent)

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

func (*AgentManagementAgent) DeepCopyObject

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

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

func (*AgentManagementAgent) SetupWebhookWithManager

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

func (*AgentManagementAgent) ValidateCreate

func (r *AgentManagementAgent) ValidateCreate() error

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

func (*AgentManagementAgent) ValidateDelete

func (r *AgentManagementAgent) ValidateDelete() error

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

func (*AgentManagementAgent) ValidateUpdate

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

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

type AgentManagementAgentInstallKey

type AgentManagementAgentInstallKey struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AgentManagementAgentInstallKeySpec   `json:"spec,omitempty"`
	Status            AgentManagementAgentInstallKeyStatus `json:"status,omitempty"`
}

func (*AgentManagementAgentInstallKey) DeepCopy

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

func (*AgentManagementAgentInstallKey) DeepCopyInto

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

func (*AgentManagementAgentInstallKey) DeepCopyObject

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

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

func (*AgentManagementAgentInstallKey) SetupWebhookWithManager

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

func (*AgentManagementAgentInstallKey) ValidateCreate

func (r *AgentManagementAgentInstallKey) ValidateCreate() error

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

func (*AgentManagementAgentInstallKey) ValidateDelete

func (r *AgentManagementAgentInstallKey) ValidateDelete() error

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

func (*AgentManagementAgentInstallKey) ValidateUpdate

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

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

type AgentManagementAgentInstallKeyList

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

AgentManagementAgentInstallKeyList is a list of AgentManagementAgentInstallKeys

func (*AgentManagementAgentInstallKeyList) DeepCopy

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

func (*AgentManagementAgentInstallKeyList) DeepCopyInto

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

func (*AgentManagementAgentInstallKeyList) DeepCopyObject

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

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

type AgentManagementAgentInstallKeySpec

type AgentManagementAgentInstallKeySpec struct {
	State *AgentManagementAgentInstallKeySpecResource `json:"state,omitempty" tf:"-"`

	Resource AgentManagementAgentInstallKeySpecResource `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 (*AgentManagementAgentInstallKeySpec) DeepCopy

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

func (*AgentManagementAgentInstallKeySpec) DeepCopyInto

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

type AgentManagementAgentInstallKeySpecResource

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

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

	// +optional
	AllowedKeyInstallCount *int64  `json:"allowedKeyInstallCount,omitempty" tf:"allowed_key_install_count"`
	CompartmentID          *string `json:"compartmentID" tf:"compartment_id"`
	// +optional
	CreatedByPrincipalID *string `json:"createdByPrincipalID,omitempty" tf:"created_by_principal_id"`
	// +optional
	CurrentKeyInstallCount *int64  `json:"currentKeyInstallCount,omitempty" tf:"current_key_install_count"`
	DisplayName            *string `json:"displayName" tf:"display_name"`
	// +optional
	Key *string `json:"key,omitempty" tf:"key"`
	// +optional
	LifecycleDetails *string `json:"lifecycleDetails,omitempty" tf:"lifecycle_details"`
	// +optional
	State *string `json:"state,omitempty" tf:"state"`
	// +optional
	TimeCreated *string `json:"timeCreated,omitempty" tf:"time_created"`
	// +optional
	TimeExpires *string `json:"timeExpires,omitempty" tf:"time_expires"`
	// +optional
	TimeUpdated *string `json:"timeUpdated,omitempty" tf:"time_updated"`
}

func (*AgentManagementAgentInstallKeySpecResource) DeepCopy

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

func (*AgentManagementAgentInstallKeySpecResource) DeepCopyInto

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

type AgentManagementAgentInstallKeyStatus

type AgentManagementAgentInstallKeyStatus 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 (*AgentManagementAgentInstallKeyStatus) DeepCopy

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

func (*AgentManagementAgentInstallKeyStatus) DeepCopyInto

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

type AgentManagementAgentList

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

AgentManagementAgentList is a list of AgentManagementAgents

func (*AgentManagementAgentList) DeepCopy

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

func (*AgentManagementAgentList) DeepCopyInto

func (in *AgentManagementAgentList) DeepCopyInto(out *AgentManagementAgentList)

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

func (*AgentManagementAgentList) DeepCopyObject

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

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

type AgentManagementAgentSpec

type AgentManagementAgentSpec struct {
	State *AgentManagementAgentSpecResource `json:"state,omitempty" tf:"-"`

	Resource AgentManagementAgentSpecResource `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 (*AgentManagementAgentSpec) DeepCopy

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

func (*AgentManagementAgentSpec) DeepCopyInto

func (in *AgentManagementAgentSpec) DeepCopyInto(out *AgentManagementAgentSpec)

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

type AgentManagementAgentSpecPluginList

type AgentManagementAgentSpecPluginList struct {
	// +optional
	IsEnabled *bool `json:"isEnabled,omitempty" tf:"is_enabled"`
	// +optional
	PluginDisplayName *string `json:"pluginDisplayName,omitempty" tf:"plugin_display_name"`
	// +optional
	PluginID *string `json:"pluginID,omitempty" tf:"plugin_id"`
	// +optional
	PluginName *string `json:"pluginName,omitempty" tf:"plugin_name"`
	// +optional
	PluginVersion *string `json:"pluginVersion,omitempty" tf:"plugin_version"`
}

func (*AgentManagementAgentSpecPluginList) DeepCopy

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

func (*AgentManagementAgentSpecPluginList) DeepCopyInto

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

type AgentManagementAgentSpecResource

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

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

	// +optional
	AvailabilityStatus *string `json:"availabilityStatus,omitempty" tf:"availability_status"`
	// +optional
	CompartmentID *string `json:"compartmentID,omitempty" tf:"compartment_id"`
	// +optional
	DefinedTags map[string]string `json:"definedTags,omitempty" tf:"defined_tags"`
	// +optional
	DeployPluginsID []string `json:"deployPluginsID,omitempty" tf:"deploy_plugins_id"`
	// +optional
	DisplayName *string `json:"displayName,omitempty" tf:"display_name"`
	// +optional
	FreeformTags map[string]string `json:"freeformTags,omitempty" tf:"freeform_tags"`
	// +optional
	Host *string `json:"host,omitempty" tf:"host"`
	// +optional
	HostID *string `json:"hostID,omitempty" tf:"host_id"`
	// +optional
	InstallKeyID *string `json:"installKeyID,omitempty" tf:"install_key_id"`
	// +optional
	InstallPath *string `json:"installPath,omitempty" tf:"install_path"`
	// +optional
	InstallType *string `json:"installType,omitempty" tf:"install_type"`
	// +optional
	IsAgentAutoUpgradable *bool `json:"isAgentAutoUpgradable,omitempty" tf:"is_agent_auto_upgradable"`
	// +optional
	IsCustomerDeployed *bool `json:"isCustomerDeployed,omitempty" tf:"is_customer_deployed"`
	// +optional
	LifecycleDetails *string `json:"lifecycleDetails,omitempty" tf:"lifecycle_details"`
	ManagedAgentID   *string `json:"managedAgentID" tf:"managed_agent_id"`
	// +optional
	PlatformName *string `json:"platformName,omitempty" tf:"platform_name"`
	// +optional
	PlatformType *string `json:"platformType,omitempty" tf:"platform_type"`
	// +optional
	PlatformVersion *string `json:"platformVersion,omitempty" tf:"platform_version"`
	// +optional
	PluginList []AgentManagementAgentSpecPluginList `json:"pluginList,omitempty" tf:"plugin_list"`
	// +optional
	ResourceArtifactVersion *string `json:"resourceArtifactVersion,omitempty" tf:"resource_artifact_version"`
	// +optional
	State *string `json:"state,omitempty" tf:"state"`
	// +optional
	TimeCreated *string `json:"timeCreated,omitempty" tf:"time_created"`
	// +optional
	TimeLastHeartbeat *string `json:"timeLastHeartbeat,omitempty" tf:"time_last_heartbeat"`
	// +optional
	TimeUpdated *string `json:"timeUpdated,omitempty" tf:"time_updated"`
	// +optional
	Version *string `json:"version,omitempty" tf:"version"`
}

func (*AgentManagementAgentSpecResource) DeepCopy

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

func (*AgentManagementAgentSpecResource) DeepCopyInto

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

type AgentManagementAgentStatus

type AgentManagementAgentStatus 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 (*AgentManagementAgentStatus) DeepCopy

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

func (*AgentManagementAgentStatus) DeepCopyInto

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

type DashboardManagementDashboardsImport

type DashboardManagementDashboardsImport struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              DashboardManagementDashboardsImportSpec   `json:"spec,omitempty"`
	Status            DashboardManagementDashboardsImportStatus `json:"status,omitempty"`
}

func (*DashboardManagementDashboardsImport) DeepCopy

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

func (*DashboardManagementDashboardsImport) DeepCopyInto

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

func (*DashboardManagementDashboardsImport) DeepCopyObject

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

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

func (*DashboardManagementDashboardsImport) SetupWebhookWithManager

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

func (*DashboardManagementDashboardsImport) ValidateCreate

func (r *DashboardManagementDashboardsImport) ValidateCreate() error

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

func (*DashboardManagementDashboardsImport) ValidateDelete

func (r *DashboardManagementDashboardsImport) ValidateDelete() error

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

func (*DashboardManagementDashboardsImport) ValidateUpdate

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

type DashboardManagementDashboardsImportList

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

DashboardManagementDashboardsImportList is a list of DashboardManagementDashboardsImports

func (*DashboardManagementDashboardsImportList) DeepCopy

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

func (*DashboardManagementDashboardsImportList) DeepCopyInto

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

func (*DashboardManagementDashboardsImportList) DeepCopyObject

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

type DashboardManagementDashboardsImportSpec

type DashboardManagementDashboardsImportSpec struct {
	State *DashboardManagementDashboardsImportSpecResource `json:"state,omitempty" tf:"-"`

	Resource DashboardManagementDashboardsImportSpecResource `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 (*DashboardManagementDashboardsImportSpec) DeepCopy

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

func (*DashboardManagementDashboardsImportSpec) DeepCopyInto

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

type DashboardManagementDashboardsImportSpecResource

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

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

	// +optional
	ImportDetails *string `json:"importDetails,omitempty" tf:"import_details"`
	// +optional
	ImportDetailsFile *string `json:"importDetailsFile,omitempty" tf:"import_details_file"`
}

func (*DashboardManagementDashboardsImportSpecResource) DeepCopy

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

func (*DashboardManagementDashboardsImportSpecResource) DeepCopyInto

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

type DashboardManagementDashboardsImportStatus

type DashboardManagementDashboardsImportStatus 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 (*DashboardManagementDashboardsImportStatus) DeepCopy

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

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