Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=virtual.jet-palette.upbound.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type BackupPolicyObservation
- type BackupPolicyParameters
- type CloudConfigObservation
- type CloudConfigParameters
- type Cluster
- func (in *Cluster) DeepCopy() *Cluster
- func (in *Cluster) DeepCopyInto(out *Cluster)
- func (in *Cluster) DeepCopyObject() runtime.Object
- func (mg *Cluster) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Cluster) GetConnectionDetailsMapping() map[string]string
- func (mg *Cluster) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Cluster) GetID() string
- func (tr *Cluster) GetObservation() (map[string]any, error)
- func (tr *Cluster) GetParameters() (map[string]any, error)
- func (mg *Cluster) GetProviderConfigReference() *xpv1.Reference
- func (mg *Cluster) GetProviderReference() *xpv1.Reference
- func (mg *Cluster) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Cluster) GetTerraformResourceType() string
- func (tr *Cluster) GetTerraformSchemaVersion() int
- func (mg *Cluster) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Cluster) LateInitialize(attrs []byte) (bool, error)
- func (mg *Cluster) SetConditions(c ...xpv1.Condition)
- func (mg *Cluster) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Cluster) SetObservation(obs map[string]any) error
- func (tr *Cluster) SetParameters(params map[string]any) error
- func (mg *Cluster) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Cluster) SetProviderReference(r *xpv1.Reference)
- func (mg *Cluster) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Cluster) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type ClusterList
- type ClusterObservation
- type ClusterPackObservation
- type ClusterPackParameters
- type ClusterParameters
- type ClusterProfileObservation
- type ClusterProfileParameters
- type ClusterRbacBindingObservation
- type ClusterRbacBindingParameters
- type ClusterSpec
- type ClusterStatus
- type LocationConfigObservation
- type LocationConfigParameters
- type ManifestObservation
- type ManifestParameters
- type NamespacesObservation
- type NamespacesParameters
- type PackObservation
- type PackParameters
- type ResourcesObservation
- type ResourcesParameters
- type ScanPolicyObservation
- type ScanPolicyParameters
- type SubjectsObservation
- type SubjectsParameters
Constants ¶
const ( CRDGroup = "virtual.jet-palette.upbound.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Cluster_Kind = "Cluster" Cluster_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Cluster_Kind}.String() Cluster_KindAPIVersion = Cluster_Kind + "." + CRDGroupVersion.String() Cluster_GroupVersionKind = CRDGroupVersion.WithKind(Cluster_Kind) )
Repository type metadata.
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type BackupPolicyObservation ¶
type BackupPolicyObservation struct { }
func (*BackupPolicyObservation) DeepCopy ¶
func (in *BackupPolicyObservation) DeepCopy() *BackupPolicyObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupPolicyObservation.
func (*BackupPolicyObservation) DeepCopyInto ¶
func (in *BackupPolicyObservation) DeepCopyInto(out *BackupPolicyObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BackupPolicyParameters ¶
type BackupPolicyParameters struct { // +kubebuilder:validation:Required BackupLocationID *string `json:"backupLocationId" tf:"backup_location_id,omitempty"` // +kubebuilder:validation:Required ExpiryInHour *float64 `json:"expiryInHour" tf:"expiry_in_hour,omitempty"` // +kubebuilder:validation:Optional IncludeClusterResources *bool `json:"includeClusterResources,omitempty" tf:"include_cluster_resources,omitempty"` // +kubebuilder:validation:Optional IncludeDisks *bool `json:"includeDisks,omitempty" tf:"include_disks,omitempty"` // +kubebuilder:validation:Optional Namespaces []*string `json:"namespaces,omitempty" tf:"namespaces,omitempty"` // +kubebuilder:validation:Required Prefix *string `json:"prefix" tf:"prefix,omitempty"` // +kubebuilder:validation:Required Schedule *string `json:"schedule" tf:"schedule,omitempty"` }
func (*BackupPolicyParameters) DeepCopy ¶
func (in *BackupPolicyParameters) DeepCopy() *BackupPolicyParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupPolicyParameters.
func (*BackupPolicyParameters) DeepCopyInto ¶
func (in *BackupPolicyParameters) DeepCopyInto(out *BackupPolicyParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CloudConfigObservation ¶
type CloudConfigObservation struct { }
func (*CloudConfigObservation) DeepCopy ¶
func (in *CloudConfigObservation) DeepCopy() *CloudConfigObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudConfigObservation.
func (*CloudConfigObservation) DeepCopyInto ¶
func (in *CloudConfigObservation) DeepCopyInto(out *CloudConfigObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CloudConfigParameters ¶
type CloudConfigParameters struct { // +kubebuilder:validation:Optional ChartName *string `json:"chartName,omitempty" tf:"chart_name,omitempty"` // +kubebuilder:validation:Optional ChartRepo *string `json:"chartRepo,omitempty" tf:"chart_repo,omitempty"` // +kubebuilder:validation:Optional ChartValues *string `json:"chartValues,omitempty" tf:"chart_values,omitempty"` // +kubebuilder:validation:Optional ChartVersion *string `json:"chartVersion,omitempty" tf:"chart_version,omitempty"` // +kubebuilder:validation:Optional K8SVersion *string `json:"k8sVersion,omitempty" tf:"k8s_version,omitempty"` }
func (*CloudConfigParameters) DeepCopy ¶
func (in *CloudConfigParameters) DeepCopy() *CloudConfigParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudConfigParameters.
func (*CloudConfigParameters) DeepCopyInto ¶
func (in *CloudConfigParameters) DeepCopyInto(out *CloudConfigParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Cluster ¶
type Cluster struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ClusterSpec `json:"spec"` Status ClusterStatus `json:"status,omitempty"` }
Cluster is the Schema for the Clusters API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,jet-palette}
func (*Cluster) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cluster.
func (*Cluster) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Cluster) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Cluster) GetCondition ¶
func (mg *Cluster) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Cluster.
func (*Cluster) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Cluster
func (*Cluster) GetDeletionPolicy ¶
func (mg *Cluster) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Cluster.
func (*Cluster) GetObservation ¶
GetObservation of this Cluster
func (*Cluster) GetParameters ¶
GetParameters of this Cluster
func (*Cluster) GetProviderConfigReference ¶
GetProviderConfigReference of this Cluster.
func (*Cluster) GetProviderReference ¶
GetProviderReference of this Cluster. Deprecated: Use GetProviderConfigReference.
func (*Cluster) GetPublishConnectionDetailsTo ¶
func (mg *Cluster) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Cluster.
func (*Cluster) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Cluster
func (*Cluster) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Cluster) GetWriteConnectionSecretToReference ¶
func (mg *Cluster) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Cluster.
func (*Cluster) LateInitialize ¶
LateInitialize this Cluster using its observed tfState. returns True if there are any spec changes for the resource.
func (*Cluster) SetConditions ¶
SetConditions of this Cluster.
func (*Cluster) SetDeletionPolicy ¶
func (mg *Cluster) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Cluster.
func (*Cluster) SetObservation ¶
SetObservation for this Cluster
func (*Cluster) SetParameters ¶
SetParameters for this Cluster
func (*Cluster) SetProviderConfigReference ¶
SetProviderConfigReference of this Cluster.
func (*Cluster) SetProviderReference ¶
SetProviderReference of this Cluster. Deprecated: Use SetProviderConfigReference.
func (*Cluster) SetPublishConnectionDetailsTo ¶
func (mg *Cluster) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Cluster.
func (*Cluster) SetWriteConnectionSecretToReference ¶
func (mg *Cluster) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Cluster.
type ClusterList ¶
type ClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Cluster `json:"items"` }
ClusterList contains a list of Clusters
func (*ClusterList) DeepCopy ¶
func (in *ClusterList) DeepCopy() *ClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterList.
func (*ClusterList) DeepCopyInto ¶
func (in *ClusterList) DeepCopyInto(out *ClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterList) DeepCopyObject ¶
func (in *ClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ClusterList) GetItems ¶
func (l *ClusterList) GetItems() []resource.Managed
GetItems of this ClusterList.
type ClusterObservation ¶
type ClusterObservation struct { CloudConfigID *string `json:"cloudConfigId,omitempty" tf:"cloud_config_id,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` Kubeconfig *string `json:"kubeconfig,omitempty" tf:"kubeconfig,omitempty"` LocationConfig []LocationConfigObservation `json:"locationConfig,omitempty" tf:"location_config,omitempty"` }
func (*ClusterObservation) DeepCopy ¶
func (in *ClusterObservation) DeepCopy() *ClusterObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterObservation.
func (*ClusterObservation) DeepCopyInto ¶
func (in *ClusterObservation) DeepCopyInto(out *ClusterObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterPackObservation ¶
type ClusterPackObservation struct { }
func (*ClusterPackObservation) DeepCopy ¶
func (in *ClusterPackObservation) DeepCopy() *ClusterPackObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterPackObservation.
func (*ClusterPackObservation) DeepCopyInto ¶
func (in *ClusterPackObservation) DeepCopyInto(out *ClusterPackObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterPackParameters ¶
type ClusterPackParameters struct { // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +kubebuilder:validation:Optional RegistryUID *string `json:"registryUid,omitempty" tf:"registry_uid,omitempty"` // +kubebuilder:validation:Required Tag *string `json:"tag" tf:"tag,omitempty"` // +kubebuilder:validation:Required Values *string `json:"values" tf:"values,omitempty"` }
func (*ClusterPackParameters) DeepCopy ¶
func (in *ClusterPackParameters) DeepCopy() *ClusterPackParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterPackParameters.
func (*ClusterPackParameters) DeepCopyInto ¶
func (in *ClusterPackParameters) DeepCopyInto(out *ClusterPackParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterParameters ¶
type ClusterParameters struct { // +kubebuilder:validation:Optional ApplySetting *string `json:"applySetting,omitempty" tf:"apply_setting,omitempty"` // +kubebuilder:validation:Optional BackupPolicy []BackupPolicyParameters `json:"backupPolicy,omitempty" tf:"backup_policy,omitempty"` // +kubebuilder:validation:Optional CloudConfig []CloudConfigParameters `json:"cloudConfig,omitempty" tf:"cloud_config,omitempty"` // +kubebuilder:validation:Optional ClusterGroupUID *string `json:"clusterGroupUid,omitempty" tf:"cluster_group_uid,omitempty"` // +kubebuilder:validation:Optional ClusterProfile []ClusterProfileParameters `json:"clusterProfile,omitempty" tf:"cluster_profile,omitempty"` // +kubebuilder:validation:Optional ClusterRbacBinding []ClusterRbacBindingParameters `json:"clusterRbacBinding,omitempty" tf:"cluster_rbac_binding,omitempty"` // +kubebuilder:validation:Optional HostClusterUID *string `json:"hostClusterUid,omitempty" tf:"host_cluster_uid,omitempty"` // +kubebuilder:validation:Optional Namespaces []NamespacesParameters `json:"namespaces,omitempty" tf:"namespaces,omitempty"` // +kubebuilder:validation:Optional OsPatchAfter *string `json:"osPatchAfter,omitempty" tf:"os_patch_after,omitempty"` // +kubebuilder:validation:Optional OsPatchOnBoot *bool `json:"osPatchOnBoot,omitempty" tf:"os_patch_on_boot,omitempty"` // +kubebuilder:validation:Optional OsPatchSchedule *string `json:"osPatchSchedule,omitempty" tf:"os_patch_schedule,omitempty"` // +kubebuilder:validation:Optional Pack []ClusterPackParameters `json:"pack,omitempty" tf:"pack,omitempty"` // +kubebuilder:validation:Optional Resources []ResourcesParameters `json:"resources,omitempty" tf:"resources,omitempty"` // +kubebuilder:validation:Optional ScanPolicy []ScanPolicyParameters `json:"scanPolicy,omitempty" tf:"scan_policy,omitempty"` // +kubebuilder:validation:Optional SkipCompletion *bool `json:"skipCompletion,omitempty" tf:"skip_completion,omitempty"` // +kubebuilder:validation:Optional Tags []*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*ClusterParameters) DeepCopy ¶
func (in *ClusterParameters) DeepCopy() *ClusterParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterParameters.
func (*ClusterParameters) DeepCopyInto ¶
func (in *ClusterParameters) DeepCopyInto(out *ClusterParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterProfileObservation ¶
type ClusterProfileObservation struct { }
func (*ClusterProfileObservation) DeepCopy ¶
func (in *ClusterProfileObservation) DeepCopy() *ClusterProfileObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterProfileObservation.
func (*ClusterProfileObservation) DeepCopyInto ¶
func (in *ClusterProfileObservation) DeepCopyInto(out *ClusterProfileObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterProfileParameters ¶
type ClusterProfileParameters struct { // +kubebuilder:validation:Required ID *string `json:"id" tf:"id,omitempty"` // +kubebuilder:validation:Optional Pack []PackParameters `json:"pack,omitempty" tf:"pack,omitempty"` }
func (*ClusterProfileParameters) DeepCopy ¶
func (in *ClusterProfileParameters) DeepCopy() *ClusterProfileParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterProfileParameters.
func (*ClusterProfileParameters) DeepCopyInto ¶
func (in *ClusterProfileParameters) DeepCopyInto(out *ClusterProfileParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterRbacBindingObservation ¶
type ClusterRbacBindingObservation struct { }
func (*ClusterRbacBindingObservation) DeepCopy ¶
func (in *ClusterRbacBindingObservation) DeepCopy() *ClusterRbacBindingObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterRbacBindingObservation.
func (*ClusterRbacBindingObservation) DeepCopyInto ¶
func (in *ClusterRbacBindingObservation) DeepCopyInto(out *ClusterRbacBindingObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterRbacBindingParameters ¶
type ClusterRbacBindingParameters struct { // +kubebuilder:validation:Optional Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"` // +kubebuilder:validation:Optional Role map[string]*string `json:"role,omitempty" tf:"role,omitempty"` // +kubebuilder:validation:Optional Subjects []SubjectsParameters `json:"subjects,omitempty" tf:"subjects,omitempty"` // +kubebuilder:validation:Required Type *string `json:"type" tf:"type,omitempty"` }
func (*ClusterRbacBindingParameters) DeepCopy ¶
func (in *ClusterRbacBindingParameters) DeepCopy() *ClusterRbacBindingParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterRbacBindingParameters.
func (*ClusterRbacBindingParameters) DeepCopyInto ¶
func (in *ClusterRbacBindingParameters) DeepCopyInto(out *ClusterRbacBindingParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterSpec ¶
type ClusterSpec struct { v1.ResourceSpec `json:",inline"` ForProvider ClusterParameters `json:"forProvider"` }
ClusterSpec defines the desired state of Cluster
func (*ClusterSpec) DeepCopy ¶
func (in *ClusterSpec) DeepCopy() *ClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSpec.
func (*ClusterSpec) DeepCopyInto ¶
func (in *ClusterSpec) DeepCopyInto(out *ClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterStatus ¶
type ClusterStatus struct { v1.ResourceStatus `json:",inline"` AtProvider ClusterObservation `json:"atProvider,omitempty"` }
ClusterStatus defines the observed state of Cluster.
func (*ClusterStatus) DeepCopy ¶
func (in *ClusterStatus) DeepCopy() *ClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterStatus.
func (*ClusterStatus) DeepCopyInto ¶
func (in *ClusterStatus) DeepCopyInto(out *ClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LocationConfigObservation ¶
type LocationConfigObservation struct { CountryCode *string `json:"countryCode,omitempty" tf:"country_code,omitempty"` CountryName *string `json:"countryName,omitempty" tf:"country_name,omitempty"` Latitude *float64 `json:"latitude,omitempty" tf:"latitude,omitempty"` Longitude *float64 `json:"longitude,omitempty" tf:"longitude,omitempty"` RegionCode *string `json:"regionCode,omitempty" tf:"region_code,omitempty"` RegionName *string `json:"regionName,omitempty" tf:"region_name,omitempty"` }
func (*LocationConfigObservation) DeepCopy ¶
func (in *LocationConfigObservation) DeepCopy() *LocationConfigObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocationConfigObservation.
func (*LocationConfigObservation) DeepCopyInto ¶
func (in *LocationConfigObservation) DeepCopyInto(out *LocationConfigObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LocationConfigParameters ¶
type LocationConfigParameters struct { }
func (*LocationConfigParameters) DeepCopy ¶
func (in *LocationConfigParameters) DeepCopy() *LocationConfigParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocationConfigParameters.
func (*LocationConfigParameters) DeepCopyInto ¶
func (in *LocationConfigParameters) DeepCopyInto(out *LocationConfigParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ManifestObservation ¶
type ManifestObservation struct { }
func (*ManifestObservation) DeepCopy ¶
func (in *ManifestObservation) DeepCopy() *ManifestObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManifestObservation.
func (*ManifestObservation) DeepCopyInto ¶
func (in *ManifestObservation) DeepCopyInto(out *ManifestObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ManifestParameters ¶
type ManifestParameters struct { // +kubebuilder:validation:Required Content *string `json:"content" tf:"content,omitempty"` // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` }
func (*ManifestParameters) DeepCopy ¶
func (in *ManifestParameters) DeepCopy() *ManifestParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManifestParameters.
func (*ManifestParameters) DeepCopyInto ¶
func (in *ManifestParameters) DeepCopyInto(out *ManifestParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NamespacesObservation ¶
type NamespacesObservation struct { }
func (*NamespacesObservation) DeepCopy ¶
func (in *NamespacesObservation) DeepCopy() *NamespacesObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesObservation.
func (*NamespacesObservation) DeepCopyInto ¶
func (in *NamespacesObservation) DeepCopyInto(out *NamespacesObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NamespacesParameters ¶
type NamespacesParameters struct { // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +kubebuilder:validation:Required ResourceAllocation map[string]*string `json:"resourceAllocation" tf:"resource_allocation,omitempty"` }
func (*NamespacesParameters) DeepCopy ¶
func (in *NamespacesParameters) DeepCopy() *NamespacesParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacesParameters.
func (*NamespacesParameters) DeepCopyInto ¶
func (in *NamespacesParameters) DeepCopyInto(out *NamespacesParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PackObservation ¶
type PackObservation struct { }
func (*PackObservation) DeepCopy ¶
func (in *PackObservation) DeepCopy() *PackObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackObservation.
func (*PackObservation) DeepCopyInto ¶
func (in *PackObservation) DeepCopyInto(out *PackObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PackParameters ¶
type PackParameters struct { // +kubebuilder:validation:Optional Manifest []ManifestParameters `json:"manifest,omitempty" tf:"manifest,omitempty"` // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +kubebuilder:validation:Optional RegistryUID *string `json:"registryUid,omitempty" tf:"registry_uid,omitempty"` // +kubebuilder:validation:Optional Tag *string `json:"tag,omitempty" tf:"tag,omitempty"` // +kubebuilder:validation:Optional Type *string `json:"type,omitempty" tf:"type,omitempty"` // +kubebuilder:validation:Required Values *string `json:"values" tf:"values,omitempty"` }
func (*PackParameters) DeepCopy ¶
func (in *PackParameters) DeepCopy() *PackParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackParameters.
func (*PackParameters) DeepCopyInto ¶
func (in *PackParameters) DeepCopyInto(out *PackParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ResourcesObservation ¶
type ResourcesObservation struct { }
func (*ResourcesObservation) DeepCopy ¶
func (in *ResourcesObservation) DeepCopy() *ResourcesObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourcesObservation.
func (*ResourcesObservation) DeepCopyInto ¶
func (in *ResourcesObservation) DeepCopyInto(out *ResourcesObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ResourcesParameters ¶
type ResourcesParameters struct { // +kubebuilder:validation:Optional MaxCPU *float64 `json:"maxCpu,omitempty" tf:"max_cpu,omitempty"` // +kubebuilder:validation:Optional MaxMemInMb *float64 `json:"maxMemInMb,omitempty" tf:"max_mem_in_mb,omitempty"` // +kubebuilder:validation:Optional MaxStorageInGb *float64 `json:"maxStorageInGb,omitempty" tf:"max_storage_in_gb,omitempty"` // +kubebuilder:validation:Optional MinCPU *float64 `json:"minCpu,omitempty" tf:"min_cpu,omitempty"` // +kubebuilder:validation:Optional MinMemInMb *float64 `json:"minMemInMb,omitempty" tf:"min_mem_in_mb,omitempty"` // +kubebuilder:validation:Optional MinStorageInGb *float64 `json:"minStorageInGb,omitempty" tf:"min_storage_in_gb,omitempty"` }
func (*ResourcesParameters) DeepCopy ¶
func (in *ResourcesParameters) DeepCopy() *ResourcesParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourcesParameters.
func (*ResourcesParameters) DeepCopyInto ¶
func (in *ResourcesParameters) DeepCopyInto(out *ResourcesParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ScanPolicyObservation ¶
type ScanPolicyObservation struct { }
func (*ScanPolicyObservation) DeepCopy ¶
func (in *ScanPolicyObservation) DeepCopy() *ScanPolicyObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScanPolicyObservation.
func (*ScanPolicyObservation) DeepCopyInto ¶
func (in *ScanPolicyObservation) DeepCopyInto(out *ScanPolicyObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ScanPolicyParameters ¶
type ScanPolicyParameters struct { // +kubebuilder:validation:Required ConfigurationScanSchedule *string `json:"configurationScanSchedule" tf:"configuration_scan_schedule,omitempty"` // +kubebuilder:validation:Required ConformanceScanSchedule *string `json:"conformanceScanSchedule" tf:"conformance_scan_schedule,omitempty"` // +kubebuilder:validation:Required PenetrationScanSchedule *string `json:"penetrationScanSchedule" tf:"penetration_scan_schedule,omitempty"` }
func (*ScanPolicyParameters) DeepCopy ¶
func (in *ScanPolicyParameters) DeepCopy() *ScanPolicyParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScanPolicyParameters.
func (*ScanPolicyParameters) DeepCopyInto ¶
func (in *ScanPolicyParameters) DeepCopyInto(out *ScanPolicyParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SubjectsObservation ¶
type SubjectsObservation struct { }
func (*SubjectsObservation) DeepCopy ¶
func (in *SubjectsObservation) DeepCopy() *SubjectsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubjectsObservation.
func (*SubjectsObservation) DeepCopyInto ¶
func (in *SubjectsObservation) DeepCopyInto(out *SubjectsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SubjectsParameters ¶
type SubjectsParameters struct { // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +kubebuilder:validation:Optional Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"` // +kubebuilder:validation:Required Type *string `json:"type" tf:"type,omitempty"` }
func (*SubjectsParameters) DeepCopy ¶
func (in *SubjectsParameters) DeepCopy() *SubjectsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubjectsParameters.
func (*SubjectsParameters) DeepCopyInto ¶
func (in *SubjectsParameters) DeepCopyInto(out *SubjectsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.