Documentation ¶
Index ¶
- func NewIamServicesK8SAwsGroupV1Alpha1Manifest() datasource.DataSource
- func NewIamServicesK8SAwsInstanceProfileV1Alpha1Manifest() datasource.DataSource
- func NewIamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest() datasource.DataSource
- func NewIamServicesK8SAwsPolicyV1Alpha1Manifest() datasource.DataSource
- func NewIamServicesK8SAwsRoleV1Alpha1Manifest() datasource.DataSource
- func NewIamServicesK8SAwsUserV1Alpha1Manifest() datasource.DataSource
- type IamServicesK8SAwsGroupV1Alpha1Manifest
- func (r *IamServicesK8SAwsGroupV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *IamServicesK8SAwsGroupV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *IamServicesK8SAwsGroupV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type IamServicesK8SAwsGroupV1Alpha1ManifestData
- type IamServicesK8SAwsInstanceProfileV1Alpha1Manifest
- func (r *IamServicesK8SAwsInstanceProfileV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *IamServicesK8SAwsInstanceProfileV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *IamServicesK8SAwsInstanceProfileV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type IamServicesK8SAwsInstanceProfileV1Alpha1ManifestData
- type IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest
- func (r *IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type IamServicesK8SAwsOpenIdconnectProviderV1Alpha1ManifestData
- type IamServicesK8SAwsPolicyV1Alpha1Manifest
- func (r *IamServicesK8SAwsPolicyV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *IamServicesK8SAwsPolicyV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *IamServicesK8SAwsPolicyV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type IamServicesK8SAwsPolicyV1Alpha1ManifestData
- type IamServicesK8SAwsRoleV1Alpha1Manifest
- func (r *IamServicesK8SAwsRoleV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *IamServicesK8SAwsRoleV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *IamServicesK8SAwsRoleV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type IamServicesK8SAwsRoleV1Alpha1ManifestData
- type IamServicesK8SAwsUserV1Alpha1Manifest
- func (r *IamServicesK8SAwsUserV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *IamServicesK8SAwsUserV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *IamServicesK8SAwsUserV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type IamServicesK8SAwsUserV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIamServicesK8SAwsGroupV1Alpha1Manifest ¶
func NewIamServicesK8SAwsGroupV1Alpha1Manifest() datasource.DataSource
func NewIamServicesK8SAwsInstanceProfileV1Alpha1Manifest ¶
func NewIamServicesK8SAwsInstanceProfileV1Alpha1Manifest() datasource.DataSource
func NewIamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest ¶
func NewIamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest() datasource.DataSource
func NewIamServicesK8SAwsPolicyV1Alpha1Manifest ¶
func NewIamServicesK8SAwsPolicyV1Alpha1Manifest() datasource.DataSource
func NewIamServicesK8SAwsRoleV1Alpha1Manifest ¶
func NewIamServicesK8SAwsRoleV1Alpha1Manifest() datasource.DataSource
func NewIamServicesK8SAwsUserV1Alpha1Manifest ¶
func NewIamServicesK8SAwsUserV1Alpha1Manifest() datasource.DataSource
Types ¶
type IamServicesK8SAwsGroupV1Alpha1Manifest ¶
type IamServicesK8SAwsGroupV1Alpha1Manifest struct{}
func (*IamServicesK8SAwsGroupV1Alpha1Manifest) Metadata ¶
func (r *IamServicesK8SAwsGroupV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*IamServicesK8SAwsGroupV1Alpha1Manifest) Read ¶
func (r *IamServicesK8SAwsGroupV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*IamServicesK8SAwsGroupV1Alpha1Manifest) Schema ¶
func (r *IamServicesK8SAwsGroupV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type IamServicesK8SAwsGroupV1Alpha1ManifestData ¶
type IamServicesK8SAwsGroupV1Alpha1ManifestData struct { YAML types.String `tfsdk:"yaml" json:"-"` ApiVersion *string `tfsdk:"-" json:"apiVersion"` Kind *string `tfsdk:"-" json:"kind"` Metadata struct { Name string `tfsdk:"name" json:"name"` Namespace string `tfsdk:"namespace" json:"namespace"` Labels map[string]string `tfsdk:"labels" json:"labels,omitempty"` Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` } `tfsdk:"metadata" json:"metadata"` Spec *struct { InlinePolicies *map[string]string `tfsdk:"inline_policies" json:"inlinePolicies,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Path *string `tfsdk:"path" json:"path,omitempty"` Policies *[]string `tfsdk:"policies" json:"policies,omitempty"` PolicyRefs *[]struct { From *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"from" json:"from,omitempty"` } `tfsdk:"policy_refs" json:"policyRefs,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
type IamServicesK8SAwsInstanceProfileV1Alpha1Manifest ¶
type IamServicesK8SAwsInstanceProfileV1Alpha1Manifest struct{}
func (*IamServicesK8SAwsInstanceProfileV1Alpha1Manifest) Metadata ¶
func (r *IamServicesK8SAwsInstanceProfileV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*IamServicesK8SAwsInstanceProfileV1Alpha1Manifest) Read ¶
func (r *IamServicesK8SAwsInstanceProfileV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*IamServicesK8SAwsInstanceProfileV1Alpha1Manifest) Schema ¶
func (r *IamServicesK8SAwsInstanceProfileV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type IamServicesK8SAwsInstanceProfileV1Alpha1ManifestData ¶
type IamServicesK8SAwsInstanceProfileV1Alpha1ManifestData struct { YAML types.String `tfsdk:"yaml" json:"-"` ApiVersion *string `tfsdk:"-" json:"apiVersion"` Kind *string `tfsdk:"-" json:"kind"` Metadata struct { Name string `tfsdk:"name" json:"name"` Namespace string `tfsdk:"namespace" json:"namespace"` Labels map[string]string `tfsdk:"labels" json:"labels,omitempty"` Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` } `tfsdk:"metadata" json:"metadata"` Spec *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Path *string `tfsdk:"path" json:"path,omitempty"` Role *string `tfsdk:"role" json:"role,omitempty"` RoleRef *struct { From *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"from" json:"from,omitempty"` } `tfsdk:"role_ref" json:"roleRef,omitempty"` Tags *[]struct { Key *string `tfsdk:"key" json:"key,omitempty"` Value *string `tfsdk:"value" json:"value,omitempty"` } `tfsdk:"tags" json:"tags,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
type IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest ¶
type IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest struct{}
func (*IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest) Metadata ¶
func (r *IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest) Read ¶
func (r *IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest) Schema ¶
func (r *IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type IamServicesK8SAwsOpenIdconnectProviderV1Alpha1ManifestData ¶
type IamServicesK8SAwsOpenIdconnectProviderV1Alpha1ManifestData struct { YAML types.String `tfsdk:"yaml" json:"-"` ApiVersion *string `tfsdk:"-" json:"apiVersion"` Kind *string `tfsdk:"-" json:"kind"` Metadata struct { Name string `tfsdk:"name" json:"name"` Namespace string `tfsdk:"namespace" json:"namespace"` Labels map[string]string `tfsdk:"labels" json:"labels,omitempty"` Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` } `tfsdk:"metadata" json:"metadata"` Spec *struct { ClientIDs *[]string `tfsdk:"client_i_ds" json:"clientIDs,omitempty"` Tags *[]struct { Key *string `tfsdk:"key" json:"key,omitempty"` Value *string `tfsdk:"value" json:"value,omitempty"` } `tfsdk:"tags" json:"tags,omitempty"` Thumbprints *[]string `tfsdk:"thumbprints" json:"thumbprints,omitempty"` Url *string `tfsdk:"url" json:"url,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
type IamServicesK8SAwsPolicyV1Alpha1Manifest ¶
type IamServicesK8SAwsPolicyV1Alpha1Manifest struct{}
func (*IamServicesK8SAwsPolicyV1Alpha1Manifest) Metadata ¶
func (r *IamServicesK8SAwsPolicyV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*IamServicesK8SAwsPolicyV1Alpha1Manifest) Read ¶
func (r *IamServicesK8SAwsPolicyV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*IamServicesK8SAwsPolicyV1Alpha1Manifest) Schema ¶
func (r *IamServicesK8SAwsPolicyV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type IamServicesK8SAwsPolicyV1Alpha1ManifestData ¶
type IamServicesK8SAwsPolicyV1Alpha1ManifestData struct { YAML types.String `tfsdk:"yaml" json:"-"` ApiVersion *string `tfsdk:"-" json:"apiVersion"` Kind *string `tfsdk:"-" json:"kind"` Metadata struct { Name string `tfsdk:"name" json:"name"` Namespace string `tfsdk:"namespace" json:"namespace"` Labels map[string]string `tfsdk:"labels" json:"labels,omitempty"` Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` } `tfsdk:"metadata" json:"metadata"` Spec *struct { Description *string `tfsdk:"description" json:"description,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Path *string `tfsdk:"path" json:"path,omitempty"` PolicyDocument *string `tfsdk:"policy_document" json:"policyDocument,omitempty"` Tags *[]struct { Key *string `tfsdk:"key" json:"key,omitempty"` Value *string `tfsdk:"value" json:"value,omitempty"` } `tfsdk:"tags" json:"tags,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
type IamServicesK8SAwsRoleV1Alpha1Manifest ¶
type IamServicesK8SAwsRoleV1Alpha1Manifest struct{}
func (*IamServicesK8SAwsRoleV1Alpha1Manifest) Metadata ¶
func (r *IamServicesK8SAwsRoleV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*IamServicesK8SAwsRoleV1Alpha1Manifest) Read ¶
func (r *IamServicesK8SAwsRoleV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*IamServicesK8SAwsRoleV1Alpha1Manifest) Schema ¶
func (r *IamServicesK8SAwsRoleV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type IamServicesK8SAwsRoleV1Alpha1ManifestData ¶
type IamServicesK8SAwsRoleV1Alpha1ManifestData struct { YAML types.String `tfsdk:"yaml" json:"-"` ApiVersion *string `tfsdk:"-" json:"apiVersion"` Kind *string `tfsdk:"-" json:"kind"` Metadata struct { Name string `tfsdk:"name" json:"name"` Namespace string `tfsdk:"namespace" json:"namespace"` Labels map[string]string `tfsdk:"labels" json:"labels,omitempty"` Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` } `tfsdk:"metadata" json:"metadata"` Spec *struct { AssumeRolePolicyDocument *string `tfsdk:"assume_role_policy_document" json:"assumeRolePolicyDocument,omitempty"` Description *string `tfsdk:"description" json:"description,omitempty"` InlinePolicies *map[string]string `tfsdk:"inline_policies" json:"inlinePolicies,omitempty"` MaxSessionDuration *int64 `tfsdk:"max_session_duration" json:"maxSessionDuration,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Path *string `tfsdk:"path" json:"path,omitempty"` PermissionsBoundary *string `tfsdk:"permissions_boundary" json:"permissionsBoundary,omitempty"` PermissionsBoundaryRef *struct { From *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"from" json:"from,omitempty"` } `tfsdk:"permissions_boundary_ref" json:"permissionsBoundaryRef,omitempty"` Policies *[]string `tfsdk:"policies" json:"policies,omitempty"` PolicyRefs *[]struct { From *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"from" json:"from,omitempty"` } `tfsdk:"policy_refs" json:"policyRefs,omitempty"` Tags *[]struct { Key *string `tfsdk:"key" json:"key,omitempty"` Value *string `tfsdk:"value" json:"value,omitempty"` } `tfsdk:"tags" json:"tags,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
type IamServicesK8SAwsUserV1Alpha1Manifest ¶
type IamServicesK8SAwsUserV1Alpha1Manifest struct{}
func (*IamServicesK8SAwsUserV1Alpha1Manifest) Metadata ¶
func (r *IamServicesK8SAwsUserV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*IamServicesK8SAwsUserV1Alpha1Manifest) Read ¶
func (r *IamServicesK8SAwsUserV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*IamServicesK8SAwsUserV1Alpha1Manifest) Schema ¶
func (r *IamServicesK8SAwsUserV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type IamServicesK8SAwsUserV1Alpha1ManifestData ¶
type IamServicesK8SAwsUserV1Alpha1ManifestData struct { YAML types.String `tfsdk:"yaml" json:"-"` ApiVersion *string `tfsdk:"-" json:"apiVersion"` Kind *string `tfsdk:"-" json:"kind"` Metadata struct { Name string `tfsdk:"name" json:"name"` Namespace string `tfsdk:"namespace" json:"namespace"` Labels map[string]string `tfsdk:"labels" json:"labels,omitempty"` Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` } `tfsdk:"metadata" json:"metadata"` Spec *struct { InlinePolicies *map[string]string `tfsdk:"inline_policies" json:"inlinePolicies,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Path *string `tfsdk:"path" json:"path,omitempty"` PermissionsBoundary *string `tfsdk:"permissions_boundary" json:"permissionsBoundary,omitempty"` PermissionsBoundaryRef *struct { From *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"from" json:"from,omitempty"` } `tfsdk:"permissions_boundary_ref" json:"permissionsBoundaryRef,omitempty"` Policies *[]string `tfsdk:"policies" json:"policies,omitempty"` PolicyRefs *[]struct { From *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"from" json:"from,omitempty"` } `tfsdk:"policy_refs" json:"policyRefs,omitempty"` Tags *[]struct { Key *string `tfsdk:"key" json:"key,omitempty"` Value *string `tfsdk:"value" json:"value,omitempty"` } `tfsdk:"tags" json:"tags,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Source Files ¶
- iam_services_k8s_aws_group_v1alpha1_manifest.go
- iam_services_k8s_aws_instance_profile_v1alpha1_manifest.go
- iam_services_k8s_aws_open_id_connect_provider_v1alpha1_manifest.go
- iam_services_k8s_aws_policy_v1alpha1_manifest.go
- iam_services_k8s_aws_role_v1alpha1_manifest.go
- iam_services_k8s_aws_user_v1alpha1_manifest.go
Click to show internal directories.
Click to hide internal directories.