Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeSsmPatchGroup(prev *SsmPatchGroup, ctyValue cty.Value) (resource.Managed, error)
- func DecodeSsmPatchGroup_BaselineId(p *SsmPatchGroupParameters, vals map[string]cty.Value)
- func DecodeSsmPatchGroup_PatchGroup(p *SsmPatchGroupParameters, vals map[string]cty.Value)
- func EncodeSsmPatchGroup(r SsmPatchGroup) cty.Value
- func EncodeSsmPatchGroup_BaselineId(p SsmPatchGroupParameters, vals map[string]cty.Value)
- func EncodeSsmPatchGroup_PatchGroup(p SsmPatchGroupParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeSsmPatchGroup_BaselineId(k *SsmPatchGroupParameters, p *SsmPatchGroupParameters, ...) bool
- func MergeSsmPatchGroup_PatchGroup(k *SsmPatchGroupParameters, p *SsmPatchGroupParameters, ...) bool
- type SsmPatchGroup
- func (in *SsmPatchGroup) DeepCopy() *SsmPatchGroup
- func (in *SsmPatchGroup) DeepCopyInto(out *SsmPatchGroup)
- func (in *SsmPatchGroup) DeepCopyObject() runtime.Object
- func (mg *SsmPatchGroup) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *SsmPatchGroup) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *SsmPatchGroup) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *SsmPatchGroup) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *SsmPatchGroup) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *SsmPatchGroup) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *SsmPatchGroup) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *SsmPatchGroup) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *SsmPatchGroup) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *SsmPatchGroup) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type SsmPatchGroupList
- type SsmPatchGroupObservation
- type SsmPatchGroupParameters
- type SsmPatchGroupSpec
- type SsmPatchGroupStatus
Constants ¶
const ( Group = "ssm-patch-group.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "SsmPatchGroup" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_ssm_patch_group" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeSsmPatchGroup ¶
func DecodeSsmPatchGroup_BaselineId ¶
func DecodeSsmPatchGroup_BaselineId(p *SsmPatchGroupParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeSsmPatchGroup_PatchGroup ¶
func DecodeSsmPatchGroup_PatchGroup(p *SsmPatchGroupParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeSsmPatchGroup ¶
func EncodeSsmPatchGroup(r SsmPatchGroup) cty.Value
func EncodeSsmPatchGroup_BaselineId ¶
func EncodeSsmPatchGroup_BaselineId(p SsmPatchGroupParameters, vals map[string]cty.Value)
func EncodeSsmPatchGroup_PatchGroup ¶
func EncodeSsmPatchGroup_PatchGroup(p SsmPatchGroupParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeSsmPatchGroup_BaselineId ¶
func MergeSsmPatchGroup_BaselineId(k *SsmPatchGroupParameters, p *SsmPatchGroupParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeSsmPatchGroup_PatchGroup ¶
func MergeSsmPatchGroup_PatchGroup(k *SsmPatchGroupParameters, p *SsmPatchGroupParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type SsmPatchGroup ¶
type SsmPatchGroup struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SsmPatchGroupSpec `json:"spec"` Status SsmPatchGroupStatus `json:"status,omitempty"` }
SsmPatchGroup is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*SsmPatchGroup) DeepCopy ¶
func (in *SsmPatchGroup) DeepCopy() *SsmPatchGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SsmPatchGroup.
func (*SsmPatchGroup) DeepCopyInto ¶
func (in *SsmPatchGroup) DeepCopyInto(out *SsmPatchGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SsmPatchGroup) DeepCopyObject ¶
func (in *SsmPatchGroup) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SsmPatchGroup) GetCondition ¶
func (mg *SsmPatchGroup) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this SsmPatchGroup.
func (*SsmPatchGroup) GetDeletionPolicy ¶
func (mg *SsmPatchGroup) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this SsmPatchGroup.
func (*SsmPatchGroup) GetProviderConfigReference ¶
func (mg *SsmPatchGroup) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this SsmPatchGroup.
func (*SsmPatchGroup) GetProviderReference ¶
func (mg *SsmPatchGroup) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this SsmPatchGroup. Deprecated: Use GetProviderConfigReference.
func (*SsmPatchGroup) GetWriteConnectionSecretToReference ¶
func (mg *SsmPatchGroup) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this SsmPatchGroup.
func (*SsmPatchGroup) SetConditions ¶
func (mg *SsmPatchGroup) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this SsmPatchGroup.
func (*SsmPatchGroup) SetDeletionPolicy ¶
func (mg *SsmPatchGroup) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this SsmPatchGroup.
func (*SsmPatchGroup) SetProviderConfigReference ¶
func (mg *SsmPatchGroup) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this SsmPatchGroup.
func (*SsmPatchGroup) SetProviderReference ¶
func (mg *SsmPatchGroup) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this SsmPatchGroup. Deprecated: Use SetProviderConfigReference.
func (*SsmPatchGroup) SetWriteConnectionSecretToReference ¶
func (mg *SsmPatchGroup) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this SsmPatchGroup.
type SsmPatchGroupList ¶
type SsmPatchGroupList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SsmPatchGroup `json:"items"` }
SsmPatchGroup contains a list of SsmPatchGroupList
func (*SsmPatchGroupList) DeepCopy ¶
func (in *SsmPatchGroupList) DeepCopy() *SsmPatchGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SsmPatchGroupList.
func (*SsmPatchGroupList) DeepCopyInto ¶
func (in *SsmPatchGroupList) DeepCopyInto(out *SsmPatchGroupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SsmPatchGroupList) DeepCopyObject ¶
func (in *SsmPatchGroupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SsmPatchGroupList) GetItems ¶
func (l *SsmPatchGroupList) GetItems() []resource.Managed
GetItems of this SsmPatchGroupList.
type SsmPatchGroupObservation ¶
type SsmPatchGroupObservation struct{}
A SsmPatchGroupObservation records the observed state of a SsmPatchGroup
func (*SsmPatchGroupObservation) DeepCopy ¶
func (in *SsmPatchGroupObservation) DeepCopy() *SsmPatchGroupObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SsmPatchGroupObservation.
func (*SsmPatchGroupObservation) DeepCopyInto ¶
func (in *SsmPatchGroupObservation) DeepCopyInto(out *SsmPatchGroupObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SsmPatchGroupParameters ¶
type SsmPatchGroupParameters struct { BaselineId string `json:"baseline_id"` PatchGroup string `json:"patch_group"` }
A SsmPatchGroupParameters defines the desired state of a SsmPatchGroup
func (*SsmPatchGroupParameters) DeepCopy ¶
func (in *SsmPatchGroupParameters) DeepCopy() *SsmPatchGroupParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SsmPatchGroupParameters.
func (*SsmPatchGroupParameters) DeepCopyInto ¶
func (in *SsmPatchGroupParameters) DeepCopyInto(out *SsmPatchGroupParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SsmPatchGroupSpec ¶
type SsmPatchGroupSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider SsmPatchGroupParameters `json:"forProvider"` }
A SsmPatchGroupSpec defines the desired state of a SsmPatchGroup
func (*SsmPatchGroupSpec) DeepCopy ¶
func (in *SsmPatchGroupSpec) DeepCopy() *SsmPatchGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SsmPatchGroupSpec.
func (*SsmPatchGroupSpec) DeepCopyInto ¶
func (in *SsmPatchGroupSpec) DeepCopyInto(out *SsmPatchGroupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SsmPatchGroupStatus ¶
type SsmPatchGroupStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider SsmPatchGroupObservation `json:"atProvider"` }
A SsmPatchGroupStatus defines the observed state of a SsmPatchGroup
func (*SsmPatchGroupStatus) DeepCopy ¶
func (in *SsmPatchGroupStatus) DeepCopy() *SsmPatchGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SsmPatchGroupStatus.
func (*SsmPatchGroupStatus) DeepCopyInto ¶
func (in *SsmPatchGroupStatus) DeepCopyInto(out *SsmPatchGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.