Documentation ¶
Overview ¶
+groupName=management.oci.kubeform.com
Index ¶
- Variables
- func GetDecoder() map[string]jsoniter.ValDecoder
- func GetEncoder() map[string]jsoniter.ValEncoder
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
- type AgentManagementAgent
- func (in *AgentManagementAgent) DeepCopy() *AgentManagementAgent
- func (in *AgentManagementAgent) DeepCopyInto(out *AgentManagementAgent)
- func (in *AgentManagementAgent) DeepCopyObject() runtime.Object
- func (r *AgentManagementAgent) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *AgentManagementAgent) ValidateCreate() error
- func (r *AgentManagementAgent) ValidateDelete() error
- func (r *AgentManagementAgent) ValidateUpdate(old runtime.Object) error
- type AgentManagementAgentInstallKey
- func (in *AgentManagementAgentInstallKey) DeepCopy() *AgentManagementAgentInstallKey
- func (in *AgentManagementAgentInstallKey) DeepCopyInto(out *AgentManagementAgentInstallKey)
- func (in *AgentManagementAgentInstallKey) DeepCopyObject() runtime.Object
- func (r *AgentManagementAgentInstallKey) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *AgentManagementAgentInstallKey) ValidateCreate() error
- func (r *AgentManagementAgentInstallKey) ValidateDelete() error
- func (r *AgentManagementAgentInstallKey) ValidateUpdate(old runtime.Object) error
- type AgentManagementAgentInstallKeyList
- type AgentManagementAgentInstallKeySpec
- type AgentManagementAgentInstallKeySpecResource
- type AgentManagementAgentInstallKeyStatus
- type AgentManagementAgentList
- type AgentManagementAgentSpec
- type AgentManagementAgentSpecPluginList
- type AgentManagementAgentSpecResource
- type AgentManagementAgentStatus
- type DashboardManagementDashboardsImport
- func (in *DashboardManagementDashboardsImport) DeepCopy() *DashboardManagementDashboardsImport
- func (in *DashboardManagementDashboardsImport) DeepCopyInto(out *DashboardManagementDashboardsImport)
- func (in *DashboardManagementDashboardsImport) DeepCopyObject() runtime.Object
- func (r *DashboardManagementDashboardsImport) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *DashboardManagementDashboardsImport) ValidateCreate() error
- func (r *DashboardManagementDashboardsImport) ValidateDelete() error
- func (r *DashboardManagementDashboardsImport) ValidateUpdate(old runtime.Object) error
- type DashboardManagementDashboardsImportList
- type DashboardManagementDashboardsImportSpec
- type DashboardManagementDashboardsImportSpecResource
- type DashboardManagementDashboardsImportStatus
Constants ¶
This section is empty.
Variables ¶
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 )
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 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 ¶
func (in *AgentManagementAgent) DeepCopy() *AgentManagementAgent
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 ¶
func (in *AgentManagementAgentInstallKey) DeepCopy() *AgentManagementAgentInstallKey
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AgentManagementAgentInstallKey.
func (*AgentManagementAgentInstallKey) DeepCopyInto ¶
func (in *AgentManagementAgentInstallKey) DeepCopyInto(out *AgentManagementAgentInstallKey)
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 ¶
func (in *AgentManagementAgentInstallKeyList) DeepCopy() *AgentManagementAgentInstallKeyList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AgentManagementAgentInstallKeyList.
func (*AgentManagementAgentInstallKeyList) DeepCopyInto ¶
func (in *AgentManagementAgentInstallKeyList) DeepCopyInto(out *AgentManagementAgentInstallKeyList)
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 ¶
func (in *AgentManagementAgentInstallKeySpec) DeepCopy() *AgentManagementAgentInstallKeySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AgentManagementAgentInstallKeySpec.
func (*AgentManagementAgentInstallKeySpec) DeepCopyInto ¶
func (in *AgentManagementAgentInstallKeySpec) DeepCopyInto(out *AgentManagementAgentInstallKeySpec)
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 ¶
func (in *AgentManagementAgentInstallKeySpecResource) DeepCopy() *AgentManagementAgentInstallKeySpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AgentManagementAgentInstallKeySpecResource.
func (*AgentManagementAgentInstallKeySpecResource) DeepCopyInto ¶
func (in *AgentManagementAgentInstallKeySpecResource) DeepCopyInto(out *AgentManagementAgentInstallKeySpecResource)
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 ¶
func (in *AgentManagementAgentInstallKeyStatus) DeepCopy() *AgentManagementAgentInstallKeyStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AgentManagementAgentInstallKeyStatus.
func (*AgentManagementAgentInstallKeyStatus) DeepCopyInto ¶
func (in *AgentManagementAgentInstallKeyStatus) DeepCopyInto(out *AgentManagementAgentInstallKeyStatus)
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 ¶
func (in *AgentManagementAgentList) DeepCopy() *AgentManagementAgentList
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 ¶
func (in *AgentManagementAgentSpec) DeepCopy() *AgentManagementAgentSpec
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 ¶
func (in *AgentManagementAgentSpecPluginList) DeepCopy() *AgentManagementAgentSpecPluginList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AgentManagementAgentSpecPluginList.
func (*AgentManagementAgentSpecPluginList) DeepCopyInto ¶
func (in *AgentManagementAgentSpecPluginList) DeepCopyInto(out *AgentManagementAgentSpecPluginList)
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 ¶
func (in *AgentManagementAgentSpecResource) DeepCopy() *AgentManagementAgentSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AgentManagementAgentSpecResource.
func (*AgentManagementAgentSpecResource) DeepCopyInto ¶
func (in *AgentManagementAgentSpecResource) DeepCopyInto(out *AgentManagementAgentSpecResource)
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 ¶
func (in *AgentManagementAgentStatus) DeepCopy() *AgentManagementAgentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AgentManagementAgentStatus.
func (*AgentManagementAgentStatus) DeepCopyInto ¶
func (in *AgentManagementAgentStatus) DeepCopyInto(out *AgentManagementAgentStatus)
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 ¶
func (in *DashboardManagementDashboardsImport) DeepCopy() *DashboardManagementDashboardsImport
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DashboardManagementDashboardsImport.
func (*DashboardManagementDashboardsImport) DeepCopyInto ¶
func (in *DashboardManagementDashboardsImport) DeepCopyInto(out *DashboardManagementDashboardsImport)
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 ¶
func (r *DashboardManagementDashboardsImport) ValidateUpdate(old runtime.Object) error
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 ¶
func (in *DashboardManagementDashboardsImportList) DeepCopy() *DashboardManagementDashboardsImportList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DashboardManagementDashboardsImportList.
func (*DashboardManagementDashboardsImportList) DeepCopyInto ¶
func (in *DashboardManagementDashboardsImportList) DeepCopyInto(out *DashboardManagementDashboardsImportList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DashboardManagementDashboardsImportList) DeepCopyObject ¶
func (in *DashboardManagementDashboardsImportList) DeepCopyObject() runtime.Object
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 ¶
func (in *DashboardManagementDashboardsImportSpec) DeepCopy() *DashboardManagementDashboardsImportSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DashboardManagementDashboardsImportSpec.
func (*DashboardManagementDashboardsImportSpec) DeepCopyInto ¶
func (in *DashboardManagementDashboardsImportSpec) DeepCopyInto(out *DashboardManagementDashboardsImportSpec)
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 ¶
func (in *DashboardManagementDashboardsImportSpecResource) DeepCopy() *DashboardManagementDashboardsImportSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DashboardManagementDashboardsImportSpecResource.
func (*DashboardManagementDashboardsImportSpecResource) DeepCopyInto ¶
func (in *DashboardManagementDashboardsImportSpecResource) DeepCopyInto(out *DashboardManagementDashboardsImportSpecResource)
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 ¶
func (in *DashboardManagementDashboardsImportStatus) DeepCopy() *DashboardManagementDashboardsImportStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DashboardManagementDashboardsImportStatus.
func (*DashboardManagementDashboardsImportStatus) DeepCopyInto ¶
func (in *DashboardManagementDashboardsImportStatus) DeepCopyInto(out *DashboardManagementDashboardsImportStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Source Files ¶
- agent_management_agent_install_key_types.go
- agent_management_agent_install_key_webhook.go
- agent_management_agent_types.go
- agent_management_agent_webhook.go
- codec.go
- dashboard_management_dashboards_import_types.go
- dashboard_management_dashboards_import_webhook.go
- doc.go
- register.go
- zz_generated.deepcopy.go